[arch-commits] Commit in meld/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Feb 15 17:27:24 UTC 2019
Date: Friday, February 15, 2019 @ 17:27:24
Author: heftig
Revision: 346314
archrelease: copy trunk to extra-any
Added:
meld/repos/extra-any/PKGBUILD
(from rev 346311, meld/trunk/PKGBUILD)
Deleted:
meld/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-15 17:27:21 UTC (rev 346313)
+++ PKGBUILD 2019-02-15 17:27:24 UTC (rev 346314)
@@ -1,38 +0,0 @@
-# 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.20.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=be2dddb40302409f1c42fa48dd5643b28882ad4c # tags/3.20.0^0
-source=("git+https://gitlab.gnome.org/GNOME/meld.git#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
-}
Copied: meld/repos/extra-any/PKGBUILD (from rev 346311, meld/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-15 17:27:24 UTC (rev 346314)
@@ -0,0 +1,38 @@
+# 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.20.0
+pkgrel=2
+pkgdesc="Compare files, directories and working copies"
+url="https://meldmerge.org/"
+license=(GPL)
+arch=(any)
+depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas dconf)
+makedepends=(intltool itstool git)
+_commit=be2dddb40302409f1c42fa48dd5643b28882ad4c # tags/3.20.0^0
+source=("git+https://gitlab.gnome.org/GNOME/meld.git#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