[arch-commits] Commit in mousepad/repos (extra-x86_64 extra-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 28 16:28:25 UTC 2009


    Date: Saturday, February 28, 2009 @ 11:28:25
  Author: andyrtr
Revision: 28257

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

........
  r28222 | andyrtr | 2009-02-28 11:55:16 +0000 (Sa, 28 Feb 2009) | 2 lines
  
  upgpkg: mousepad 0.2.16-1
      new version 0.2.16
........

Modified:
  mousepad/repos/extra-x86_64/	(properties)
  mousepad/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Property changes on: mousepad/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mousepad/trunk:1-17345
   + /mousepad/trunk:1-28256

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-28 16:21:33 UTC (rev 28256)
+++ extra-x86_64/PKGBUILD	2009-02-28 16:28:25 UTC (rev 28257)
@@ -2,24 +2,24 @@
 # Maintainer: tobias [tobias at archlinux.org]
 
 pkgname=mousepad
-pkgver=0.2.14
+pkgver=0.2.16
 pkgrel=1
 pkgdesc="Simple Text Editor for Xfce4 (based on Gedit)" 
 arch=(i686 x86_64)
 groups=('xfce4') 
 license="GPL2" 
-depends=('libxfcegui4>=4.4.3' 'desktop-file-utils')
-makedepends=('pkgconfig' 'xfce-mcs-manager>=4.4.3')
+depends=('libxfcegui4>=4.6.0' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'perl')
 options=('!libtool')
 url=('http://www.xfce.org/~benny/apps.html')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.4.3/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6cfef0e424c778409e2791d0af6ab089')
+source=(http://www.xfce.org/archive/xfce-4.6.0/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d98854edb76d823ac20b266fdf5a64a1')
 
 build() { 
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list