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

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


    Date: Sunday, March 14, 2021 @ 13:45:39
  Author: bgyorgy
Revision: 891075

upgpkg: gnome-break-timer 2.0.3-2: Remove unused dependencies

Modified:
  gnome-break-timer/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 13:15:46 UTC (rev 891074)
+++ PKGBUILD	2021-03-14 13:45:39 UTC (rev 891075)
@@ -2,15 +2,15 @@
 
 pkgname=gnome-break-timer
 pkgver=2.0.3
-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"
 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")
+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() {
@@ -19,11 +19,10 @@
 }
 
 build() {
-  arch-meson $pkgname build \
-    --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  ninja -C build
+  arch-meson $pkgname build --prefix=/usr
+  meson compile -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja install -C build
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list