mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
files to build gtk-industrial-engine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@805 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.6/gtk-engines-${PV}.tar.bz2"
|
||||
|
||||
S = "${WORKDIR}/gtk-engines-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend() {
|
||||
for i in `ls gtk-common`; do
|
||||
ln -sf ../gtk-common/$i gtk2-engine/$i
|
||||
done
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
SECTION = "x11/base"
|
||||
DESCRIPTION = "Industrial theme engine for GTK"
|
||||
LICENSE = "GPL2"
|
||||
DEPENDS = "gtk+"
|
||||
|
||||
include gtk-engines_2.6.inc
|
||||
|
||||
EXTRA_OECONF = "--disable-clearlooks \
|
||||
--disable-crux \
|
||||
--disable-hc \
|
||||
--disable-lighthouseblue \
|
||||
--disable-metal \
|
||||
--disable-mist \
|
||||
--disable-redmond \
|
||||
--disable-smooth \
|
||||
--disable-thinice \
|
||||
"
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user