[arch-commits] Commit in gsignond/trunk (PKGBUILD)
    Maxime Gauduin 
    alucryd at archlinux.org
       
    Wed Feb  5 10:19:49 UTC 2020
    
    
  
    Date: Wednesday, February 5, 2020 @ 10:19:48
  Author: alucryd
Revision: 563066
add desktop extension: gsignond 1.2.0-3
Modified:
  gsignond/trunk/PKGBUILD
----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-05 10:19:33 UTC (rev 563065)
+++ PKGBUILD	2020-02-05 10:19:48 UTC (rev 563066)
@@ -3,7 +3,7 @@
 
 pkgname=gsignond
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='gSSO glib daemon'
 arch=(x86_64)
 url=https://01.org/gsso
@@ -11,6 +11,7 @@
 depends=(
   glib2
   glibc
+  libsecret
   sqlite
 )
 makedepends=(
@@ -38,7 +39,8 @@
 
 build() {
   arch-meson gsignond build \
-    -D documentation=false
+    -D documentation=false \
+    -D extension=desktop
   ninja -C build
 }
 
    
    
More information about the arch-commits
mailing list