[arch-commits] Commit in gnome-todo/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Oct 31 12:43:20 UTC 2017


    Date: Tuesday, October 31, 2017 @ 12:43:15
  Author: heftig
Revision: 308761

3.26.2-1

Modified:
  gnome-todo/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-31 12:17:52 UTC (rev 308760)
+++ PKGBUILD	2017-10-31 12:43:15 UTC (rev 308761)
@@ -2,25 +2,19 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-todo
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Task manager for GNOME"
 url="https://wiki.gnome.org/Apps/Todo"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(evolution-data-server libpeas)
-makedepends=(gobject-introspection appstream-glib git meson)
-optdepends=('python3: Some plugins')
+depends=(evolution-data-server libpeas python)
+makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
 groups=(gnome-extra)
-_commit=3dfdb6e323e4bbe8d23e51fe1eabf1229d65dd61  # tags/GNOME_TODO_3_26_1^0
+_commit=7fc6169efedbd75877aa8b3f13c6e8125c169a0c  # tags/GNOME_TODO_3_26_2^0
 source=("git+https://git.gnome.org/browse/gnome-todo#commit=$_commit")
 sha256sums=('SKIP')
 
-check() {
-  cd build
-  meson test
-}
-
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
@@ -33,10 +27,16 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  LDFLAGS+=" -fuse-ld=gold"  # Avoid endless loop in ld.bfd
+  arch-meson ../$pkgname -Denable-gtk-doc=true -Db_lto=false
   ninja
 }
 
+check() {
+  cd build
+  meson test
+}
+
 package() {
   cd build
   DESTDIR="$pkgdir" ninja install



More information about the arch-commits mailing list