Skip to content

Commit

Permalink
Merge pull request #3 from yast/desktop_file
Browse files Browse the repository at this point in the history
Desktop file
  • Loading branch information
jreidinger committed Mar 31, 2015
2 parents ea37190 + 1d53d38 commit 179351c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require "yast/rake"

Yast::Tasks.configuration do |conf|
conf.skip_license_check << /\.desktop$/
# internal only module
conf.obs_api = "https://api.suse.de/"
conf.obs_project = "Devel:YaST:Head"
conf.obs_target = "SLE-12-SP1"
conf.obs_sr_project = "SUSE:SLE-12-SP1:GA"
end
5 changes: 5 additions & 0 deletions package/yast2-migration.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Requires: yast2-packager
Requires: yast2-pkg-bindings
Requires: yast2-ruby-bindings

BuildArch: noarch

Summary: YaST2 - Online migration

%description
Expand All @@ -55,6 +57,9 @@ rake install DESTDIR="%{buildroot}"

%files
%defattr(-,root,root)
%{yast_clientdir}/*.rb
%{yast_libdir}/migration
%{yast_desktopdir}/*.desktop

%dir %{yast_docdir}
%doc %{yast_docdir}/COPYING
Expand Down
19 changes: 19 additions & 0 deletions src/desktop/migration.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[Desktop Entry]
Type=Application
Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-System;

X-KDE-ModuleType=Library
X-SuSE-YaST-Call=bootloader

X-SuSE-YaST-Group=Software
X-SuSE-YaST-Argument=
X-SuSE-YaST-RootOnly=true
X-SuSE-YaST-Geometry=
X-SuSE-YaST-SortKey=

Icon=yast-sw_single
Exec=xdg-su -c "/sbin/yast2 migration"

Name=Online Migration
GenericName=Online Migration
StartupNotify=true

0 comments on commit 179351c

Please sign in to comment.