aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-system-tools_2.28.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-23 12:57:04 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-23 12:57:04 +0100
commit86975b82c6d4f6774841672475a87e9de1ed2142 (patch)
tree699a68974196ee23e8ab2b0c81d5151973cf35c8 /recipes/gnome/gnome-system-tools_2.28.2.bb
parentb0c8e5a6f90bbe6641ff72b8ed7c2b49a1976f75 (diff)
downloadopenembedded-86975b82c6d4f6774841672475a87e9de1ed2142.tar.gz
gnome-system-tools: add 2.28.2
Diffstat (limited to 'recipes/gnome/gnome-system-tools_2.28.2.bb')
-rw-r--r--recipes/gnome/gnome-system-tools_2.28.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-system-tools_2.28.2.bb b/recipes/gnome/gnome-system-tools_2.28.2.bb
new file mode 100644
index 0000000000..503a111ff2
--- /dev/null
+++ b/recipes/gnome/gnome-system-tools_2.28.2.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "GNOME utilities"
+SECTION = "x11/gnome"
+LICENSE = "GPL"
+DEPENDS = "nautilus gnome-common glib-2.0 gtk+ gconf liboobs system-tools-backends gnome-control-center"
+inherit gnome pkgconfig
+
+SRC_URI += "file://remove-docs.patch;patch=1"
+SRC_URI[archive.md5sum] = "6947cd83c8f83af54e76a36ab3bb6cf0"
+SRC_URI[archive.sha256sum] = "806dd14792149b7f01e84a214b8d6debda53965e1eb74d189c66498adeb2af29"
+
+EXTRA_OECONF = "--disable-scrollkeeper \
+ "
+LDFLAGS += "-lgthread-2.0"
+
+FILES_${PN} += "${libdir}/nautilus/extensions-2.0"
+
+FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug"
+