[arch-commits] Commit in xsecurelock/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Tue Apr 30 23:01:27 UTC 2019
Date: Tuesday, April 30, 2019 @ 23:01:26
Author: shibumi
Revision: 457233
archrelease: copy trunk to community-x86_64
Added:
xsecurelock/repos/community-x86_64/PKGBUILD
(from rev 457232, xsecurelock/trunk/PKGBUILD)
Deleted:
xsecurelock/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-30 23:01:19 UTC (rev 457232)
+++ PKGBUILD 2019-04-30 23:01:26 UTC (rev 457233)
@@ -1,41 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Johannes Wienke <languitar at semipol.de>
-pkgname=xsecurelock
-pkgver=1.3
-pkgrel=1
-pkgdesc="X11 screen lock utility with security in mind"
-arch=('x86_64')
-url="https://github.com/google/xsecurelock"
-license=('APACHE')
-depends=('pam' 'libxcomposite' 'libxmu' 'libxft' 'libxrandr' 'libxss')
-optdepends=('mplayer: for the saver_mplayer module'\
- 'mpv: for the saver_mpv module'\
- 'imagemagick: for the auth_pamtester module'\
- 'pamtester: for the auth_pamtester module'\
- 'xorg-xset: for the saver_blank module'\
- 'xscreensaver: for the saver_xscreensaver module')
-source=("https://github.com/google/xsecurelock/archive/v${pkgver}.tar.gz")
-sha512sums=('a38d3cbc0c4144371fe92a9831818f4281ddbf0886352d4924b8e378f98d160adf75b48cf165b96a991f89b03a6dcaeb5d81647c77747599aac8799cb8da323e')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- # TODO remove with the next release (https://github.com/google/xsecurelock/issues/59)
- echo 'const char *const git_version = "1.3";' > version.c
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- sh autogen.sh
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib \
- --with-pam-service-name=system-auth
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:
Copied: xsecurelock/repos/community-x86_64/PKGBUILD (from rev 457232, xsecurelock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-30 23:01:26 UTC (rev 457233)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Johannes Wienke <languitar at semipol.de>
+pkgname=xsecurelock
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="X11 screen lock utility with security in mind"
+arch=('x86_64')
+url="https://github.com/google/xsecurelock"
+license=('APACHE')
+depends=('pam' 'libxcomposite' 'libxmu' 'libxft' 'libxrandr' 'libxss')
+optdepends=('mplayer: for the saver_mplayer module'\
+ 'mpv: for the saver_mpv module'\
+ 'imagemagick: for the auth_pamtester module'\
+ 'pamtester: for the auth_pamtester module'\
+ 'xorg-xset: for the saver_blank module'\
+ 'xscreensaver: for the saver_xscreensaver module')
+source=("https://github.com/google/xsecurelock/archive/v${pkgver}.tar.gz")
+sha512sums=('f2981e757b4acf6a3c02e09d523aee655ca3a7142de9ec6136195d6d6bb6f9d8459cc42c4b817d98bd72076e71ef6929fd39022d37a61f17581fe1a2db2698ab')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ # TODO remove with the next release (https://github.com/google/xsecurelock/issues/59)
+ echo 'const char *const git_version = "1.3";' > version.c
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ sh autogen.sh
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --with-pam-service-name=system-auth
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:
More information about the arch-commits
mailing list