[arch-commits] CVS update of extra/system/lineak_xosdplugin (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jul 16 05:41:16 UTC 2007


    Date: Monday, July 16, 2007 @ 01:41:16
  Author: eric
    Path: /home/cvs-extra/extra/system/lineak_xosdplugin

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: lineak_xosdplugin 0.8.4-1


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


Index: extra/system/lineak_xosdplugin/PKGBUILD
diff -u extra/system/lineak_xosdplugin/PKGBUILD:1.6 extra/system/lineak_xosdplugin/PKGBUILD:1.7
--- extra/system/lineak_xosdplugin/PKGBUILD:1.6	Sat May 27 21:37:02 2006
+++ extra/system/lineak_xosdplugin/PKGBUILD	Mon Jul 16 01:41:16 2007
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD,v 1.6 2006/05/28 01:37:02 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.7 2007/07/16 05:41:16 eric Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Aurelien Foret <orelien at chez.com>
 pkgname=lineak_xosdplugin
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
 pkgdesc="XOSD plugin for LinEAK"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://lineak.sourceforge.net/"
-license="GPL"
+license=('GPL')
 depends=('lineakd>=0.8' 'xosd')
 makedepends=('kdelibs' 'qt')
+options=('!libtool')
 source=(http://dl.sourceforge.net/sourceforge/lineak/$pkgname-$pkgver.tar.gz)
-md5sums=('837e417b80632c994294d13d0879fed6')
+md5sums=('36f519b21e7c7257bd9af6543f7fd9fc')
 
 build() {
     cd $startdir/src/$pkgname-$pkgver
     ./configure --prefix=/usr
     make || return 1
     make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*\.la' -exec rm {} \;
 }




More information about the arch-commits mailing list