[arch-commits] Commit in libspnav/trunk (PKGBUILD)

2020-05-07 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:45:48
  Author: allan
Revision: 382621

upgpkg: libspnav 0.2.3-3: .BUILDINFO rebuild

Modified:
  libspnav/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:44:38 UTC (rev 382620)
+++ PKGBUILD2020-05-07 06:45:48 UTC (rev 382621)
@@ -4,7 +4,7 @@
 
 pkgname=libspnav
 pkgver=0.2.3
-pkgrel=2
+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/'


[arch-commits] Commit in libspnav/trunk (PKGBUILD)

2017-10-25 Thread Antonio Rojas
Date: Wednesday, October 25, 2017 @ 18:36:29
  Author: arojas
Revision: 308475

https

Modified:
  libspnav/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-25 16:53:34 UTC (rev 308474)
+++ PKGBUILD2017-10-25 18:36:29 UTC (rev 308475)
@@ -8,10 +8,10 @@
 pkgrel=2
 pkgdesc="Alternative to the proprietary 3Dconnexion device driver and SDK for 
their 3D input devices"
 arch=(i686 x86_64)
-url='http://spacenav.sourceforge.net/'
+url='https://spacenav.sourceforge.net/'
 license=(GPL)
 depends=(libx11)
-source=("http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz;
+source=("https://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz;
 Makefile.patch)
 sha256sums=('7ae4d7bb7f6a5dda28b487891e01accc856311440f582299760dace6ee5f1f93'
 'a49a9ac824ad41c043018094dd118ba92dd29f96fee92e70b640e47f643dde44')


[arch-commits] Commit in libspnav/trunk (PKGBUILD)

2017-10-24 Thread Antonio Rojas
Date: Tuesday, October 24, 2017 @ 15:47:23
  Author: arojas
Revision: 308389

Rebuild (FS#56108)

Modified:
  libspnav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-24 14:54:19 UTC (rev 308388)
+++ PKGBUILD2017-10-24 15:47:23 UTC (rev 308389)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: Jan Hambrecht 
 
 pkgname=libspnav
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Alternative to the proprietary 3Dconnexion device driver and SDK for 
their 3D input devices"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://spacenav.sourceforge.net/'
-license=('GPL')
-depends=('libx11')
+license=(GPL)
+depends=(libx11)
 source=("http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz;
-'Makefile.patch')
-md5sums=('44d840540d53326d4a119c0f1aa7bf0a'
- '74661fdaa2c4bca8f226a83951458228')
+Makefile.patch)
+sha256sums=('7ae4d7bb7f6a5dda28b487891e01accc856311440f582299760dace6ee5f1f93'
+'a49a9ac824ad41c043018094dd118ba92dd29f96fee92e70b640e47f643dde44')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/Makefile.patch
+  cd $pkgname-$pkgver
+  patch -p1 -i ../Makefile.patch
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --disable-debug
   make
@@ -28,6 +29,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in libspnav/trunk (PKGBUILD)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 15:38:36
  Author: andrea
Revision: 206884

upgpkg: libspnav 0.2.2-5

Add missing makedepends

Modified:
  libspnav/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 14:38:19 UTC (rev 206883)
+++ PKGBUILD2014-03-05 14:38:36 UTC (rev 206884)
@@ -10,6 +10,7 @@
 url=http://spacenav.sourceforge.net/;
 license=('GPL')
 depends=('glibc')
+makedepends=('libx11')
 source=(http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz;
 'Makefile.patch')
 md5sums=('b85a0f4ab711e2d4f73a40e2e371f5ae'