Date: Friday, January 27, 2023 @ 19:38:09
Author: ainola
Revision: 1388937
archrelease: copy trunk to community-x86_64
Added:
swaylock/repos/community-x86_64/PKGBUILD
(from rev 1388935, swaylock/trunk/PKGBUILD)
swaylock/repos/community-x86_64/keys/
Deleted:
swaylock/repos/community-x86_64/PKGBUILD
swaylock/repos/community-x86_64/keys/
----------+
PKGBUILD | 85 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-27 19:37:55 UTC (rev 1388936)
+++ PKGBUILD 2023-01-27 19:38:09 UTC (rev 1388937)
@@ -1,43 +0,0 @@
-# Maintainer: Brett Cornwall <[email protected]>
-# Contributor: gilbus
-
-pkgname=swaylock
-pkgver=1.7
-pkgrel=1
-license=("MIT")
-pkgdesc="Screen locker for Wayland"
-makedepends=(
- 'meson'
- 'scdoc'
- 'wayland-protocols'
- 'git' # To make the version string
-)
-depends=(
- 'cairo'
- 'libxkbcommon'
- 'pam'
- 'wayland'
- 'gdk-pixbuf2' # For images other than PNG
-)
-arch=('x86_64')
-url="https://github.com/swaywm/swaylock"
-options=(debug)
-backup=('etc/pam.d/swaylock')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('40e99cf62d9aa31727071f865a3e48d431e041fcd533936dc9ba4ffe01ae9cd3'
- 'SKIP')
-validpgpkeys=(
- "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A" # Drew DeVault
- "34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48" # Simon Ser
-)
-
-build() {
- arch-meson "$pkgname-$pkgver" build
- ninja -C build
-}
-
-package() {
- DESTDIR="$pkgdir/" ninja -C build install
- install -Dm644 "$pkgname-$pkgver/LICENSE" -t
"$pkgdir/usr/share/licenses/$pkgname"
- install -Dm644 "$pkgname-$pkgver/README.md" -t
"$pkgdir/usr/share/doc/$pkgname"
-}
Copied: swaylock/repos/community-x86_64/PKGBUILD (from rev 1388935,
swaylock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-27 19:38:09 UTC (rev 1388937)
@@ -0,0 +1,42 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: gilbus
+
+pkgname=swaylock
+pkgver=1.7.1
+pkgrel=1
+license=("MIT")
+pkgdesc="Screen locker for Wayland"
+makedepends=(
+ 'meson'
+ 'scdoc'
+ 'wayland-protocols'
+ 'git' # To make the version string
+)
+depends=(
+ 'cairo'
+ 'libxkbcommon'
+ 'pam'
+ 'wayland'
+ 'gdk-pixbuf2' # For images other than PNG
+)
+arch=('x86_64')
+url="https://github.com/swaywm/swaylock"
+backup=('etc/pam.d/swaylock')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('4ef5885d3ca0f4cebc3044005dfc556262b154553c4d8edae33007a73992a76b'
+ 'SKIP')
+validpgpkeys=(
+ "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A" # Drew DeVault
+ "34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48" # Simon Ser
+)
+
+build() {
+ arch-meson "$pkgname-$pkgver" build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir/" ninja -C build install
+ install -Dm644 "$pkgname-$pkgver/LICENSE" -t
"$pkgdir/usr/share/licenses/$pkgname"
+ install -Dm644 "$pkgname-$pkgver/README.md" -t
"$pkgdir/usr/share/doc/$pkgname"
+}