summaryrefslogtreecommitdiffstats
path: root/abs/core/tilda/PKGBUILD
blob: 1728a5d7550d73b9ef91093c22d44a8a3db61c88 (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
# $Id$
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>

pkgname=tilda
pkgver=1.3.3
pkgrel=1
pkgdesc="A Gtk based drop down terminal for Linux and Unix"
arch=('i686' 'x86_64')
url="https://github.com/lanoxx/tilda"
license=('GPL')
depends=('vte3' 'confuse')
changelog=$pkgname.changelog
source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz
        'tilda_hide.patch' 'config_0')

build() {
  cd $pkgname-$pkgname-$pkgver

  patch -p0 -i ${srcdir}/tilda_hide.patch
  ./autogen.sh
  ./configure --prefix=/usr
  make
}

package() {
  cd $pkgname-$pkgname-$pkgver

  make DESTDIR="${pkgdir}" install

  #default config
  install -D -m 0755 ${srcdir}/config_0 ${pkgdir}/etc/tilda_config
}
md5sums=('785b0df315135ed283715f823b78cf87'
         'eae07ef0ffb2e9dee3ba5eec3e87b920'
         'cd116d2afeccafdc08b880ed460445da')