diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 22:37:39 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 22:37:39 +0000 |
commit | b5bd27c4618ee7c17dacfdbafd1e26c73022a1c6 (patch) | |
tree | df193364870a3a5ff23f6ca477fef3e4428213ab /gnome-themes | |
parent | 3d2f3aea213d59cb42e4933f7b236e98ea0f1bab (diff) |
add depends on intltool-native
BKrev: 410d70b3Olcnjjwhw2Fe2IfPpf2GYQ
Diffstat (limited to 'gnome-themes')
-rw-r--r-- | gnome-themes/gnome-themes_2.6.2.oe | 30 |
1 files changed, 30 insertions, 0 deletions
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 <pb@handhelds.org>" +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 |