[arch-commits] Commit in gnome-break-timer (5 files)
Balló György
bgyorgy at archlinux.org
Sun Jan 29 13:08:58 UTC 2017
Date: Sunday, January 29, 2017 @ 13:08:57
Author: bgyorgy
Revision: 209366
archrelease: copy trunk to community-x86_64, community-i686
Added:
gnome-break-timer/repos/
gnome-break-timer/repos/community-i686/
gnome-break-timer/repos/community-i686/PKGBUILD
(from rev 209365, gnome-break-timer/trunk/PKGBUILD)
gnome-break-timer/repos/community-x86_64/
gnome-break-timer/repos/community-x86_64/PKGBUILD
(from rev 209365, gnome-break-timer/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: gnome-break-timer/repos/community-i686/PKGBUILD (from rev 209365, gnome-break-timer/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2017-01-29 13:08:57 UTC (rev 209366)
@@ -0,0 +1,38 @@
+# $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 209365, gnome-break-timer/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-01-29 13:08:57 UTC (rev 209366)
@@ -0,0 +1,38 @@
+# $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
+}
More information about the arch-commits
mailing list