From owner-svn-ports-head@FreeBSD.ORG Mon Nov 4 13:28:28 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 D9381A26; Mon, 4 Nov 2013 13:28:28 +0000 (UTC) (envelope-from olivierd@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 AC7442560; Mon, 4 Nov 2013 13:28:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4DSSa9082350; Mon, 4 Nov 2013 13:28:28 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA4DSSrB082347; Mon, 4 Nov 2013 13:28:28 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201311041328.rA4DSSrB082347@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 4 Nov 2013 13:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332715 - head/deskutils/xfce4-notes-plugin 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 13:28:28 -0000 Author: olivierd Date: Mon Nov 4 13:28:27 2013 New Revision: 332715 URL: http://svnweb.freebsd.org/changeset/ports/332715 Log: - Support STAGEDIR - Convert to new LIB_DEPENDS format - Rewrite COMMENT entry and pkg-descr - Add LICENSE blob - Switch to USES= gmake Modified: head/deskutils/xfce4-notes-plugin/Makefile head/deskutils/xfce4-notes-plugin/pkg-descr (contents, props changed) head/deskutils/xfce4-notes-plugin/pkg-plist Modified: head/deskutils/xfce4-notes-plugin/Makefile ============================================================================== --- head/deskutils/xfce4-notes-plugin/Makefile Mon Nov 4 13:23:11 2013 (r332714) +++ head/deskutils/xfce4-notes-plugin/Makefile Mon Nov 4 13:28:27 2013 (r332715) @@ -10,18 +10,18 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${P DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Sticky notes panel plugin for Xfce4 +COMMENT= Notes plugin for the Xfce panel -LIB_DEPENDS= unique-1:${PORTSDIR}/x11-toolkits/unique +LICENSE= GPLv2 + +LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext pathfix pkgconfig -USE_GMAKE= yes +USES= gettext pkgconfig gmake USE_AUTOTOOLS= libtool USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libgui libutil panel xfconf INSTALLS_ICONS= yes -NO_STAGE= yes .include Modified: head/deskutils/xfce4-notes-plugin/pkg-descr ============================================================================== --- head/deskutils/xfce4-notes-plugin/pkg-descr Mon Nov 4 13:23:11 2013 (r332714) +++ head/deskutils/xfce4-notes-plugin/pkg-descr Mon Nov 4 13:28:27 2013 (r332715) @@ -1,3 +1,3 @@ -A sticky notes panel plugin for Xfce4. +A sticky notes plugin for the Xfce panel. -WWW: http://www.xfce.org/ +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin Modified: head/deskutils/xfce4-notes-plugin/pkg-plist ============================================================================== --- head/deskutils/xfce4-notes-plugin/pkg-plist Mon Nov 4 13:23:11 2013 (r332714) +++ head/deskutils/xfce4-notes-plugin/pkg-plist Mon Nov 4 13:28:27 2013 (r332715) @@ -72,10 +72,12 @@ share/xfce4/panel-plugins/xfce4-notes-pl @dirrmtry %%DATADIR%%/pixmaps @dirrmtry %%DATADIR%%/gtk-2.0/scrollbars @dirrmtry %%DATADIR%%/gtk-2.0 -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%% @dirrmtry share/xfce4 @dirrmtry share/locale/ur_PK/LC_MESSAGES @dirrmtry share/locale/ur_PK +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug @dirrmtry share/locale/kk/LC_MESSAGES