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

Antonio Rojas arojas at gemini.archlinux.org
Sun Feb 6 22:54:09 UTC 2022


    Date: Sunday, February 6, 2022 @ 22:54:09
  Author: arojas
Revision: 436365

archrelease: copy trunk to extra-x86_64

Added:
  libspnav/repos/extra-x86_64/PKGBUILD
    (from rev 436364, libspnav/trunk/PKGBUILD)
Deleted:
  libspnav/repos/extra-x86_64/Makefile.patch
  libspnav/repos/extra-x86_64/PKGBUILD

----------------+
 Makefile.patch |   13 ------------
 PKGBUILD       |   59 ++++++++++++++++++++++++-------------------------------
 2 files changed, 26 insertions(+), 46 deletions(-)

Deleted: Makefile.patch
===================================================================
--- Makefile.patch	2022-02-06 22:53:59 UTC (rev 436364)
+++ Makefile.patch	2022-02-06 22:54:09 UTC (rev 436365)
@@ -1,13 +0,0 @@
---- libspnav-0.2.3/Makefile.in~	2015-01-10 09:08:35.043417955 +0000
-+++ libspnav-0.2.3/Makefile.in	2015-01-10 09:09:00.833315269 +0000
-@@ -54,8 +54,8 @@
- 	cp $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so)
- 	[ -n "$(soname)" ] && \
- 		rm -f $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) $(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) && \
--		ln -s $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) && \
--		ln -s $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) $(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) || \
-+		ln -s $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) && \
-+		ln -s $(soname) $(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) || \
- 		true
- 	for h in $(hdr); do cp -p $(srcdir)/$$h $(DESTDIR)$(PREFIX)/include/; done
- 

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-06 22:53:59 UTC (rev 436364)
+++ PKGBUILD	2022-02-06 22:54:09 UTC (rev 436365)
@@ -1,33 +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.2.3
-pkgrel=3
-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://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz"
-        Makefile.patch)
-sha256sums=('7ae4d7bb7f6a5dda28b487891e01accc856311440f582299760dace6ee5f1f93'
-            'a49a9ac824ad41c043018094dd118ba92dd29f96fee92e70b640e47f643dde44')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../Makefile.patch
-}
-
-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 436364, libspnav/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-06 22:54:09 UTC (rev 436365)
@@ -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=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
+}



More information about the arch-commits mailing list