]> code.ossystems Code Review - openembedded-core.git/commitdiff
* Added sato-icon-theme package
authorThomas Wood <thomas@openedhand.com>
Tue, 27 Feb 2007 08:58:21 +0000 (08:58 +0000)
committerThomas Wood <thomas@openedhand.com>
Tue, 27 Feb 2007 08:58:21 +0000 (08:58 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1293 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index a4e7e67b8f080b336dd05e5129367a2566e8e7e6..cc775022d095cfe9a2badd46a582acca9d9c07fb 100644 (file)
@@ -124,6 +124,7 @@ SRCDATE_maemo-mapper-nohildon ?= "20061114"
 SRCDATE_exmap-console = "20061220"
 SRCDATE_gtk-sato-engine = "20070203"
 SRCDATE_matchbox-theme-sato = "20061225"
+SRCDATE_sato-icon-theme = "20070227"
 
 #
 # Preferred Versions:
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb
new file mode 100644 (file)
index 0000000..c9bd9f8
--- /dev/null
@@ -0,0 +1,14 @@
+SECTION = "x11"
+DESCRIPTION = "Sato Icon Theme"
+LICENSE = "LGPL"
+DEPENDS = ""
+PV = "0.0+svn${SRCDATE}"
+PR = "r1"
+
+SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http"
+S = "${WORKDIR}/sato-icon-theme"
+
+PACKAGES += "sato-icon-theme"
+
+inherit autotools  pkgconfig
+