Skip to content

Commit

Permalink
net-im/telepathy-glib: update to 0.24.2 maintenance release (+)
Browse files Browse the repository at this point in the history
Major changes are:

• Port build tools to Python 3
• Update and fix tests for Python 3

Changelog:	https://github.com/TelepathyIM/telepathy-glib/blob/telepathy-glib-0.24.2/NEWS
  • Loading branch information
fluffykhv committed Aug 29, 2022
1 parent 38a90b6 commit 65d1ee2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions net-im/telepathy-glib/Makefile
@@ -1,6 +1,5 @@
PORTNAME= telepathy-glib
PORTVERSION= 0.24.1
PORTREVISION= 3
PORTVERSION= 0.24.2
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/

Expand All @@ -10,11 +9,13 @@ COMMENT= GLib utility library for the Telepathy framework
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
RUN_DEPENDS= vapigen:lang/vala

PORTSCOUT= limitw:1,even

USES= gmake gnome libtool pathfix pkgconfig python:build vala:lib
USES= gmake gnome libtool pathfix pkgconfig python:build
USE_GNOME= glib20 introspection:build libxslt:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Expand Down
5 changes: 3 additions & 2 deletions net-im/telepathy-glib/distinfo
@@ -1,2 +1,3 @@
SHA256 (telepathy-glib-0.24.1.tar.gz) = 9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb
SIZE (telepathy-glib-0.24.1.tar.gz) = 3898149
TIMESTAMP = 1659085853
SHA256 (telepathy-glib-0.24.2.tar.gz) = b0a374d771cdd081125f38c3abd079657642301c71a543d555e2bf21919273f0
SIZE (telepathy-glib-0.24.2.tar.gz) = 3855853
5 changes: 3 additions & 2 deletions net-im/telepathy-glib/pkg-plist
Expand Up @@ -160,7 +160,6 @@ include/telepathy-1.0/telepathy-glib/tls-certificate-rejection.h
include/telepathy-1.0/telepathy-glib/tls-certificate.h
include/telepathy-1.0/telepathy-glib/util.h
include/telepathy-1.0/telepathy-glib/variant-util.h
include/telepathy-1.0/telepathy-glib/verify.h
include/telepathy-1.0/telepathy-glib/version.h
lib/girepository-1.0/TelepathyGLib-0.12.typelib
lib/libtelepathy-glib.a
Expand Down Expand Up @@ -207,9 +206,10 @@ share/gtk-doc/html/telepathy-glib/ch-service-handles.html
share/gtk-doc/html/telepathy-glib/ch-utilities.html
share/gtk-doc/html/telepathy-glib/home.png
share/gtk-doc/html/telepathy-glib/index.html
share/gtk-doc/html/telepathy-glib/index.sgml
share/gtk-doc/html/telepathy-glib/left.png
share/gtk-doc/html/telepathy-glib/left-insensitive.png
share/gtk-doc/html/telepathy-glib/right.png
share/gtk-doc/html/telepathy-glib/right-insensitive.png
share/gtk-doc/html/telepathy-glib/style.css
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpContactsMixin.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpGroupMixin.html
Expand Down Expand Up @@ -353,5 +353,6 @@ share/gtk-doc/html/telepathy-glib/telepathy-glib-variant-util.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-version.html
share/gtk-doc/html/telepathy-glib/telepathy-glib.devhelp2
share/gtk-doc/html/telepathy-glib/up.png
share/gtk-doc/html/telepathy-glib/up-insensitive.png
share/vala/vapi/telepathy-glib.deps
share/vala/vapi/telepathy-glib.vapi

0 comments on commit 65d1ee2

Please sign in to comment.