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

Antonio Rojas arojas at archlinux.org
Thu Sep 5 18:11:03 UTC 2019


    Date: Thursday, September 5, 2019 @ 18:11:03
  Author: arojas
Revision: 508213

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-05 18:10:43 UTC (rev 508212)
+++ PKGBUILD	2019-09-05 18:11:03 UTC (rev 508213)
@@ -1,37 +0,0 @@
-# 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.8.0
-pkgrel=2
-pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
-url="https://www.indilib.org/index.php?title=Main_Page"
-license=(GPL2)
-arch=(x86_64)
-depends=(libnova cfitsio libusb libjpeg gsl libtheora fftw)
-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=('82004db3d1e45f8852c1b871fdb925a9ce0afda4f8f92de0a197b9b868933abf')
-
-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 508212, libindi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-05 18:11:03 UTC (rev 508213)
@@ -0,0 +1,36 @@
+# 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.8.1
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
+url="https://www.indilib.org/index.php?title=Main_Page"
+license=(GPL2)
+arch=(x86_64)
+depends=(libnova cfitsio libusb libjpeg gsl libtheora fftw)
+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=('d9250a60ce0f37c800982ef3f3c3a00a77f4eb9f500f1e96edbc1ea7c988d489')
+
+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 \
+    -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