[arch-commits] Commit in malcontent/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Thu Jul 29 00:19:36 UTC 2021
Date: Thursday, July 29, 2021 @ 00:19:36
Author: heftig
Revision: 420600
archrelease: copy trunk to extra-x86_64
Added:
malcontent/repos/extra-x86_64/PKGBUILD
(from rev 420599, malcontent/trunk/PKGBUILD)
Deleted:
malcontent/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-29 00:19:26 UTC (rev 420599)
+++ PKGBUILD 2021-07-29 00:19:36 UTC (rev 420600)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=malcontent
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Parental control support for applications"
-url="https://gitlab.freedesktop.org/pwithnall/malcontent"
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(accountsservice dbus flatpak glib2 gtk3 polkit appstream-glib)
-makedepends=(git meson gobject-introspection gtk-doc libglib-testing yelp-tools)
-provides=(libmalcontent{,-ui}-${pkgver%%.*}.so)
-_commit=bf9bf5e8bae3497596b3df786dae9618a289c4e0 # tags/0.9.0^0
-source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
- install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}
Copied: malcontent/repos/extra-x86_64/PKGBUILD (from rev 420599, malcontent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-29 00:19:36 UTC (rev 420600)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=malcontent
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Parental control support for applications"
+url="https://gitlab.freedesktop.org/pwithnall/malcontent"
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(accountsservice dbus flatpak glib2 gtk3 polkit appstream-glib)
+makedepends=(git meson gobject-introspection gtk-doc libglib-testing yelp-tools)
+provides=(libmalcontent{,-ui}-${pkgver%%.*}.so)
+_commit=e0fac336384561c8ba6e1a2d3d1ec109aa921343 # tags/0.10.1^0
+source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+ install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}
More information about the arch-commits
mailing list