[arch-commits] Commit in gnome-break-timer/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Tuesday, December 11, 2018 @ 13:25:45
  Author: bgyorgy
Revision: 415311

archrelease: copy trunk to community-x86_64

Added:
  gnome-break-timer/repos/community-x86_64/PKGBUILD
    (from rev 415310, gnome-break-timer/trunk/PKGBUILD)
Deleted:
  gnome-break-timer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 13:25:41 UTC (rev 415310)
+++ PKGBUILD	2018-12-11 13:25:45 UTC (rev 415311)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-break-timer
-pkgver=1.1+47+ga51a32a
-pkgrel=1
-pkgdesc="Keeps track of how much you are using the computer, and it reminds you to take regular breaks"
-arch=('x86_64' 'i686')
-url="https://wiki.gnome.org/Apps/GnomeBreakTimer"
-license=('GPL3')
-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")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i 's/gee-1.0/gee-0.8/' configure.ac helper/helper.am settings/settings.am
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-schemas-compile
-  make -j1
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-break-timer/repos/community-x86_64/PKGBUILD (from rev 415310, gnome-break-timer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-11 13:25:45 UTC (rev 415311)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-break-timer
+pkgver=1.1+47+ga51a32a
+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"
+license=('GPL3')
+depends=('gtk3' 'libcanberra' 'libgee' 'libnotify')
+makedepends=('intltool' 'git' 'gobject-introspection' 'vala')
+_commit=a51a32a3c64110d8aafae2f21492754f693cd973  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+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
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list