diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-23 11:43:31 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-23 11:43:31 +0000 |
commit | 85a394cfe168ab2f118eeb2aa3819126b387f266 (patch) | |
tree | a4f0aeff488bafc2735c417e78e29309c4f7e728 /packages/tango/tango-icon-theme_0.7.2.bb | |
parent | f28e9a63d7f46008759f497a6e02a277ff9cd3ad (diff) |
tango-icon-theme: add 0.7.2 and -extras 0.1.0 with icon-naming-utils disabled
Diffstat (limited to 'packages/tango/tango-icon-theme_0.7.2.bb')
-rw-r--r-- | packages/tango/tango-icon-theme_0.7.2.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/tango/tango-icon-theme_0.7.2.bb b/packages/tango/tango-icon-theme_0.7.2.bb new file mode 100644 index 0000000000..d9158234e9 --- /dev/null +++ b/packages/tango/tango-icon-theme_0.7.2.bb @@ -0,0 +1,8 @@ +SECTION = "unknown" +LICENSE = "http://creativecommons.org/licenses/by-sa/2.5/" +inherit autotools pkgconfig + +SRC_URI = "http://tango-project.org/releases/${PN}-${PV}.tar.gz \ + file://no-icon-naming-utils.patch;patch=1" +EXTRA_OECONF = "--disable-icon-framing" +FILES_${PN} += "${datadir}/icons" |