[arch-commits] Commit in malcontent/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sun Oct 17 22:38:56 UTC 2021


    Date: Sunday, October 17, 2021 @ 22:38:56
  Author: heftig
Revision: 426174

archrelease: copy trunk to extra-x86_64

Added:
  malcontent/repos/extra-x86_64/PKGBUILD
    (from rev 426173, malcontent/trunk/PKGBUILD)
Deleted:
  malcontent/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 22:38:42 UTC (rev 426173)
+++ PKGBUILD	2021-10-17 22:38:56 UTC (rev 426174)
@@ -1,38 +0,0 @@
-# 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"
-}

Copied: malcontent/repos/extra-x86_64/PKGBUILD (from rev 426173, malcontent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-17 22:38:56 UTC (rev 426174)
@@ -0,0 +1,38 @@
+# 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"
+}



More information about the arch-commits mailing list