mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
gtk-sato-engine: unify recipes, bump PV in svn recipe
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4171 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
DESCRIPTION = "Sato theme engine for GTK"
|
||||||
|
SECTION = "x11/base"
|
||||||
|
LICENSE = "LGPL"
|
||||||
|
DEPENDS = "gtk+"
|
||||||
|
RDEPENDS_gtk-theme-sato = "gtk-sato-engine"
|
||||||
|
|
||||||
|
PACKAGES += "gtk-theme-sato"
|
||||||
|
FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
|
||||||
|
FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
|
||||||
|
FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug"
|
||||||
|
FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
for i in `ls gtk-common`; do
|
||||||
|
ln -sf ../gtk-common/$i gtk2-engine/$i
|
||||||
|
done
|
||||||
|
}
|
||||||
@@ -1,24 +1,6 @@
|
|||||||
SECTION = "x11/base"
|
require gtk-sato-engine.inc
|
||||||
DESCRIPTION = "Sato theme engine for GTK"
|
|
||||||
LICENSE = "LGPL"
|
PR = "r4"
|
||||||
DEPENDS = "gtk+"
|
|
||||||
RDEPENDS_gtk-theme-sato = "gtk-sato-engine"
|
|
||||||
PR = "r3"
|
|
||||||
|
|
||||||
SRC_URI = "http://pokylinux.org/releases/sato/sato-engine-${PV}.tar.gz"
|
SRC_URI = "http://pokylinux.org/releases/sato/sato-engine-${PV}.tar.gz"
|
||||||
S = "${WORKDIR}/sato-engine-${PV}"
|
S = "${WORKDIR}/sato-engine-${PV}"
|
||||||
|
|
||||||
PACKAGES += "gtk-theme-sato"
|
|
||||||
FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
|
|
||||||
FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
|
|
||||||
FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug"
|
|
||||||
FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
|
||||||
|
|
||||||
do_configure_prepend() {
|
|
||||||
for i in `ls gtk-common`; do
|
|
||||||
ln -sf ../gtk-common/$i gtk2-engine/$i
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,25 +1,7 @@
|
|||||||
SECTION = "x11/base"
|
require gtk-sato-engine.inc
|
||||||
DESCRIPTION = "Sato theme engine for GTK"
|
|
||||||
LICENSE = "LGPL"
|
PV = "0.3.1+svnr${SRCREV}"
|
||||||
DEPENDS = "gtk+"
|
|
||||||
RDEPENDS_gtk-theme-sato = "gtk-sato-engine"
|
|
||||||
PV = "0.2+svnr${SRCREV}"
|
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http"
|
||||||
|
|
||||||
S = "${WORKDIR}/gtk-engine"
|
S = "${WORKDIR}/gtk-engine"
|
||||||
|
|
||||||
PACKAGES += "gtk-theme-sato"
|
|
||||||
FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
|
|
||||||
FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
|
|
||||||
FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug"
|
|
||||||
FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
|
|
||||||
|
|
||||||
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