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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 25 21:25:43 UTC 2022


    Date: Tuesday, January 25, 2022 @ 21:25:43
  Author: arojas
Revision: 1115572

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 21:25:33 UTC (rev 1115571)
+++ PKGBUILD	2022-01-25 21:25:43 UTC (rev 1115572)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-break-timer
-pkgver=2.0.3
-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=('gsound' 'gtk3' 'libnotify')
-makedepends=('meson' 'git' 'vala')
-_commit=65e7d6c536b9f1ed4c2ee21839f4ea8633ff3c50  # tags/2.0.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build --prefix=/usr
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-break-timer/repos/community-x86_64/PKGBUILD (from rev 1115571, gnome-break-timer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-25 21:25:43 UTC (rev 1115572)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-break-timer
+pkgver=2.1.0
+pkgrel=1
+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=('gsound' 'gtk3' 'libnotify')
+makedepends=('meson' 'git' 'vala')
+_commit=8f938244d5f444bde2c47c510d9245f0e6d768cf
+source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list