diff options
author | root <root@rshg054.dnsready.net> | 2012-07-18 00:01:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-18 00:01:34 +0000 |
commit | 63d179775e063452db6358e15b9847e7fc6c84b6 (patch) | |
tree | 0082531329e5caae873c4eb5f1fbd41d2a98d938 /community-staging | |
parent | 412d061bfbf23d1e908eed3f8405b1af46fb1ba8 (diff) |
Wed Jul 18 00:01:34 UTC 2012
Diffstat (limited to 'community-staging')
-rw-r--r-- | community-staging/gummi/PKGBUILD | 10 | ||||
-rw-r--r-- | community-staging/mtpaint/PKGBUILD | 9 | ||||
-rw-r--r-- | community-staging/mtpaint/mtpaint.install | 6 |
3 files changed, 13 insertions, 12 deletions
diff --git a/community-staging/gummi/PKGBUILD b/community-staging/gummi/PKGBUILD index 1a4208c06..06e283e18 100644 --- a/community-staging/gummi/PKGBUILD +++ b/community-staging/gummi/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 72840 2012-06-23 19:39:50Z arodseth $ +# $Id: PKGBUILD 73884 2012-07-16 10:46:51Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Sergio A. Morales <sergiomorales@archlinux.cl> # Contributor: soeren <nonick@posteo.de> pkgname=gummi -pkgver=0.6.3 -pkgrel=3 +pkgver=0.6.4 +pkgrel=2 pkgdesc='Simple LaTex editor for GTK users' arch=('x86_64' 'i686') url='http://gummi.midnightcoding.org/' license=('MIT') depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file-utils') -makedepends=('glib2' 'gtk2' 'pango' 'poppler>=0.20.0' 'intltool') +makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool') install=$pkgname.install source=("http://dev.midnightcoding.org/projects/$pkgname/latest.tar.gz") -sha256sums=('d44196e56ed61e125bba01e5949be0928cf09919fdb80e62e6a41999a478f0ed') +sha256sums=('ac5c1de476f8689040a185b01515544a5e53da45ff4e10a072b8944e9de8a6ff') build() { cd "$pkgname-$pkgver" diff --git a/community-staging/mtpaint/PKGBUILD b/community-staging/mtpaint/PKGBUILD index 7f984ae4b..1e0ed4c06 100644 --- a/community-staging/mtpaint/PKGBUILD +++ b/community-staging/mtpaint/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 63821 2012-02-05 19:42:59Z arodseth $ +# $Id: PKGBUILD 73882 2012-07-16 10:28:41Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: yosh64 <yosh64.at.gmail.dot.com> + pkgname=mtpaint pkgver=3.40 -pkgrel=2 +pkgrel=5 pkgdesc="Simple GTK2 paint program for creating icons and pixel based artwork" arch=('x86_64' 'i686') url="http://mtpaint.sourceforge.net/" @@ -19,8 +20,8 @@ sha256sums=('ef321d2b404839c7b909bdf5283eb22a37fbdd35b4cc9e380ddc400573d7c890' build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i "$srcdir/libpng15.patch" - ./configure --prefix=/usr --mandir=/usr/share/man/man1 man intl gif jpeg tiff + patch -Np1 -i ../libpng15.patch + ./configure --prefix=/usr --mandir=/usr/share/man man intl gif jpeg tiff sed -i 's:-lpng:-lpng -lgif:' _conf.txt make } diff --git a/community-staging/mtpaint/mtpaint.install b/community-staging/mtpaint/mtpaint.install index 99a538dea..ad97d7bab 100644 --- a/community-staging/mtpaint/mtpaint.install +++ b/community-staging/mtpaint/mtpaint.install @@ -1,13 +1,13 @@ post_upgrade() { - update-desktop-database -q + update-desktop-database -q } post_install() { - post_upgrade + post_upgrade } post_remove() { - post_upgrade + post_upgrade } # vim:set ts=2 sw=2 et: |