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

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

There is an updated 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
Skalibs now supports autodetection of sysdeps for cross-compilation (with the exception of devurandom). I will update all revdeps in this PR.

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: 5998 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 1/4] 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() {

From 41c6d151e007903a7a14376f9ac3667f87a130fe Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 23 Sep 2019 15:34:48 +0300
Subject: [PATCH 2/4] execline: update to 2.5.2.0

---
 srcpkgs/execline/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 154cf56a200..887045b728d 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.5.1.0
+version=2.5.2.0
 revision=1
 build_style=configure
 makedepends="skalibs-devel"
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://skarnet.org/software/execline/"
 changelog="https://skarnet.org/software/execline/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b1a756842947488404db8173bbae179d6e78b6ef551ec683acca540ecaf22677
+checksum=280bb633cbe96088193225729ad32d80493d68380a127e6bc1789aac64375e29
 
 CFLAGS="-fPIC"
 

From 1c728850b36eb0b643f92ac532b4f4d47cee8342 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 23 Sep 2019 15:35:27 +0300
Subject: [PATCH 3/4] s6: update to 2.9.0.0

---
 srcpkgs/s6/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 0a086d9a3f2..4a5377ca64e 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.8.0.1
+version=2.9.0.0
 revision=1
 build_style=configure
 makedepends="execline-devel skalibs-devel"
@@ -14,7 +14,7 @@ license="ISC"
 homepage="http://skarnet.org/software/s6/"
 changelog="https://skarnet.org/software/s6/upgrade.html"
 distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
-checksum=dbe08f5b76c15fa32a090779b88fb2de9a9a107c3ac8ce488931dd39aa1c31d8
+checksum=1cac59bf9ff7c011b189ae2def3c76b147c2c431b0a901029fcaf957a6d9a343
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;;

From bf0566b7434f7a3cbbb276e5129b1927718d1d93 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 23 Sep 2019 15:35:46 +0300
Subject: [PATCH 4/4] s6-rc: update to 0.5.1.0

---
 srcpkgs/s6-rc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 692bd2aca56..43ba462ddc6 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,19 +1,19 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.0.0
-revision=6
+version=0.5.1.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib"
 makedepends="execline-devel skalibs-devel s6-devel"
-depends="s6>=2.8.0.0_1 execline>=2.5.1.0_1"
+depends="s6>=2.9.0.0_1 execline>=2.5.2.0_1"
 short_desc="Service manager of the s6 init system"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="ISC"
 homepage="https://skarnet.org/software/${pkgname}/"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=cb7f033965a6c1b6f500cbb7a2f3ecdf2310fbb18f79e7a2a384541413b9275d
+checksum=93c02d0b505c036c332e13769154d82c9e31e4dd99f3ba80aa97d377ca9ac11c
 
 post_install() {
 	vlicense COPYING

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

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-23 12:00 [PR PATCH] " voidlinux-github
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 [this message]
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=20190923123624.gBiEb4sOWRkLk5kfNZn-r50OdEVzFEDXjdV1-2JRHr8@z \
    --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).