[arch-commits] Commit in meld/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Sep 5 18:06:45 UTC 2022
Date: Monday, September 5, 2022 @ 18:06:45
Author: heftig
Revision: 455054
archrelease: copy trunk to extra-any
Added:
meld/repos/extra-any/PKGBUILD
(from rev 455053, meld/trunk/PKGBUILD)
Deleted:
meld/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 18:06:21 UTC (rev 455053)
+++ PKGBUILD 2022-09-05 18:06:45 UTC (rev 455054)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# 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.21.3
-pkgrel=2
-pkgdesc="Compare files, directories and working copies"
-url="https://meldmerge.org/"
-license=(GPL)
-arch=(any)
-depends=(python-gobject python-cairo gtksourceview4 gsettings-desktop-schemas
- dconf)
-makedepends=(meson yelp-tools git)
-_commit=3f2842c666902bd96c2e0d9097c399542a7d9fe5 # tags/3.21.3^0
-source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd meld
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd meld
-}
-
-build() {
- arch-meson meld build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
- python -m compileall -d /usr/lib "$pkgdir/usr/lib"
- python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
- chmod +x "$pkgdir/usr/bin/meld"
-}
Copied: meld/repos/extra-any/PKGBUILD (from rev 455053, meld/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 18:06:45 UTC (rev 455054)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# 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.22.0
+pkgrel=1
+pkgdesc="Compare files, directories and working copies"
+url="https://meldmerge.org/"
+license=(GPL)
+arch=(any)
+depends=(python-gobject python-cairo gtksourceview4 gsettings-desktop-schemas
+ dconf)
+makedepends=(meson yelp-tools git)
+checkdepends=(appstream-glib)
+_commit=322f05876e841d1fa7a162d4c5a4e15226823b7c # tags/3.22.0^0
+source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd meld
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd meld
+}
+
+build() {
+ arch-meson meld build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+ python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+ python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}
More information about the arch-commits
mailing list