[arch-commits] Commit in capnet-assist/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Apr 9 11:07:01 UTC 2020
Date: Thursday, April 9, 2020 @ 11:07:01
Author: alucryd
Revision: 613011
archrelease: copy trunk to community-x86_64
Added:
capnet-assist/repos/community-x86_64/PKGBUILD
(from rev 613010, 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-04-09 11:06:55 UTC (rev 613010)
+++ PKGBUILD 2020-04-09 11:07:01 UTC (rev 613011)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=capnet-assist
-pkgver=2.2.4
-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=47735371387a1ae9b36179b526c438b92d84c157)
-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 613010, capnet-assist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-09 11:07:01 UTC (rev 613011)
@@ -0,0 +1,45 @@
+# 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:
More information about the arch-commits
mailing list