|
@@ -1,19 +1,18 @@
|
|
-# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
|
|
|
|
|
|
+# Contributor: Lukas Fleischer <lfleischer@archlinux.org>
|
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
|
|
|
|
|
pkgname=adwaita-icon-theme
|
|
pkgname=adwaita-icon-theme
|
|
-pkgver=3.22.0
|
|
|
|
|
|
+pkgver=3.22.0+1+g58cd459e
|
|
pkgrel=1
|
|
pkgrel=1
|
|
-pkgdesc="Adwaita icon theme"
|
|
|
|
|
|
+pkgdesc="GNOME standard icons"
|
|
|
|
+url="https://git.gnome.org/browse/adwaita-icon-theme"
|
|
arch=(any)
|
|
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')
|
|
sha256sums=('SKIP')
|
|
|
|
|
|
pkgver() {
|
|
pkgver() {
|
|
@@ -23,16 +22,16 @@ pkgver() {
|
|
|
|
|
|
prepare() {
|
|
prepare() {
|
|
cd $pkgname
|
|
cd $pkgname
|
|
- NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
|
+ autoreconf -fvi
|
|
}
|
|
}
|
|
|
|
|
|
build() {
|
|
build() {
|
|
- cd $pkgname
|
|
|
|
- ./configure --prefix=/usr
|
|
|
|
- make
|
|
|
|
|
|
+ cd $pkgname
|
|
|
|
+ ./configure --prefix=/usr
|
|
|
|
+ make
|
|
}
|
|
}
|
|
|
|
|
|
package() {
|
|
package() {
|
|
- cd $pkgname
|
|
|
|
- make DESTDIR="$pkgdir" install
|
|
|
|
|
|
+ cd $pkgname
|
|
|
|
+ make DESTDIR="$pkgdir" install
|
|
}
|
|
}
|