From b5bd27c4618ee7c17dacfdbafd1e26c73022a1c6 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 1 Aug 2004 22:37:39 +0000 Subject: add depends on intltool-native BKrev: 410d70b3Olcnjjwhw2Fe2IfPpf2GYQ --- gnome-themes/gnome-themes_2.6.2.oe | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'gnome-themes/gnome-themes_2.6.2.oe') diff --git a/gnome-themes/gnome-themes_2.6.2.oe b/gnome-themes/gnome-themes_2.6.2.oe index e69de29bb2..d2b8820da1 100644 --- a/gnome-themes/gnome-themes_2.6.2.oe +++ b/gnome-themes/gnome-themes_2.6.2.oe @@ -0,0 +1,30 @@ +MAINTAINER = "Phil Blundell " +DESCRIPTION = "GNOME themes" + +DEPENDS = "gtk-engines intltool-native" + +PACKAGES += " gtk-engine-crux gtk-engine-hc gtk-engine-lighthouseblue gtk-engine-mist gtk-engine-thinice" +FILES_gtk-engine-crux = "${libdir}/gtk-2.0/*/engines/libcrux-engine.so" +FILES_gtk-engine-hc = "${libdir}/gtk-2.0/*/engines/libhcengine.so" +FILES_gtk-engine-lighthouseblue = "${libdir}/gtk-2.0/*/engines/liblighthouseblue.so" +FILES_gtk-engine-mist = "${libdir}/gtk-2.0/*/engines/libmist.so" +FILES_gtk-engine-thinice = "${libdir}/gtk-2.0/*/engines/libthinice.so" + +PACKAGES += " gnome-theme-crux gnome-theme-grand-canyon gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-lighthouseblue gnome-theme-mist gnome-theme-traditional" +FILES_gnome-theme-crux = "${datadir}/themes/Crux" +FILES_gnome-theme-grand-canyon = "${datadir}/themes/Grand-Canyon" +FILES_gnome-theme-highcontrast = "${datadir}/themes/HighContrast" +FILES_gnome-theme-highcontrastinverse = "${datadir}/themes/HighContrastInverse" +FILES_gnome-theme-highcontrastlargeprint = "${datadir}/themes/HighContrastLargePrint" +FILES_gnome-theme-highcontrastlargeprintinverse = "${datadir}/themes/HighContrastLargePrintInverse" +FILES_gnome-theme-largeprint = "${datadir}/themes/LargePrint" +FILES_gnome-theme-lighthouseblue = "${datadir}/themes/LighthouseBlue" +FILES_gnome-theme-mist = "${datadir}/themes/Mist" +FILES_gnome-theme-traditional = "${datadir}/themes/Traditional" + +SRC_URI = "${GNOME_MIRROR}/${PN}/2.6/${PN}-${PV}.tar.bz2" + +# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux +CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')}" + +inherit autotools -- cgit v1.2.3