aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-engines
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-08 14:53:25 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-08 14:53:25 +0200
commitca135d82b480c0738fb3598ea271d86f8db615b6 (patch)
tree03d4bcda4d277bbcc2f4a01dd9b1621a9c590863 /recipes/gtk-engines
parent85ce1e8f61c597c7f67fc08ae99a906fbff711da (diff)
downloadopenembedded-ca135d82b480c0738fb3598ea271d86f8db615b6.tar.gz
murrine: add git version
Diffstat (limited to 'recipes/gtk-engines')
-rw-r--r--recipes/gtk-engines/murrine_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gtk-engines/murrine_git.bb b/recipes/gtk-engines/murrine_git.bb
new file mode 100644
index 0000000000..a9177845ba
--- /dev/null
+++ b/recipes/gtk-engines/murrine_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "GTK murrine"
+LICENSE = "GPLv2"
+SECTION = "x11/base"
+DEPENDS = "gtk+ cairo"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit gnome gtk-binver
+
+SRCREV = "6fd2709050cda6c14d290a9635e0bb08a804e177"
+PV = "0.91.0"
+PR_append = "+gitr${SRCREV}"
+
+
+SRC_URI = "git://git.gnome.org/murrine;protocol=git"
+S = "${WORKDIR}/git"
+
+PACKAGES =+ "gtk-engine-murrine"
+FILES_gtk-engine-murrine += "${datadir}/gtk-engines ${libdir}/gtk-2.0/*/engines/*.so"