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

Balló György bgyorgy at archlinux.org
Sun Mar 14 13:45:59 UTC 2021


    Date: Sunday, March 14, 2021 @ 13:45:58
  Author: bgyorgy
Revision: 891076

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 13:45:39 UTC (rev 891075)
+++ PKGBUILD	2021-03-14 13:45:58 UTC (rev 891076)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-break-timer
-pkgver=2.0.3
-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=('gtk3' 'libcanberra' 'libgee' 'libnotify' 'gsound')
-makedepends=('meson' 'intltool' 'git' 'gobject-introspection' 'vala')
-_commit=65e7d6c536b9f1ed4c2ee21839f4ea8633ff3c50
-source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build \
-    --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja install -C build
-}

Copied: gnome-break-timer/repos/community-x86_64/PKGBUILD (from rev 891075, gnome-break-timer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-14 13:45:58 UTC (rev 891076)
@@ -0,0 +1,28 @@
+# 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
+}



More information about the arch-commits mailing list