mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Install rxvt-unicode icon into ${datadir}/pixmaps so matchbox can find it
git-svn-id: https://svn.o-hand.com/repos/poky@96 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -11,7 +11,7 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2
|
||||
file://signedchar.patch;patch=1 \
|
||||
file://rxvt.desktop \
|
||||
file://rxvt.png"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
inherit autotools update-alternatives
|
||||
|
||||
@@ -59,9 +59,9 @@ do_compile () {
|
||||
do_install_append () {
|
||||
install -d ${D}/${datadir}
|
||||
install -d ${D}/${datadir}/applications
|
||||
install -d ${D}/${datadir}/icons/hicolor/48x48/apps
|
||||
install -d ${D}/${datadir}/pixmaps/
|
||||
|
||||
install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/icons/hicolor/48x48/apps
|
||||
install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/pixmaps
|
||||
install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user