Date: Monday, April 23, 2018 @ 17:30:57
  Author: alucryd
Revision: 317385

upgpkg: dolphin-emu 1:5.0.r7082.c51c044142-1

Modified:
  dolphin-emu/trunk/PKGBUILD
Deleted:
  dolphin-emu/trunk/dolphin-emu-5.0-gtk3.patch

----------------------------+
 PKGBUILD                   |    6 +++---
 dolphin-emu-5.0-gtk3.patch |   25 -------------------------
 2 files changed, 3 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-23 16:55:27 UTC (rev 317384)
+++ PKGBUILD    2018-04-23 17:30:57 UTC (rev 317385)
@@ -4,8 +4,8 @@
 # Contributor: Jeremy Newton (Mystro256) <[email protected]>
 
 pkgname=dolphin-emu
-pkgver=5.0.r6362.c08f6f0c53
-pkgrel=2
+pkgver=5.0.r7082.c51c044142
+pkgrel=1
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 makedepends=('cmake' 'git')
 optdepends=('pulseaudio: PulseAudio backend')
 options=('!emptydirs')
-_commit='c08f6f0c5335464c70c9c5e56330baced5ba6802'
+_commit='c51c044142fd0c91839ddc242d9da6efcbb4a526'
 
source=("dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit}";)
 sha256sums=('SKIP')
 

Deleted: dolphin-emu-5.0-gtk3.patch
===================================================================
--- dolphin-emu-5.0-gtk3.patch  2018-04-23 16:55:27 UTC (rev 317384)
+++ dolphin-emu-5.0-gtk3.patch  2018-04-23 17:30:57 UTC (rev 317385)
@@ -1,25 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -773,18 +773,10 @@ if(NOT DISABLE_WX AND NOT ANDROID)
-               execute_process(COMMAND lsb_release -c -s
-                       OUTPUT_VARIABLE DIST_NAME
-                       ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
--              
if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}
--                              VERSION_EQUAL 2.8.2 OR "${DIST_NAME}" STREQUAL 
"natty")
--                      check_lib(GTK2 gtk+-2.0 gtk+-2.0 gtk.h REQUIRED)
--              else()
--                      include(FindGTK2)
--                      if(GTK2_FOUND)
--                              include_directories(${GTK2_INCLUDE_DIRS})
--                              list(APPEND LIBS ${GTK2_LIBRARIES})
--                      else()
--                              message(FATAL_ERROR "GTK is required to build 
the WX UI. Please install the GTK development libraries.")
--                      endif()
--              endif()
-+
-+              check_lib(GTK3 gtk+-3.0 gtk.h REQUIRED)
-+              include_directories(${GTK3_INCLUDE_DIRS})
-+              list(APPEND LIBS ${GTK3_LIBRARIES})
-       endif()
- 
-       if(wxWidgets_FOUND)

Reply via email to