[arch-commits] Commit in gnome-todo/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 15 17:35:27 UTC 2019
Date: Friday, March 15, 2019 @ 17:35:27
Author: heftig
Revision: 348205
3.28.1+17+gb2ffd8f-1
Modified:
gnome-todo/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-15 17:20:24 UTC (rev 348204)
+++ PKGBUILD 2019-03-15 17:35:27 UTC (rev 348205)
@@ -1,8 +1,8 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
pkgname=gnome-todo
-pkgver=3.28.1
-pkgrel=3
+pkgver=3.28.1+17+gb2ffd8f
+pkgrel=1
pkgdesc="Task manager for GNOME"
url="https://wiki.gnome.org/Apps/Todo"
arch=(x86_64)
@@ -10,7 +10,7 @@
depends=(evolution-data-server libpeas python)
makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
groups=(gnome)
-_commit=75d8d0930e2fe81e6d72f2ab3e957f31620796d0 # tags/3.28.1^0
+_commit=b2ffd8f7928eae0b0f6931e619c4966fd3e94c85 # gnome-3-28
source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit")
sha256sums=('SKIP')
@@ -21,6 +21,7 @@
prepare() {
cd $pkgname
+ git cherry-pick -n 6cdabc4dd0c6c804a093b94c269461ce376fed4f # build fix
}
build() {
@@ -29,8 +30,7 @@
}
check() {
- cd build
- meson test
+ meson test -C build --print-errorlogs
}
package() {
More information about the arch-commits
mailing list