[arch-commits] Commit in libindi/repos (4 files)

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


    Date: Friday, March 24, 2017 @ 22:12:11
  Author: arojas
Revision: 291260

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libindi/repos/kde-unstable-i686/
  libindi/repos/kde-unstable-i686/PKGBUILD
    (from rev 291259, libindi/kde-unstable/PKGBUILD)
  libindi/repos/kde-unstable-x86_64/
  libindi/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291259, libindi/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: libindi/repos/kde-unstable-i686/PKGBUILD (from rev 291259, libindi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-03-24 22:12:11 UTC (rev 291260)
@@ -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
+}

Copied: libindi/repos/kde-unstable-x86_64/PKGBUILD (from rev 291259, libindi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-03-24 22:12:11 UTC (rev 291260)
@@ -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