Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libindi
Commits:
4a55958e by Antonio Rojas at 2025-12-01T19:18:48+01:00
upgpkg: 2.1.7-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libindi
pkgdesc = A distributed control protocol designed to operate
astronomical instrumentation
- pkgver = 2.1.6
+ pkgver = 2.1.7
pkgrel = 1
url = https://www.indilib.org/index.php?title=Main_Page
arch = x86_64
license = LGPL-2.1-only
makedepends = cmake
makedepends = git
- makedepends = qt5-base
+ makedepends = qt6-base
depends = cblas
depends = cfitsio
depends = curl
@@ -23,9 +23,10 @@ pkgbase = libindi
depends = libusb
depends = libxisf
depends = rtl-sdr
+ depends = systemd-libs
depends = zlib
- optdepends = qt5-base: Qt client library
- source = git+https://github.com/indilib/indi#tag=v2.1.6
- sha256sums =
6f5e14e78e4a0c7c4cd471e9ef531e801ea269252bb1cabb24218c0b8cb0b309
+ optdepends = qt6-base: Qt client library
+ source = git+https://github.com/indilib/indi#tag=v2.1.7
+ sha256sums =
da08fa4c9999b97aa78e0571fd8177d43583bb4e4623b74f77699f8c62068cf8
pkgname = libindi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <[email protected]>
pkgname=libindi
-pkgver=2.1.6
+pkgver=2.1.7
pkgrel=1
pkgdesc='A distributed control protocol designed to operate astronomical
instrumentation'
url='https://www.indilib.org/index.php?title=Main_Page'
@@ -24,18 +24,19 @@ depends=(cblas
libusb
libxisf
rtl-sdr
+ systemd-libs
zlib)
makedepends=(cmake
git
- qt5-base)
-optdepends=('qt5-base: Qt client library')
+ qt6-base)
+optdepends=('qt6-base: Qt client library')
source=(git+https://github.com/indilib/indi#tag=v$pkgver)
-sha256sums=('6f5e14e78e4a0c7c4cd471e9ef531e801ea269252bb1cabb24218c0b8cb0b309')
+sha256sums=('da08fa4c9999b97aa78e0571fd8177d43583bb4e4623b74f77699f8c62068cf8')
build() {
cmake -B build -S indi \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DINDI_BUILD_QT5_CLIENT=ON \
+ -DINDI_BUILD_QT_CLIENT=ON \
-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d \
-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects -Wp,-U_GLIBCXX_ASSERTIONS"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/4a55958ebee4057c991ee38f19d7cbd4b9fc7fc4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/4a55958ebee4057c991ee38f19d7cbd4b9fc7fc4
You're receiving this email because of your account on gitlab.archlinux.org.