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

Jonas Witschel diabonas at gemini.archlinux.org
Sun Jul 17 21:26:02 UTC 2022


    Date: Sunday, July 17, 2022 @ 21:26:01
  Author: diabonas
Revision: 1254376

archrelease: copy trunk to community-x86_64

Added:
  xbindkeys/repos/community-x86_64/PKGBUILD
    (from rev 1254375, xbindkeys/trunk/PKGBUILD)
Deleted:
  xbindkeys/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 21:25:42 UTC (rev 1254375)
+++ PKGBUILD	2022-07-17 21:26:01 UTC (rev 1254376)
@@ -1,28 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-# Contributor: Yusuf Aktepe <yusuf at yusufaktepe.com>
-# Contributor: Florian Pritz <bluewind at xinu.at>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-
-pkgname=xbindkeys
-pkgver=1.8.7
-pkgrel=2
-pkgdesc="Launch shell commands with your keyboard or your mouse under X"
-arch=('x86_64')
-url="https://www.nongnu.org/xbindkeys/xbindkeys.html"
-license=('GPL')
-depends=('libx11' 'guile')
-optdepends=('tk: xbindkeys_show')
-source=(https://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xbindkeys/repos/community-x86_64/PKGBUILD (from rev 1254375, xbindkeys/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 21:26:01 UTC (rev 1254376)
@@ -0,0 +1,28 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Yusuf Aktepe <yusuf at yusufaktepe.com>
+# Contributor: Florian Pritz <bluewind at xinu.at>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+
+pkgname=xbindkeys
+pkgver=1.8.7
+pkgrel=3
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('x86_64')
+url="https://www.nongnu.org/xbindkeys/xbindkeys.html"
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(https://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list