mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
gloox: update to 1.0.24.
This commit is contained in:
parent
3e9ec8d73e
commit
54f6c612f9
3 changed files with 143 additions and 3 deletions
|
@ -3179,7 +3179,7 @@ libykpiv.so.1 libykpiv-2.1.1_2
|
|||
libykcs11.so.1 libykcs11-2.1.1_2
|
||||
libKF5KExiv2.so.15.0.0 libkexiv25-17.04.3_1
|
||||
libqmobipocket.so.2 libqmobipocket-17.04.3_1
|
||||
libgloox.so.17 gloox-1.0.20_1
|
||||
libgloox.so.18 gloox-1.0.24_1
|
||||
libgsmsd.so.8 gammu-smsd-1.39.0_1
|
||||
libGammu.so.8 gammu-1.39.0_1
|
||||
libz3.so z3-4.6.0_2
|
||||
|
|
140
srcpkgs/gloox/patches/fix-missing-ctime-include.patch
Normal file
140
srcpkgs/gloox/patches/fix-missing-ctime-include.patch
Normal file
|
@ -0,0 +1,140 @@
|
|||
--- a/src/tests/tag/tag_perf.cpp
|
||||
+++ b/src/tests/tag/tag_perf.cpp
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
--- a/src/tests/zlib/zlib_perf.cpp
|
||||
+++ b/src/tests/zlib/zlib_perf.cpp
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <string>
|
||||
#include <sys/time.h>
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
|
||||
--- a/src/examples/bookmarkstorage_example.cpp
|
||||
+++ b/src/examples/bookmarkstorage_example.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class BookmarkStorageTest : public BookmarkHandler, ConnectionListener
|
||||
{
|
||||
--- a/src/examples/component_example.cpp
|
||||
+++ b/src/examples/component_example.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class ComponentTest : public DiscoHandler, ConnectionListener, LogHandler
|
||||
{
|
||||
--- a/src/examples/privacylist_example.cpp
|
||||
+++ b/src/examples/privacylist_example.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class PLTest : public PrivacyListHandler, ConnectionListener
|
||||
{
|
||||
--- a/src/examples/roster_example.cpp
|
||||
+++ b/src/examples/roster_example.cpp
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class RosterTest : public RosterListener, ConnectionListener, LogHandler, MessageHandler
|
||||
{
|
||||
--- a/src/examples/disco_example.cpp
|
||||
+++ b/src/examples/disco_example.cpp
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class DiscoTest : public DiscoHandler, ConnectionListener, LogHandler
|
||||
{
|
||||
--- a/src/examples/vcard_example.cpp
|
||||
+++ b/src/examples/vcard_example.cpp
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class VCardTest : public ConnectionListener, LogHandler, VCardHandler
|
||||
{
|
||||
--- a/src/examples/ft_recv.cpp
|
||||
+++ b/src/examples/ft_recv.cpp
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
#if defined( WIN32 ) || defined( _WIN32 )
|
||||
# include <windows.h>
|
||||
--- a/src/examples/adhoc_example.cpp
|
||||
+++ b/src/examples/adhoc_example.cpp
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
|
||||
class AdhocTest : public ConnectionListener, AdhocCommandProvider, LogHandler
|
||||
--- a/src/examples/annotations_example.cpp
|
||||
+++ b/src/examples/annotations_example.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class AnnotationsTest : public AnnotationsHandler, ConnectionListener
|
||||
{
|
||||
--- a/src/examples/register_example.cpp
|
||||
+++ b/src/examples/register_example.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class RegTest : public RegistrationHandler, ConnectionListener, LogHandler
|
||||
{
|
||||
--- a/src/examples/privatexml_example.cpp
|
||||
+++ b/src/examples/privatexml_example.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class PrivateXMLTest : public PrivateXMLHandler, ConnectionListener
|
||||
{
|
||||
--- a/src/examples/reset_example.cpp
|
||||
+++ b/src/examples/reset_example.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <cstdio> // [s]print[f]
|
||||
+#include <ctime>
|
||||
|
||||
class RosterTest : public ConnectionListener, LogHandler
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gloox'
|
||||
pkgname=gloox
|
||||
version=1.0.22
|
||||
version=1.0.24
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Wilson Birney <wpb@360scada.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://camaya.net/gloox"
|
||||
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
|
||||
checksum=4ade1b14848ccfcd89a505a4fff05116c24f13cef8d02fab0ade2717117ec964
|
||||
checksum=ae1462be2a2eb8fe5cd054825143617c53c2c9c7195606cb5a5ba68c0f68f9c9
|
||||
|
||||
gloox-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue