[arch-commits] Commit in gnome-terminal/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Apr 2 23:11:21 UTC 2022
Date: Saturday, April 2, 2022 @ 23:11:21
Author: heftig
Revision: 441352
3.44.0-1
Modified:
gnome-terminal/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-02 23:08:56 UTC (rev 441351)
+++ PKGBUILD 2022-04-02 23:11:21 UTC (rev 441352)
@@ -2,8 +2,8 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-terminal
-pkgver=3.42.2
-pkgrel=2
+pkgver=3.44.0
+pkgrel=1
pkgdesc="The GNOME Terminal Emulator"
url="https://wiki.gnome.org/Apps/Terminal"
arch=(x86_64)
@@ -11,21 +11,18 @@
depends=(vte3 gsettings-desktop-schemas)
makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git meson)
groups=(gnome)
-_commit=f300eed28e6755458ebaaecd9a8fe5f6b4ca29cd # tags/3.42.2^0
+options=(debug)
+_commit=9986dbbef8bb2efa94360000c53dd11dde2853bb # tags/3.44.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd $pkgname
-
- # Fix build with meson 0.61
- # https://bugs.archlinux.org/task/73356
- git cherry-pick -n 9a168cc23962ce9fa106dc8a40407d381a3db403
}
build() {
More information about the arch-commits
mailing list