From owner-svn-ports-head@FreeBSD.ORG Mon Sep 24 17:41:39 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BFB6106564A; Mon, 24 Sep 2012 17:41:39 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5DC8FC0A; Mon, 24 Sep 2012 17:41:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8OHfca1064927; Mon, 24 Sep 2012 17:41:38 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8OHfcdR064924; Mon, 24 Sep 2012 17:41:38 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201209241741.q8OHfcdR064924@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 24 Sep 2012 17:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304789 - in head/deskutils/steadyflow: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 24 Sep 2012 17:41:39 -0000 Author: olivierd Date: Mon Sep 24 17:41:38 2012 New Revision: 304789 URL: http://svn.freebsd.org/changeset/ports/304789 Log: - Force to install GLib schema While here: - Move LICENSE to proper location - Clean headers - Remove ABI version - Change maintainer address - Convert to USE_PKGCONFIG Approved by: rene, miwi (mentors) Added: head/deskutils/steadyflow/files/patch-data__net.launchpad.steadyflow.gschema.xml (contents, props changed) Modified: head/deskutils/steadyflow/Makefile (contents, props changed) Modified: head/deskutils/steadyflow/Makefile ============================================================================== --- head/deskutils/steadyflow/Makefile Mon Sep 24 17:33:25 2012 (r304788) +++ head/deskutils/steadyflow/Makefile Mon Sep 24 17:41:38 2012 (r304789) @@ -1,35 +1,31 @@ -# New ports collection makefile for: steadyflow -# Date created: 2011-01-28 -# Whom: Olivier Duchateau -# # $FreeBSD$ # PORTNAME= steadyflow PORTVERSION= 0.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ https://launchpadlibrarian.net/72208624/ -MAINTAINER= duchateau.olivier@gmail.com +MAINTAINER= olivierd@FreeBSD.org COMMENT= Simple download manager -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gee.2:${PORTSDIR}/devel/libgee \ - notify.4:${PORTSDIR}/devel/libnotify \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala - LICENSE= GPLv3 +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + gee:${PORTSDIR}/devel/libgee \ + notify:${PORTSDIR}/devel/libnotify \ + unique-1:${PORTSDIR}/x11-toolkits/unique +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala + USE_CMAKE= yes GLIB_SCHEMAS= net.launchpad.steadyflow.gschema.xml -USE_GNOME= desktopfileutils glib20 gtk20 pkgconfig +USE_GNOME= desktopfileutils glib20 gtk20 USE_GETTEXT= yes INSTALLS_ICONS= yes - -CMAKE_ARGS= -DCOMPILE_GSETTINGS_ON_INSTALL:BOOL=OFF \ +USE_PKGCONFIG= build +CMAKE_ARGS= -DCOMPILE_GSETTINGS_ON_INSTALL:BOOL=ON \ -DWANT_AYATANA:BOOL=OFF MAN1= steadyflow.1 Added: head/deskutils/steadyflow/files/patch-data__net.launchpad.steadyflow.gschema.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/steadyflow/files/patch-data__net.launchpad.steadyflow.gschema.xml Mon Sep 24 17:41:38 2012 (r304789) @@ -0,0 +1,11 @@ +--- ./data/net.launchpad.steadyflow.gschema.xml.orig 2011-05-22 09:29:17.000000000 +0000 ++++ ./data/net.launchpad.steadyflow.gschema.xml 2012-09-01 11:09:47.000000000 +0000 +@@ -35,7 +35,7 @@ + Show notification popups. + + +- true ++ false + Hide the main window when the application starts. + +