[arch-commits] Commit in malcontent/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 20:09:23 UTC 2021
Date: Monday, November 8, 2021 @ 20:09:22
Author: heftig
Revision: 427575
archrelease: copy trunk to extra-x86_64
Added:
malcontent/repos/extra-x86_64/PKGBUILD
(from rev 427574, malcontent/trunk/PKGBUILD)
Deleted:
malcontent/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-08 20:08:59 UTC (rev 427574)
+++ PKGBUILD 2021-11-08 20:09:22 UTC (rev 427575)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=malcontent
-pkgver=0.10.2
-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=33b06928965483860b6cf56a701d32fc9b7af43f # tags/0.10.2^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"
-}
Copied: malcontent/repos/extra-x86_64/PKGBUILD (from rev 427574, malcontent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-08 20:09:22 UTC (rev 427575)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=malcontent
+pkgver=0.10.3
+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=9dd47e5abcbddb8b08c29be0304ead70cee1c5bc # tags/0.10.3^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