mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
libmygui: update to 3.4.3
This commit is contained in:
parent
0c0610808f
commit
9b2169de3b
2 changed files with 6 additions and 5 deletions
|
@ -3130,7 +3130,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.1 libunshield-1.6.2_1
|
||||
libMyGUIEngine.so.3.4.2 libmygui-3.4.2_1
|
||||
libMyGUIEngine.so.3.4.3 libmygui-3.4.3_1
|
||||
libcollada-dom2.5-dp.so.0 collada-dom-2.5.0_1
|
||||
libproj.so.25 proj-9.1.1_1
|
||||
libnlopt.so.1 nlopt-2.10.0_1
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'mygui'
|
||||
# Template file for 'libmygui'
|
||||
pkgname=libmygui
|
||||
version=3.4.2
|
||||
version=3.4.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DMYGUI_BUILD_DEMOS=OFF -DMYGUI_RENDERSYSTEM=1 -DMYGUI_BUILD_TOOLS=OFF"
|
||||
configure_args="-DMYGUI_BUILD_DEMOS=OFF -DMYGUI_RENDERSYSTEM=1 -DMYGUI_BUILD_TOOLS=OFF
|
||||
-DMYGUI_DONT_USE_OBSOLETE=ON"
|
||||
hostmakedepends="doxygen pkg-config"
|
||||
makedepends="libX11-devel ois-devel boost-devel freetype-devel"
|
||||
short_desc="Fast, flexible and simple GUI"
|
||||
|
@ -11,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=1cc45fb96c9438e3476778449af0378443d84794a458978a29c75306e45dd45a
|
||||
checksum=33c91b531993047e77cace36d6fea73634b8c17bd0ed193d4cd12ac7c6328abd
|
||||
|
||||
libmygui-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue