Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] [WIP] skalibs: update to 2.9.0.0
Date: Mon, 23 Sep 2019 14:00:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14661@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages skaware
https://github.com/void-linux/void-packages/pull/14661

[WIP] skalibs: update to 2.9.0.0


A patch file from https://github.com/void-linux/void-packages/pull/14661.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-skaware-14661.patch --]
[-- Type: text/x-diff, Size: 2588 bytes --]

From 0e0ebcfbe1bb6a72775e0d72ef920a398ff587cb Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 23 Sep 2019 14:56:23 +0300
Subject: [PATCH] skalibs: update to 2.9.0.0

---
 common/shlibs            |  2 +-
 srcpkgs/skalibs/template | 17 ++++-------------
 2 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 71341b5c070..f7d1745dc00 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2116,7 +2116,6 @@ libprocps.so.7 procps-ng-3.3.15_1
 libgegl-0.4.so.0 gegl-0.4.16_1
 libgegl-npd-0.4.so gegl-0.4.16_1
 libgegl-sc-0.4.so gegl-0.4.16_1
-libskarnet.so.2.8 skalibs-2.8.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
@@ -3510,3 +3509,4 @@ libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
+libskarnet.so.2.9 skalibs-2.9.0.0_1
diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 559b40d1512..8eebbf30a99 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,30 +1,21 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.8.1.0
+version=2.9.0.0
 revision=1
-_sysdepspkg=skaware-void-sysdeps
 build_style=configure
-configure_args="--libdir=/usr/lib --enable-static --enable-shared --enable-clock
- --enable-monotonic --enable-force-devr --datadir=/usr/share/$pkgname --libdir=/usr/lib
+configure_args="--libdir=/usr/lib --enable-static --enable-shared  --enable-force-devr --datadir=/usr/share/$pkgname --libdir=/usr/lib
  --bindir=/usr/bin --dynlibdir=/usr/lib"
 short_desc="General purpose libraries for building software from skarnet.org"
 maintainer="bougyman <bougyman@voidlinux.org>"
 license="ISC"
 homepage="https://skarnet.org/software/skalibs/"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=431c6507b4a0f539b6463b4381b9b9153c86ad75fa3c6bfc9dc4722f00b166ba
+checksum=f5604f9e5ebb436d3a8efa16a2c4133f7bd424d9f22aa88fe7a372f0153396fb
 
 CFLAGS="-D_DEFAULT_SOURCE"
 
 if [ "$CROSS_BUILD" ]; then
-	distfiles+=" https://github.com/CMB/${_sysdepspkg}/archive/${version}.tar.gz"
-	checksum+=" b5a56d24caeb731f9a8468fa61ab0e9ae139370609ef4acb36888e69bbe8d98d"
-	configure_args+=" --with-sysdeps=../${_sysdepspkg}-${version}/${XBPS_CROSS_TRIPLET}"
-
-	case "$XBPS_TARGET_MACHINE" in
-		aarch64*|armv6*|armv7l*|i686|x86_64*|ppc*) ;;
-		*) nocross="Missing cross sysdeps" ;;
-	esac
+	configure_args+=" --with-sysdep-devurandom=yes"
 fi
 
 post_install() {

             reply	other threads:[~2019-09-23 12:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-23 12:00 voidlinux-github [this message]
2019-09-23 12:29 ` voidlinux-github
2019-09-23 12:30 ` voidlinux-github
2019-09-23 12:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-23 12:36 ` voidlinux-github
2019-09-23 12:38 ` voidlinux-github
2019-09-23 12:50 ` voidlinux-github
2019-09-23 12:50 ` [PR PATCH] [Closed]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14661@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).