Github messages for voidlinux
 help / color / mirror / Atom feed
From: MattTheNub <MattTheNub@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] mgba: update to 0.8.4
Date: Sat, 26 Dec 2020 18:47:57 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27450@inbox.vuxu.org> (raw)

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

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

https://github.com/MattTheNub/void-packages mgba-0.8.4
https://github.com/void-linux/void-packages/pull/27450

mgba: update to 0.8.4


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

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

From f288065c1b5063727cfcb1c3ea99826afb6f0692 Mon Sep 17 00:00:00 2001
From: Matt <git@mattthenub.dev>
Date: Sat, 26 Dec 2020 12:46:31 -0500
Subject: [PATCH] mgba: update to 0.8.4

---
 .../Fix-regex-on-empty-libzip-version.patch       | 15 ---------------
 srcpkgs/mgba/template                             |  4 ++--
 2 files changed, 2 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/mgba/patches/Fix-regex-on-empty-libzip-version.patch

diff --git a/srcpkgs/mgba/patches/Fix-regex-on-empty-libzip-version.patch b/srcpkgs/mgba/patches/Fix-regex-on-empty-libzip-version.patch
deleted file mode 100644
index 60cbd84d056..00000000000
--- a/srcpkgs/mgba/patches/Fix-regex-on-empty-libzip-version.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- CMakeLists.txt.orig
-+++ CMakeLists.txt
-@@ -611,10 +611,10 @@
- if(USE_LIBZIP)
- 	include_directories(AFTER ${LIBZIP_INCLUDE_DIRS})
- 	link_directories(${LIBZIP_LIBRARY_DIRS})
--	list(APPEND DEPENDENCY_LIB ${LIBZIP_LIBRARIES})
-+	list(APPEND DEPENDENCY_LIB zip)
- 	list(APPEND FEATURES LIBZIP)
- 	list(APPEND VFS_SRC ${CMAKE_CURRENT_SOURCE_DIR}/src/util/vfs/vfs-zip.c)
--	string(REGEX MATCH "^[0-9]+" LIBZIP_VERSION_MAJOR ${libzip_VERSION})
-+	string(REGEX MATCH "^[0-9]+" LIBZIP_VERSION_MAJOR "${libzip_VERSION}")
- 	if (LIBZIP_VERSION_MAJOR LESS 1)
- 		set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS},libzip2")
- 	elseif(LIBZIP_VERSION_MAJOR EQUAL 1)
diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template
index 1669fb66e92..8a943c1d995 100644
--- a/srcpkgs/mgba/template
+++ b/srcpkgs/mgba/template
@@ -1,6 +1,6 @@
 # Template file for 'mgba'
 pkgname=mgba
-version=0.8.2
+version=0.8.4
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
@@ -12,7 +12,7 @@ license="MPL-2.0"
 homepage="https://www.mgba.io/"
 changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
 distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
-checksum=696d26b567f852825548a7ab2cb69ba54402561146a4cfebefcdc7ea218f7aea
+checksum=6b94873dac9040fd6fd9f13f76dc48f342e954f3b4cf82717b59601c3a32b72c
 
 libmgba_package() {
 	short_desc+=" - shared library"

             reply	other threads:[~2020-12-26 17:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-26 17:47 MattTheNub [this message]
2020-12-26 18:36 ` [PR PATCH] [Merged]: " ericonr

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-27450@inbox.vuxu.org \
    --to=mattthenub@users.noreply.github.com \
    --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).