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

Allan McRae allan at archlinux.org
Sat Sep 5 03:06:01 UTC 2009


    Date: Friday, September 4, 2009 @ 23:06:01
  Author: allan
Revision: 51104

upgpkg: wvstreams 4.6-2
    remove unneeded pkg-config file (FS#15974)

Modified:
  wvstreams/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-04 22:41:43 UTC (rev 51103)
+++ PKGBUILD	2009-09-05 03:06:01 UTC (rev 51104)
@@ -3,7 +3,7 @@
 
 pkgname=wvstreams
 pkgver=4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A network programming library written in C++"
 arch=('i686' 'x86_64')
 url="http://alumnit.ca/wiki/?page=WvStreams"
@@ -20,4 +20,8 @@
      --without-qt || return 1
   make COPTS="$CFLAGS -fPIC" CXXOPTS="$CXXFLAGS -fPIC -fpermissive" VERBOSE=1 || return 1
   make DESTDIR=${pkgdir} install || return 1
+  
+  # building with dbus support requres static dbus libs
+  # but --without-dus still installs the pkg-config file
+  rm ${pkgdir}/usr/lib/pkgconfig/libwvdbus.pc
 }




More information about the arch-commits mailing list