Skip to content

Commit

Permalink
Merge 285a0d5 into fb044d6
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp committed Nov 25, 2018
2 parents fb044d6 + 285a0d5 commit dd056b6
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 3 deletions.
3 changes: 3 additions & 0 deletions configure.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
@YAST2-INIT-COMMON@
@YAST2-INIT-YCP@

icondir=/usr/share/icons
AC_SUBST(icondir)

## some common checks
@YAST2-CHECKS-COMMON@
@YAST2-CHECKS-YCP@
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-dns-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 25 02:10:40 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org>

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

-------------------------------------------------------------------
Tue Oct 16 15:11:54 CEST 2018 - schubi@suse.de

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


Name: yast2-dns-server
Version: 4.1.1
Version: 4.1.2
Release: 0
Url: https://github.com/yast/yast-dns-server

Expand Down Expand Up @@ -99,6 +99,7 @@ This package contains the YaST2 component for DNS server configuration.
%{yast_agentdir}/ag_convert_named_conf
%{yast_schemadir}/autoyast/rnc/dns-server.rnc
%doc %{yast_docdir}
%{_datadir}/icons/*
%license COPYING

%changelog
9 changes: 8 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ schemafiles_DATA = \
desktop_DATA = \
desktop/dns-server.desktop

EXTRA_DIST = $(module_DATA) $(module1_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) $(agent_SCRIPTS) $(schemafiles_DATA) $(desktop_DATA) $(ylib_DATA)
symbolicdir = @icondir@/hicolor/symbolic/apps
symbolic_DATA = \
icons/hicolor/symbolic/apps/yast-dns-server-symbolic.svg
scalabledir = @icondir@/hicolor/scalable/apps
scalable_DATA = \
icons/hicolor/scalable/apps/yast-dns-server.svg

EXTRA_DIST = $(module_DATA) $(module1_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) $(agent_SCRIPTS) $(schemafiles_DATA) $(desktop_DATA) $(ylib_DATA) $(symbolic_DATA) $(scalable_DATA)

include $(top_srcdir)/Makefile.am.common
109 changes: 109 additions & 0 deletions src/icons/hicolor/scalable/apps/yast-dns-server.svg
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-dns-server-symbolic.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/include/dns-server/misc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize_dns_server_misc(include_target)
end

def SetDNSSErverIcon
Wizard.SetTitleIcon("yast-dns-server")
Wizard.SetDesktopIcon("dns-server")

nil
end
Expand Down

0 comments on commit dd056b6

Please sign in to comment.