Explorar o código

3.22.0+1+g58cd459e-1

Jan Alexander Steffens %!s(int64=8) %!d(string=hai) anos
pai
achega
a6ea566cee
Modificáronse 1 ficheiros con 16 adicións e 17 borrados
  1. 16 17
      PKGBUILD

+ 16 - 17
PKGBUILD

@@ -1,19 +1,18 @@
-# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer@archlinux.org>
 # Contributor: Jan de Groot <jgc@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 +22,16 @@ pkgver() {
 
 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
 }