]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add matchbox-theme-sato and sato-icon-theme 0.1, update distro config to match
authorRichard Purdie <richard@openedhand.com>
Tue, 31 Jul 2007 10:45:34 +0000 (10:45 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 31 Jul 2007 10:45:34 +0000 (10:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2243 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf
meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb [new file with mode: 0644]
meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb
meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb [new file with mode: 0644]
meta/packages/sato-icon-theme/sato-icon-theme_svn.bb

index b3897260538aad79e90b902370ba16c420b15958..b0512136553eb5a15ef5fa8d3207e46bfe386e52 100644 (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"
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb
new file mode 100644 (file)
index 0000000..eb903a1
--- /dev/null
@@ -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"
+
index 567ab0370914f3fde83a92bf6bd1acab10bf2a8e..5ed1325b507d77aefaaf3875b2fa9ff9ed53ff7b 100644 (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"
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
new file mode 100644 (file)
index 0000000..08db3aa
--- /dev/null
@@ -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
+}
index 5658b7ba3dc5d85c7a42c4ff0c571adf8629363d..4fdcfaefe87ce8b83e904793c783fb342b178bdd 100644 (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"