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

Balló György bgyorgy at archlinux.org
Tue Dec 11 13:25:42 UTC 2018


    Date: Tuesday, December 11, 2018 @ 13:25:41
  Author: bgyorgy
Revision: 415310

upgpkg: gnome-break-timer 1.1+47+ga51a32a-2

Fix build, rebuild for PIE

Modified:
  gnome-break-timer/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 12:18:30 UTC (rev 415309)
+++ PKGBUILD	2018-12-11 13:25:41 UTC (rev 415310)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-break-timer
 pkgver=1.1+47+ga51a32a
-pkgrel=1
+pkgrel=2
 pkgdesc="Keeps track of how much you are using the computer, and it reminds you to take regular breaks"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/BreakTimer"
@@ -10,7 +10,7 @@
 depends=('gtk3' 'libcanberra' 'libgee' 'libnotify')
 makedepends=('intltool' 'git' 'gobject-introspection' 'vala')
 _commit=a51a32a3c64110d8aafae2f21492754f693cd973  # master
-source=("git+https://git.gnome.org/browse/gnome-break-timer#commit=$_commit")
+source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -21,6 +21,8 @@
 prepare() {
   cd $pkgname
   sed -i 's/gee-1.0/gee-0.8/' configure.ac helper/helper.am settings/settings.am
+  sed -i 's|$(top_builddir)/helper/libgnome_break_timer_service.la|libgnome_break_timer_service.la|' helper/Makefile.am
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -28,7 +30,7 @@
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-schemas-compile
-  make -j1
+  make
 }
 
 package() {



More information about the arch-commits mailing list