initial import
This commit is contained in:
26
gnome-icon-theme-symbolic/PKGBUILD
Normal file
26
gnome-icon-theme-symbolic/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=gnome-icon-theme-symbolic
|
||||
pkgver=3.12.0
|
||||
pkgrel=2
|
||||
pkgdesc="Basic icon theme, symbolic icons"
|
||||
arch=('any')
|
||||
url='https://www.gnome.org'
|
||||
license=('CC-BY-SA-3.0')
|
||||
depends=('hicolor-icon-theme' 'librsvg-legacy')
|
||||
makedepends=('intltool' 'gettext-tiny' 'icon-naming-utils')
|
||||
source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha512sums=('e2a662d38c5c1328f384d9bdd73ce54f4e1174a1d88763e4a5f772c2479081f11c81937ba2dc159ce250e433762f14de824516fc68209200d95dc47790471eda')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
GTK_UPDATE_ICON_CACHE=/bin/true ./configure \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user