[arch-commits] Commit in gnome-flashback/repos/community-x86_64 (4 files)
Jan Steffens
heftig at gemini.archlinux.org
Sat Feb 12 02:02:11 UTC 2022
Date: Saturday, February 12, 2022 @ 02:02:11
Author: heftig
Revision: 1132386
archrelease: copy trunk to community-x86_64
Added:
gnome-flashback/repos/community-x86_64/PKGBUILD
(from rev 1132385, gnome-flashback/trunk/PKGBUILD)
gnome-flashback/repos/community-x86_64/gnome-flashback.pam
(from rev 1132385, gnome-flashback/trunk/gnome-flashback.pam)
Deleted:
gnome-flashback/repos/community-x86_64/PKGBUILD
gnome-flashback/repos/community-x86_64/gnome-flashback.pam
---------------------+
PKGBUILD | 69 +++++++++++++++++++++++++-------------------------
gnome-flashback.pam | 12 ++++----
2 files changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-12 02:01:55 UTC (rev 1132385)
+++ PKGBUILD 2022-02-12 02:02:11 UTC (rev 1132386)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-flashback
-pkgver=3.42.1
-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-extra' 'libibus' 'libxkbfile' 'metacity')
-optdepends=('gnome-backgrounds: Default background'
- 'gnome-control-center: System settings'
- 'network-manager-applet: Network management')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
- 'gnome-flashback.pam')
-sha256sums=('c8029220acf268c520dbb0750834b2ef4df868324d0e0fb6a80354c80ba8844e'
- '7148b3b1773fa312d6cd14798338cc70cffb6df7504ff1787687edd0363138d2')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname \
- --disable-schemas-compile --enable-compile-warnings=minimum
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-
- # Install pam file for the screensaver
- install -Dm644 ../gnome-flashback.pam "$pkgdir/etc/pam.d/gnome-flashback"
-}
Copied: gnome-flashback/repos/community-x86_64/PKGBUILD (from rev 1132385, gnome-flashback/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-12 02:02:11 UTC (rev 1132386)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-flashback
+pkgver=3.42.1
+pkgrel=2
+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-extra' 'libibus' 'libxkbfile' 'metacity' 'libcanberra')
+makedepends=('python3')
+optdepends=('gnome-backgrounds: Default background'
+ 'gnome-control-center: System settings'
+ 'network-manager-applet: Network management')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+ 'gnome-flashback.pam')
+sha256sums=('c8029220acf268c520dbb0750834b2ef4df868324d0e0fb6a80354c80ba8844e'
+ '7148b3b1773fa312d6cd14798338cc70cffb6df7504ff1787687edd0363138d2')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname \
+ --disable-schemas-compile --enable-compile-warnings=minimum
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ # Install pam file for the screensaver
+ install -Dm644 ../gnome-flashback.pam "$pkgdir/etc/pam.d/gnome-flashback"
+}
Deleted: gnome-flashback.pam
===================================================================
--- gnome-flashback.pam 2022-02-12 02:01:55 UTC (rev 1132385)
+++ gnome-flashback.pam 2022-02-12 02:02:11 UTC (rev 1132386)
@@ -1,6 +0,0 @@
-#%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
Copied: gnome-flashback/repos/community-x86_64/gnome-flashback.pam (from rev 1132385, gnome-flashback/trunk/gnome-flashback.pam)
===================================================================
--- gnome-flashback.pam (rev 0)
+++ gnome-flashback.pam 2022-02-12 02:02:11 UTC (rev 1132386)
@@ -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