mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02: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:
@@ -2,7 +2,7 @@
|
|||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=Notes
|
Name=Notes
|
||||||
Exec=/usr/bin/leafpad
|
Exec=/usr/bin/leafpad
|
||||||
Icon=leafpad.png
|
Icon=accessories-text-editor
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Utility;PIM;
|
Categories=Utility;PIM;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
@@ -1,9 +1,8 @@
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
DEPENDS = "gtk+ intltool-native"
|
DEPENDS = "gtk+ intltool-native"
|
||||||
SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
|
SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
|
||||||
file://leafpad.desktop \
|
file://leafpad.desktop"
|
||||||
file://leafpad.png"
|
PR = "r2"
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
@@ -12,10 +11,8 @@ EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print"
|
|||||||
do_install_append () {
|
do_install_append () {
|
||||||
install -d ${D}/${datadir}
|
install -d ${D}/${datadir}
|
||||||
install -d ${D}/${datadir}/applications
|
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
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user