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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 28 18:37:04 UTC 2008


    Date: Tuesday, October 28, 2008 @ 14:37:03
  Author: andyrtr
Revision: 17346

Merged revisions 356,17345 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/mousepad/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r17345 | andyrtr | 2008-10-28 18:35:56 +0000 (Di, 28 Okt 2008) | 1 line
  
  upgpkg: mousepad 0.2.14-1
........

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

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


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-28 18:35:56 UTC (rev 17345)
+++ extra-x86_64/PKGBUILD	2008-10-28 18:37:03 UTC (rev 17346)
@@ -2,24 +2,24 @@
 # Maintainer: tobias [tobias at archlinux.org]
 
 pkgname=mousepad
-pkgver=0.2.13
+pkgver=0.2.14
 pkgrel=1
 pkgdesc="Simple Text Editor for Xfce4 (based on Gedit)" 
 arch=(i686 x86_64)
 groups=('xfce4') 
 license="GPL2" 
-depends=('libxfcegui4>=4.4.2')
-makedepends=('pkgconfig' 'xfce-mcs-manager')
+depends=('libxfcegui4>=4.4.3' 'desktop-file-utils')
+makedepends=('pkgconfig' 'xfce-mcs-manager>=4.4.3')
 options=('!libtool')
 url=('http://www.xfce.org/~benny/apps.html')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.4.2/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('326075ac933e5da38cedbc20e80b7026')
+source=(http://www.xfce.org/archive/xfce-4.4.3/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('6cfef0e424c778409e2791d0af6ab089')
 
 build() { 
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list