Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mgba: update to 0.8.4
@ 2020-12-26 17:47 MattTheNub
  2020-12-26 18:36 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: MattTheNub @ 2020-12-26 17:47 UTC (permalink / raw)
  To: ml

[-- 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"

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

* Re: [PR PATCH] [Merged]: mgba: update to 0.8.4
  2020-12-26 17:47 [PR PATCH] mgba: update to 0.8.4 MattTheNub
@ 2020-12-26 18:36 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2020-12-26 18:36 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:


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

end of thread, other threads:[~2020-12-26 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26 17:47 [PR PATCH] mgba: update to 0.8.4 MattTheNub
2020-12-26 18:36 ` [PR PATCH] [Merged]: " ericonr

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