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

Anatol Pomozov anatolik at archlinux.org
Wed Jan 3 18:00:07 UTC 2018


    Date: Wednesday, January 3, 2018 @ 18:00:05
  Author: anatolik
Revision: 278350

upgpkg: fossil 2.4-2

Enable Tcl hooks support

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-03 17:59:53 UTC (rev 278349)
+++ PKGBUILD	2018-01-03 18:00:05 UTC (rev 278350)
@@ -5,12 +5,14 @@
 
 pkgname=fossil
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple, high-reliability, distributed software configuration management'
 arch=(x86_64)
 license=(BSD)
 url='http://www.fossil-scm.org'
 depends=(openssl zlib sqlite)
+makedepends=(tcl)
+optdepends=(tcl)
 backup=(etc/xinetd.d/fossil)
 source=(
   fossil.socket
@@ -25,7 +27,7 @@
 
 build() {
   cd fossil-$pkgver
-  ./configure --prefix=/usr --json --disable-internal-sqlite
+  ./configure --prefix=/usr --json --disable-internal-sqlite --with-tcl --with-tcl-private-stubs=1
   # headers and translate targets are problematic with parallel jobs
   #make -j1 bld bld/headers
   make



More information about the arch-commits mailing list