aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-themes-gtk
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/matchbox-themes-gtk
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/matchbox-themes-gtk')
-rw-r--r--packages/matchbox-themes-gtk/.mtn2git_empty0
-rw-r--r--packages/matchbox-themes-gtk/files/.mtn2git_empty0
-rw-r--r--packages/matchbox-themes-gtk/files/gtkrc1
-rw-r--r--packages/matchbox-themes-gtk/matchbox-themes-gtk.bb15
4 files changed, 16 insertions, 0 deletions
diff --git a/packages/matchbox-themes-gtk/.mtn2git_empty b/packages/matchbox-themes-gtk/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/matchbox-themes-gtk/.mtn2git_empty
diff --git a/packages/matchbox-themes-gtk/files/.mtn2git_empty b/packages/matchbox-themes-gtk/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/matchbox-themes-gtk/files/.mtn2git_empty
diff --git a/packages/matchbox-themes-gtk/files/gtkrc b/packages/matchbox-themes-gtk/files/gtkrc
index e69de29bb2..b22b9972cd 100644
--- a/packages/matchbox-themes-gtk/files/gtkrc
+++ b/packages/matchbox-themes-gtk/files/gtkrc
@@ -0,0 +1 @@
+include "/usr/share/themes/Angelistic/gtk-2.0/gtkrc"
diff --git a/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb b/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb
index e69de29bb2..769aeecb10 100644
--- a/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb
+++ b/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes"
+LICENSE = "GPL"
+RDEPENDS = "matchbox-wm gtk2-theme-angelistic"
+SECTION = "x11/base"
+
+SRC_URI = "file://gtkrc"
+
+FILES_${PN} = "${datadir}/themes"
+
+do_install() {
+ install -d ${D}${datadir}/themes/blondie/gtk-2.0
+ install -d ${D}${datadir}/themes/MBOpus/gtk-2.0
+ install -m 644 ${WORKDIR}/gtkrc ${D}${datadir}/themes/blondie/gtk-2.0/
+ install -m 644 ${WORKDIR}/gtkrc ${D}${datadir}/themes/MBOpus/gtk-2.0/
+}