disapproval of revision 2d151a396c36bdb08948d221edbf6c5391eaf067
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 10 Oct 2005 13:39:22 +0000 (13:39 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 10 Oct 2005 13:39:22 +0000 (13:39 +0000)
packages/rxvt-unicode/files/rxvt.desktop [deleted file]
packages/rxvt-unicode/files/rxvt.png [deleted file]
packages/rxvt-unicode/rxvt-unicode_5.6.bb
packages/rxvt-unicode/rxvt-unicode_cvs.bb

diff --git a/packages/rxvt-unicode/files/rxvt.desktop b/packages/rxvt-unicode/files/rxvt.desktop
deleted file mode 100644 (file)
index f372b28..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Terminal
-Exec=/usr/bin/rxvt
-Icon=rxvt.png
-Terminal=false
-Type=Application
-Categories=Utility
-StartupNotify=false
-
diff --git a/packages/rxvt-unicode/files/rxvt.png b/packages/rxvt-unicode/files/rxvt.png
deleted file mode 100644 (file)
index e56fa2e..0000000
Binary files a/packages/rxvt-unicode/files/rxvt.png and /dev/null differ
index 2f3f56c..92915bf 100644 (file)
@@ -8,10 +8,8 @@ same time, including Xft fonts."
 LICENSE = "GPL"
 SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \
           file://xwc.patch;patch=1 \
-          file://signedchar.patch;patch=1 \
-          file://rxvt.desktop \
-          file://rxvt.png"
-PR = "r3"
+          file://signedchar.patch;patch=1"
+PR = "r2"
 
 inherit autotools update-alternatives
 
@@ -55,14 +53,3 @@ do_compile () {
        # docs need "yodl" and I have no idea what that is
        oe_runmake -C src "LIBTOOL=$LIBTOOL"
 }
-
-do_install_append () {
-       install -d ${D}/${datadir}
-       install -d ${D}/${datadir}/applications
-       install -d ${D}/${datadir}/pixmaps/
-
-       install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/pixmaps
-       install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications
-}
-
-FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png"
index 4527853..ceee7cd 100644 (file)
@@ -10,9 +10,7 @@ LICENSE = "GPL"
 SRC_URI = "cvs://anonymous@cvs.schmorp.de/schmorpforge;module=rxvt-unicode \
           file://xwc.patch;patch=1 \
           file://signedchar.patch;patch=1 \
-          file://makefile.patch;patch=1 \
-          file://rxvt.desktop \
-          file://rxvt.png"
+          file://makefile.patch;patch=1"
 
 inherit autotools update-alternatives
 
@@ -58,14 +56,3 @@ do_compile () {
        # docs need "yodl" and I have no idea what that is
        oe_runmake -C src "LIBTOOL=$LIBTOOL"
 }
-
-do_install_append () {
-       install -d ${D}/${datadir}
-       install -d ${D}/${datadir}/applications
-       install -d ${D}/${datadir}/pixmaps/
-
-       install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/pixmaps
-       install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications
-}
-
-FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png"