Move misc/e16.png to icons/.

SVN revision: 47703
This commit is contained in:
Kim Woelders 2010-04-02 15:28:17 +00:00
parent 581f6cfd60
commit 155a5473f0
8 changed files with 8 additions and 9 deletions

View File

@ -1657,7 +1657,7 @@ $ gnome-sesssion
Name=E16
Comment=The Enlightenment (E16) window manager
Exec=e16
Icon=/usr/share/e16/misc/e16.png
Icon=/usr/share/e16/icons/e16.png
</programlisting></para>
<para>The section below seems to be obsolete as of

View File

@ -2,7 +2,7 @@ iconsdir = $(pkgdatadir)/icons
icons_DATA = \
default.png \
e.png \
e.png e16.png \
iconbox.png \
mon.png \
pager.png

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -3,12 +3,11 @@ DESKTOPS_SES = e16.desktop e16-gnome.desktop e16-kde.desktop
DESKTOPS_IN = e16.desktop-app.in e16.desktop.in e16-gnome.desktop.in e16-kde.desktop.in
XCLIENTS = Xclients.e16.sh Xclients.e16-gnome.sh Xclients.e16-kde.sh
STARTUPS = starte16-gnome starte16-kde
ICONS = e16.png
DESKTOPS = $(DESKTOPS_APP:.desktop=.desktop-app) $(DESKTOPS_SES)
miscdir = $(pkgdatadir)/misc
misc_DATA = $(ICONS) $(DESKTOPS)
misc_DATA = $(DESKTOPS)
misc_SCRIPTS = $(XCLIENTS) starte16 e16-dbus-cmd
applicationdir = $(datadir)/applications
@ -18,7 +17,7 @@ xsessiondir = $(datadir)/xsessions
#xclientsdir = $(sysconfdir)/X11/xinit/Xclients.d
#xclients_SCRIPTS = $(XCLIENTS)
EXTRA_DIST = $(DESKTOPS_IN) $(XCLIENTS) $(SCRIPTS) $(ICONS) starte16.in
EXTRA_DIST = $(DESKTOPS_IN) $(XCLIENTS) $(SCRIPTS) starte16.in
CLEANFILES = $(DESKTOPS) starte16

View File

@ -5,4 +5,4 @@ Name=E16-GNOME
Comment=This session starts GNOME using enlightenment (e16) as window manager
Comment[it]=Questo avvia GNOME usando Enlightenment (e16) come window manager
Exec=@pkgdatadir@/misc/starte16-gnome
Icon=@pkgdatadir@/misc/e16.png
Icon=@pkgdatadir@/icons/e16.png

View File

@ -5,4 +5,4 @@ Name=E16-KDE
Comment=This session starts KDE using enlightenment (e16) as window manager
Comment[it]=Questo avvia KDE usando Enlightenment (e16) come window manager
Exec=@pkgdatadir@/misc/starte16-kde
Icon=@pkgdatadir@/misc/e16.png
Icon=@pkgdatadir@/icons/e16.png

View File

@ -5,4 +5,4 @@ Name=E16
Comment=The Enlightenment (e16) window manager
Comment[it]=Il window manager Enlightenment (e16)
Exec=e16
Icon=@pkgdatadir@/misc/e16.png
Icon=@pkgdatadir@/icons/e16.png

View File

@ -5,4 +5,4 @@ Name=E16
Comment=This session starts the Enlightenment (e16) window manager
Comment[it]=Questo avvia il window manager Enlightenment (e16)
Exec=@pkgdatadir@/misc/starte16
Icon=@pkgdatadir@/misc/e16.png
Icon=@pkgdatadir@/icons/e16.png