[arch-commits] Commit in tango-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Sep 18 20:53:17 UTC 2011


    Date: Sunday, September 18, 2011 @ 16:53:17
  Author: andyrtr
Revision: 138214

archrelease: copy trunk to extra-any

Added:
  tango-icon-theme/repos/extra-any/PKGBUILD
    (from rev 138213, tango-icon-theme/trunk/PKGBUILD)
Deleted:
  tango-icon-theme/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++--------------------------------
 1 file changed, 28 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-18 20:52:47 UTC (rev 138213)
+++ PKGBUILD	2011-09-18 20:53:17 UTC (rev 138214)
@@ -1,32 +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=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"
-}

Copied: tango-icon-theme/repos/extra-any/PKGBUILD (from rev 138213, tango-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-09-18 20:53:17 UTC (rev 138214)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Thayer Williams <thayer at archlinux.org>
+# Contributor: James Rayner <james at archlinux.org>
+
+pkgname=tango-icon-theme
+pkgver=0.8.90
+pkgrel=4
+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>=2.34.1-2')
+makedepends=('imagemagick' 'icon-naming-utils' 'intltool')
+source=(http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('0795895d2f20eddcbd2bffe94ed431a6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./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