[arch-commits] Commit in capnet-assist/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 08:41:37 UTC 2021


    Date: Monday, March 29, 2021 @ 08:41:37
  Author: alucryd
Revision: 908804

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

Copied: capnet-assist/repos/community-staging-x86_64/PKGBUILD (from rev 908803, capnet-assist/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 08:41:37 UTC (rev 908804)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=capnet-assist
+pkgver=2.2.5
+pkgrel=3
+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
+)
+_tag=1f8f5bf31d762e6c0421c2f9abbee527361f5c44
+source=(git+https://github.com/elementary/capnet-assist.git#tag=${_tag})
+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