svn commit: r366189 - in head/x11: . keybinder-gtk3
Olivier Duchateau
olivierd at FreeBSD.org
Tue Aug 26 04:19:58 UTC 2014
Author: olivierd
Date: Tue Aug 26 04:19:56 2014
New Revision: 366189
URL: http://svnweb.freebsd.org/changeset/ports/366189
QAT: https://qat.redports.org/buildarchive/r366189/
Log:
Add x11/keybinder-gtk3
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
Added:
head/x11/keybinder-gtk3/
head/x11/keybinder-gtk3/Makefile (contents, props changed)
head/x11/keybinder-gtk3/distinfo (contents, props changed)
head/x11/keybinder-gtk3/pkg-descr (contents, props changed)
head/x11/keybinder-gtk3/pkg-plist (contents, props changed)
Modified:
head/x11/Makefile
Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile Tue Aug 26 04:12:49 2014 (r366188)
+++ head/x11/Makefile Tue Aug 26 04:19:56 2014 (r366189)
@@ -129,6 +129,7 @@
SUBDIR += kde4-workspace
SUBDIR += kdelibs4
SUBDIR += keybinder
+ SUBDIR += keybinder-gtk3
SUBDIR += keyboardcast
SUBDIR += keylaunch
SUBDIR += keynav
Added: head/x11/keybinder-gtk3/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/keybinder-gtk3/Makefile Tue Aug 26 04:19:56 2014 (r366189)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= keybinder
+PORTVERSION= 0.3.0
+CATEGORIES= x11
+MASTER_SITES= GENTOO/distfiles
+PKGNAMESUFFIX= -gtk3
+DISTNAME= ${PORTNAME}-3.0-${PORTVERSION}
+
+MAINTAINER= ports at FreeBSD.org
+COMMENT= Library for registering keyboard shortcuts
+
+LICENSE= GPLv2
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-gtk-doc-html --without-html-dir
+USES= gmake libtool pathfix pkgconfig
+USE_GNOME= gtk30 introspection:build
+USE_XORG= x11 xext xrender
+USE_LDCONFIG= yes
+
+PLIST_SUB+= VERSION="3.0"
+
+.include <bsd.port.mk>
Added: head/x11/keybinder-gtk3/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/keybinder-gtk3/distinfo Tue Aug 26 04:19:56 2014 (r366189)
@@ -0,0 +1,2 @@
+SHA256 (keybinder-3.0-0.3.0.tar.gz) = 982a6a5bc0fe1487862814b368e98211b9ec93fb5df3c9c0a88be526e0d2268e
+SIZE (keybinder-3.0-0.3.0.tar.gz) = 346383
Added: head/x11/keybinder-gtk3/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/keybinder-gtk3/pkg-descr Tue Aug 26 04:19:56 2014 (r366189)
@@ -0,0 +1,4 @@
+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
Added: head/x11/keybinder-gtk3/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/keybinder-gtk3/pkg-plist Tue Aug 26 04:19:56 2014 (r366189)
@@ -0,0 +1,8 @@
+include/keybinder-%%VERSION%%/keybinder.h
+lib/girepository-1.0/Keybinder-%%VERSION%%.typelib
+lib/libkeybinder-%%VERSION%%.so
+lib/libkeybinder-%%VERSION%%.so.0
+lib/libkeybinder-%%VERSION%%.so.0.0.0
+libdata/pkgconfig/keybinder-%%VERSION%%.pc
+share/gir-1.0/Keybinder-%%VERSION%%.gir
+ at dirrm include/keybinder-%%VERSION%%
More information about the svn-ports-head
mailing list