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

Eric Belanger eric at archlinux.org
Sat Jul 26 01:22:07 UTC 2008


    Date: Friday, July 25, 2008 @ 21:22:07
  Author: eric
Revision: 6638

upgpkg: apollon 1.0.2.1-4
    rebuilt with kdelibs3, added arch field

Modified:
  apollon/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-26 01:19:53 UTC (rev 6637)
+++ PKGBUILD	2008-07-26 01:22:07 UTC (rev 6638)
@@ -4,19 +4,20 @@
 
 pkgname=apollon
 pkgver=1.0.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Apollon is a KDE-based client for the giFT."
+arch=('i686' 'x86_64')
 url="http://apollon.sourceforge.net/"
-depends=('kdelibs>=3.4.2' 'gift')
+license=('GPL2')
+depends=('kdelibs3' 'gift')
+options=('libtool') #Don't slay .la files, this is a KDE app!
 source=(http://dl.sourceforge.net/sourceforge/apollon/$pkgname-$pkgver.tar.gz)
-license=('GPL2')
 md5sums=('d9624419e8fe3e1b274639063ea31dd0')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/opt/kde
+  . /etc/profile.d/kde3.sh
+  ./configure --prefix=/opt/kde --without-arts
   make || return 1
-  make prefix=$startdir/pkg/opt/kde install
-  #Don't slay .la files, this is a KDE app!
+  make DESTDIR=$startdir/pkg install
 }
-





More information about the arch-commits mailing list