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

Maxime Gauduin alucryd at archlinux.org
Wed Feb 5 10:19:54 UTC 2020


    Date: Wednesday, February 5, 2020 @ 10:19:54
  Author: alucryd
Revision: 563067

archrelease: copy trunk to community-x86_64

Added:
  gsignond/repos/community-x86_64/PKGBUILD
    (from rev 563066, gsignond/trunk/PKGBUILD)
Deleted:
  gsignond/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-05 10:19:48 UTC (rev 563066)
+++ PKGBUILD	2020-02-05 10:19:54 UTC (rev 563067)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail.com>
-
-pkgname=gsignond
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='gSSO glib daemon'
-arch=(x86_64)
-url=https://01.org/gsso
-license=(LGPL2.1)
-depends=(
-  glib2
-  glibc
-  sqlite
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-provides=(libgsignond-common.so)
-backup=(etc/gsignond.conf)
-source=(git+https://gitlab.com/accounts-sso/gsignond.git#tag=254b810114e70be4adff4aed30697c650641c2d9)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd gsignond
-
-  git describe --tags
-}
-
-prepare() {
-  cd gsignond
-
-  git cherry-pick -n 39022c86ddb5062a10fb0503ad9d81a8e532d527
-}
-
-build() {
-  arch-meson gsignond build \
-    -D documentation=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  find "${pkgdir}" -type f -name com.google.code.AccountsSSO.SingleSignOn.* -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: gsignond/repos/community-x86_64/PKGBUILD (from rev 563066, gsignond/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-05 10:19:54 UTC (rev 563067)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail.com>
+
+pkgname=gsignond
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='gSSO glib daemon'
+arch=(x86_64)
+url=https://01.org/gsso
+license=(LGPL2.1)
+depends=(
+  glib2
+  glibc
+  libsecret
+  sqlite
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+provides=(libgsignond-common.so)
+backup=(etc/gsignond.conf)
+source=(git+https://gitlab.com/accounts-sso/gsignond.git#tag=254b810114e70be4adff4aed30697c650641c2d9)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd gsignond
+
+  git describe --tags
+}
+
+prepare() {
+  cd gsignond
+
+  git cherry-pick -n 39022c86ddb5062a10fb0503ad9d81a8e532d527
+}
+
+build() {
+  arch-meson gsignond build \
+    -D documentation=false \
+    -D extension=desktop
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  find "${pkgdir}" -type f -name com.google.code.AccountsSSO.SingleSignOn.* -delete
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list