diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-21 10:01:20 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 10:01:20 +0000 |
| commit | 77416dc8ea693bb02835ba278acbf01a89fa608e (patch) | |
| tree | e3ea444eaee5af22b5c086a4fb021082238568d0 | |
| parent | e86819b0d83fac3a0143217146823eeb5a77fa1c (diff) | |
| download | poky-77416dc8ea693bb02835ba278acbf01a89fa608e.tar.gz | |
pcmanfm: Drop old version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@900 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/pcmanfm/pcmanfm_0.1.9.8.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/packages/pcmanfm/pcmanfm_0.1.9.8.bb b/meta/packages/pcmanfm/pcmanfm_0.1.9.8.bb deleted file mode 100644 index b5cb3d6e5c..0000000000 --- a/meta/packages/pcmanfm/pcmanfm_0.1.9.8.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | LICENSE = "GPL" | ||
| 2 | DESCRIPTION = "procfs tools" | ||
| 3 | SECTION = "x11" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | DEPENDS = "gtk+" | ||
| 6 | |||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ | ||
| 8 | file://pcmanfm.desktop \ | ||
| 9 | file://pcmanfm.png \ | ||
| 10 | file://gnome-fs-directory.png \ | ||
| 11 | file://gnome-fs-regular.png \ | ||
| 12 | file://gnome-mime-text-plain.png \ | ||
| 13 | file://emblem-symbolic-link.png \ | ||
| 14 | file://no-fam-gtk2.6.patch;patch=1;pnum=1" | ||
| 15 | |||
| 16 | inherit autotools pkgconfig | ||
| 17 | |||
| 18 | do_install_append () { | ||
| 19 | install -d ${D}/${datadir} | ||
| 20 | install -d ${D}/${datadir}/applications | ||
| 21 | install -d ${D}/${datadir}/pixmaps/ | ||
| 22 | |||
| 23 | install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps | ||
| 24 | install -m 0644 ${WORKDIR}/pcmanfm.desktop ${D}/${datadir}/applications | ||
| 25 | } | ||
| 26 | |||
| 27 | FILES_${PN} += "${datadir}/applications/pcmanfm.desktop ${datadir}/pixmaps/*.png" | ||
| 28 | |||
