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

Eric Belanger eric at archlinux.org
Fri Jul 25 01:31:08 UTC 2008


    Date: Thursday, July 24, 2008 @ 21:31:07
  Author: eric
Revision: 6553

upgpkg: filelight 1.0-3
    rebuild with kdelibs3 depends, added license, cleaned up PKGBUILD

Modified:
  filelight/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-25 01:06:34 UTC (rev 6552)
+++ PKGBUILD	2008-07-25 01:31:07 UTC (rev 6553)
@@ -4,27 +4,25 @@
 
 pkgname=filelight
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A KDE program that creates a complex, but data-rich graphical representation of the files and directories on your computer."
 arch=("i686" "x86_64")
 url="http://methylblue.com/filelight/"
-pkgurl="http://methylblue.com/filelight"
-depends=('kdelibs>=3.5.4')
-source=("$pkgurl/packages/$pkgname-1.0.tar.bz2") # "part.cpp.diff")
+license=('GPL2')
+depends=('kdelibs3')
+options=('libtool') # removing .la file breaks kparts and loading filelight module!
+source=("http://methylblue.com/filelight/packages/$pkgname-1.0.tar.bz2")
+md5sums=('aa885e53e09f40e7fdd371395140b957')
 
 build() {
    cd $startdir/src/$pkgname-1.0
-  # cd src/part
-  # patch part.cpp $startdir/src/part.cpp.diff || return 1
-  # cd ../..
+   . /etc/profile.d/kde3.sh
    if [ "$CARCH" = "x86_64" ]; then
       # not the best way but gentoo patch didn't work
       export CFLAGS="$CFLAGS -fPIC"
       export CXXFLAGS="$CFLAGS"
    fi
-   ./configure --prefix=/opt/kde
+   ./configure --prefix=/opt/kde --without-arts
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
-   # removing .la file breaks kparts and loading filelight module!
 }
-





More information about the arch-commits mailing list