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

Frederik Schwan freswa at archlinux.org
Tue Oct 6 15:24:26 UTC 2020


    Date: Tuesday, October 6, 2020 @ 15:24:26
  Author: freswa
Revision: 719343

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-06 15:23:31 UTC (rev 719342)
+++ PKGBUILD	2020-10-06 15:24:26 UTC (rev 719343)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=capnet-assist
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='Captive Portal Assistant'
-arch=(x86_64)
-url=https://launchpad.net/capnet-assist
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  gcr
-  glib2
-  gtk3
-  libsoup
-  networkmanager
-  webkit2gtk
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/capnet-assist.git#tag=1f8f5bf31d762e6c0421c2f9abbee527361f5c44)
-sha256sums=(SKIP)
-
-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 719342, capnet-assist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-06 15:24:26 UTC (rev 719343)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=capnet-assist
+pkgver=2.2.5
+pkgrel=2
+pkgdesc='Captive Portal Assistant'
+arch=(x86_64)
+url=https://github.com/elementary/capnet-assist
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gcr
+  glib2
+  gtk3
+  libsoup
+  networkmanager
+  webkit2gtk
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/capnet-assist.git#tag=1f8f5bf31d762e6c0421c2f9abbee527361f5c44)
+sha256sums=('SKIP')
+
+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