[arch-commits] Commit in libindi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Nov 14 16:36:50 UTC 2018


    Date: Wednesday, November 14, 2018 @ 16:36:49
  Author: arojas
Revision: 407477

archrelease: copy trunk to community-x86_64

Added:
  libindi/repos/community-x86_64/PKGBUILD
    (from rev 407476, libindi/trunk/PKGBUILD)
Deleted:
  libindi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-14 16:36:36 UTC (rev 407476)
+++ PKGBUILD	2018-11-14 16:36:49 UTC (rev 407477)
@@ -1,38 +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.7.4
-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=(x86_64)
-depends=(libnova cfitsio libusb libjpeg gsl libtheora)
-makedepends=(cmake boost qt5-base)
-#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz")
-source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz")
-sha256sums=('214132d011ca4cf72cb6408dae0a3b6f96fed1e8ef988738b4b50c64916c3d99')
-
-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_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DINDI_BUILD_QT5_CLIENT=ON \
-    -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/community-x86_64/PKGBUILD (from rev 407476, libindi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-14 16:36:49 UTC (rev 407477)
@@ -0,0 +1,37 @@
+# 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.7.5
+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=(x86_64)
+depends=(libnova cfitsio libusb libjpeg gsl libtheora)
+makedepends=(cmake boost qt5-base)
+#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz")
+source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz")
+sha256sums=('842ec3ad1a2e19f7bcad7c03d3982b45ffa84c905df751001f620896002c4e09')
+
+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_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DINDI_BUILD_QT5_CLIENT=ON \
+    -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list