[arch-commits] Commit in meld/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Oct 2 20:12:54 UTC 2017


    Date: Monday, October 2, 2017 @ 20:12:51
  Author: heftig
Revision: 306598

3.18.0-1

Modified:
  meld/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 20:08:20 UTC (rev 306597)
+++ PKGBUILD	2017-10-02 20:12:51 UTC (rev 306598)
@@ -5,22 +5,18 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=meld
-pkgver=3.16.4
+pkgver=3.18.0
 pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
+pkgdesc="Compare files, directories and working copies"
+url="http://meldmerge.org/"
 license=(GPL)
 arch=(any)
-depends=(python2-gobject python2-cairo gtksourceview3 gsettings-desktop-schemas dconf)
+depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas dconf)
 makedepends=(intltool itstool git)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-_commit=47f9fe6465371f26059c0a87040bfcfd251fb4bf  # tags/3.16.4^0
+_commit=012f03ce077557637e78f7b1390d789f169eeff0  # tags/3.18.0^0
 source=("git+https://git.gnome.org/browse/meld#commit=$_commit")
 sha1sums=('SKIP')
 
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/-/+/g'
@@ -32,12 +28,12 @@
 
 build() {
   cd $pkgname
-  python2 setup.py build
+  python setup.py build
 }
 
 package() {
   cd $pkgname
   # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+  python setup.py --no-update-icon-cache --no-compile-schemas \
     install --prefix=/usr --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list