Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
nsxiv
Commits:
5ffeafc9 by Christian Heusel at 2024-10-29T13:20:35+01:00
upgpkg: 32-5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nsxiv
pkgdesc = Neo (or New or Not) Simple (or Small or Suckless) X Image
Viewer
pkgver = 32
- pkgrel = 4
+ pkgrel = 5
url = https://nsxiv.codeberg.page/
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nsxiv
pkgver=32
-pkgrel=4
+pkgrel=5
pkgdesc='Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer'
arch=('x86_64')
license=('GPL-2.0-or-later')
@@ -29,6 +29,8 @@ prepare() {
}
build() {
+ echo "RUSTFLAGS: $RUSTFLAGS"
+ echo "Debug RUSTFLAGS: $DEBUG_RUSTFLAGS"
make -C "$pkgname" HAVE_INOTIFY=1 HAVE_LIBFONT=1 HAVE_LIBEXIF=1
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nsxiv/-/commit/5ffeafc9448215bebeb0d0c28218726c57ec2405
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nsxiv/-/commit/5ffeafc9448215bebeb0d0c28218726c57ec2405
You're receiving this email because of your account on gitlab.archlinux.org.