1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

Remove leafpad icon, and use an icon from the icon theme instead

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1461 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Thomas Wood
2007-04-10 14:21:51 +00:00
parent e6ef13cdd2
commit 5a25942078
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Encoding=UTF-8
Name=Notes
Exec=/usr/bin/leafpad
Icon=leafpad.png
Icon=accessories-text-editor
Terminal=false
Type=Application
Categories=Utility;PIM;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

+3 -6
View File
@@ -1,9 +1,8 @@
LICENSE = "GPLv2"
DEPENDS = "gtk+ intltool-native"
SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
file://leafpad.desktop \
file://leafpad.png"
PR = "r1"
file://leafpad.desktop"
PR = "r2"
inherit autotools pkgconfig
@@ -12,10 +11,8 @@ EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print"
do_install_append () {
install -d ${D}/${datadir}
install -d ${D}/${datadir}/applications
install -d ${D}/${datadir}/pixmaps/
install -m 0644 ${WORKDIR}/leafpad.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications
}
FILES_${PN} += "${datadir}/applications/leafpad.desktop ${datadir}/pixmaps/leafpad.png"
FILES_${PN} += "${datadir}/applications/leafpad.desktop"