Date: Tuesday, March 26, 2013 @ 04:45:46 Author: heftig Revision: 180751
3.7.92 Modified: nautilus-sendto/trunk/PKGBUILD nautilus-sendto/trunk/nautilus-sendto.install -------------------------+ PKGBUILD | 13 ++++++------- nautilus-sendto.install | 12 +++--------- 2 files changed, 9 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-26 03:10:52 UTC (rev 180750) +++ PKGBUILD 2013-03-26 03:45:46 UTC (rev 180751) @@ -4,19 +4,18 @@ # Contributor: Tor Krill <[email protected]> pkgname=nautilus-sendto -pkgver=3.6.0 +pkgver=3.7.92 pkgrel=1 pkgdesc="Nautilus context menu for sending files." -arch=('i686' 'x86_64') +arch=(i686 x86_64) url="http://download.gnome.org/sources/nautilus-sendto/" -license=('GPL') -groups=('gnome-extra') -depends=('evolution-data-server' 'nautilus' 'dconf') -makedepends=('pidgin' 'gajim' 'gettext' 'intltool' 'gupnp') +license=(GPL) +depends=(glib2) +makedepends=(gettext intltool gobject-introspection) options=('!libtool' '!emptydirs') install=nautilus-sendto.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('5f90a1a7b054257545dc72fa3a63de8f5564815576f90a21c320ebb177b9268e') +sha256sums=('9dd08958497789bd5a5605aac7f1b9c2b39d5a54ae85393f3a318bc4cb1330d6') build() { cd "$srcdir/$pkgname-$pkgver" Modified: nautilus-sendto.install =================================================================== --- nautilus-sendto.install 2013-03-26 03:10:52 UTC (rev 180750) +++ nautilus-sendto.install 2013-03-26 03:45:46 UTC (rev 180751) @@ -1,11 +1,5 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - post_upgrade() { - post_install $1 + if (( $(vercmp $2 3.7.92) < 0 )); then + glib-compile-schemas usr/share/glib-2.0/schemas + fi } - -post_remove() { - post_install $1 -}
