Date: Tuesday, September 4, 2018 @ 18:32:29 Author: heftig Revision: 333319
3.30.0-1 Modified: adwaita-icon-theme/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-04 17:59:00 UTC (rev 333318) +++ PKGBUILD 2018-09-04 18:32:29 UTC (rev 333319) @@ -1,18 +1,18 @@ -# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Lukas Fleischer <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=adwaita-icon-theme -pkgver=3.28.0 +pkgver=3.30.0 pkgrel=1 pkgdesc="GNOME standard icons" -url="https://git.gnome.org/browse/adwaita-icon-theme" +url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" arch=(any) -license=(LGPL3 CCPL:cc-by-sa) +license=(LGPL3 CCPL:by-sa) depends=(hicolor-icon-theme gtk-update-icon-cache librsvg) -makedepends=(intltool git gtk3 gnome-common) -_commit=ef52430db1201dce0cbc6563a3de3e9ba1ed60e4 # tags/3.28.0^0 -source=("git+https://git.gnome.org/browse/adwaita-icon-theme#commit=$_commit") +makedepends=(git gtk3) +_commit=a7f55acb9da10caa4ae4c712a67260e059091603 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -31,6 +31,11 @@ make } +check() { + cd $pkgname + make check +} + package() { cd $pkgname make DESTDIR="$pkgdir" install Property changes on: adwaita-icon-theme/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
