From 86f30b56959077b7b3f2b38f0e3bff5a379728ce Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sun, 16 Jan 2005 17:40:07 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/16 17:38:14+00:00 nexus.co.uk!pb update gpe-plucker to 0.2 2005/01/16 12:36:22-05:00 handhelds.org!kergoth Add cvs build of genext2fs from http://sf.net/projects/genext2fs/. 2005/01/16 12:17:28-05:00 handhelds.org!kergoth Add patch to xfont to build with automake 1.9.x. 2005/01/16 12:08:17-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/01/16 12:08:08-05:00 handhelds.org!kergoth Add versions of the recent damageext and libxrandr patches that apply to the release, since the recent ChangeLog modifications made them fail to apply to those versions. 2005/01/16 17:55:30+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/01/16 16:53:02+00:00 nexus.co.uk!pb break out some GPE customisations from Angelistic theme into global /etc/gtk-2.0/gtkrc 2005/01/16 17:52:53+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/01/16 11:54:05-05:00 handhelds.org!kergoth Add ChangeLog entries to the libxrandr and damageext automake 1.9.x patches. 2005/01/16 17:52:43+01:00 uni-frankfurt.de!mickeyl make gpsd-2.6 work, sanitize, and call older gpsd 2005/01/16 11:49:27-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/01/16 11:49:19-05:00 handhelds.org!kergoth Apply patch to the damageext configure script to make it buildable with automake 1.9 and higher. 2005/01/16 17:35:42+01:00 uni-frankfurt.de!mickeyl update pylinda to 0.4 BKrev: 41eaa6f79U-clYVe-ZNzRsRbjTNblw --- .../gtk2-theme-angelistic-0.3/gtkrc-global | 0 .../gtk2-theme-angelistic/gtk2-theme-angelistic_0.3.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 packages/gtk2-theme-angelistic/gtk2-theme-angelistic-0.3/gtkrc-global (limited to 'packages/gtk2-theme-angelistic') diff --git a/packages/gtk2-theme-angelistic/gtk2-theme-angelistic-0.3/gtkrc-global b/packages/gtk2-theme-angelistic/gtk2-theme-angelistic-0.3/gtkrc-global new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gtk2-theme-angelistic/gtk2-theme-angelistic_0.3.bb b/packages/gtk2-theme-angelistic/gtk2-theme-angelistic_0.3.bb index e69de29bb2..c5e2fc1f8a 100644 --- a/packages/gtk2-theme-angelistic/gtk2-theme-angelistic_0.3.bb +++ b/packages/gtk2-theme-angelistic/gtk2-theme-angelistic_0.3.bb @@ -0,0 +1,15 @@ +SECTION = "x11/base" +SRC_URI = "file://gtkrc file://gtkrc-global" +DEPENDS = "gnome-themes" +RDEPENDS = "gtk-engine-mist" +PR = "r1" + +FILES_${PN} += "${datadir}/themes" + +do_install() { + install -d ${D}${datadir}/themes/Angelistic/gtk-2.0 + install -m 0644 ${WORKDIR}/gtkrc ${D}${datadir}/themes/Angelistic/gtk-2.0/ + + install -d ${D}${sysconfdir}/gtk-2.0 + install -m 0644 ${WORKDIR}/gtkrc-global ${D}${sysconfdir}/gtk-2.0/gtkrc +} -- cgit 1.2.3-korg