[arch-commits] Commit in dialog/repos (testing-x86_64 testing-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Apr 30 16:26:37 UTC 2008


    Date: Wednesday, April 30, 2008 @ 12:26:37
  Author: andyrtr
Revision: 1101

Merged revisions 1096-1100 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/dialog/trunk

........
  r1100 | andyrtr | 2008-04-30 16:26:10 +0000 (Mi, 30 Apr 2008) | 2 lines
  
  upgpkg: dialog 1.1_20080316-2
      fixed man-page location
........

Modified:
  dialog/repos/testing-x86_64/	(properties)
  dialog/repos/testing-x86_64/PKGBUILD

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


Property changes on: dialog/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /dialog/trunk:1-1095
   + /dialog/trunk:1-1100

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-04-30 16:26:10 UTC (rev 1100)
+++ testing-x86_64/PKGBUILD	2008-04-30 16:26:37 UTC (rev 1101)
@@ -3,7 +3,7 @@
 pkgname=dialog
 pkgver=1.1_20080316
 _pkgver=1.1-20080316
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$_pkgver
-  ./configure --prefix=/usr --with-ncursesw
+  ./configure --prefix=/usr --with-ncursesw --mandir=/usr/share
   make || return 1
   make DESTDIR=$startdir/pkg install
 }





More information about the arch-commits mailing list