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

Allan McRae allan at archlinux.org
Sat Aug 16 05:04:51 UTC 2008


    Date: Saturday, August 16, 2008 @ 01:04:51
  Author: allan
Revision: 8743

upgpkg: tk 8.5.4-1

Modified:
  tk/trunk/ChangeLog
  tk/trunk/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-08-16 05:01:49 UTC (rev 8742)
+++ ChangeLog	2008-08-16 05:04:51 UTC (rev 8743)
@@ -1,3 +1,9 @@
+2008-08-16 Allan McRae <allan at archlinux.org>
+
+	* 8.5.4-1 :
+	new upstream release
+	FHS man pages
+
 2008-07-01 Allan McRae <allan at archlinux.org>
 
 	* 8.5.3-1 :

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-16 05:01:49 UTC (rev 8742)
+++ PKGBUILD	2008-08-16 05:04:51 UTC (rev 8743)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=tk
-pkgver=8.5.3
+pkgver=8.5.4
 pkgrel=1
 pkgdesc="A windowing toolkit for use with tcl"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=("tcl=${pkgver}" 'libxss' 'libxft')
 source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz
         xproto-7-0-13.patch)
-md5sums=('c7d2ef187d0f313850689cda20148ec3'
+md5sums=('a6aee7653566ec0b7c4b0f4c24a96f20'
          '024f8db9663bd7035feac59aabd7e516')
 
 build() {
@@ -21,9 +21,9 @@
 
   cd ${srcdir}/tk${pkgver}/unix  
   if [ "$CARCH" = "x86_64" ]; then
-    ./configure --prefix=/usr --enable-threads --enable-64bit
+    ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --enable-64bit
   else
-    ./configure --prefix=/usr --enable-threads --disable-64bit
+    ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-64bit
   fi
   
   make




More information about the arch-commits mailing list