Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libindi
Commits:
7f13c780 by Antonio Rojas at 2024-06-01T23:46:05+02:00
upgpkg: 2.0.8-1: Update to 2.0.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = libindi
pkgdesc = A distributed control protocol designed to operate
astronomical instrumentation
- pkgver = 2.0.7
+ pkgver = 2.0.8
pkgrel = 1
url = https://www.indilib.org/index.php?title=Main_Page
arch = x86_64
- license = GPL2
+ license = LGPL-2.1-only
makedepends = cmake
+ makedepends = git
makedepends = qt5-base
depends = cblas
depends = cfitsio
@@ -23,7 +24,8 @@ pkgbase = libindi
depends = libxisf
depends = rtl-sdr
depends = zlib
- source =
https://github.com/indilib/indi/archive/v2.0.7/libindi-2.0.7.tar.gz
- sha256sums =
a729d1857f28014530094b1de1062221af924dc10311093e3f5b89cb8c5f73f5
+ optdepends = qt5-base: Qt client library
+ source = git+https://github.com/indilib/indi#tag=v2.0.8
+ sha256sums =
c6d435566800eee5cde3e31126c33dc66e845cdb0ff5ad5b2391c2a0e0898fb2
pkgname = libindi
=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
# Contributor: Tobias Powalowski <[email protected]>
pkgname=libindi
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc='A distributed control protocol designed to operate astronomical
instrumentation'
url='https://www.indilib.org/index.php?title=Main_Page'
-license=(GPL2)
+license=(LGPL-2.1-only)
arch=(x86_64)
depends=(cblas
cfitsio
@@ -26,12 +26,14 @@ depends=(cblas
rtl-sdr
zlib)
makedepends=(cmake
+ git
qt5-base)
-source=(https://github.com/indilib/indi/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('a729d1857f28014530094b1de1062221af924dc10311093e3f5b89cb8c5f73f5')
+optdepends=('qt5-base: Qt client library')
+source=(git+https://github.com/indilib/indi#tag=v$pkgver)
+sha256sums=('c6d435566800eee5cde3e31126c33dc66e845cdb0ff5ad5b2391c2a0e0898fb2')
build() {
- cmake -B build -S indi-$pkgver \
+ cmake -B build -S indi \
-DCMAKE_INSTALL_PREFIX=/usr \
-DINDI_BUILD_QT5_CLIENT=ON \
-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/7f13c7806812fc4ec38cc62f7100208eeb6309f0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/7f13c7806812fc4ec38cc62f7100208eeb6309f0
You're receiving this email because of your account on gitlab.archlinux.org.