[arch-commits] Commit in meld/repos (testing-any testing-any/PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Oct 2 20:36:18 UTC 2017


    Date: Monday, October 2, 2017 @ 20:36:17
  Author: heftig
Revision: 306600

archrelease: copy trunk to testing-any

Added:
  meld/repos/testing-any/
  meld/repos/testing-any/PKGBUILD
    (from rev 306599, meld/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: meld/repos/testing-any/PKGBUILD (from rev 306599, meld/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-10-02 20:36:17 UTC (rev 306600)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=meld
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Compare files, directories and working copies"
+url="http://meldmerge.org/"
+license=(GPL)
+arch=(any)
+depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas dconf)
+makedepends=(intltool itstool git)
+_commit=012f03ce077557637e78f7b1390d789f169eeff0  # tags/3.18.0^0
+source=("git+https://git.gnome.org/browse/meld#commit=$_commit")
+sha1sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  # using --skip-build breaks install
+  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