[arch-commits] Commit in tango-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Sep 18 15:26:37 UTC 2011
Date: Sunday, September 18, 2011 @ 11:26:37
Author: andyrtr
Revision: 138202
archrelease: copy trunk to extra-any
Added:
tango-icon-theme/repos/extra-any/PKGBUILD
(from rev 138201, tango-icon-theme/trunk/PKGBUILD)
Deleted:
tango-icon-theme/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 58 ++++++++++++++++++++++++++++++++--------------------------
1 file changed, 32 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-18 15:26:09 UTC (rev 138201)
+++ PKGBUILD 2011-09-18 15:26:37 UTC (rev 138202)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams <thayer at archlinux.org>
-# Contributor: James Rayner <james at archlinux.org>
-
-pkgname=tango-icon-theme
-pkgver=0.8.90
-pkgrel=2
-pkgdesc="The Tango Desktop Project exists to create a consistent user experience"
-arch=('any')
-url="http://tango.freedesktop.org"
-license=('custom:ccpl-attribution-sharealike-2.5')
-depends=('librsvg')
-makedepends=('imagemagick' 'icon-naming-utils' 'intltool' 'python')
-source=(http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('0795895d2f20eddcbd2bffe94ed431a6')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr \
- --enable-png-creation
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
-
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" || return 1
-}
Copied: tango-icon-theme/repos/extra-any/PKGBUILD (from rev 138201, tango-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-09-18 15:26:37 UTC (rev 138202)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Thayer Williams <thayer at archlinux.org>
+# Contributor: James Rayner <james at archlinux.org>
+
+pkgname=tango-icon-theme
+pkgver=0.8.90
+pkgrel=3
+pkgdesc="The Tango Desktop Project exists to create a consistent user experience"
+arch=('any')
+url="http://tango.freedesktop.org"
+license=('custom:ccpl-attribution-sharealike-2.5')
+depends=('librsvg')
+makedepends=('imagemagick' 'icon-naming-utils' 'intltool')
+source=(http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('0795895d2f20eddcbd2bffe94ed431a6')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ # fix FTBS https://bugs.archlinux.org/task/25977
+ sed -i -e "s:\"rsvg\":\"rsvg-convert\":" configure.ac
+ autoreconf
+
+ ./configure --prefix=/usr \
+ --enable-png-creation
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list