[arch-commits] Commit in mousepad/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Feb 28 11:55:16 UTC 2009
Date: Saturday, February 28, 2009 @ 06:55:16
Author: andyrtr
Revision: 28222
upgpkg: mousepad 0.2.16-1
new version 0.2.16
Modified:
mousepad/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-28 11:48:48 UTC (rev 28221)
+++ PKGBUILD 2009-02-28 11:55:16 UTC (rev 28222)
@@ -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