summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas@openedhand.com>2007-02-27 08:58:21 +0000
committerThomas Wood <thomas@openedhand.com>2007-02-27 08:58:21 +0000
commita50f68d19f417d14c086b1ef72c90bbedc726871 (patch)
tree6e630bf15dedfec3603ce1a4142b769da1fff02f
parentf8b92f25303ddb7a1f38dbc8d861f25d345590d3 (diff)
downloadopenembedded-core-a50f68d19f417d14c086b1ef72c90bbedc726871.tar.gz
openembedded-core-a50f68d19f417d14c086b1ef72c90bbedc726871.tar.bz2
openembedded-core-a50f68d19f417d14c086b1ef72c90bbedc726871.tar.xz
openembedded-core-a50f68d19f417d14c086b1ef72c90bbedc726871.zip
* Added sato-icon-theme package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1293 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/poky.conf1
-rw-r--r--meta/packages/sato-icon-theme/sato-icon-theme_svn.bb14
2 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index a4e7e67b8..cc775022d 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -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
index 000000000..c9bd9f84e
--- /dev/null
+++ b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb
@@ -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
+