skalibs: update to 2.7.0.0.
This commit is contained in:
parent
2b2c25cca6
commit
20921852f5
2 changed files with 6 additions and 6 deletions
|
@ -2169,7 +2169,7 @@ libprocps.so.7 procps-ng-3.3.15_1
|
|||
libgegl-0.4.so.0 gegl-0.4.0_1
|
||||
libgegl-npd-0.4.so gegl-0.4.0_1
|
||||
libgegl-sc-0.4.so gegl-0.4.0_1
|
||||
libskarnet.so.2.6 skalibs-2.6.0.0_1
|
||||
libskarnet.so.2.7 skalibs-2.7.0.0_1
|
||||
libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1
|
||||
libtidy.so.5 libtidy5-5.1.25_1
|
||||
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'skalibs'
|
||||
pkgname=skalibs
|
||||
version=2.6.4.0
|
||||
version=2.7.0.0
|
||||
revision=1
|
||||
_sysdepspkg=skaware-void-sysdeps
|
||||
build_style=gnu-configure
|
||||
|
@ -9,15 +9,15 @@ configure_args="--libdir=/usr/lib --enable-static --enable-shared --enable-clock
|
|||
short_desc="General purpose libraries for building software from skarnet.org"
|
||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||
license="ISC"
|
||||
homepage="http://skarnet.org/software/skalibs/"
|
||||
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=30ac73f1e8da6387fcfa19cfe1e326a143b4d811aaf532988b280daefa56dcc7
|
||||
homepage="https://skarnet.org/software/skalibs/"
|
||||
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=96494d76669d2f8622511d5d616b6367801a42683c0bb11a8855114e5ccbd756
|
||||
|
||||
CFLAGS="-D_DEFAULT_SOURCE"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
distfiles+=" https://github.com/CMB/${_sysdepspkg}/archive/${version}.tar.gz"
|
||||
checksum+=" d6095994b48906c3b629ea42a352026a6773056ed560c8a533366cc1a58d7a8d"
|
||||
checksum+=" e6bc70a9ddd593e0352e09d7681f73b3e11a5857920d46a7adf2a8ca1a3d8de0"
|
||||
configure_args+=" --with-sysdeps=../${_sysdepspkg}-${version}/${XBPS_CROSS_TRIPLET}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue