[arch-commits] CVS update of extra/x11/numlockx (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Apr 29 19:10:12 UTC 2007


    Date: Sunday, April 29, 2007 @ 15:10:12
  Author: travis
    Path: /home/cvs-extra/extra/x11/numlockx

Modified: PKGBUILD (1.8 -> 1.9)

Reorganize PKGBUILD to more closely match format of PKGBUILD.proto


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: extra/x11/numlockx/PKGBUILD
diff -u extra/x11/numlockx/PKGBUILD:1.8 extra/x11/numlockx/PKGBUILD:1.9
--- extra/x11/numlockx/PKGBUILD:1.8	Sat Mar 17 17:59:44 2007
+++ extra/x11/numlockx/PKGBUILD	Sun Apr 29 15:10:12 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.8 2007/03/17 21:59:44 travis Exp $
+# $Id: PKGBUILD,v 1.9 2007/04/29 19:10:12 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca> 
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
@@ -7,16 +7,16 @@
 pkgrel=3
 pkgdesc="Turns on the numlock key in X11"
 arch=('i686' 'x86_64')
-license=('custom')
 url="http://ktown.kde.org/~seli/numlockx/"
+license=('custom')
 depends=('libxtst')
 source=(http://ktown.kde.org/~seli/$pkgname/$pkgname-$pkgver.tar.gz)
 
 build() {
 	cd $startdir/src/$pkgname-$pkgver
 
-    # Install the custom license.
-    install -D LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
+  # Install the custom license.
+  install -D LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 
 	export CFLAGS="$CFLAGS -I/usr/include/X11"
 	./configure --prefix=/usr x_includes=/usr/include/X11 \




More information about the arch-commits mailing list