[arch-commits] Commit in i3lock-color/trunk (PKGBUILD)

Ike Devolder idevolder at archlinux.org
Mon Jul 27 10:58:54 UTC 2020


    Date: Monday, July 27, 2020 @ 10:58:54
  Author: idevolder
Revision: 665435

upgpkg: i3lock-color 2.12.c.5-1

Modified:
  i3lock-color/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-27 09:51:49 UTC (rev 665434)
+++ PKGBUILD	2020-07-27 10:58:54 UTC (rev 665435)
@@ -1,28 +1,22 @@
-# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: Raymond Li <arch at raymond.li>
+# Contributor: Alad Wenter <alad at archlinux.org>
 # Contributor: ibrokemypie <ibrokemypie at bastardi.net>
 pkgname=i3lock-color
-pkgver=2.12.c.4
+pkgver=2.12.c.5
 pkgrel=1
-_commit=720e2b4cfce703b870788de283be21e50c22096f
-pkgdesc="improved screenlocker with color configuration support"
+pkgdesc="Improved i3lock with color customization"
 arch=('x86_64')
 url=https://github.com/Raymo111/i3lock-color/
 license=('MIT')
 depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11'
          'libjpeg-turbo' 'xcb-util-xrm')
-makedepends=('git')
 provides=('i3lock')
 conflicts=('i3lock')
-source=("$pkgname-$pkgver::git+https://github.com/PandorasFox/$pkgname#commit=$_commit")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Raymo111/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('c59e6561a1d1ffd0abd5ff56c295d71b6cc8439c7d5697cfed4d2f06a87aa0aa102cee5d55363de1d91c501eee102547d0ebef4bb4bd316ef31370eec062ddbb')
 
 prepare() {
     cd "$pkgname-$pkgver"
-    # Add XF86Sleep to --pass-power-keys
-    git cherry-pick --no-commit dbb21b5341307f682533d517c9cc61e4b6cc6cf6
-
-	# Fix ticket FS#31544, sed line taken from gentoo
-	sed -i -e 's:login:system-auth:' pam/i3lock 
     autoreconf -fiv
 }
 
@@ -34,6 +28,5 @@
 package() {
 	cd "$pkgname-$pkgver"
 	make DESTDIR="$pkgdir" install
-
 	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list