[arch-commits] Commit in libspnav/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Apr 1 07:31:40 UTC 2022


    Date: Friday, April 1, 2022 @ 07:31:39
  Author: arojas
Revision: 441081

archrelease: copy trunk to extra-x86_64

Added:
  libspnav/repos/extra-x86_64/PKGBUILD
    (from rev 441080, libspnav/trunk/PKGBUILD)
Deleted:
  libspnav/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-01 07:31:29 UTC (rev 441080)
+++ PKGBUILD	2022-04-01 07:31:39 UTC (rev 441081)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jan Hambrecht <jaham at gmx dot net>
-
-pkgname=libspnav
-pkgver=0.3
-pkgrel=1
-pkgdesc='Alternative to the proprietary 3Dconnexion device driver and SDK for their 3D input devices'
-arch=(x86_64)
-url='https://spacenav.sourceforge.net/'
-license=(GPL)
-depends=(libx11)
-source=(https://github.com/FreeSpacenav/libspnav/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('3c2d34ebdbaabd1d5b3b5c4b4d60db4ba09ef2d255649dc18572922937730276')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libspnav/repos/extra-x86_64/PKGBUILD (from rev 441080, libspnav/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-01 07:31:39 UTC (rev 441081)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jan Hambrecht <jaham at gmx dot net>
+
+pkgname=libspnav
+pkgver=1.0
+pkgrel=1
+pkgdesc='Alternative to the proprietary 3Dconnexion device driver and SDK for their 3D input devices'
+arch=(x86_64)
+url='https://spacenav.sourceforge.net/'
+license=(GPL)
+depends=(libx11)
+source=(https://github.com/FreeSpacenav/libspnav/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('8849b7f7826d750f6956cf8f4f53937f2359ab6da97d6c834c71d5f771212e7c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list