Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2012 17:41:38 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304789 - in head/deskutils/steadyflow: . files
Message-ID:  <201209241741.q8OHfcdR064924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <duchateau.olivier@gmail.com>
-#
 # $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 @@
+       <description>Show notification popups.</description>
+     </key>
+     <key name="start-minimized" type="b">
+-      <default>true</default>
++      <default>false</default>
+       <description>Hide the main window when the application starts.</description>
+     </key>
+     <key name="default-post-download-action" enum="finish-action">



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