[arch-commits] Commit in gnome-todo/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri Dec 31 20:40:19 UTC 2021
Date: Friday, December 31, 2021 @ 20:40:18
Author: heftig
Revision: 433294
41.0+r69+ga9a5b7cd-1: use master to unbreak UI with libadwaita 1.0
Modified:
gnome-todo/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-31 19:55:51 UTC (rev 433293)
+++ PKGBUILD 2021-12-31 20:40:18 UTC (rev 433294)
@@ -1,8 +1,8 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=gnome-todo
-pkgver=41.0
-pkgrel=2
+pkgver=41.0+r69+ga9a5b7cd
+pkgrel=1
pkgdesc="Task manager for GNOME"
url="https://wiki.gnome.org/Apps/Todo"
arch=(x86_64)
@@ -10,20 +10,18 @@
depends=(evolution-data-server libpeas python gtk4 libportal-gtk4 libadwaita)
makedepends=(gobject-introspection appstream-glib git meson yelp-tools)
groups=(gnome-extra)
-_commit=fe5f91502e57f0e945e8b72229db678212dcd9db # tags/41.0^0
+_commit=a9a5b7cdde0244331d2d49220f04018be60c018e # master
source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+ git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+
}
prepare() {
cd $pkgname
-
- # libportal 0.5
- git cherry-pick -n 3e1f4da8c0e536c09ffaf3b43fe2eb5dc17cc23e
}
build() {
More information about the arch-commits
mailing list