diff options
Diffstat (limited to 'x11/keybinder-gtk3')
-rw-r--r-- | x11/keybinder-gtk3/Makefile | 25 | ||||
-rw-r--r-- | x11/keybinder-gtk3/distinfo | 4 | ||||
-rw-r--r-- | x11/keybinder-gtk3/pkg-descr | 4 |
3 files changed, 20 insertions, 13 deletions
diff --git a/x11/keybinder-gtk3/Makefile b/x11/keybinder-gtk3/Makefile index 66794d1f1cfe..acd95cfa7fdf 100644 --- a/x11/keybinder-gtk3/Makefile +++ b/x11/keybinder-gtk3/Makefile @@ -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> diff --git a/x11/keybinder-gtk3/distinfo b/x11/keybinder-gtk3/distinfo index 6b17ce03e1d2..5af11eb38ae4 100644 --- a/x11/keybinder-gtk3/distinfo +++ b/x11/keybinder-gtk3/distinfo @@ -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 diff --git a/x11/keybinder-gtk3/pkg-descr b/x11/keybinder-gtk3/pkg-descr index 85c7c55a6366..212bb1eb9485 100644 --- a/x11/keybinder-gtk3/pkg-descr +++ b/x11/keybinder-gtk3/pkg-descr @@ -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 |