summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 47680a5fd2d70474e9e173cba122fbffc3fcb741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-icon-theme-extras
pkgver=3.12.0
pkgrel=6
pkgdesc='Extra GNOME icons for specific devices and file types'
arch=('any')
depends=('hicolor-icon-theme')
makedepends=('icon-naming-utils')
url='https://gitlab.gnome.org/Archive/gnome-icon-theme-extras'
license=('CCPL:cc-by-sa')
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')

build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr
  make
}

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}