Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / xplot
Commits:
ea0cc7ae by Antonio Rojas at 2025-07-25T18:43:11+02:00
upgpkg: 0.90.7.1-9: Rebuild kpcyrd's packages
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xplot
pkgdesc = Reads from a xpl file to generate plots
pkgver = 0.90.7.1
- pkgrel = 8
+ pkgrel = 9
url = http://www.xplot.org/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=xplot
pkgver=0.90.7.1
-pkgrel=8
+pkgrel=9
pkgdesc="Reads from a xpl file to generate plots"
arch=('x86_64')
url="http://www.xplot.org/"
@@ -16,6 +16,7 @@
sha256sums=('01ceac45540f2d01e6ffe368cc0e950f4bb7fe1d235efde5349a09199e662240')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ CFLAGS+=" -Wno-implicit-int -Wno-implicit-function-declaration -std=gnu17" \
./configure --prefix="${pkgdir}/usr"
sed -e "s|mandir = \$(exec_prefix)/man/man1|mandir =
\$(exec_prefix)/share/man/man1|" -i Makefile
make
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xplot/-/commit/ea0cc7aef1566f1e47c9cdf0e3b257a1f6325f73
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xplot/-/commit/ea0cc7aef1566f1e47c9cdf0e3b257a1f6325f73
You're receiving this email because of your account on gitlab.archlinux.org.