summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-02-15 02:59:28 +0000
committerChris Lord <chris@openedhand.com>2006-02-15 02:59:28 +0000
commitd2387e1ae48affedac95059ebd04629dc4a0e3e9 (patch)
tree97cc0a40fece5d37cbb508a7cac3ff83ecd5cb91
parentcb92e3d2ce5f342bea8d1813021f9d9e224868d7 (diff)
downloadpoky-d2387e1ae48affedac95059ebd04629dc4a0e3e9.tar.gz
- Fix glib 2.8 building
- Add pcmanfm to task-oh - Add .desktop and icon for pcmanfm - Add missing icons required for pcmanfm to run git-svn-id: https://svn.o-hand.com/repos/poky/trunk@280 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/packages/glib-2.0/glib-2.0_2.8.1.bb4
-rw-r--r--openembedded/packages/meta/task-oh.bb3
-rw-r--r--openembedded/packages/pcmanfm/files/emblem-symbolic-link.pngbin0 -> 999 bytes
-rw-r--r--openembedded/packages/pcmanfm/files/gnome-fs-directory.pngbin0 -> 2044 bytes
-rw-r--r--openembedded/packages/pcmanfm/files/gnome-fs-regular.pngbin0 -> 3220 bytes
-rw-r--r--openembedded/packages/pcmanfm/files/gnome-mime-text-plain.pngbin0 -> 2855 bytes
-rw-r--r--openembedded/packages/pcmanfm/files/pcmanfm.desktop11
-rw-r--r--openembedded/packages/pcmanfm/files/pcmanfm.pngbin0 -> 2281 bytes
-rw-r--r--openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb17
9 files changed, 32 insertions, 3 deletions
diff --git a/openembedded/packages/glib-2.0/glib-2.0_2.8.1.bb b/openembedded/packages/glib-2.0/glib-2.0_2.8.1.bb
index d377a0aeae..76a467250e 100644
--- a/openembedded/packages/glib-2.0/glib-2.0_2.8.1.bb
+++ b/openembedded/packages/glib-2.0/glib-2.0_2.8.1.bb
@@ -10,12 +10,12 @@ MAINTAINER = "Philip Blundell <pb@handhelds.org>"
10DEPENDS += "glib-2.0-native gtk-doc" 10DEPENDS += "glib-2.0-native gtk-doc"
11DEPENDS += "virtual/libiconv virtual/libintl" 11DEPENDS += "virtual/libiconv virtual/libintl"
12PACKAGES =+ "glib-2.0-utils " 12PACKAGES =+ "glib-2.0-utils "
13PR = "r0" 13PR = "r1"
14 14
15LEAD_SONAME = "libglib-2.0.*" 15LEAD_SONAME = "libglib-2.0.*"
16FILES_glib-2.0-utils = "${bindir}/*" 16FILES_glib-2.0-utils = "${bindir}/*"
17 17
18EXTRA_OECONF = "--disable-debug" 18EXTRA_OECONF = "--disable-debug --with-libiconv=gnu"
19 19
20SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/glib-${PV}.tar.bz2 \ 20SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/glib-${PV}.tar.bz2 \
21 file://glibconfig-sysdefs.h" 21 file://glibconfig-sysdefs.h"
diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb
index a957507936..c15445ee92 100644
--- a/openembedded/packages/meta/task-oh.bb
+++ b/openembedded/packages/meta/task-oh.bb
@@ -1,7 +1,7 @@
1PACKAGES = "task-oh-base-depends task-oh-base" 1PACKAGES = "task-oh-base-depends task-oh-base"
2DESCRIPTION = "Tasks for OpenedHand Poky" 2DESCRIPTION = "Tasks for OpenedHand Poky"
3MAINTAINER = "Richard Purdie <richard@openedhand.com>" 3MAINTAINER = "Richard Purdie <richard@openedhand.com>"
4PR = "r21" 4PR = "r22"
5 5
6ALLOW_EMPTY = "1" 6ALLOW_EMPTY = "1"
7 7
@@ -35,6 +35,7 @@ RDEPENDS_task-oh-base := "\
35 web \ 35 web \
36 libcurl \ 36 libcurl \
37 js \ 37 js \
38 pcmanfm \
38 leafpad \ 39 leafpad \
39 puzzles \ 40 puzzles \
40 kf \ 41 kf \
diff --git a/openembedded/packages/pcmanfm/files/emblem-symbolic-link.png b/openembedded/packages/pcmanfm/files/emblem-symbolic-link.png
new file mode 100644
index 0000000000..b8e559456e
--- /dev/null
+++ b/openembedded/packages/pcmanfm/files/emblem-symbolic-link.png
Binary files differ
diff --git a/openembedded/packages/pcmanfm/files/gnome-fs-directory.png b/openembedded/packages/pcmanfm/files/gnome-fs-directory.png
new file mode 100644
index 0000000000..05921a6689
--- /dev/null
+++ b/openembedded/packages/pcmanfm/files/gnome-fs-directory.png
Binary files differ
diff --git a/openembedded/packages/pcmanfm/files/gnome-fs-regular.png b/openembedded/packages/pcmanfm/files/gnome-fs-regular.png
new file mode 100644
index 0000000000..ce77a8e62d
--- /dev/null
+++ b/openembedded/packages/pcmanfm/files/gnome-fs-regular.png
Binary files differ
diff --git a/openembedded/packages/pcmanfm/files/gnome-mime-text-plain.png b/openembedded/packages/pcmanfm/files/gnome-mime-text-plain.png
new file mode 100644
index 0000000000..bfe4bad56c
--- /dev/null
+++ b/openembedded/packages/pcmanfm/files/gnome-mime-text-plain.png
Binary files differ
diff --git a/openembedded/packages/pcmanfm/files/pcmanfm.desktop b/openembedded/packages/pcmanfm/files/pcmanfm.desktop
new file mode 100644
index 0000000000..052d38c855
--- /dev/null
+++ b/openembedded/packages/pcmanfm/files/pcmanfm.desktop
@@ -0,0 +1,11 @@
1[Desktop Entry]
2Encoding=UTF-8
3Name=File Manager
4Exec=/usr/bin/pcmanfm
5Icon=pcmanfm.png
6Terminal=false
7Type=Application
8Categories=Utility;
9SingleInstance=true
10StartupNotify=true
11
diff --git a/openembedded/packages/pcmanfm/files/pcmanfm.png b/openembedded/packages/pcmanfm/files/pcmanfm.png
new file mode 100644
index 0000000000..3d35360848
--- /dev/null
+++ b/openembedded/packages/pcmanfm/files/pcmanfm.png
Binary files differ
diff --git a/openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb b/openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb
index 7a1092bfeb..f35d0d4454 100644
--- a/openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb
+++ b/openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb
@@ -6,7 +6,24 @@ MAINTAINER = "Chris Lord <chris@openedhand.com>"
6DEPENDS = "gtk+" 6DEPENDS = "gtk+"
7 7
8SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \
9 file://pcmanfm.desktop \
10 file://pcmanfm.png \
11 file://gnome-fs-directory.png \
12 file://gnome-fs-regular.png \
13 file://gnome-mime-text-plain.png \
14 file://emblem-symbolic-link.png \
9 file://no-fam-gtk2.6.patch;patch=1;pnum=1" 15 file://no-fam-gtk2.6.patch;patch=1;pnum=1"
10 16
11inherit autotools pkgconfig 17inherit autotools pkgconfig
12 18
19do_install_append () {
20 install -d ${D}/${datadir}
21 install -d ${D}/${datadir}/applications
22 install -d ${D}/${datadir}/pixmaps/
23
24 install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps
25 install -m 0644 ${WORKDIR}/pcmanfm.desktop ${D}/${datadir}/applications
26}
27
28FILES_${PN} += "${datadir}/applications/pcmanfm.desktop ${datadir}/pixmaps/*.png"
29