diff options
| author | Chris Lord <chris@openedhand.com> | 2005-09-30 13:58:07 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2005-09-30 13:58:07 +0000 |
| commit | 06b04dcace4eb99f565b8959d5b7ba1a4ae7f00a (patch) | |
| tree | 2226292c728b847af01e18a722ea5a2cb489a42e /openembedded/packages/rxvt-unicode | |
| parent | ac134c081408c57fff89c79e1f4884e94d00ffeb (diff) | |
| download | poky-06b04dcace4eb99f565b8959d5b7ba1a4ae7f00a.tar.gz | |
Add .desktop for rxvt
git-svn-id: https://svn.o-hand.com/repos/poky@85 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/rxvt-unicode')
| -rw-r--r-- | openembedded/packages/rxvt-unicode/files/rxvt.desktop | 10 | ||||
| -rw-r--r-- | openembedded/packages/rxvt-unicode/files/rxvt.png | bin | 0 -> 2847 bytes | |||
| -rw-r--r-- | openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb | 17 |
3 files changed, 25 insertions, 2 deletions
diff --git a/openembedded/packages/rxvt-unicode/files/rxvt.desktop b/openembedded/packages/rxvt-unicode/files/rxvt.desktop new file mode 100644 index 0000000000..0bb7701ff8 --- /dev/null +++ b/openembedded/packages/rxvt-unicode/files/rxvt.desktop | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | [Desktop Entry] | ||
| 2 | Encoding=UTF-8 | ||
| 3 | Name=Terminal | ||
| 4 | Exec=/usr/bin/rxvt | ||
| 5 | Icon=rxvt.png | ||
| 6 | Terminal=false | ||
| 7 | Type=Application | ||
| 8 | Categories=Utilities | ||
| 9 | StartupNotify=false | ||
| 10 | |||
diff --git a/openembedded/packages/rxvt-unicode/files/rxvt.png b/openembedded/packages/rxvt-unicode/files/rxvt.png new file mode 100644 index 0000000000..e56fa2e9cd --- /dev/null +++ b/openembedded/packages/rxvt-unicode/files/rxvt.png | |||
| Binary files differ | |||
diff --git a/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb b/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb index 92915bf872..f21b1f27b5 100644 --- a/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb +++ b/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb | |||
| @@ -8,8 +8,10 @@ same time, including Xft fonts." | |||
| 8 | LICENSE = "GPL" | 8 | LICENSE = "GPL" |
| 9 | SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ | 9 | SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ |
| 10 | file://xwc.patch;patch=1 \ | 10 | file://xwc.patch;patch=1 \ |
| 11 | file://signedchar.patch;patch=1" | 11 | file://signedchar.patch;patch=1 \ |
| 12 | PR = "r2" | 12 | file://rxvt.desktop \ |
| 13 | file://rxvt.png" | ||
| 14 | PR = "r3" | ||
| 13 | 15 | ||
| 14 | inherit autotools update-alternatives | 16 | inherit autotools update-alternatives |
| 15 | 17 | ||
| @@ -53,3 +55,14 @@ do_compile () { | |||
| 53 | # docs need "yodl" and I have no idea what that is | 55 | # docs need "yodl" and I have no idea what that is |
| 54 | oe_runmake -C src "LIBTOOL=$LIBTOOL" | 56 | oe_runmake -C src "LIBTOOL=$LIBTOOL" |
| 55 | } | 57 | } |
| 58 | |||
| 59 | do_install_append () { | ||
| 60 | install -d ${D}/${datadir} | ||
| 61 | install -d ${D}/${datadir}/applications | ||
| 62 | install -d ${D}/${datadir}/icons/hicolor/48x48/apps | ||
| 63 | |||
| 64 | install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/icons/hicolor/48x48/apps | ||
| 65 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications | ||
| 66 | } | ||
| 67 | |||
| 68 | FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/icons/hicolor/48x48/apps/rxvt.png" | ||
