[arch-commits] Commit in xaos/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Mar 23 18:12:00 UTC 2020
Date: Monday, March 23, 2020 @ 18:12:00
Author: arodseth
Revision: 603760
upgpkg: xaos 3.7-1
Modified:
xaos/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-23 18:06:35 UTC (rev 603759)
+++ PKGBUILD 2020-03-23 18:12:00 UTC (rev 603760)
@@ -9,10 +9,10 @@
url='https://xaos-project.github.io/'
license=(GPL)
makedepends=(gendesk git)
-depends=(gsl gtk3 libpng)
-options=(!makeflags)
+depends=(gsl gtk3)
+#options=(!makeflags)
source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05") # tag: release-3.7
-sha256sums=('SKIP')
+md5sums=('SKIP')
prepare() {
gendesk -f -n \
@@ -25,6 +25,7 @@
build() {
cd XaoS
+ autoreconf
./configure \
--prefix=/usr \
--with-long-double=yes \
More information about the arch-commits
mailing list