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 | |
parent | f28e9a63d7f46008759f497a6e02a277ff9cd3ad (diff) |
tango-icon-theme: add 0.7.2 and -extras 0.1.0 with icon-naming-utils disabled
-rw-r--r-- | packages/tango/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tango/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tango/files/no-icon-naming-utils.patch | 12 | ||||
-rw-r--r-- | packages/tango/tango-icon-theme-extras_0.1.0.bb | 8 | ||||
-rw-r--r-- | packages/tango/tango-icon-theme_0.7.2.bb | 8 |
5 files changed, 28 insertions, 0 deletions
diff --git a/packages/tango/.mtn2git_empty b/packages/tango/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/tango/.mtn2git_empty diff --git a/packages/tango/files/.mtn2git_empty b/packages/tango/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/tango/files/.mtn2git_empty diff --git a/packages/tango/files/no-icon-naming-utils.patch b/packages/tango/files/no-icon-naming-utils.patch new file mode 100644 index 0000000000..690a06f431 --- /dev/null +++ b/packages/tango/files/no-icon-naming-utils.patch @@ -0,0 +1,12 @@ +--- tango-icon-theme-0.6.1/configure.ac.orig 2005-12-10 20:48:31 +0100 ++++ tango-icon-theme-0.6.1/configure.ac 2005-12-10 20:49:18 +0100 +@@ -38,8 +38,7 @@ + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) ++ ICONMAP="true" +- AC_MSG_ERROR([icon-naming-utils >= $UTILS_REQUIRED is required to build +- and install tango-icon-theme]) + fi + + # Check for convert from ImageMagick to add the 1x1 frame to 22x22 icons diff --git a/packages/tango/tango-icon-theme-extras_0.1.0.bb b/packages/tango/tango-icon-theme-extras_0.1.0.bb new file mode 100644 index 0000000000..d9158234e9 --- /dev/null +++ b/packages/tango/tango-icon-theme-extras_0.1.0.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" 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" |