Date: Mon, 6 Mar 2017 16:39:52 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435557 - head/x11/keybinder-gtk3 Message-ID: <201703061639.v26Gdqov049182@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Mon Mar 6 16:39:52 2017 New Revision: 435557 URL: https://svnweb.freebsd.org/changeset/ports/435557 Log: Update to 0.3.2 Modified: head/x11/keybinder-gtk3/Makefile head/x11/keybinder-gtk3/distinfo head/x11/keybinder-gtk3/pkg-plist Modified: head/x11/keybinder-gtk3/Makefile ============================================================================== --- head/x11/keybinder-gtk3/Makefile Mon Mar 6 16:26:15 2017 (r435556) +++ head/x11/keybinder-gtk3/Makefile Mon Mar 6 16:39:52 2017 (r435557) @@ -1,10 +1,12 @@ # $FreeBSD$ PORTNAME= keybinder -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 DISTVERSIONPREFIX= keybinder-3.0-v CATEGORIES= x11 +MASTER_SITES= https://github.com/kupferlauncher/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMESUFFIX= -gtk3 +DISTNAME= ${DISTVERSIONPREFIX:S/-v//}-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for registering keyboard shortcuts @@ -12,22 +14,13 @@ COMMENT= Library for registering keyboar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gtkdocize:textproc/gtk-doc - -USE_GITHUB= yes -GH_ACCOUNT= engla - -USES= autoreconf gmake libtool pathfix pkgconfig -USE_GNOME= gtk30 introspection:build +USES= gettext-runtime gmake libtool pathfix pkgconfig +USE_GNOME= gtk30 introspection:build cairo gdkpixbuf2 USE_XORG= x11 xext xrender GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtk-doc INSTALL_TARGET= install-strip USE_LDCONFIG= yes PLIST_SUB= VERSION="3.0" -pre-configure: - @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize) - .include <bsd.port.mk> Modified: head/x11/keybinder-gtk3/distinfo ============================================================================== --- head/x11/keybinder-gtk3/distinfo Mon Mar 6 16:26:15 2017 (r435556) +++ head/x11/keybinder-gtk3/distinfo Mon Mar 6 16:39:52 2017 (r435557) @@ -1,2 +1,3 @@ -SHA256 (engla-keybinder-keybinder-3.0-v0.3.1_GH0.tar.gz) = 0ebd17f026ce4ff6f0fb4248a95c2962d76b60b8cbccf07de28b07d7c5e42204 -SIZE (engla-keybinder-keybinder-3.0-v0.3.1_GH0.tar.gz) = 20345 +TIMESTAMP = 1488710975 +SHA256 (keybinder-3.0-0.3.2.tar.gz) = e6e3de4e1f3b201814a956ab8f16dfc8a262db1937ff1eee4d855365398c6020 +SIZE (keybinder-3.0-0.3.2.tar.gz) = 378942 Modified: head/x11/keybinder-gtk3/pkg-plist ============================================================================== --- head/x11/keybinder-gtk3/pkg-plist Mon Mar 6 16:26:15 2017 (r435556) +++ head/x11/keybinder-gtk3/pkg-plist Mon Mar 6 16:39:52 2017 (r435557) @@ -5,3 +5,19 @@ lib/libkeybinder-%%VERSION%%.so.0 lib/libkeybinder-%%VERSION%%.so.0.0.0 libdata/pkgconfig/keybinder-%%VERSION%%.pc share/gir-1.0/Keybinder-%%VERSION%%.gir +share/gtk-doc/html/keybinder-%%VERSION%%/annotation-glossary.html +share/gtk-doc/html/keybinder-%%VERSION%%/api-index-full.html +share/gtk-doc/html/keybinder-%%VERSION%%/ch01.html +share/gtk-doc/html/keybinder-%%VERSION%%/deprecated-api-index.html +share/gtk-doc/html/keybinder-%%VERSION%%/home.png +share/gtk-doc/html/keybinder-%%VERSION%%/index.html +share/gtk-doc/html/keybinder-%%VERSION%%/keybinder-%%VERSION%%.devhelp2 +share/gtk-doc/html/keybinder-%%VERSION%%/keybinder-keybinder.html +share/gtk-doc/html/keybinder-%%VERSION%%/left-insensitive.png +share/gtk-doc/html/keybinder-%%VERSION%%/left.png +share/gtk-doc/html/keybinder-%%VERSION%%/object-tree.html +share/gtk-doc/html/keybinder-%%VERSION%%/right-insensitive.png +share/gtk-doc/html/keybinder-%%VERSION%%/right.png +share/gtk-doc/html/keybinder-%%VERSION%%/style.css +share/gtk-doc/html/keybinder-%%VERSION%%/up-insensitive.png +share/gtk-doc/html/keybinder-%%VERSION%%/up.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703061639.v26Gdqov049182>