[arch-commits] Commit in gnome-flashback/trunk (PKGBUILD gnome-flashback.pam)

Balló György bgyorgy at archlinux.org
Sun Mar 8 19:15:37 UTC 2020


    Date: Sunday, March 8, 2020 @ 19:15:34
  Author: bgyorgy
Revision: 592375

upgpkg: gnome-flashback 3.35.2+25+g2553c69-1: Update to new version, add PAM file for the screensaver

Added:
  gnome-flashback/trunk/gnome-flashback.pam
Modified:
  gnome-flashback/trunk/PKGBUILD

---------------------+
 PKGBUILD            |   16 ++++++++++------
 gnome-flashback.pam |    6 ++++++
 2 files changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 19:15:03 UTC (rev 592374)
+++ PKGBUILD	2020-03-08 19:15:34 UTC (rev 592375)
@@ -1,25 +1,26 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-flashback
-pkgver=3.35.2
+pkgver=3.35.2+25+g2553c69
 pkgrel=1
 pkgdesc="GNOME Flashback session"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GnomeFlashback"
 license=('GPL')
-depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity')
+depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 'gnome-settings-daemon' 'gnome-themes-extra' 'libibus' 'metacity')
 makedepends=('autoconf-archive' 'git' 'intltool' 'python')
 optdepends=('gnome-backgrounds: Default background'
             'gnome-control-center: System settings'
-            'gnome-screensaver: Lock screen'
             'network-manager-applet: Network management')
-_commit=594419b3173152c967c855d3be5769d2a2f38b4e  # tags/3.35.2^0
+_commit=2553c69eb477a5222c76ee1f0cbb8d7889c53611  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-flashback.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
-        gettext.diff)
+        gettext.diff
+        gnome-flashback.pam)
 sha256sums=('SKIP'
             'SKIP'
-            'e947f51efca2efcae36755406f1b9a191981fc09a819fe148bc41451a08341d4')
+            'e947f51efca2efcae36755406f1b9a191981fc09a819fe148bc41451a08341d4'
+            '7148b3b1773fa312d6cd14798338cc70cffb6df7504ff1787687edd0363138d2')
 
 pkgver() {
   cd $pkgname
@@ -52,4 +53,7 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
+
+  # Install pam file for the screensaver
+  install -Dm644 ../gnome-flashback.pam "$pkgdir/etc/pam.d/gnome-flashback"
 }

Added: gnome-flashback.pam
===================================================================
--- gnome-flashback.pam	                        (rev 0)
+++ gnome-flashback.pam	2020-03-08 19:15:34 UTC (rev 592375)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth       include	system-auth
+auth       optional     pam_gnome_keyring.so
+account    include	system-auth
+password   include	system-auth
+session    include	system-auth



More information about the arch-commits mailing list