[arch-commits] Commit in mgba/trunk (PKGBUILD mgba-qt5.11.patch)

Jonathan Steel jsteel at archlinux.org
Mon Feb 25 21:55:04 UTC 2019


    Date: Monday, February 25, 2019 @ 21:55:03
  Author: jsteel
Revision: 436042

upgpkg: mgba 0.7.1-1

Modified:
  mgba/trunk/PKGBUILD
Deleted:
  mgba/trunk/mgba-qt5.11.patch

-------------------+
 PKGBUILD          |   14 ++++----------
 mgba-qt5.11.patch |   35 -----------------------------------
 2 files changed, 4 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-25 19:12:07 UTC (rev 436041)
+++ PKGBUILD	2019-02-25 21:55:03 UTC (rev 436042)
@@ -4,24 +4,18 @@
 
 pkgbase=mgba
 pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 arch=('x86_64')
 url='http://mgba.io'
 license=('custom:MPL2')
 makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
              'ffmpeg' 'libmagick' 'desktop-file-utils' 'qt5-tools')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
-        mgba-qt5.11.patch)
-md5sums=('5e46c98c6321941499c44f88b2001d9b'
-         '36e0ba610e1ba0806324d1d6b8f315b7')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('66c139cc771720d208ff607c0a95756e')
 
 prepare() {
   [[ ! -d build ]] && mkdir build || rm -rf build
-
-  cd mgba-$pkgver
-
-  patch -Np1 -i ../mgba-qt5.11.patch
 }
 
 build() {

Deleted: mgba-qt5.11.patch
===================================================================
--- mgba-qt5.11.patch	2019-02-25 19:12:07 UTC (rev 436041)
+++ mgba-qt5.11.patch	2019-02-25 21:55:03 UTC (rev 436042)
@@ -1,35 +0,0 @@
-From 7f41dd354176b720c8e3310553c6b772278b9dca Mon Sep 17 00:00:00 2001
-From: Vicki Pfau <vi at endrift.com>
-Date: Fri, 25 May 2018 18:04:16 -0700
-Subject: [PATCH] Qt: Fix build with Qt 5.11
-
----
- src/platform/qt/LoadSaveState.cpp | 1 +
- src/platform/qt/Window.h          | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/platform/qt/LoadSaveState.cpp b/src/platform/qt/LoadSaveState.cpp
-index 538254ff6..d9db6a7d3 100644
---- a/src/platform/qt/LoadSaveState.cpp
-+++ b/src/platform/qt/LoadSaveState.cpp
-@@ -10,6 +10,7 @@
- #include "GamepadButtonEvent.h"
- #include "VFileDevice.h"
- 
-+#include <QAction>
- #include <QDateTime>
- #include <QKeyEvent>
- #include <QPainter>
-diff --git a/src/platform/qt/Window.h b/src/platform/qt/Window.h
-index baca971ea..2d9d139cc 100644
---- a/src/platform/qt/Window.h
-+++ b/src/platform/qt/Window.h
-@@ -5,6 +5,7 @@
-  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
- #pragma once
- 
-+#include <QAction>
- #include <QDateTime>
- #include <QList>
- #include <QMainWindow>
-



More information about the arch-commits mailing list