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

Antonio Rojas arojas at archlinux.org
Thu Nov 7 08:19:05 UTC 2019


    Date: Thursday, November 7, 2019 @ 08:19:04
  Author: arojas
Revision: 524468

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-07 08:18:39 UTC (rev 524467)
+++ PKGBUILD	2019-11-07 08:19:04 UTC (rev 524468)
@@ -1,36 +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.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
-}

Copied: libindi/repos/community-x86_64/PKGBUILD (from rev 524467, libindi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-07 08:19:04 UTC (rev 524468)
@@ -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.2
+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=('3e8f2149fa7b58458f4a8bc1e6e1de21b8d11ab2a008d556cae07d20f551f8b6')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i indi-$pkgver/drivers/*/*.rules
+}
+
+build() {
+  cd build
+  cmake ../indi-$pkgver \
+    -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