Skip to content

Commit

Permalink
Provide icon with module (#64)
Browse files Browse the repository at this point in the history
* Provide icon with module

* Add version to changes

* Use devtools

* Format configure.in.in
  • Loading branch information
noahadvs authored and lslezak committed Nov 29, 2018
1 parent 4361154 commit 4d49958
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package/yast2-samba-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 26 02:38:17 UTC 2018 - Noah Davis <noahadvs@gmail.com>

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

-------------------------------------------------------------------
Tue Oct 16 16:51:50 CEST 2018 - schubi@suse.de

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


Name: yast2-samba-server
Version: 4.1.1
Version: 4.1.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -84,5 +84,6 @@ configuration.
%{yast_moduledir}/*
%{yast_desktopdir}/samba-server.desktop
%{yast_schemadir}/autoyast/rnc/samba-server.rnc
%{yast_icondir}
%doc %{yast_docdir}
%license COPYING
8 changes: 6 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ ydata_DATA = \
desktop_DATA = \
desktop/samba-server.desktop

EXTRA_DIST = $(module_DATA) $(module1_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) $(ydata_DATA) $(desktop_DATA)
scalabledir = @icondir@/hicolor/scalable/apps
scalable_DATA = \
icons/hicolor/scalable/apps/yast-samba-server.svg

include $(top_srcdir)/Makefile.am.common
EXTRA_DIST = $(module_DATA) $(module1_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) $(ydata_DATA) $(desktop_DATA) $(scalable_DATA)

include $(top_srcdir)/Makefile.am.common
Loading

0 comments on commit 4d49958

Please sign in to comment.