[arch-commits] Commit in swaylock/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brett Cornwall ainola at archlinux.org
Sun Jun 9 03:52:04 UTC 2019


    Date: Sunday, June 9, 2019 @ 03:52:04
  Author: ainola
Revision: 478587

archrelease: copy trunk to community-x86_64

Added:
  swaylock/repos/community-x86_64/PKGBUILD
    (from rev 478586, swaylock/trunk/PKGBUILD)
Deleted:
  swaylock/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-09 03:51:56 UTC (rev 478586)
+++ PKGBUILD	2019-06-09 03:52:04 UTC (rev 478587)
@@ -1,43 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: gilbus
-
-pkgname=swaylock
-pkgver=1.4
-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"
-source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaylock/archive/$pkgver.tar.gz"
-    "https://github.com/swaywm/swaylock/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
-)
-sha256sums=('8e6ad33d16370084f5242fd19e0ad631deaeb636cd9699cb8561ca9f18751440'
-            'SKIP')
-validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A")  # Drew DeVault
-
-build() {
-    meson "$pkgname-$pkgver" build \
-        --prefix /usr \
-        --buildtype=plain
-    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/docs/$pkgname"
-}

Copied: swaylock/repos/community-x86_64/PKGBUILD (from rev 478586, swaylock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-09 03:52:04 UTC (rev 478587)
@@ -0,0 +1,43 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: gilbus
+
+pkgname=swaylock
+pkgver=1.4
+pkgrel=2
+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"
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaylock/archive/$pkgver.tar.gz"
+    "https://github.com/swaywm/swaylock/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
+)
+sha256sums=('8e6ad33d16370084f5242fd19e0ad631deaeb636cd9699cb8561ca9f18751440'
+            'SKIP')
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A")  # Drew DeVault
+
+build() {
+    meson "$pkgname-$pkgver" build \
+        --prefix /usr \
+        --buildtype=plain
+    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"
+}



More information about the arch-commits mailing list