Update chat/telegram-purple to version 1.2.6
1.2.6 * Include libtgl bugfix "use-after-not-created for photos" * Fix Adium bundle version incompatibillity for newest version
This commit is contained in:
parent
29e3a7a572
commit
3f78b9c8f4
3 changed files with 9 additions and 26 deletions
|
@ -1,12 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 2017/02/28 15:20:02 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2017/05/12 22:29:15 khorben Exp $
|
||||
|
||||
DISTNAME= telegram-purple_1.2.5.orig
|
||||
PKGNAME= telegram-purple-1.2.5
|
||||
PKGREVISION= 1
|
||||
DISTNAME= telegram-purple_1.2.6.orig
|
||||
PKGNAME= telegram-purple-1.2.6
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=majn/}
|
||||
GITHUB_PROJECT= telegram-purple
|
||||
GITHUB_RELEASE= v1.2.5
|
||||
GITHUB_RELEASE= v1.2.6
|
||||
|
||||
MAINTAINER= khorben@defora.org
|
||||
HOMEPAGE= https://github.com/majn/telegram-purple/
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/02/24 02:29:44 khorben Exp $
|
||||
$NetBSD: distinfo,v 1.2 2017/05/12 22:29:15 khorben Exp $
|
||||
|
||||
SHA1 (telegram-purple_1.2.5.orig.tar.gz) = 02db9974e55fcb31a422f5dd04f9ae7ab4e78a89
|
||||
RMD160 (telegram-purple_1.2.5.orig.tar.gz) = d5758ff69bd9cf9f7697fca5f73963dd1864cfa1
|
||||
SHA512 (telegram-purple_1.2.5.orig.tar.gz) = ff8c57c4fdad6ada0b665c6b13daba60aeeaa01656820cd9856b4ebcd31e6db9d9b7c724fb9c6f4eb911c4d600518e83d22e22cb15105c5bcfbe3be5c19d6ae5
|
||||
Size (telegram-purple_1.2.5.orig.tar.gz) = 473838 bytes
|
||||
SHA1 (patch-configure) = cf16b7d00652ae3eaa399424ad84833cf76fa677
|
||||
SHA1 (telegram-purple_1.2.6.orig.tar.gz) = af65e863425900d8e74296709025b799e4917ba5
|
||||
RMD160 (telegram-purple_1.2.6.orig.tar.gz) = 3d5668dc35f7fc1a4a3ca4e07e404df5986950ef
|
||||
SHA512 (telegram-purple_1.2.6.orig.tar.gz) = 6e9c415ad95e7dbffc2e51139ff97282d80e51e6071c24dc827d37b76f436deaa1155e35dbd258c4da78123021dbace8cd8e472244d66629d011e4b46e9b75a0
|
||||
Size (telegram-purple_1.2.6.orig.tar.gz) = 474067 bytes
|
||||
SHA1 (patch-tgl_tl-parser_portable__endian.h) = b4c4179fbb29bdbcc368a837d0dc6a6b84e0e23c
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
$NetBSD: patch-configure,v 1.1 2016/02/24 02:29:44 khorben Exp $
|
||||
|
||||
Portability fix for the configure script
|
||||
|
||||
--- configure.orig 2016-01-24 15:17:10.000000000 +0000
|
||||
+++ configure
|
||||
@@ -4414,7 +4414,7 @@ if test "${enable_icons+set}" = set; the
|
||||
enableval=$enable_icons;
|
||||
fi
|
||||
|
||||
- if test "x$enable_icons" == "xno"; then :
|
||||
+ if test "x$enable_icons" = "xno"; then :
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Icons are deactivated. Pidgin needs icons. Finch and telepathy-haze don't." >&5
|
||||
$as_echo "$as_me: WARNING: Icons are deactivated. Pidgin needs icons. Finch and telepathy-haze don't." >&2;}
|
Loading…
Reference in a new issue