[arch-commits] Commit in malcontent/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Jun 5 00:20:14 UTC 2020


    Date: Friday, June 5, 2020 @ 00:20:13
  Author: heftig
Revision: 388316

0.8.0-1

Modified:
  malcontent/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-05 00:08:11 UTC (rev 388315)
+++ PKGBUILD	2020-06-05 00:20:13 UTC (rev 388316)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=malcontent
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Parental control support for applications"
 url="https://gitlab.freedesktop.org/pwithnall/malcontent"
@@ -8,13 +8,11 @@
 license=(LGPL2.1)
 arch=(x86_64)
 depends=(accountsservice dbus flatpak glib2 gtk3 polkit)
-makedepends=(git meson gobject-introspection gtk-doc)
+makedepends=(git meson gobject-introspection gtk-doc libglib-testing yelp-tools)
 provides=(libmalcontent{,-ui}-${pkgver%%.*}.so)
-_commit=2e8a07d58c047f757e36a5fcf1d5b76faae08e75  # tags/0.7.0^0
-source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/pwithnall/libglib-testing.git")
-sha256sums=('SKIP'
-            'SKIP')
+_commit=659d22ba34419247d7bf6fe27e6c25454e7b6ca1  # tags/0.8.0^0
+source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -23,15 +21,11 @@
 
 prepare() {
   cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libglib-testing "$srcdir/libglib-testing"
-  git submodule update
 }
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list