mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
add Sato gtk engine bb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1065 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
23
meta/packages/gtk-engines/gtk-sato-engine_svn.bb
Normal file
23
meta/packages/gtk-engines/gtk-sato-engine_svn.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SECTION = "x11/base"
|
||||
DESCRIPTION = "Sato theme engine for GTK"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "gtk+"
|
||||
PV = "0.0+svn${SRCDATE}"
|
||||
|
||||
SRCDATE="20061221"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http"
|
||||
S = "${WORKDIR}/gtk-engine"
|
||||
|
||||
PACKAGES += "gtk-engine-sato"
|
||||
FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so"
|
||||
FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_configure_prepend() {
|
||||
for i in `ls gtk-common`; do
|
||||
ln -sf ../gtk-common/$i gtk2-engine/$i
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user