[arch-commits] Commit in weechat/repos (extra-i686 extra-i686/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Thu Jul 9 17:54:39 UTC 2009


    Date: Thursday, July 9, 2009 @ 13:54:38
  Author: giovanni
Revision: 45302

Merged revisions 45300 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/weechat/trunk

........
  r45300 | giovanni | 2009-07-09 10:44:44 -0700 (gio, 09 lug 2009) | 2 lines
  
  upgpkg: weechat 0.2.6.3-2
      Fixed FS15445
........

Modified:
  weechat/repos/extra-i686/	(properties)
  weechat/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)


Property changes on: weechat/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /weechat/trunk:1-43639
   + /weechat/trunk:1-45301

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-07-09 17:45:23 UTC (rev 45301)
+++ extra-i686/PKGBUILD	2009-07-09 17:54:38 UTC (rev 45302)
@@ -1,24 +1,26 @@
 # $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: lucke <lucke at o2 dot pl>
 
 pkgname=weechat
 pkgver=0.2.6.3
-pkgrel=1
-pkgdesc="Fast, light & extensible IRC client (curses UI)"
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
+url="http://weechat.flashtux.org/index.php?lang=en"
 license=('GPL')
-url="http://weechat.flashtux.org/index.php?lang=en"
-depends=('perl>=5.10' 'python>=2.6' 'ruby' 'gnutls>=2.6.4' 'lua' 'aspell')
+depends=('gnutls>=2.6.4' 'aspell')
+makedepends=('pkgconfig')
+optdepends=('perl>=5.10' 'python>=2.6' 'ruby' 'lua')
 source=(http://weechat.flashtux.org/download/$pkgname-$pkgver.tar.bz2)
 options=(!libtool)
 md5sums=('ebc2874ae82c29b7ab005f5812b61598')
-sha1sums=('f30afb14a0b3920baab349e0efaef17fd5b0ce5e')
 
-build()
-{
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-debug=0 LDFLAGS="-lm -ldl" || return 1
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --with-debug=0 LDFLAGS="-lm -ldl"
   make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR="${pkgdir}/" install
 }
+




More information about the arch-commits mailing list