libmygui: update to 3.4.1.
This commit is contained in:
parent
04217796ea
commit
00b4c6a89a
|
@ -3055,7 +3055,7 @@ libsctp.so.1 lksctp-tools-1.0.17_1
|
|||
libwithsctp.so.1 lksctp-tools-1.0.17_1
|
||||
libnss_ldap.so.2 nss-pam-ldapd-0.9.7_4
|
||||
libunshield.so.0 libunshield-0.6_1
|
||||
libMyGUIEngine.so.3.4.0 libmygui-3.4.0_1
|
||||
libMyGUIEngine.so.3.4.1 libmygui-3.4.1_1
|
||||
libproj.so.18 proj-6.3.0_1
|
||||
libnlopt.so.0 nlopt-2.4.2_1
|
||||
libeb.so.16 libeb-4.3.3_1
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- a/Common/Input/OIS/InputManager.h 2015-01-26 16:32:35.000000000 +0100
|
||||
+++ b/Common/Input/OIS/InputManager.h2 2017-04-15 14:45:38.090187301 +0200
|
||||
@@ -8,7 +8,7 @@
|
||||
#define INPUT_MANAGER_H_
|
||||
|
||||
#include <MyGUI.h>
|
||||
-#include <OIS.h>
|
||||
+#include <OIS/OIS.h>
|
||||
|
||||
namespace input
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mygui'
|
||||
pkgname=libmygui
|
||||
version=3.4.0
|
||||
version=3.4.1
|
||||
revision=1
|
||||
wrksrc="mygui-MyGUI${version}"
|
||||
build_style=cmake
|
||||
|
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="MIT"
|
||||
homepage="http://mygui.info"
|
||||
distfiles="https://github.com/MyGUI/mygui/archive/MyGUI${version}.tar.gz"
|
||||
checksum=d1d5f294670ae71f7200ed4b30859018281d8cfd45d6a38d18b97a4aba604c42
|
||||
checksum=bdf730bdeb4ad89e6b8223967db01aa5274d2b93adc2c0d6aa4842faeed4de1a
|
||||
|
||||
libmygui-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue