[arch-commits] Commit in libindi (3 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 24 22:11:41 UTC 2017


    Date: Friday, March 24, 2017 @ 22:11:40
  Author: arojas
Revision: 291259

Update to 1.4.1 for kde-unstable

Added:
  libindi/kde-unstable/
  libindi/kde-unstable/PKGBUILD
    (from rev 280743, libindi/trunk/PKGBUILD)
Deleted:
  libindi/kde-unstable/PKGBUILD

-----------------------+
 PKGBUILD              |   37 -------------------------------------
 kde-unstable/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2016-11-15 04:45:35 UTC (rev 280742)
+++ kde-unstable/PKGBUILD	2017-03-24 22:11:40 UTC (rev 291259)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libindi
-pkgver=1.3
-pkgrel=1
-pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page"
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio libusb libjpeg gsl curl)
-makedepends=(cmake boost qt5-base)
-source=("http://downloads.sourceforge.net/project/indi/indi-$pkgver.zip")
-md5sums=('1104a3343b9728637c58eeb680fbd575')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i indi-$pkgver/libindi/drivers/*/*.rules
-}
-
-build() {
-  cd build
-  cmake ../indi-$pkgver/libindi \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/kde-unstable/PKGBUILD (from rev 280743, libindi/trunk/PKGBUILD)
===================================================================
--- kde-unstable/PKGBUILD	                        (rev 0)
+++ kde-unstable/PKGBUILD	2017-03-24 22:11:40 UTC (rev 291259)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libindi
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page"
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libnova cfitsio libusb libjpeg gsl curl)
+makedepends=(cmake boost qt5-base)
+source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz")
+sha256sums=('1edd67c912dc07240dba786e6d47f2a71ab08ca5457733b372d58cae84b14431')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i libindi/drivers/*/*.rules
+}
+
+build() {
+  cd build
+  cmake ../libindi \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list