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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 28 18:35:56 UTC 2008


    Date: Tuesday, October 28, 2008 @ 14:35:56
  Author: andyrtr
Revision: 17345

upgpkg: mousepad 0.2.14-1

Modified:
  mousepad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-28 18:32:17 UTC (rev 17344)
+++ PKGBUILD	2008-10-28 18:35:56 UTC (rev 17345)
@@ -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