mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- 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)
This commit is contained in:
parent
c6e55113ec
commit
096ca65097
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304789
@ -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
|
||||
|
@ -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">
|
Loading…
Reference in New Issue
Block a user