From owner-svn-ports-head@FreeBSD.ORG Mon Nov 4 19:55:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAF79E56; Mon, 4 Nov 2013 19:55:57 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D4062E9D; Mon, 4 Nov 2013 19:55:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4Jtv5d015165; Mon, 4 Nov 2013 19:55:57 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA4Jtuoo015160; Mon, 4 Nov 2013 19:55:56 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311041955.rA4Jtuoo015160@svn.freebsd.org> From: William Grzybowski Date: Mon, 4 Nov 2013 19:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332765 - in head/x11/deforaos-keyboard: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 19:55:57 -0000 Author: wg Date: Mon Nov 4 19:55:56 2013 New Revision: 332765 URL: http://svnweb.freebsd.org/changeset/ports/332765 Log: x11/deforaos-keyboard: allow staging - Allow staging - Bump port revision for libdesktop update - Convert lib depends to new format PR: ports/183633 Submitted by: Olivier Cochard-Labbe (maintainer) Added: head/x11/deforaos-keyboard/files/ head/x11/deforaos-keyboard/files/patch-keyboard.c.diff (contents, props changed) Modified: head/x11/deforaos-keyboard/Makefile head/x11/deforaos-keyboard/pkg-plist Modified: head/x11/deforaos-keyboard/Makefile ============================================================================== --- head/x11/deforaos-keyboard/Makefile Mon Nov 4 19:54:24 2013 (r332764) +++ head/x11/deforaos-keyboard/Makefile Mon Nov 4 19:55:56 2013 (r332765) @@ -3,23 +3,22 @@ PORTNAME= keyboard PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/3696/ -DISTNAME= Keyboard-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= Keyboard-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop virtual keyboardr LICENSE= GPLv3 -LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop +LIB_DEPENDS= libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop USE_GNOME= gtk20 -USES= pkgconfig gettext +USES= desktop-file-utils gettext pkgconfig USE_XORG= xtst MAKE_ARGS+= PREFIX=${PREFIX} -NO_STAGE= yes .include Added: head/x11/deforaos-keyboard/files/patch-keyboard.c.diff ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/deforaos-keyboard/files/patch-keyboard.c.diff Mon Nov 4 19:55:56 2013 (r332765) @@ -0,0 +1,11 @@ +--- src/keyboard.c.orig 2013-10-30 12:04:38.512854430 +0100 ++++ src/keyboard.c 2013-10-30 12:04:53.198851447 +0100 +@@ -437,7 +437,7 @@ + keyboard_set_layout(keyboard, KLS_LETTERS); + pango_font_description_free(bold); + /* messages */ +- desktop_message_register(KEYBOARD_CLIENT_MESSAGE, on_keyboard_message, ++ desktop_message_register(keyboard->window,KEYBOARD_CLIENT_MESSAGE, on_keyboard_message, + keyboard); + return keyboard; + } Modified: head/x11/deforaos-keyboard/pkg-plist ============================================================================== --- head/x11/deforaos-keyboard/pkg-plist Mon Nov 4 19:54:24 2013 (r332764) +++ head/x11/deforaos-keyboard/pkg-plist Mon Nov 4 19:55:56 2013 (r332765) @@ -3,3 +3,4 @@ bin/keyboard include/Desktop/Keyboard.h share/applications/keyboard.desktop share/locale/fr/LC_MESSAGES/Keyboard.mo +@dirrm include/Desktop