Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] 66: update to 0.1.0.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11285@inbox.vuxu.org>
  2019-05-03 19:06 ` [PR PATCH] [Updated] 66: update to 0.1.0.1 voidlinux-github
@ 2019-05-03 19:06 ` voidlinux-github
  1 sibling, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-05-03 19:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages 66-update
https://github.com/void-linux/void-packages/pull/11285

66: update to 0.1.0.1
New makedepend (procps-ng-devel) and hostmakedepend (pkg-config) for a new utility.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-66-update-11285.patch --]
[-- Type: application/text/x-diff, Size: 1718 bytes --]

From 2c0a44bdac3c08934ff59244ceda3a4c1a513def Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 24 Apr 2019 00:34:42 +0300
Subject: [PATCH] 66: update to 0.1.0.1

---
 srcpkgs/66/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 41d25b83e67..d2e34a85134 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,21 +1,23 @@
 # Template file for '66'
 pkgname=66
-version=0.1.0.0
+version=0.1.0.1
 revision=1
 wrksrc="66-v${version}"
-build_style=gnu-configure
-configure_args="--dynlibdir=/usr/lib
+build_style=configure
+configure_args="--prefix=/usr
+ --dynlibdir=/usr/lib
  --libdir=/usr/lib
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib"
-makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc s6-portable-utils"
+hostmakedepends="pkg-config"
+makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc s6-portable-utils procps-ng-devel"
 depends="s6-rc s6-portable-utils"
 short_desc="Helpers tools around s6-rc"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="http://web.obarun.org/software/"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
-checksum=dc6a84a4f0aca6b43da98d74bc5162794061a41acf831bdf50b771ce523b0996
+checksum=6633b7cf810aa3b59f84b567a57914f51247f7a96fca0879a2f8141b87bd674c
 
 post_install() {
 	local i
@@ -36,7 +38,7 @@ post_install() {
 }
 
 66-devel_package() {
-	short_desc+=" - develelopment files"
+	short_desc+=" - development files"
 	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/include

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Updated] 66: update to 0.1.0.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11285@inbox.vuxu.org>
@ 2019-05-03 19:06 ` voidlinux-github
  2019-05-03 19:06 ` voidlinux-github
  1 sibling, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-05-03 19:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages 66-update
https://github.com/void-linux/void-packages/pull/11285

66: update to 0.1.0.1
New makedepend (procps-ng-devel) and hostmakedepend (pkg-config) for a new utility.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-66-update-11285.patch --]
[-- Type: application/text/x-diff, Size: 1718 bytes --]

From 2c0a44bdac3c08934ff59244ceda3a4c1a513def Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 24 Apr 2019 00:34:42 +0300
Subject: [PATCH] 66: update to 0.1.0.1

---
 srcpkgs/66/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 41d25b83e67..d2e34a85134 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,21 +1,23 @@
 # Template file for '66'
 pkgname=66
-version=0.1.0.0
+version=0.1.0.1
 revision=1
 wrksrc="66-v${version}"
-build_style=gnu-configure
-configure_args="--dynlibdir=/usr/lib
+build_style=configure
+configure_args="--prefix=/usr
+ --dynlibdir=/usr/lib
  --libdir=/usr/lib
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib"
-makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc s6-portable-utils"
+hostmakedepends="pkg-config"
+makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc s6-portable-utils procps-ng-devel"
 depends="s6-rc s6-portable-utils"
 short_desc="Helpers tools around s6-rc"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="http://web.obarun.org/software/"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
-checksum=dc6a84a4f0aca6b43da98d74bc5162794061a41acf831bdf50b771ce523b0996
+checksum=6633b7cf810aa3b59f84b567a57914f51247f7a96fca0879a2f8141b87bd674c
 
 post_install() {
 	local i
@@ -36,7 +38,7 @@ post_install() {
 }
 
 66-devel_package() {
-	short_desc+=" - develelopment files"
+	short_desc+=" - development files"
 	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/include

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-03 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11285@inbox.vuxu.org>
2019-05-03 19:06 ` [PR PATCH] [Updated] 66: update to 0.1.0.1 voidlinux-github
2019-05-03 19:06 ` voidlinux-github

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).