summaryrefslogtreecommitdiffstats
path: root/meta/packages/leafpad
diff options
context:
space:
mode:
authorThomas Wood <thomas@openedhand.com>2007-04-10 14:21:51 +0000
committerThomas Wood <thomas@openedhand.com>2007-04-10 14:21:51 +0000
commit5a259420784ff07398e07e88a207c6d93f22b3c5 (patch)
treeceaba587ea19d32d8e6c111702329a882317c438 /meta/packages/leafpad
parente6ef13cdd2606544396d57111a63f48d4d42e030 (diff)
downloadpoky-5a259420784ff07398e07e88a207c6d93f22b3c5.tar.gz
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
Diffstat (limited to 'meta/packages/leafpad')
-rw-r--r--meta/packages/leafpad/files/leafpad.desktop2
-rw-r--r--meta/packages/leafpad/files/leafpad.pngbin1950 -> 0 bytes
-rw-r--r--meta/packages/leafpad/leafpad_0.8.9.bb9
3 files changed, 4 insertions, 7 deletions
diff --git a/meta/packages/leafpad/files/leafpad.desktop b/meta/packages/leafpad/files/leafpad.desktop
index 0e582794ea..b3a65c467d 100644
--- a/meta/packages/leafpad/files/leafpad.desktop
+++ b/meta/packages/leafpad/files/leafpad.desktop
@@ -2,7 +2,7 @@
2Encoding=UTF-8 2Encoding=UTF-8
3Name=Notes 3Name=Notes
4Exec=/usr/bin/leafpad 4Exec=/usr/bin/leafpad
5Icon=leafpad.png 5Icon=accessories-text-editor
6Terminal=false 6Terminal=false
7Type=Application 7Type=Application
8Categories=Utility;PIM; 8Categories=Utility;PIM;
diff --git a/meta/packages/leafpad/files/leafpad.png b/meta/packages/leafpad/files/leafpad.png
deleted file mode 100644
index c5ee0cff85..0000000000
--- a/meta/packages/leafpad/files/leafpad.png
+++ /dev/null
Binary files differ
diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb
index 1b1d23fa2a..f8e8e3bd5c 100644
--- a/meta/packages/leafpad/leafpad_0.8.9.bb
+++ b/meta/packages/leafpad/leafpad_0.8.9.bb
@@ -1,9 +1,8 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2DEPENDS = "gtk+ intltool-native" 2DEPENDS = "gtk+ intltool-native"
3SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ 3SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
4 file://leafpad.desktop \ 4 file://leafpad.desktop"
5 file://leafpad.png" 5PR = "r2"
6PR = "r1"
7 6
8inherit autotools pkgconfig 7inherit autotools pkgconfig
9 8
@@ -12,10 +11,8 @@ EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print"
12do_install_append () { 11do_install_append () {
13 install -d ${D}/${datadir} 12 install -d ${D}/${datadir}
14 install -d ${D}/${datadir}/applications 13 install -d ${D}/${datadir}/applications
15 install -d ${D}/${datadir}/pixmaps/
16 14
17 install -m 0644 ${WORKDIR}/leafpad.png ${D}/${datadir}/pixmaps
18 install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications 15 install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications
19} 16}
20 17
21FILES_${PN} += "${datadir}/applications/leafpad.desktop ${datadir}/pixmaps/leafpad.png" 18FILES_${PN} += "${datadir}/applications/leafpad.desktop"