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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 00:31:52 UTC 2022


    Date: Monday, April 25, 2022 @ 00:31:52
  Author: allan
Revision: 1189738

archrelease: copy trunk to community-x86_64

Added:
  joyutils/repos/community-x86_64/PKGBUILD
    (from rev 1189737, joyutils/trunk/PKGBUILD)
Deleted:
  joyutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 00:31:35 UTC (rev 1189737)
+++ PKGBUILD	2022-04-25 00:31:52 UTC (rev 1189738)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: loqs
-# Contributor: Arkham <arkham at archlinux.us>
-# Contributor: dirty_d <andrew2085 at gmail.com>
-
-pkgname=joyutils
-pkgver=1.7.1
-pkgrel=2
-pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
-arch=(x86_64)
-license=(GPL)
-url='https://packages.debian.org/sid/joystick'
-conflicts=(linuxconsole)
-depends=(sdl2)
-source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2")
-b2sums=('e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5')
-
-prepare() {
-  ln -sf "linuxconsoletools-$pkgver" $pkgname
-  sed -i 's,IR)/lib,IR)$(PREFIX)/lib,g' $pkgname/utils/Makefile
-}
-
-build() {
-  PREFIX=/usr make -C $pkgname
-}
-
-package() {
-  DESTDIR="$pkgdir" PREFIX=/usr make -C $pkgname install
-}

Copied: joyutils/repos/community-x86_64/PKGBUILD (from rev 1189737, joyutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 00:31:52 UTC (rev 1189738)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: loqs
+# Contributor: Arkham <arkham at archlinux.us>
+# Contributor: dirty_d <andrew2085 at gmail.com>
+
+pkgname=joyutils
+pkgver=1.7.1
+pkgrel=3
+pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
+arch=(x86_64)
+license=(GPL)
+url='https://packages.debian.org/sid/joystick'
+conflicts=(linuxconsole)
+depends=(sdl2)
+source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2")
+b2sums=('e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5')
+
+prepare() {
+  ln -sf "linuxconsoletools-$pkgver" $pkgname
+  sed -i 's,IR)/lib,IR)$(PREFIX)/lib,g' $pkgname/utils/Makefile
+}
+
+build() {
+  PREFIX=/usr make -C $pkgname
+}
+
+package() {
+  DESTDIR="$pkgdir" PREFIX=/usr make -C $pkgname install
+}



More information about the arch-commits mailing list