[arch-commits] Commit in capnet-assist/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Jun 30 08:57:07 UTC 2022


    Date: Thursday, June 30, 2022 @ 08:57:07
  Author: alucryd
Revision: 1242194

archrelease: copy trunk to community-x86_64

Added:
  capnet-assist/repos/community-x86_64/PKGBUILD
    (from rev 1242193, capnet-assist/trunk/PKGBUILD)
Deleted:
  capnet-assist/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 08:57:00 UTC (rev 1242193)
+++ PKGBUILD	2022-06-30 08:57:07 UTC (rev 1242194)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=capnet-assist
-pkgver=2.4.1
-pkgrel=2
-pkgdesc='Captive Portal Assistant'
-arch=(x86_64)
-url=https://github.com/elementary/capnet-assist
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  gcr
-  glib2
-  gtk3
-  libgranite.so
-  libhandy-1.so
-  libsoup
-  networkmanager
-  webkit2gtk
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=d48d9f82381401fcd914510525dad15abd557533
-source=(git+https://github.com/elementary/capnet-assist.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  cd capnet-assist
-  git cherry-pick -n 0e77bf8023ba1b35e3a5badb72c246cabf6552b9
-}
-
-pkgver() {
-  cd capnet-assist
-  git describe --tags
-}
-
-build() {
-  arch-meson capnet-assist build \
-    -D b_pie=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: capnet-assist/repos/community-x86_64/PKGBUILD (from rev 1242193, capnet-assist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 08:57:07 UTC (rev 1242194)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=capnet-assist
+pkgver=2.4.2
+pkgrel=2
+pkgdesc='Captive Portal Assistant'
+arch=(x86_64)
+url=https://github.com/elementary/capnet-assist
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gcr
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+  libsoup
+  networkmanager
+  webkit2gtk
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=8b6813a8d81b175f5177de7fe2e163ffeeb0abae
+source=(git+https://github.com/elementary/capnet-assist.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd capnet-assist
+  git cherry-pick -n 0e77bf8023ba1b35e3a5badb72c246cabf6552b9
+}
+
+pkgver() {
+  cd capnet-assist
+  git describe --tags
+}
+
+build() {
+  arch-meson capnet-assist build \
+    -D b_pie=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list