libpurple-telegram: update to 1.4.1.
This commit is contained in:
parent
9943722129
commit
5150e1d601
2 changed files with 9 additions and 32 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git tgl/Makefile.in tgl/Makefile.in
|
||||
index 321b825..682af67 100644
|
||||
--- tgl/Makefile.in
|
||||
+++ tgl/Makefile.in
|
||||
@@ -4,7 +4,7 @@ CFLAGS=@CFLAGS@
|
||||
LDFLAGS=@LDFLAGS@ @OPENSSL_LDFLAGS@
|
||||
CPPFLAGS=@CPPFLAGS@ @OPENSSL_INCLUDES@
|
||||
DEFS=@DEFS@
|
||||
-COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -D_FORTIFY_SOURCE=2
|
||||
+COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -D_FORTIFY_SOURCE=2
|
||||
|
||||
EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@ @OPENSSL_LIBS@
|
||||
LOCAL_LDFLAGS=-rdynamic -ggdb ${EXTRA_LIBS}
|
|
@ -1,26 +1,16 @@
|
|||
# Template file for 'libpurple-telegram'
|
||||
|
||||
pkgname="libpurple-telegram"
|
||||
version="1.3.1"
|
||||
pkgname=libpurple-telegram
|
||||
version=1.4.1
|
||||
revision=1
|
||||
wrksrc=telegram-purple
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="git pkg-config"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libpurple-devel libglib-devel libwebp-devel libgcrypt-devel"
|
||||
short_desc="A Telegram plugin for libpurple"
|
||||
short_desc="Telegram plugin for libpurple"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/majn/telegram-purple"
|
||||
wrksrc="telegram-purple-${version}"
|
||||
# This package builds and runs some tools as
|
||||
# part of its build process, making cross-compilation
|
||||
# difficult.
|
||||
# TODO fix cross-compilation
|
||||
nocross="yes"
|
||||
distfiles="https://github.com/majn/telegram-purple/releases/download/v${version}/telegram-purple_${version}.orig.tar.gz"
|
||||
checksum=d139df3a5c1f6f4f7abd46d45c578c762980bd89c9d74651ae3b4179f25bbf38
|
||||
|
||||
do_fetch() {
|
||||
git clone "${homepage}.git" "${wrksrc}"
|
||||
cd "${wrksrc}"
|
||||
git checkout "v${version}"
|
||||
git submodule sync
|
||||
git submodule update --init --recursive
|
||||
}
|
||||
nocross="Requires running compiled tooling on host system"
|
||||
|
|
Loading…
Reference in a new issue