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

Giovanni Scafora giovanni at archlinux.org
Wed Jul 8 20:47:30 UTC 2009


    Date: Wednesday, July 8, 2009 @ 16:47:30
  Author: giovanni
Revision: 45255

upgpkg: twinkle 1.4.1-4
    Fixed FS15444

Modified:
  twinkle/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-08 19:50:30 UTC (rev 45254)
+++ PKGBUILD	2009-07-08 20:47:30 UTC (rev 45255)
@@ -5,12 +5,12 @@
 
 pkgname=twinkle
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A softphone for voice over IP and instant messaging communications using the SIP protocol."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.twinklephone.com/"
 license=('GPL')
-depends=('speex>=1.2rc1' 'boost>=1.39.0' 'libsndfile' 'qt3' 'libzrtpcpp>=1.3.0')
+depends=('file' 'speex>=1.2rc1' 'boost' 'libsndfile' 'qt3' 'libzrtpcpp')
 makedepends=('pkgconfig')
 conflicts=('twinkle-kdefree')
 replaces=('twinkle-kdefree')
@@ -20,9 +20,11 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   . /etc/profile.d/qt3.sh
-  ./configure --prefix=/usr --without-kde --with-speex || return 1
+  ./configure --prefix=/usr \
+              --without-kde \
+	      --with-speex
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -m755 -d ${pkgdir}/usr/share/applications
-  install -m644 twinkle.desktop ${pkgdir}/usr/share/applications/ || return 1
+  make DESTDIR=${pkgdir} install
+  install -D -m644 twinkle.desktop ${pkgdir}/usr/share/applications/twinkle.desktop 
 }
+




More information about the arch-commits mailing list