diff options
Diffstat (limited to 'abs/core-testing/fluxbox/PKGBUILD')
-rw-r--r-- | abs/core-testing/fluxbox/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/abs/core-testing/fluxbox/PKGBUILD b/abs/core-testing/fluxbox/PKGBUILD index 9d09c63..3f67c56 100644 --- a/abs/core-testing/fluxbox/PKGBUILD +++ b/abs/core-testing/fluxbox/PKGBUILD @@ -1,10 +1,9 @@ -# $Id: PKGBUILD 1350 2008-05-05 22:19:58Z eric $ -# Maintainer: Eric Belanger <eric@archlinux.org> -# Contributor: John Proctor <jproctor@prium.net> +#add custom keys + pkgname=fluxbox pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight and highly-configurable window manager" arch=('i686' 'x86_64') url="http://www.fluxbox.org" @@ -13,7 +12,8 @@ depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'bash' 'imlib2') makedepends=('pkgconfig') options=('!makeflags') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \ - $pkgname.desktop fluxbox-1.0.0-gcc43.patch) + $pkgname.desktop fluxbox-1.0.0-gcc43.patch keys) + md5sums=('990e276ead0d04421dce4080f485caca' 'eeae9c88a2526ac0bd8afcd9ce97f9ed'\ '9ddb3fcd5f080574a44f394282132b3c') sha1sums=('7985e35fbb170fda24b9e04610690cd04c7a8748' @@ -35,4 +35,6 @@ build() { install -D -m644 ../$pkgname.desktop \ $startdir/pkg/etc/X11/sessions/$pkgname.desktop install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING + install -D -m655 $startdir/src/keys $startdir/pkg/etc/X11/fluxbox/keys + } |