[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Jan 14 21:01:58 UTC 2017


    Date: Saturday, January 14, 2017 @ 21:01:57
  Author: heftig
Revision: 286375

3.22.0+1+g58cd459e-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 18:41:42 UTC (rev 286374)
+++ PKGBUILD	2017-01-14 21:01:57 UTC (rev 286375)
@@ -1,19 +1,19 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# $Id$
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=adwaita-icon-theme
-pkgver=3.22.0
+pkgver=3.22.0+1+g58cd459e
 pkgrel=1
-pkgdesc="Adwaita icon theme"
+pkgdesc="GNOME standard icons"
+url="https://git.gnome.org/browse/adwaita-icon-theme"
 arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
-makedepends=('intltool' 'gnome-common' 'git' 'gtk3')
-url="http://www.gnome.org"
-license=('GPL')
-groups=('gnome')
-options=('!emptydirs')
-_commit=00bc0b453d858bed3f2fe0538a016c6449fc20d3
-source=("git://git.gnome.org/adwaita-icon-theme#commit=$_commit")
+license=(LGPL3 CCPL:cc-by-sa)
+depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+makedepends=(intltool git gtk3)
+groups=(gnome)
+_commit=58cd459e1fdba84f3c7e745636188750ad6d44c8  # gnome-3-22
+source=("git+https://git.gnome.org/browse/adwaita-icon-theme#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -23,16 +23,16 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fvi
 }
   
 build() {
-    cd $pkgname
-    ./configure --prefix=/usr
-    make
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-    cd $pkgname
-    make DESTDIR="$pkgdir" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list