summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 498defbabd2e1218148385333aadb508dc0f18b7 (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
# Maintainer: Seriel <seriel@fl0.co>

pkgname=urxvtconfig
pkgver=1.0
pkgrel=1
pkgdesc='A graphical user interface tool for configuration of the rxvt-unicode terminal emulator.'
arch=('x86_64')
url="https://github.com/daedreth/URXVTConfig"
license=('LGPL-3.0')
depends=('git' 'qt4' 'fontconfig' 'libxft' 'libxcb' 'freetype2')
optdepends=('imagemagick: Needed to get colours from a file.')
makedepends=('qt4' 'gcc' 'git')
conflicts=($pkgname)
provides=($pkgname)
source=('https://github.com/daedreth/URXVTConfig/archive/1.0.tar.gz')
md5sums=('SKIP')
sha256sums=('SKIP')

package() {
  cd "$srcdir/URXVTConfig-$pkgver"
  /usr/lib64/qt4/bin/qmake source/URXVTConfig.pro
  make DESTDIR="${pkgdir}" install
  install -D -m 755 urxvtconfig "$pkgdir/usr/bin/urxvtconfig"
  install -D -m 644 source/urxvtconfig.desktop  "$pkgdir/usr/share/applications/urxvtconfig.desktop"
}