Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide icon with module #22

Merged
merged 5 commits into from
Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions configure.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ fi
@YAST2-CHECKS-COMMON@
@YAST2-CHECKS-YCP@



noahadvs marked this conversation as resolved.
Show resolved Hide resolved

## and generate the output...
@YAST2-OUTPUT@
6 changes: 6 additions & 0 deletions package/yast2-printer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 25 23:27:32 UTC 2018 - Noah Davis <noahadvs@gmail.com>

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

-------------------------------------------------------------------
Mon Aug 20 10:18:00 CEST 2018 - schubi@suse.de

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


Name: yast2-printer
Version: 4.0.2
Version: 4.0.3
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -96,6 +96,8 @@ chmod 755 %{my_requires}
%{yast_ybindir}/test_remote_smb
%{yast_ybindir}/test_remote_socket
%{yast_ybindir}/basicadd_displaytest
%{yast_icondir}

#Documentation
%dir %{yast_docdir}
%license COPYING
Expand Down
12 changes: 10 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ schemafiles_DATA = \
desktop_DATA = \
desktop/printer.desktop

EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) $(desktop_DATA)
symbolicdir = @icondir@/hicolor/symbolic/apps
symbolic_DATA = \
icons/hicolor/symbolic/apps/yast-printer-symbolic.svg

include $(top_srcdir)/Makefile.am.common
scalabledir = @icondir@/hicolor/scalable/apps
scalable_DATA = \
icons/hicolor/scalable/apps/yast-printer.svg

EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) $(desktop_DATA) $(symbolic_DATA) $(scalable_DATA)

include $(top_srcdir)/Makefile.am.common
1 change: 1 addition & 0 deletions src/icons/hicolor/scalable/apps/yast-printer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/hicolor/symbolic/apps/yast-printer-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.