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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Dec 27 19:19:31 UTC 2012


    Date: Thursday, December 27, 2012 @ 14:19:31
  Author: andyrtr
Revision: 173901

upgpkg: tcl 8.6.0-2

fix a file conflitc FS#33201

Modified:
  tcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-27 13:11:31 UTC (rev 173900)
+++ PKGBUILD	2012-12-27 19:19:31 UTC (rev 173901)
@@ -4,17 +4,22 @@
 
 pkgname=tcl
 pkgver=8.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Tcl scripting language"
 arch=('i686' 'x86_64')
 url="http://tcl.sourceforge.net/"
 license=('custom')
 source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('669b0103431babff2494f3f2637eb864')
+# tcl E: Dependency zlib detected and not included (libraries ['usr/lib/libz.so.1'] needed in files ['usr/lib/libtcl8.6.so'])
+# depends=('zlib')  ???
+md5sums=('573aa5fe678e9185ef2b3c56b24658d3')
 
 build() {
   cd ${srcdir}/tcl${pkgver}/unix
   
+  # maybe drop sqlite build at all? isn't this the same we already have in sqlite and sqlite-tcl pkg?
+  # rm -rf ${srcdir}/tcl${pkgver}/pkgs/sqlite3*
+  
   [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
   ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
   
@@ -38,4 +43,7 @@
 
   # remove buildroot traces
   sed -i "s#${srcdir}#/usr/src#" ${pkgdir}/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh
+  
+  # fix a fileconflitct - FS#33201
+  rm ${pkgdir}/usr/share/man/mann/sqlite3.n
 }




More information about the arch-commits mailing list