summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/gtk-engines.in7
-rw-r--r--rules/gtk-engines.make74
-rw-r--r--rules/gtk.in2
-rw-r--r--rules/gtk2-engines.in7
-rw-r--r--rules/gtk2-engines.make73
5 files changed, 81 insertions, 82 deletions
diff --git a/rules/gtk-engines.in b/rules/gtk-engines.in
new file mode 100644
index 000000000..71ed01972
--- /dev/null
+++ b/rules/gtk-engines.in
@@ -0,0 +1,7 @@
+## SECTION=multimedia_gtk
+
+config GTK_ENGINES
+ tristate
+ select GTK
+ prompt "gtk engines"
+
diff --git a/rules/gtk-engines.make b/rules/gtk-engines.make
new file mode 100644
index 000000000..a74fd3617
--- /dev/null
+++ b/rules/gtk-engines.make
@@ -0,0 +1,74 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2003 by BSP
+# (C) 2010,2011 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_GTK_ENGINES) += gtk-engines
+
+#
+# Paths and names
+#
+GTK_ENGINES_VERSION := 2.91.1
+GTK_ENGINES_MD5 := 290d2fdb66743066dab92db694dd7b99
+GTK_ENGINES := gtk-engines-$(GTK_ENGINES_VERSION)
+GTK_ENGINES_SUFFIX := tar.bz2
+GTK_ENGINES_URL := http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.91/$(GTK_ENGINES).$(GTK_ENGINES_SUFFIX)
+GTK_ENGINES_SOURCE := $(SRCDIR)/$(GTK_ENGINES).$(GTK_ENGINES_SUFFIX)
+GTK_ENGINES_DIR := $(BUILDDIR)/$(GTK_ENGINES)
+
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+GTK_ENGINES_AUTOCONF := \
+ $(CROSS_AUTOCONF_USR) \
+ --disable-schemas
+
+GTK_ENGINES_ENGINES := \
+ clearlooks \
+ crux-engine \
+ glide \
+ hcengine \
+ industrial \
+ mist \
+ redmond95 \
+ thinice
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/gtk-engines.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, gtk-engines)
+ @$(call install_fixup, gtk-engines,PRIORITY,optional)
+ @$(call install_fixup, gtk-engines,SECTION,base)
+ @$(call install_fixup, gtk-engines,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
+ @$(call install_fixup, gtk-engines,DESCRIPTION,missing)
+
+ @$(foreach engine,$(GTK_ENGINES_ENGINES), \
+ $(call install_lib, gtk-engines, 0, 0, 0644, \
+ gtk-3.0/3.0.0/engines/lib$(engine));)
+
+ @$(call install_tree, gtk-engines, 0, 0, \
+ /usr/share/themes)
+
+ @$(call install_finish, gtk-engines)
+
+ @$(call touch)
+
+# vim: syntax=make
diff --git a/rules/gtk.in b/rules/gtk.in
index bad50374a..c8b2e4c9d 100644
--- a/rules/gtk.in
+++ b/rules/gtk.in
@@ -58,7 +58,5 @@ config GTK_XDAMAGE
bool
prompt "X Damage support"
-source "generated/multimedia_gtkcore.in"
-
endif
diff --git a/rules/gtk2-engines.in b/rules/gtk2-engines.in
deleted file mode 100644
index c768c66f7..000000000
--- a/rules/gtk2-engines.in
+++ /dev/null
@@ -1,7 +0,0 @@
-## SECTION=multimedia_gtkcore
-
-config GTK2_ENGINES
- tristate
- default GTKCORE
- select GTK
-
diff --git a/rules/gtk2-engines.make b/rules/gtk2-engines.make
deleted file mode 100644
index 35e02383a..000000000
--- a/rules/gtk2-engines.make
+++ /dev/null
@@ -1,73 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2003 by BSP
-# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_GTK2_ENGINES) += gtk2-engines
-
-#
-# Paths and names
-#
-GTK2_ENGINES_VERSION := 2.2.0
-GTK2_ENGINES_MD5 := 78e9276c28b509f3203de4873c20a263
-GTK2_ENGINES := gtk-engines-$(GTK2_ENGINES_VERSION)
-GTK2_ENGINES_SUFFIX := tar.bz2
-GTK2_ENGINES_URL := http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.2/$(GTK2_ENGINES).$(GTK2_ENGINES_SUFFIX)
-GTK2_ENGINES_SOURCE := $(SRCDIR)/$(GTK2_ENGINES).$(GTK2_ENGINES_SUFFIX)
-GTK2_ENGINES_DIR := $(BUILDDIR)/$(GTK2_ENGINES)
-
-
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(GTK2_ENGINES_SOURCE):
- @$(call targetinfo)
- @$(call get, GTK2_ENGINES)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-GTK2_ENGINES_PATH := PATH=$(CROSS_PATH)
-GTK2_ENGINES_ENV := $(CROSS_ENV)
-
-#
-# autoconf
-#
-GTK2_ENGINES_AUTOCONF := $(CROSS_AUTOCONF_USR)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/gtk2-engines.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, gtk2-engines)
- @$(call install_fixup, gtk2-engines,PRIORITY,optional)
- @$(call install_fixup, gtk2-engines,SECTION,base)
- @$(call install_fixup, gtk2-engines,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
- @$(call install_fixup, gtk2-engines,DESCRIPTION,missing)
-
- @$(call install_copy, gtk2-engines, 0, 0, 0644, -, \
- /usr/lib/gtk-2.0/2.10.0/engines/libmetal.so)
- @$(call install_copy, gtk2-engines, 0, 0, 0644, -, \
- /usr/lib/gtk-2.0/2.10.0/engines/libredmond95.so)
- @$(call install_copy, gtk2-engines, 0, 0, 0644, -, \
- /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so)
-
- @$(call install_finish, gtk2-engines)
-
- @$(call touch)
-
-# vim: syntax=make