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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 02:36:50 UTC 2022


    Date: Monday, April 25, 2022 @ 02:36:50
  Author: allan
Revision: 1189822

archrelease: copy trunk to community-x86_64

Added:
  sxhkd/repos/community-x86_64/PKGBUILD
    (from rev 1189821, sxhkd/trunk/PKGBUILD)
Deleted:
  sxhkd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 02:36:33 UTC (rev 1189821)
+++ PKGBUILD	2022-04-25 02:36:50 UTC (rev 1189822)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Bastien Dejean <nihilhill at gmail.com>
-
-pkgname=sxhkd
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Simple X hotkey daemon'
-arch=(x86_64)
-url='https://github.com/baskerville/sxhkd'
-license=(custom:BSD)
-depends=(xcb-util-keysyms)
-makedepends=(git xcb-util)
-source=("git+$url#commit=fe241b0d2d70c9c483b23cf3cd14f1383f0953a2") # tag: 0.6.2
-md5sums=('SKIP')
-
-build() {
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  make -C $pkgname PREFIX=/usr
-}
-
-package() {
-  make -C $pkgname PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/baskerville/sxhkd/releases/latest
-# vim: ts=2 sw=2 et:

Copied: sxhkd/repos/community-x86_64/PKGBUILD (from rev 1189821, sxhkd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 02:36:50 UTC (rev 1189822)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=sxhkd
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Simple X hotkey daemon'
+arch=(x86_64)
+url='https://github.com/baskerville/sxhkd'
+license=(custom:BSD)
+depends=(xcb-util-keysyms)
+makedepends=(git xcb-util)
+source=("git+$url#commit=fe241b0d2d70c9c483b23cf3cd14f1383f0953a2") # tag: 0.6.2
+md5sums=('SKIP')
+
+build() {
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  make -C $pkgname PREFIX=/usr
+}
+
+package() {
+  make -C $pkgname PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/sxhkd/releases/latest
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list