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

Antonio Rojas arojas at archlinux.org
Sat Mar 25 09:26:43 UTC 2017


    Date: Saturday, March 25, 2017 @ 09:26:43
  Author: arojas
Revision: 291502

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2017-03-25 09:26:17 UTC (rev 291501)
+++ kde-unstable-i686/PKGBUILD	2017-03-25 09:26:43 UTC (rev 291502)
@@ -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.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-i686/PKGBUILD (from rev 291501, libindi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-03-25 09:26:43 UTC (rev 291502)
@@ -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=2
+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=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz")
+sha256sums=('f393faa01d98ead9a4205b567402d37fc48a1e53896ed0caeb0e0567bd3ba2e6')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-03-25 09:26:17 UTC (rev 291501)
+++ kde-unstable-x86_64/PKGBUILD	2017-03-25 09:26:43 UTC (rev 291502)
@@ -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.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 291501, libindi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-03-25 09:26:43 UTC (rev 291502)
@@ -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=2
+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=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz")
+sha256sums=('f393faa01d98ead9a4205b567402d37fc48a1e53896ed0caeb0e0567bd3ba2e6')
+
+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