Changed to not allow icons to be installed by the yast packages. Also
adjusted the CASA.desktop file to reflect then name under which its icons were added to openSUSE.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
yncludedir = @yncludedir@/casa-ats
|
||||
|
||||
theme22dir = @themedir@/NLD/icons/22x22/apps
|
||||
theme32dir = @themedir@/NLD/icons/32x32/apps
|
||||
theme48dir = @themedir@/NLD/icons/48x48/apps
|
||||
#theme22dir = @themedir@/NLD/icons/22x22/apps
|
||||
#theme32dir = @themedir@/NLD/icons/32x32/apps
|
||||
#theme48dir = @themedir@/NLD/icons/48x48/apps
|
||||
|
||||
client_DATA = \
|
||||
casa-ats.ycp
|
||||
@@ -18,12 +18,12 @@ ynclude_DATA = \
|
||||
desktop_DATA = \
|
||||
casa-ats.desktop
|
||||
|
||||
theme22_DATA = \
|
||||
icon/22x22/yast-casa-ats.png
|
||||
theme32_DATA = \
|
||||
icon/32x32/yast-casa-ats.png
|
||||
theme48_DATA = \
|
||||
icon/48x48/yast-casa-ats.png
|
||||
#theme22_DATA = \
|
||||
# icon/22x22/yast-casa-ats.png
|
||||
#theme32_DATA = \
|
||||
# icon/32x32/yast-casa-ats.png
|
||||
#theme48_DATA = \
|
||||
# icon/48x48/yast-casa-ats.png
|
||||
|
||||
module_DATA = \
|
||||
CasaAts.ycp
|
||||
@@ -33,6 +33,7 @@ casa-ats:
|
||||
ln -sf . $@
|
||||
ycpchook = casa-ats
|
||||
|
||||
EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(theme48_DATA) $(theme32_DATA) $(theme22_DATA)
|
||||
#EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(theme48_DATA) $(theme32_DATA) $(theme22_DATA)
|
||||
EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA)
|
||||
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
@@ -27,9 +27,4 @@ Summary: Configuration of casa-ats
|
||||
@clientdir@/*.ycp
|
||||
@moduledir@/CasaAts.*
|
||||
@desktopdir@/casa-ats.desktop
|
||||
%if %suse_version < 1030
|
||||
@themedir@/NLD/icons/22x22/apps/*.png
|
||||
@themedir@/NLD/icons/32x32/apps/*.png
|
||||
@themedir@/NLD/icons/48x48/apps/*.png
|
||||
%endif
|
||||
%doc @docdir@
|
||||
|
||||
Reference in New Issue
Block a user