From 6c114b503b2456476f22ff6bdb2b45cac8dac612 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Aug 2012 00:02:17 +0000 Subject: Wed Aug 8 00:02:17 UTC 2012 --- community/poedit/PKGBUILD | 12 ++++++------ community/poedit/poedit.install | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'community/poedit') 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 # Contributor: Giovanni Scafora # Contributor: Alexander Fehr -# Maintainer: Daniel J Griffiths +# Contributor: Daniel J Griffiths 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 } -- cgit v1.2.3-54-g00ecf