From b51634f124757870030f9ddcb0a8db6d0ddfa27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 25 Apr 2016 14:53:47 +0200 Subject: [PATCH] cegui: update to 0.8.6 Strangely the shared libraries version changed from 2 to 1. --- common/shlibs | 10 +++++----- srcpkgs/cegui/template | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/shlibs b/common/shlibs index e3492406f3..6222e11a3a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2155,11 +2155,11 @@ libCEGUISampleHelper-0.7.9.so cegui07-0.7.9_1 libCEGUITGAImageCodec-0.7.9.so cegui07-0.7.9_1 libCEGUITinyXMLParser-0.7.9.so cegui07-0.7.9_1 libCEGUItoluapp-0.7.9.so cegui07-0.7.9_1 -libCEGUIBase-0.so.2 cegui-0.8.4_1 -libCEGUIOpenGLRenderer-0.so.2 cegui-0.8.4_1 -libCEGUIOgreRenderer-0.so.2 cegui-0.8.4_1 -libCEGUIIrrlichtRenderer-0.so.2 cegui-0.8.4_1 -libCEGUICommonDialogs-0.so.2 cegui-0.8.4_1 +libCEGUIBase-0.so.1 cegui-0.8.6_1 +libCEGUIOpenGLRenderer-0.so.1 cegui-0.8.6_1 +libCEGUIOgreRenderer-0.so.1 cegui-0.8.6_1 +libCEGUIIrrlichtRenderer-0.so.1 cegui-0.8.6_1 +libCEGUICommonDialogs-0.so.1 cegui-0.8.6_1 libct.so.4 freetds-0.95.19_1 libsybdb.so.5 freetds-0.95.19_1 libqqwing.so.2 qqwing-1.3.4_1 diff --git a/srcpkgs/cegui/template b/srcpkgs/cegui/template index 1b4ba81bf9..fc46ca4970 100644 --- a/srcpkgs/cegui/template +++ b/srcpkgs/cegui/template @@ -1,6 +1,6 @@ # Template file for 'cegui' pkgname=cegui -version=0.8.5 +version=0.8.6 revision=1 build_style=cmake hostmakedepends="cmake graphviz doxygen dejavu-fonts-ttf gd glm perl pkg-config" @@ -17,7 +17,7 @@ maintainer="Jürgen Buchmüller " license="MIT" homepage="http://cegui.org.uk/" distfiles="${SOURCEFORGE_SITE}/crayzedsgui/${pkgname}-${version}.tar.bz2" -checksum=a82b0d970c6ceccb8db419a1dc81b5fc3e0e4afb5888fe8d58c63561c82884ce +checksum=5a5dd820aea4b7c8d300e9f7ca6892348bc8b77ec5157d6a3ed1e78236628686 build_options="gtk irrlicht ogre python" desc_option_gtk="Enable support for GTK2"