Add matchbox-theme-sato and sato-icon-theme 0.1, update distro config to match

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2243 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-07-31 10:45:34 +00:00
parent 72aa7321c7
commit 46afad28d8
5 changed files with 36 additions and 7 deletions

View File

@ -105,9 +105,9 @@ SRCDATE_psplash ?= "20070529"
SRCDATE_maemo-mapper-nohildon ?= "20061114"
SRCDATE_exmap-console = "20070529"
SRCDATE_gtk-sato-engine = "20070731"
SRCDATE_matchbox-theme-sato = "20070723"
SRCDATE_matchbox-theme-sato = "20070731"
SRCDATE_tasks = "20070711"
SRCDATE_sato-icon-theme = "20070630"
SRCDATE_sato-icon-theme = "20070731"
SRCDATE_matchbox-desktop-sato = "20070704"
SRCDATE_evince = "20070505"
SRCDATE_oh-puzzles = "20070714"
@ -140,6 +140,8 @@ PREFERRED_VERSION_matchbox-themes-extra ?= "0.3+svn${SRCDATE}"
PREFERRED_VERSION_matchbox-wm ?= "1.2+svn${SRCDATE}"
PREFERRED_VERSION_libmatchbox ?= "1.9"
PREFERRED_VERSION_gtk-sato-engine = "0.1"
PREFERRED_VERSION_matchbox-theme-sato = "0.1"
PREFERRED_VERSION_sato-icon-theme = "0.1"
PREFERRED_VERSION_glib-2.0 ?= "2.10.3"
PREFERRED_VERSION_glib-2.0-native ?= "2.10.3"

View File

@ -0,0 +1,11 @@
DESCRIPTION = "Matchbox window manager Sato themes"
LICENSE = "CC-BY-SA3"
DEPENDS = "matchbox-wm"
SECTION = "x11/wm"
SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/themes"

View File

@ -1,8 +1,8 @@
DESCRIPTION = "Matchbox window manager Sato themes"
LICENSE = "GPL"
LICENSE = "CC-BY-SA3"
DEPENDS = "matchbox-wm"
SECTION = "x11/wm"
PV = "0.0+svn${SRCDATE}"
PV = "0.1+svn${SRCDATE}"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
S = "${WORKDIR}/matchbox-sato"

View File

@ -0,0 +1,17 @@
SECTION = "x11"
DESCRIPTION = "Sato Icon Theme"
LICENSE = "CC-BY-SA3"
DEPENDS = ""
SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-0.1.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}"
pkg_postinst_${PN} () {
if [ "x$D" != "x" ]; then
exit 1
fi
gtk-update-icon-cache -q /usr/share/icons/Sato
}

View File

@ -1,9 +1,8 @@
SECTION = "x11"
DESCRIPTION = "Sato Icon Theme"
LICENSE = "LGPL"
LICENSE = "CC-BY-SA3"
DEPENDS = ""
PV = "0.0+svn${SRCDATE}"
PR = "r3"
PV = "0.1+svn${SRCDATE}"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http"
S = "${WORKDIR}/sato-icon-theme"