[arch-commits] Commit in gnome-todo/trunk (2 files)
Jan Steffens
heftig at archlinux.org
Wed Mar 14 19:27:20 UTC 2018
Date: Wednesday, March 14, 2018 @ 19:27:19
Author: heftig
Revision: 319059
3.28.0+3+gf86f18d-1
Modified:
gnome-todo/trunk/PKGBUILD
Deleted:
gnome-todo/trunk/gnome-todo-3.26.2-libical-3.0.patch
-------------------------------------+
PKGBUILD | 16 ++++++----------
gnome-todo-3.26.2-libical-3.0.patch | 12 ------------
2 files changed, 6 insertions(+), 22 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-14 19:25:02 UTC (rev 319058)
+++ PKGBUILD 2018-03-14 19:27:19 UTC (rev 319059)
@@ -2,8 +2,8 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
pkgname=gnome-todo
-pkgver=3.26.2
-pkgrel=2
+pkgver=3.28.0+3+gf86f18d
+pkgrel=1
pkgdesc="Task manager for GNOME"
url="https://wiki.gnome.org/Apps/Todo"
arch=(x86_64)
@@ -11,11 +11,9 @@
depends=(evolution-data-server libpeas python)
makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
groups=(gnome)
-_commit=7fc6169efedbd75877aa8b3f13c6e8125c169a0c # tags/GNOME_TODO_3_26_2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit"
- gnome-todo-3.26.2-libical-3.0.patch)
-sha256sums=('SKIP'
- '83cc34d6ced22e8edab14cd9afc1c130e96c4a305c36ed06f81e7d92f30d71a3')
+_commit=f86f18dd6ae06df032906172518e4321214a19bb # gnome-3-28
+source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit")
+sha256sums=('SKIP')
pkgver() {
cd $pkgname
@@ -24,12 +22,10 @@
prepare() {
cd $pkgname
- patch -Np1 -i ../gnome-todo-3.26.2-libical-3.0.patch
}
build() {
- LDFLAGS+=" -fuse-ld=gold" # Avoid endless loop in ld.bfd
- arch-meson $pkgname build -Denable-gtk-doc=true -Db_lto=false
+ arch-meson $pkgname build -D gtk_doc=true
ninja -C build
}
Deleted: gnome-todo-3.26.2-libical-3.0.patch
===================================================================
--- gnome-todo-3.26.2-libical-3.0.patch 2018-03-14 19:25:02 UTC (rev 319058)
+++ gnome-todo-3.26.2-libical-3.0.patch 2018-03-14 19:27:19 UTC (rev 319059)
@@ -1,12 +0,0 @@
-diff -up gnome-todo-3.26.2/src/gtd-task.c.libical-3.0 gnome-todo-3.26.2/src/gtd-task.c
---- gnome-todo-3.26.2/src/gtd-task.c.libical-3.0 2017-11-08 14:53:53.484294926 +0100
-+++ gnome-todo-3.26.2/src/gtd-task.c 2017-11-08 14:53:57.208294874 +0100
-@@ -778,7 +778,7 @@ gtd_task_set_complete (GtdTask *task,
- dt->minute = g_date_time_get_minute (now);
- dt->second = g_date_time_get_seconds (now);
- dt->is_date = 0;
-- dt->is_utc = 1;
-+ dt->zone = icaltimezone_get_utc_timezone ();
-
- /* convert timezone
- *
More information about the arch-commits
mailing list