mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/gloox: Updated for version 1.0.23.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ed37f6c3f2
commit
746cc2c6bc
3 changed files with 13 additions and 7 deletions
|
@ -2,4 +2,4 @@ gloox is a rock-solid, full-featured Jabber/XMPP client library,
|
||||||
written in clean ANSI C++. It makes writing spec-compliant clients
|
written in clean ANSI C++. It makes writing spec-compliant clients
|
||||||
easy and allows for hassle-free integration of Jabber/XMPP
|
easy and allows for hassle-free integration of Jabber/XMPP
|
||||||
functionality into existing applications. gloox is released under the
|
functionality into existing applications. gloox is released under the
|
||||||
GNU GPL. Commercial licensing and support are available.
|
GNU GPL3. Commercial licensing and support are available.
|
||||||
|
|
|
@ -23,9 +23,15 @@
|
||||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
#update to version 1.0.23 dickson.tim@googlemail.com
|
||||||
|
|
||||||
|
#note update breaks binary compatability but maintains source compatability.
|
||||||
|
#ie. you'll need to recreate packages that use gloox. eg currently 0ad and licq
|
||||||
|
|
||||||
PRGNAM=gloox
|
PRGNAM=gloox
|
||||||
VERSION=${VERSION:-1.0.13}
|
VERSION=${VERSION:-1.0.23}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gloox"
|
PRGNAM="gloox"
|
||||||
VERSION="1.0.13"
|
VERSION="1.0.23"
|
||||||
HOMEPAGE="https://camaya.net/gloox/"
|
HOMEPAGE="https://camaya.net/gloox/"
|
||||||
DOWNLOAD="https://camaya.net/download/gloox-1.0.13.tar.bz2"
|
DOWNLOAD="https://camaya.net/download/gloox-1.0.23.tar.bz2"
|
||||||
MD5SUM="953b96ce14c9c1b8a262b52fce9e757f"
|
MD5SUM="f2f80945b61d815a3bc6824f7c3c441c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="orphaned - no maintainer"
|
MAINTAINER="Tim Dickson"
|
||||||
EMAIL="nobody@nowhere"
|
EMAIL="dickson.tim@googlemail.com"
|
||||||
|
|
Loading…
Reference in a new issue