diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/lxterminal/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/lxterminal/PKGBUILD')
-rw-r--r-- | community/lxterminal/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community/lxterminal/PKGBUILD b/community/lxterminal/PKGBUILD deleted file mode 100644 index 9751bc21a..000000000 --- a/community/lxterminal/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 71600 2012-05-30 16:08:38Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> -# Contributor: Angel Velasquez <angvp@archlinux.org> -# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> - -pkgname=lxterminal -pkgver=0.1.11 -pkgrel=2 -pkgdesc="VTE-based terminal emulator (part of LXDE)" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://lxde.org/" -groups=('lxde') -depends=('fontconfig' 'libx11' 'glib2' 'vte' 'gtk2') -makedepends=('pkgconfig' 'intltool') -source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz - shift-keybinds.patch) -md5sums=('fd9140b45c0f28d021253c4aeb8c4aea' - '7eff715e02181b006b1912cd041b7f1a') - -build() { - cd "$srcdir"/$pkgname-$pkgver - - patch -Np1 -i "$srcdir"/shift-keybinds.patch - - ./configure --sysconfdir=/etc --prefix=/usr - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - |