Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] zeroinstall-injector: update to 2.15.
Date: Fri, 10 Jan 2020 00:24:29 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18155@inbox.vuxu.org> (raw)

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

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

https://github.com/mobinmob/void-packages zeroinstall
https://github.com/void-linux/void-packages/pull/18155

zeroinstall-injector: update to 2.15.
That is an update that looks like a new package... 0install is now written in ocaml.
It works in my machine (x86-64).

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

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

From 51db8e573d1911493dbf2d0ec476807e1c65b1af Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 10 Jan 2020 01:20:59 +0200
Subject: [PATCH] zeroinstall-injector: update to 2.15.

---
 srcpkgs/zeroinstall-injector/template | 34 +++++++++++++++++----------
 1 file changed, 21 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/zeroinstall-injector/template b/srcpkgs/zeroinstall-injector/template
index 0a274c7c17c..1909d1d6cf9 100644
--- a/srcpkgs/zeroinstall-injector/template
+++ b/srcpkgs/zeroinstall-injector/template
@@ -1,20 +1,28 @@
 # Template file for 'zeroinstall-injector'
 pkgname=zeroinstall-injector
-version=2.3.4
-revision=2
-archs=noarch
+version=2.15
+revision=1
 wrksrc="0install-${version}"
-build_style=python2-module
-hostmakedepends="python"
-depends="gnupg python-dbus pygtk desktop-file-utils hicolor-icon-theme xdg-utils"
-pycompile_module="zeroinstall"
-short_desc="A cross-distribution software installation system"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1"
+build_style=gnu-makefile
+make_install_target="install_system"
+make_check_args="test"
+hostmakedepends="gettext opam m4 tar pkg-config which"
+makedepends="libressl-devel glib-devel libcurl-devel gtk+-devel gnupg"
+depends="gnupg desktop-file-utils hicolor-icon-theme xdg-utils
+ gtk+-devel glib-devel libressl-devel"
+short_desc="Cross-distribution software installation system"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="LGPL-2.1-only"
 homepage="http://0install.net"
 distfiles="${SOURCEFORGE_SITE}/zero-install/0install-$version.tar.bz2"
-checksum=79aa6cfdbd2db5dcfffea1edd583190e8508012f7e095487bc59cb64b5db587b
+checksum=46b627af4d2d1791aa2fb96ee0f3c3d6d91ec369d59a1153edf93a5de2089dd4
+nocross="opam is nocross"
 
-pre_configure() {
-	sed -i "s|man/|share/&|" setup.py
+
+
+pre_build() {
+	opam init -y --compiler=4.07.0 --disable-sandboxing
+	eval $(opam env)
+	opam pin -y lwt 3.3.0
+	opam install -y yojson xmlm ounit lwt_react ocurl obus lablgtk lwt_glib sha dune
 }

             reply	other threads:[~2020-01-09 23:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-09 23:24 voidlinux-github [this message]
2020-01-09 23:41 ` voidlinux-github
2020-02-27 10:24 ` mobinmob
2020-02-27 10:24 ` [PR PATCH] [Closed]: " mobinmob
2020-02-28  9:32 ` Piraty
2020-02-28  9:57 ` mobinmob
2020-02-28 15:13 ` Piraty
2020-04-15 22:33 ` [PR PATCH] [Closed]: " mobinmob
2020-04-15 22:47 ` mobinmob

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