diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/gtk-engines |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/gtk-engines')
11 files changed, 256 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-clearlooks-engine_0.6.2.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-clearlooks-engine_0.6.2.bb new file mode 100644 index 0000000..34e1212 --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-clearlooks-engine_0.6.2.bb @@ -0,0 +1,23 @@ +SECTION = "x11/base" +DESCRIPTION = "Clearlooks theme engine for GTK" +MAINTAINER = "Koen Kooi <koenhandhelds.org>" +LICENSE = "GPL2" +DEPENDS = "gtk+" + +SRC_URI = "${SOURCEFORGE_MIRROR}/clearlooks/clearlooks-0.6.2.tar.bz2" + +S = "${WORKDIR}/clearlooks-${PV}" + +PACKAGES += "gtk-theme-clearlooks" +FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so" +FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" +FILES_gtk-theme-clearlooks = "${datadir}/icons ${datadir}/themes" + +inherit autotools + +do_configure_prepend() { + for i in `ls gtk-common`; do + ln -sf ../gtk-common/$i gtk2-engine/$i + done +} + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.2.0.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.2.0.bb new file mode 100644 index 0000000..97f26b2 --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.2.0.bb @@ -0,0 +1,18 @@ +LICENSE = "GPL" +SECTION = "x11/base" +DESCRIPTION = "GTK theme engines" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "gtk+" + +PACKAGES += " gtk-engine-pixmap gtk-engine-redmond95 gtk-engine-metal gtk-theme-metal gtk-theme-redmond95" +FILES_gtk-engine-pixmap = "${libdir}/gtk-2.0/*/engines/libpixmap.so" +FILES_gtk-engine-redmond95 = "${libdir}/gtk-2.0/*/engines/libredmond95.so" +FILES_gtk-engine-metal = "${libdir}/gtk-2.0/*/engines/libmetal.so" +FILES_gtk-theme-redmond95 = "${datadir}/themes/Redmond95" +FILES_gtk-theme-metal = "${datadir}/themes/Metal" +DEPENDS_gtk-theme-redmond95 = "gtk-engine-redmond95" +DEPENDS_gtk-theme-metal = "gtk-engine-metal" + +SRC_URI = "${GNOME_MIRROR}/${PN}/2.2/${PN}-${PV}.tar.bz2" + +inherit autotools pkgconfig diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.1.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.1.bb new file mode 100644 index 0000000..1d3b6bc --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.1.bb @@ -0,0 +1,28 @@ +LICENSE = "GPL" +SECTION = "x11/base" +DESCRIPTION = "GTK theme engines" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "gtk+" + +RDEPENDS_gtk-theme-redmond = "gtk-engine-redmond95" +RDEPENDS_gtk-theme-metal = "gtk-engine-metal" +RDEPENDS_gtk-theme-mist = "gtk-engine-mist" +RDEPENDS_gtk-theme-crux = "gtk-engine-crux-engine" +RDEPENDS_gtk-theme-lighthouseblue = "gtk-engine-lighthouseblue" +RDEPENDS_gtk-theme-thinice = "gtk-engine-thinice" +RDEPENDS_gtk-theme-industrial = "gtk-engine-industrial" + +SRC_URI = "${GNOME_MIRROR}/${PN}/2.6/${PN}-${PV}.tar.bz2" + +inherit autotools pkgconfig + +python populate_packages_prepend() { + import os.path + + engines_root = os.path.join(bb.data.getVar('libdir', d, 1), "gtk-2.0/2.4.0/engines") + themes_root = os.path.join(bb.data.getVar('datadir', d, 1), "themes") + + do_split_packages(d, engines_root, '^lib(.*)\.so$', 'gtk-engine-%s', 'GTK %s theme engine', extra_depends='') + do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') +} + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.3.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.3.bb new file mode 100644 index 0000000..1d3b6bc --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.3.bb @@ -0,0 +1,28 @@ +LICENSE = "GPL" +SECTION = "x11/base" +DESCRIPTION = "GTK theme engines" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "gtk+" + +RDEPENDS_gtk-theme-redmond = "gtk-engine-redmond95" +RDEPENDS_gtk-theme-metal = "gtk-engine-metal" +RDEPENDS_gtk-theme-mist = "gtk-engine-mist" +RDEPENDS_gtk-theme-crux = "gtk-engine-crux-engine" +RDEPENDS_gtk-theme-lighthouseblue = "gtk-engine-lighthouseblue" +RDEPENDS_gtk-theme-thinice = "gtk-engine-thinice" +RDEPENDS_gtk-theme-industrial = "gtk-engine-industrial" + +SRC_URI = "${GNOME_MIRROR}/${PN}/2.6/${PN}-${PV}.tar.bz2" + +inherit autotools pkgconfig + +python populate_packages_prepend() { + import os.path + + engines_root = os.path.join(bb.data.getVar('libdir', d, 1), "gtk-2.0/2.4.0/engines") + themes_root = os.path.join(bb.data.getVar('datadir', d, 1), "themes") + + do_split_packages(d, engines_root, '^lib(.*)\.so$', 'gtk-engine-%s', 'GTK %s theme engine', extra_depends='') + do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') +} + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.5.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.5.bb new file mode 100644 index 0000000..1d3b6bc --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-engines_2.6.5.bb @@ -0,0 +1,28 @@ +LICENSE = "GPL" +SECTION = "x11/base" +DESCRIPTION = "GTK theme engines" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "gtk+" + +RDEPENDS_gtk-theme-redmond = "gtk-engine-redmond95" +RDEPENDS_gtk-theme-metal = "gtk-engine-metal" +RDEPENDS_gtk-theme-mist = "gtk-engine-mist" +RDEPENDS_gtk-theme-crux = "gtk-engine-crux-engine" +RDEPENDS_gtk-theme-lighthouseblue = "gtk-engine-lighthouseblue" +RDEPENDS_gtk-theme-thinice = "gtk-engine-thinice" +RDEPENDS_gtk-theme-industrial = "gtk-engine-industrial" + +SRC_URI = "${GNOME_MIRROR}/${PN}/2.6/${PN}-${PV}.tar.bz2" + +inherit autotools pkgconfig + +python populate_packages_prepend() { + import os.path + + engines_root = os.path.join(bb.data.getVar('libdir', d, 1), "gtk-2.0/2.4.0/engines") + themes_root = os.path.join(bb.data.getVar('datadir', d, 1), "themes") + + do_split_packages(d, engines_root, '^lib(.*)\.so$', 'gtk-engine-%s', 'GTK %s theme engine', extra_depends='') + do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') +} + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine/no-gtk1.patch b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine/no-gtk1.patch new file mode 100644 index 0000000..ad3d681 --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine/no-gtk1.patch @@ -0,0 +1,31 @@ +--- gtk-industrial-engine-0.2.36.2/configure.ac.old 2004-11-28 16:48:45.000000000 +0000 ++++ gtk-industrial-engine-0.2.36.2/configure.ac 2004-11-28 16:48:54.000000000 +0000 +@@ -27,11 +27,6 @@ + AC_SUBST(GTK2_LIBS) + AC_SUBST(GTK2_VERSION) + +-AM_PATH_GTK(1.2.9, , +- AC_MSG_ERROR([*** GTK+-1.2.9 not installed - please install first ***]))AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :, +- AC_MSG_ERROR([*** gtk_style_set_prop_experimental() not found; perhaps you have an old CVS version of GTK+ ***]), +- $GTK_LIBS) +- + AC_CONFIG_FILES([ + Makefile + icons/24x24/apps/Makefile +@@ -56,8 +51,6 @@ + icons/192x192/apps/Makefile + icons/192x192/filesystems/Makefile + icons/192x192/Makefile +-gtk1-engine/Makefile +-gtk1-engine/gtk/Makefile + gtk2-engine/Makefile + gtk2-engine/gtk-2.0/Makefile + gtk2-engine/gtk-2.0/gtkrc +--- gtk-industrial-engine-0.2.36.2/Makefile.am.old 2004-11-28 16:49:02.000000000 +0000 ++++ gtk-industrial-engine-0.2.36.2/Makefile.am 2004-11-28 16:49:08.000000000 +0000 +@@ -1,4 +1,4 @@ +-SUBDIRS = icons gtk1-engine gtk2-engine metacity po ++SUBDIRS = icons gtk2-engine metacity po + + THEME_IN_FILES=index.theme.in + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb new file mode 100644 index 0000000..78700b9 --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb @@ -0,0 +1,22 @@ +SECTION = "x11/base" +DESCRIPTION = "Industrial theme engine for GTK" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +LICENSE = "GPL2" +DEPENDS = "gtk+" + +SRC_URI = "${DEBIAN_MIRROR}/main/g/gtk-industrial-engine/gtk-industrial-engine_${PV}.tar.gz \ + file://no-gtk1.patch;patch=1" + +PACKAGES += "gtk-theme-industrial" +FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so" +FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" +FILES_gtk-theme-industrial = "${datadir}/icons ${datadir}/themes" + +inherit autotools + +do_configure_prepend() { + for i in `ls gtk-common`; do + ln -sf ../gtk-common/$i gtk2-engine/$i + done +} + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.4.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.4.bb new file mode 100644 index 0000000..78700b9 --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.4.bb @@ -0,0 +1,22 @@ +SECTION = "x11/base" +DESCRIPTION = "Industrial theme engine for GTK" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +LICENSE = "GPL2" +DEPENDS = "gtk+" + +SRC_URI = "${DEBIAN_MIRROR}/main/g/gtk-industrial-engine/gtk-industrial-engine_${PV}.tar.gz \ + file://no-gtk1.patch;patch=1" + +PACKAGES += "gtk-theme-industrial" +FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so" +FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" +FILES_gtk-theme-industrial = "${datadir}/icons ${datadir}/themes" + +inherit autotools + +do_configure_prepend() { + for i in `ls gtk-common`; do + ln -sf ../gtk-common/$i gtk2-engine/$i + done +} + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb new file mode 100644 index 0000000..78700b9 --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb @@ -0,0 +1,22 @@ +SECTION = "x11/base" +DESCRIPTION = "Industrial theme engine for GTK" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +LICENSE = "GPL2" +DEPENDS = "gtk+" + +SRC_URI = "${DEBIAN_MIRROR}/main/g/gtk-industrial-engine/gtk-industrial-engine_${PV}.tar.gz \ + file://no-gtk1.patch;patch=1" + +PACKAGES += "gtk-theme-industrial" +FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so" +FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" +FILES_gtk-theme-industrial = "${datadir}/icons ${datadir}/themes" + +inherit autotools + +do_configure_prepend() { + for i in `ls gtk-common`; do + ln -sf ../gtk-common/$i gtk2-engine/$i + done +} + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.46.0.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.46.0.bb new file mode 100644 index 0000000..78700b9 --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-industrial-engine_0.2.46.0.bb @@ -0,0 +1,22 @@ +SECTION = "x11/base" +DESCRIPTION = "Industrial theme engine for GTK" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +LICENSE = "GPL2" +DEPENDS = "gtk+" + +SRC_URI = "${DEBIAN_MIRROR}/main/g/gtk-industrial-engine/gtk-industrial-engine_${PV}.tar.gz \ + file://no-gtk1.patch;patch=1" + +PACKAGES += "gtk-theme-industrial" +FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so" +FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" +FILES_gtk-theme-industrial = "${datadir}/icons ${datadir}/themes" + +inherit autotools + +do_configure_prepend() { + for i in `ls gtk-common`; do + ln -sf ../gtk-common/$i gtk2-engine/$i + done +} + diff --git a/org.handhelds.familiar/packages/gtk-engines/gtk-smooth-engine_0.5.8.bb b/org.handhelds.familiar/packages/gtk-engines/gtk-smooth-engine_0.5.8.bb new file mode 100644 index 0000000..c0d8f2d --- /dev/null +++ b/org.handhelds.familiar/packages/gtk-engines/gtk-smooth-engine_0.5.8.bb @@ -0,0 +1,12 @@ +PR = "r0" +LICENSE = "LGPL" +SECTION = "x11/base" +DESCRIPTION = "GTK theme engine Smooth" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" +DEPENDS = "gtk+" + +FILES_${PN} = "${libdir}/gtk-2.0/2.4.0/engines/libsmooth.so" + +SRC_URI = "${SOURCEFORGE_MIRROR}/smooth-engine/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig |