Date: Thursday, January 11, 2018 @ 00:02:12 Author: bgyorgy Revision: 281207
upgpkg: gnome-icon-theme-extras 3.12.0-4 Adopt the package, fix license, remove dependency on gnome-icon-theme (it can be used with other themes too as a fallback for device icons) Modified: gnome-icon-theme-extras/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-10 23:27:12 UTC (rev 281206) +++ PKGBUILD 2018-01-11 00:02:12 UTC (rev 281207) @@ -1,16 +1,17 @@ # $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gnome-icon-theme-extras pkgver=3.12.0 -pkgrel=3 -pkgdesc="GNOME icon theme, extra icons" -arch=(any) -depends=('gnome-icon-theme') -makedepends=('intltool' 'icon-naming-utils') -url="http://www.gnome.org" -license=('GPL') +pkgrel=4 +pkgdesc='Extra GNOME icons for specific devices and file types' +arch=('any') +depends=('gtk-update-icon-cache' 'hicolor-icon-theme') +makedepends=('icon-naming-utils') +url='https://git.gnome.org/browse/gnome-icon-theme-extras' +license=('CCPL:cc-by-sa') source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
