Update to 0.3.1

PR:		206261
Submitted by:	<tkato432@yahoo.com>
This commit is contained in:
Olivier Duchateau 2016-01-22 10:09:07 +00:00
parent 6143d8ecc9
commit d2e61c3682
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406899
3 changed files with 20 additions and 13 deletions

View File

@ -1,12 +1,10 @@
# $FreeBSD$
PORTNAME= keybinder
PORTVERSION= 0.3.0
PORTREVISION= 1
PORTVERSION= 0.3.1
DISTVERSIONPREFIX= keybinder-3.0-v
CATEGORIES= x11
MASTER_SITES= GENTOO
PKGNAMESUFFIX= -gtk3
DISTNAME= ${PORTNAME}-3.0-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for registering keyboard shortcuts
@ -14,14 +12,23 @@ COMMENT= Library for registering keyboard shortcuts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc-html --without-html-dir
USES= gmake libtool pathfix pkgconfig
BUILD_DEPENDS= gtkdocize:${PORTSDIR}/textproc/gtk-doc
USE_GITHUB= yes
GH_ACCOUNT= engla
USES= autoreconf gmake libtool pathfix pkgconfig
PATHFIX_MAKEFILEIN= Makefile.am
USE_GNOME= gtk30 introspection:build
USE_XORG= x11 xext xrender
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PLIST_SUB+= VERSION="3.0"
PLIST_SUB= VERSION="3.0"
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize)
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (keybinder-3.0-0.3.0.tar.gz) = 982a6a5bc0fe1487862814b368e98211b9ec93fb5df3c9c0a88be526e0d2268e
SIZE (keybinder-3.0-0.3.0.tar.gz) = 346383
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

View File

@ -1,4 +1,4 @@
Keybinder is a library for registering global keyboard shortcuts. Keybinder
works with GTK-based applications using the X Window System.
Keybinder is a library for registering global keyboard shortcuts.
Keybinder works with GTK-based applications using the X Window System.
WWW: https://github.com/engla/keybinder