Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 14:58:30 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430361 - in head/x11/deforaos-keyboard: . files
Message-ID:  <201701021458.v02EwUtR039504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Mon Jan  2 14:58:29 2017
New Revision: 430361
URL: https://svnweb.freebsd.org/changeset/ports/430361

Log:
  Update to 0.3.1
  
  Approved by:	jadawin (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8987

Deleted:
  head/x11/deforaos-keyboard/files/
Modified:
  head/x11/deforaos-keyboard/Makefile
  head/x11/deforaos-keyboard/distinfo
  head/x11/deforaos-keyboard/pkg-plist

Modified: head/x11/deforaos-keyboard/Makefile
==============================================================================
--- head/x11/deforaos-keyboard/Makefile	Mon Jan  2 14:56:18 2017	(r430360)
+++ head/x11/deforaos-keyboard/Makefile	Mon Jan  2 14:58:29 2017	(r430361)
@@ -2,23 +2,46 @@
 # $FreeBSD$
 
 PORTNAME=	keyboard
-PORTVERSION=	0.2.1
-PORTREVISION=	3
+PORTVERSION=	0.3.1
 CATEGORIES=	x11
-MASTER_SITES=	http://www.defora.org/os/download/download/3696/
+MASTER_SITES=	http://www.defora.org/os/download/download/4453/
 PKGNAMEPREFIX=	deforaos-
 DISTNAME=	Keyboard-${PORTVERSION}
 
 MAINTAINER=	olivier@FreeBSD.org
-COMMENT=	DeforaOS desktop virtual keyboardr
+COMMENT=	DeforaOS desktop virtual keyboard
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libDesktop.so:x11/deforaos-libdesktop
-
-USE_GNOME=	gtk20
-USES=		desktop-file-utils gettext pkgconfig
-USE_XORG=	xtst
+LIB_DEPENDS=	libDesktop.so:x11/deforaos-libdesktop \
+				libSystem.so:devel/deforaos-libsystem \
+				libfontconfig.so:x11-fonts/fontconfig \
+				libfreetype.so:print/freetype2
+
+USE_GNOME=	gtk20 cairo gdkpixbuf2
+USES=		desktop-file-utils pkgconfig
+USE_XORG=	x11 xtst
 MAKE_ARGS+=	PREFIX=${PREFIX}
 
+OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_SUB=	yes
+NLS_USES=	gettext
+
+DOCS_BUILD_DEPENDS=	xsltproc:textproc/libxslt \
+	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl
+
+post-patch-DOCS-off:
+	${REINPLACE_CMD} 's|data doc include|data include|' \
+	${WRKSRC}/Makefile
+
+post-patch-NLS-off:
+	${REINPLACE_CMD} 's|include po src|include src|' \
+		${WRKSRC}/Makefile
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/keyboardctl \
+		${STAGEDIR}${PREFIX}/bin/keyboard \
+		${STAGEDIR}${PREFIX}/lib/Desktop/widget/keyboard.so
+
 .include <bsd.port.mk>

Modified: head/x11/deforaos-keyboard/distinfo
==============================================================================
--- head/x11/deforaos-keyboard/distinfo	Mon Jan  2 14:56:18 2017	(r430360)
+++ head/x11/deforaos-keyboard/distinfo	Mon Jan  2 14:58:29 2017	(r430361)
@@ -1,2 +1,3 @@
-SHA256 (Keyboard-0.2.1.tar.gz) = 96a2b6d1180c2d82d31a839cd616173a03529a6d795512af50cebbe3ac16bda2
-SIZE (Keyboard-0.2.1.tar.gz) = 29127
+TIMESTAMP = 1475616754
+SHA256 (Keyboard-0.3.1.tar.gz) = 259dfdaf09d5450b9f5406eaea68c1f42f762edccb8c5bfbbfc2f6dd905fa045
+SIZE (Keyboard-0.3.1.tar.gz) = 20251

Modified: head/x11/deforaos-keyboard/pkg-plist
==============================================================================
--- head/x11/deforaos-keyboard/pkg-plist	Mon Jan  2 14:56:18 2017	(r430360)
+++ head/x11/deforaos-keyboard/pkg-plist	Mon Jan  2 14:58:29 2017	(r430361)
@@ -1,5 +1,9 @@
 bin/keyboardctl
+lib/Desktop/widget/keyboard.so
 bin/keyboard
 include/Desktop/Keyboard.h
-share/applications/keyboard.desktop
-share/locale/fr/LC_MESSAGES/Keyboard.mo
+share/applications/deforaos-keyboard.desktop
+%%NLS%%share/locale/fr/LC_MESSAGES/Keyboard.mo
+%%NLS%%share/locale/es/LC_MESSAGES/Keyboard.mo
+%%PORTDOCS%%share/doc/Keyboard/README.md
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701021458.v02EwUtR039504>