diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-07 11:02:07 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-07 11:02:07 -0300 |
commit | 8a3d4ee5105eefa2136eb7ae83e69d01f29864c3 (patch) | |
tree | 8be9a06d3b2d8cade4b5dba48e040c632bd33850 /community/xpad | |
parent | 404b7ff94ece6bb2ce0e9df042ac1fe798137c83 (diff) | |
parent | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/zathura/PKGBUILD
extra/gnome-desktop-sharp/PKGBUILD
extra/gnome-python-desktop/PKGBUILD
extra/libdvdread/PKGBUILD
extra/mjpegtools/PKGBUILD
extra/postgresql/PKGBUILD
Diffstat (limited to 'community/xpad')
-rw-r--r-- | community/xpad/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/xpad/PKGBUILD b/community/xpad/PKGBUILD index 22e762c7d..338d5972d 100644 --- a/community/xpad/PKGBUILD +++ b/community/xpad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59076 2011-11-21 09:10:38Z spupykin $ +# $Id: PKGBUILD 60101 2011-12-05 05:18:09Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Kevin Piche <kevin@archlinux.org> # Contributor: Ben <contrasutra@myrealbox.com> pkgname=xpad -pkgver=4.0 -pkgrel=5 +pkgver=4.1 +pkgrel=1 pkgdesc="Stickies-like notes program" arch=(i686 x86_64 'mips64el') depends=('gtk2' 'libsm' 'librsvg') @@ -15,12 +15,12 @@ license=('GPL') install=xpad.install source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2 xpad-gtk-2.20.patch) -md5sums=('a77bbabb4917c7da9b5d097d9a4e59a7' +md5sums=('e37bfbe2331d810124c28150fdf30b3f' '6a3d2952b469d65ec333714991ba8284') build() { cd $srcdir/$pkgname-$pkgver - patch -p1 <$srcdir/xpad-gtk-2.20.patch +# patch -p1 <$srcdir/xpad-gtk-2.20.patch ./configure --prefix=/usr /usr/bin/make /usr/bin/make DESTDIR=$pkgdir install |