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:
@@ -16,7 +16,7 @@ X-SuSE-YaST-Geometry=
|
||||
X-SuSE-YaST-SortKey=
|
||||
X-SuSE-YaST-AutoInstResource=CASA
|
||||
|
||||
Icon=CASA
|
||||
Icon=yast-casa
|
||||
Exec=/sbin/yast2 CASA
|
||||
|
||||
Name=CASA
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Makefile.am for CASA/src
|
||||
|
||||
yncludedir = @yncludedir@/CASA
|
||||
iconsdir = /usr/share/applications
|
||||
themedir = /usr/share/pixmaps
|
||||
#iconsdir = /usr/share/applications
|
||||
#themedir = /usr/share/pixmaps
|
||||
|
||||
|
||||
client_DATA = \
|
||||
@@ -22,14 +22,15 @@ desktop_DATA = \
|
||||
module_DATA = \
|
||||
NovellCasa.ycp
|
||||
|
||||
icons_DATA = \
|
||||
icons/install_casa_yast_icons
|
||||
#icons_DATA = \
|
||||
# icons/install_casa_yast_icons
|
||||
|
||||
theme_DATA = \
|
||||
icons/CASA_22.png \
|
||||
icons/CASA_32.png \
|
||||
icons/CASA_48.png
|
||||
#theme_DATA = \
|
||||
# icons/CASA_22.png \
|
||||
# icons/CASA_32.png \
|
||||
# icons/CASA_48.png
|
||||
|
||||
EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(icons_DATA) $(theme_DATA)
|
||||
#EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(icons_DATA) $(theme_DATA)
|
||||
EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA)
|
||||
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
Reference in New Issue
Block a user