Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libindi
Commits:
ef201460 by Antonio Rojas at 2026-06-14T12:05:05+02:00
upgpkg: 2.2.3-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libindi
pkgdesc = A distributed control protocol designed to operate
astronomical instrumentation
- pkgver = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = https://www.indilib.org/index.php?title=Main_Page
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = libindi
depends = systemd-libs
depends = zlib
optdepends = qt6-base: Qt client library
- source = git+https://github.com/indilib/indi#tag=v2.2.2
- sha256sums =
a83653921eb18d384aa21c99488b639685604d2568a131345247578067f8cb98
+ source = git+https://github.com/indilib/indi#tag=v2.2.3
+ sha256sums =
b7343a92aa242b31683e7d72e53b8ea7c0ba2b3e234fbca29569d8d31b51d940
pkgname = libindi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <[email protected]>
pkgname=libindi
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc='A distributed control protocol designed to operate astronomical
instrumentation'
url='https://www.indilib.org/index.php?title=Main_Page'
@@ -32,13 +32,14 @@ makedepends=(cmake
qt6-base)
optdepends=('qt6-base: Qt client library')
source=(git+https://github.com/indilib/indi#tag=v$pkgver)
-sha256sums=('a83653921eb18d384aa21c99488b639685604d2568a131345247578067f8cb98')
+sha256sums=('b7343a92aa242b31683e7d72e53b8ea7c0ba2b3e234fbca29569d8d31b51d940')
build() {
cmake -B build -S indi \
-DCMAKE_INSTALL_PREFIX=/usr \
-DINDI_BUILD_QT_CLIENT=ON \
-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d \
+ -DFIX_WARNINGS=OFF \
-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects -Wp,-U_GLIBCXX_ASSERTIONS"
cmake --build build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/ef201460f806676f471d5b92323eb74fd8c39266
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libindi/-/commit/ef201460f806676f471d5b92323eb74fd8c39266
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help