summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b5c934ae9b4f7fb41fd7d53aa9465167b9d44a94 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Maintainer: Martin Filion <Mordillo98@gmail.com>
# Contributor: Christian Hesse <arch@eworm.de>
# Contributor: BlackICE <manfredi at gmail.com>
# Contributor: jsteel <jsteel at aur.archlinux.org>
# Contributor: Arkham <arkham at archlinux dot us>
# Contributor: Artyom Smirnov <smirnoffjr@gmail.com>
# Contributor: Marius <marius at matamare dot ro>

pkgname=gnome-colors-icon-theme
pkgname_link=gnome-colors-icon-theme
pkgver=5.5.1
pkgrel=3
pkgdesc='GNOME-Colors icon theme'
arch=('any')
url='https://github.com/gnome-colors/gnome-colors'
license=('GPL2')
conflicts=('gnome-colors-icon-theme-extras')
replaces=('gnome-colors-icon-theme-extras')
makedepends=('git' 'inkscape' 'imagemagick' 'gnome-icon-theme' 'gnome-icon-theme-symbolic' 'poppler-glib')
source=("git+https://github.com/gnome-colors/gnome-colors.git")
sha256sums=('SKIP')

prepare() {

 cd "${srcdir}/gnome-colors/gnome-colors/"
 patch -i ../../../inkscape_command.patch

}

build() {

  cd "${srcdir}/gnome-colors/gnome-colors/"
  
  make

}

package() {

  cd "${srcdir}/gnome-colors/gnome-colors/"

  make DESTDIR="${pkgdir}"/ install

}