Skip to content

Commit

Permalink
Merge 07f8d85 into 61b1cdd
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp authored Nov 28, 2018
2 parents 61b1cdd + 07f8d85 commit d996f7f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ require "yast/rake"

Yast::Tasks.configuration do |conf|
conf.skip_license_check << /\.desktop$/
conf.skip_license_check << /\.svg$/
end
6 changes: 6 additions & 0 deletions package/yast2-migration.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 25 18:07:13 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org>

- Provide icon with module (boo#1109310)
- 4.1.0

-------------------------------------------------------------------
Wed Oct 17 10:34:59 CEST 2018 - schubi@suse.de

Expand Down
3 changes: 2 additions & 1 deletion package/yast2-migration.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-migration
Version: 4.0.1
Version: 4.1.0
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -69,6 +69,7 @@ rake install DESTDIR="%{buildroot}"
%{yast_clientdir}/*.rb
%{yast_libdir}/migration
%{yast_desktopdir}/*.desktop
%{yast_icondir}

%dir %{yast_docdir}
%license COPYING
Expand Down
2 changes: 1 addition & 1 deletion src/desktop/migration.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ X-SuSE-YaST-RootOnly=true
X-SuSE-YaST-Geometry=
X-SuSE-YaST-SortKey=

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

Name=Online Migration
Expand Down
18 changes: 18 additions & 0 deletions src/icons/hicolor/scalable/apps/yast-migration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/hicolor/symbolic/apps/yast-migration-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d996f7f

Please sign in to comment.