Date: Saturday, August 23, 2014 @ 11:26:30 Author: heftig Revision: 220585
archrelease: copy trunk to extra-any Added: meld/repos/extra-any/PKGBUILD (from rev 220584, meld/trunk/PKGBUILD) meld/repos/extra-any/meld.install (from rev 220584, meld/trunk/meld.install) Deleted: meld/repos/extra-any/PKGBUILD meld/repos/extra-any/meld.install --------------+ PKGBUILD | 70 ++++++++++++++++++++++++++++----------------------------- meld.install | 28 +++++++++++----------- 2 files changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2014-08-23 09:26:25 UTC (rev 220584) +++ PKGBUILD 2014-08-23 09:26:30 UTC (rev 220585) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Gaetan Bisson <bis...@archlinux.org> -# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> -# Contributor: Douglas Soares de Andrade <doug...@archlinux.org> - -pkgname=meld -pkgver=3.11.2 -pkgrel=3 -pkgdesc='Visual diff and merge tool' -url='http://meldmerge.org/' -license=(GPL) -arch=(any) -makedepends=(intltool itstool) -install=meld.install -depends=(python2-gobject gtksourceview3 hicolor-icon-theme desktop-file-utils - gsettings-desktop-schemas) -optdepends=('python2-dbus: open a new tab in an already running instance') -source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz") -sha1sums=('9d2dfe0579241ff8f4e9681945fb9cd229947edc') - -# Meld does not support Python 3. The build succeeds, but -# the main executable checks the version and errors out. - -build() { - cd $pkgname-$pkgver - python2 setup.py build -} - -package() { - cd $pkgname-$pkgver - # using --skip-build breaks install - python2 setup.py --no-update-icon-cache --no-compile-schemas \ - install --prefix=/usr --root="$pkgdir" --optimize=1 -} Copied: meld/repos/extra-any/PKGBUILD (from rev 220584, meld/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2014-08-23 09:26:30 UTC (rev 220585) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Gaetan Bisson <bis...@archlinux.org> +# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> +# Contributor: Douglas Soares de Andrade <doug...@archlinux.org> + +pkgname=meld +pkgver=3.11.3 +pkgrel=1 +pkgdesc='Visual diff and merge tool' +url='http://meldmerge.org/' +license=(GPL) +arch=(any) +makedepends=(intltool itstool) +install=meld.install +depends=(python2-gobject gtksourceview3 hicolor-icon-theme desktop-file-utils + gsettings-desktop-schemas) +optdepends=('python2-dbus: open a new tab in an already running instance') +source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz") +sha1sums=('c5ad856bbbd554394c25781ecc25c32e6a51d075') + +# Meld does not support Python 3. The build succeeds, but +# the main executable checks the version and errors out. + +build() { + cd $pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $pkgname-$pkgver + # using --skip-build breaks install + python2 setup.py --no-update-icon-cache --no-compile-schemas \ + install --prefix=/usr --root="$pkgdir" --optimize=1 +} Deleted: meld.install =================================================================== --- meld.install 2014-08-23 09:26:25 UTC (rev 220584) +++ meld.install 2014-08-23 09:26:30 UTC (rev 220585) @@ -1,14 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - glib-compile-schemas usr/share/glib-2.0/schemas - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: meld/repos/extra-any/meld.install (from rev 220584, meld/trunk/meld.install) =================================================================== --- meld.install (rev 0) +++ meld.install 2014-08-23 09:26:30 UTC (rev 220585) @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + glib-compile-schemas usr/share/glib-2.0/schemas + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}