summaryrefslogtreecommitdiff
path: root/community/girara/PKGBUILD
blob: bf6d0131bfb225d7a87f87936e09a7f79e4d766e (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
# $Id: PKGBUILD 113560 2014-06-25 16:59:30Z spupykin $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: mlq <mlq@pwmt.org>

pkgname=girara
pkgver=0.2.2
pkgrel=1
pkgdesc="user interface library"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/girara"
license=('custom')
depends=('gtk3')
replaces=('girara-gtk3' 'girara-common')
provides=('girara-gtk3' 'girara-common')
conflicts=('girara-gtk3' 'girara-common')
source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
md5sums=('678b0fb6f22d88ba4c29297c67685c50')

build() {
  cd "$srcdir/girara-$pkgver"
  touch colors.mk
  make GIRARA_GTK_VERSION=3
}

package() {
  cd "$srcdir/girara-$pkgver"
  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}