[arch-commits] Commit in afterstep/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Aug 17 03:39:30 UTC 2008


    Date: Saturday, August 16, 2008 @ 23:39:29
  Author: allan
Revision: 9088

upgpkg: afterstep 2.2.8-2
    ncurses rebuild

Modified:
  afterstep/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 03:33:23 UTC (rev 9087)
+++ PKGBUILD	2008-08-17 03:39:29 UTC (rev 9088)
@@ -3,7 +3,7 @@
 # Contributor: DaNiMoTh <jjdanimoth at gmail.com>
 pkgname=afterstep
 pkgver=2.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A Window Manager based on NextStep Interface"
 arch=(i686 x86_64)
 url="http://www.afterstep.org"
@@ -12,11 +12,11 @@
          'librsvg')
 makedepends=('pkgconfig' 'libxt')
 options=('!emptydirs')
-source=(http://dl.sourceforge.net/sourceforge/afterstep/AfterStep-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/afterstep/AfterStep-${pkgver}.tar.bz2)
 
 build() {
   cd $startdir/src/AfterStep-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make || return 1
   make DESTDIR=$startdir/pkg install
   install -D -m644 AfterStep.desktop $startdir/pkg/etc/X11/sessions/AfterStep.desktop




More information about the arch-commits mailing list