summaryrefslogtreecommitdiffstats
path: root/meta/packages/leafpad
diff options
context:
space:
mode:
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"