mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gloox: update to 1.0.22.
This commit is contained in:
parent
f7dcfe54df
commit
31f816eb84
2 changed files with 5 additions and 15 deletions
|
@ -9,13 +9,3 @@
|
||||||
|
|
||||||
#ifndef _WIN32_WCE
|
#ifndef _WIN32_WCE
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
--- src/dns.cpp.orig 2017-02-21 13:32:58.000000000 +0100
|
|
||||||
+++ src/dns.cpp 2018-01-03 08:36:12.832722565 +0100
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
+#include <string.h>
|
|
||||||
|
|
||||||
#if ( !defined( _WIN32 ) && !defined( _WIN32_WCE ) ) || defined( __SYMBIAN32__ )
|
|
||||||
# include <netinet/in.h>
|
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'gloox'
|
# Template file for 'gloox'
|
||||||
pkgname=gloox
|
pkgname=gloox
|
||||||
version=1.0.21
|
version=1.0.22
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="The Portable XMPP Engine"
|
short_desc="Portable XMPP Engine"
|
||||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://camaya.net/gloox/"
|
homepage="https://camaya.net/gloox"
|
||||||
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
|
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
|
||||||
checksum=3c13155c10e3182a1a57779134cc524efb3657545849534b2831fae0e2c3a7cc
|
checksum=4ade1b14848ccfcd89a505a4fff05116c24f13cef8d02fab0ade2717117ec964
|
||||||
|
|
||||||
gloox-devel_package() {
|
gloox-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue