gtk-sato-engine: Update to 0.3.2

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin 2010-07-06 14:58:33 +08:00 committed by Richard Purdie
parent 608909d026
commit 13a8dc5903
5 changed files with 8 additions and 10 deletions

View File

@ -38,7 +38,7 @@ SRCREV_pn-gaku ??= "399"
SRCREV_pn-gconf-dbus ??= "693"
SRCREV_pn-gconf-dbus-native ??= "693"
SRCREV_pn-gtkhtml2 ??= "1144"
SRCREV_pn-gtk-sato-engine ??= "90"
SRCREV_pn-gtk-sato-engine ??= "163"
SRCREV_pn-gtk-theme-torturer ??= "99962ae39bb5aadb31929b25c58e1a053f9c9545"
SRCREV_pn-gtk-theme-darkilouche ??= "b4ce102a303d1176107a9d9d28c14f7da78feedd"
SRCREV_pn-gobject-introspection ??= "efa7266bcf78478ce62e8dd778a4f0417bfd4d15"

View File

@ -6,7 +6,6 @@
# Preferred Versions:
#
PREFERRED_VERSION_libmatchbox ?= "1.9"
PREFERRED_VERSION_gtk-sato-engine ?= "0.3.1"
PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
PREFERRED_VERSION_glib-2.0 ?= "2.24.1"

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Sato theme engine for GTK"
HOMEPAGE = "http://www.o-hand.com"
BUGTRACKER = "http://bugzilla.openedhand.com/"
LICENSE = "LGPLv2+"
LICENSE = "LGPLv2.1 & LGPLv2+"
SECTION = "x11/base"
DEPENDS = "gtk+"

View File

@ -1,6 +0,0 @@
require gtk-sato-engine.inc
PR = "r4"
SRC_URI = "http://pokylinux.org/releases/sato/sato-engine-${PV}.tar.gz"
S = "${WORKDIR}/sato-engine-${PV}"

View File

@ -1,6 +1,11 @@
require gtk-sato-engine.inc
PV = "0.3.1+svnr${SRCREV}"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://src/sato-utils.h;endline=24;md5=708f28cfe7fe028d497aaf4389b80b62 \
file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a"
PV = "0.3.2+svnr${SRCREV}"
PR = "r0"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http"