diff options
Diffstat (limited to 'community/poedit')
-rw-r--r-- | community/poedit/PKGBUILD | 12 | ||||
-rw-r--r-- | community/poedit/poedit.install | 5 |
2 files changed, 9 insertions, 8 deletions
diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index f8b2e2c39..abb6d625e 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 61957 2012-01-11 15:22:20Z stephane $ +# $Id: PKGBUILD 74812 2012-08-06 07:24:54Z bpiotrowski $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Alexander Fehr <pizzapunk@gmail.com> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=poedit -pkgver=1.4.6.1 -pkgrel=6 +pkgver=1.5.1 +pkgrel=1 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') url="http://www.poedit.net/" license=('custom') depends=('wxgtk>=2.8.11' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext') -makedepends=('pkgconfig') +makedepends=('pkgconfig' 'boost') install=poedit.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('c63ffd991b1a6085ef356a6922356e0a') +md5sums=('950ac62ea5e6375a5a8b9c9e5f6e2e2d') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/poedit/poedit.install b/community/poedit/poedit.install index 21b79d2d4..bce670aff 100644 --- a/community/poedit/poedit.install +++ b/community/poedit/poedit.install @@ -1,11 +1,12 @@ post_install() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } post_upgrade() { - post_install $1 + post_install } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + post_install } |