From f288065c1b5063727cfcb1c3ea99826afb6f0692 Mon Sep 17 00:00:00 2001 From: Matt 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"