Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] liblouis: update to 3.11.0
Date: Thu, 31 Oct 2019 03:21:37 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15982@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages liblouis
https://github.com/void-linux/void-packages/pull/15982

liblouis: update to 3.11.0


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

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

From f96f82cd97f39715b699f19eb4b574d127e7dc67 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Wed, 30 Oct 2019 20:57:18 -0500
Subject: [PATCH 1/3] liblouis: update to 3.11.0

---
 common/shlibs             | 2 +-
 srcpkgs/liblouis/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 41e609a31db..363dedb8290 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2157,7 +2157,7 @@ libOIS.so.1.5.0 ois-1.5_1
 libSILLY.so.1 silly-0.1.0_1
 libkeybinder-3.0.so.0 libkeybinder3-0.3.0_1
 libbrlapi.so.0.7 brltty-6.0_1
-liblouis.so.17 liblouis-3.8.0_1
+liblouis.so.19 liblouis-3.11.0_1
 libCEGUIBase-0.7.9.so cegui07-0.7.9_1
 libCEGUIFalagardWRBase-0.7.9.so cegui07-0.7.9_1
 libCEGUIDevILImageCodec-0.7.9.so cegui07-0.7.9_1
diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 77194ad8820..a0eca12e4ee 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,6 +1,6 @@
 # Template file for 'liblouis'
 pkgname=liblouis
-version=3.9.0
+version=3.11.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-ucs4"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="http://liblouis.org/"
 distfiles="https://github.com/liblouis/liblouis/releases/download/v${version}/liblouis-${version}.tar.gz"
-checksum=e4ae23373751003c6e44bcda653cf3b3de1eff0b850f9349091aea7e4a0cb878
+checksum=b802aba0bff49636907ca748225e21c56ecf3f3ebc143d582430036d4d9f6259
 disable_parallel_build=yes
 
 case "$XBPS_TARGET_MACHINE" in

From 345e4e8a1841ec7a1aac188cac1276857a94cb0d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Wed, 30 Oct 2019 21:01:34 -0500
Subject: [PATCH 2/3] cups-filters: revbump against liblouis

---
 srcpkgs/cups-filters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cups-filters/template b/srcpkgs/cups-filters/template
index 3dddc46b62f..55e4fc6fe92 100644
--- a/srcpkgs/cups-filters/template
+++ b/srcpkgs/cups-filters/template
@@ -1,7 +1,7 @@
 # Template file for 'cups-filters'
 pkgname=cups-filters
 version=1.25.11
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static --with-rcdir=no --enable-avahi
  --with-browseremoteprotocols=DNSSD,CUPS

From a89987357b301edf3e4e417ecb39ede9639354ec Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Wed, 30 Oct 2019 21:01:59 -0500
Subject: [PATCH 3/3] orca: revbump against liblouis

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index ac1c0e1dc0e..57d1495c10a 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.34.0
-revision=1
+revision=2
 archs=noarch
 build_style=gnu-configure
 pycompile_module="orca"

             reply	other threads:[~2019-10-31  2:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-31  2:21 voidlinux-github [this message]
2019-10-31  7:33 ` [PR PATCH] [Merged]: " 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-15982@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).