diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-02 14:23:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-02 14:23:11 +0800 |
commit | 68c51c2305bbf26013fa03cfb85395a85a45f8f8 (patch) | |
tree | 5538117dd69e2f2d7a9268d1596b619b4834b9cf /deskutils | |
parent | d59143740330e2e632b06ceb7a185c517860d95c (diff) | |
download | freebsd-ports-gnome-68c51c2305bbf26013fa03cfb85395a85a45f8f8.tar.gz freebsd-ports-gnome-68c51c2305bbf26013fa03cfb85395a85a45f8f8.tar.zst freebsd-ports-gnome-68c51c2305bbf26013fa03cfb85395a85a45f8f8.zip |
- Update to 2.1.4
- Trim header
- Update WWW
PR: 176550
Submitted by: Ports Fury
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/timer-applet/Makefile | 29 | ||||
-rw-r--r-- | deskutils/timer-applet/distinfo | 4 | ||||
-rw-r--r-- | deskutils/timer-applet/pkg-descr | 2 |
3 files changed, 18 insertions, 17 deletions
diff --git a/deskutils/timer-applet/Makefile b/deskutils/timer-applet/Makefile index 78b75610945a..89bf623fb97c 100644 --- a/deskutils/timer-applet/Makefile +++ b/deskutils/timer-applet/Makefile @@ -1,31 +1,32 @@ -# New ports collection makefile for: timer-applet -# Date created: 2005-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= timer-applet -PORTVERSION= 2.1.2 -PORTREVISION= 6 +PORTVERSION= 2.1.4 CATEGORIES= deskutils -MASTER_SITES= SF/timerapplet/timerapplet/${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://launchpadlibrarian.net/52401395/ MAINTAINER= ports@FreeBSD.org -COMMENT= A timer applet for the GNOME panel +COMMENT= Timer applet for the GNOME panel -RUN_DEPENDS= ${LOCALBASE}/share/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnome-audio \ - ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ - ${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify +LICENSE= GPLv2 # (or later) + +RUN_DEPENDS= gnome-audio>0:${PORTSDIR}/audio/gnome-audio \ + ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_PKGNAMEPREFIX}notify>0:${PORTSDIR}/devel/py-notify + +WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --libdir=${PREFIX}/libexec +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --libdir=${PREFIX}/libexec GCONF_SCHEMAS= timer-applet.schemas diff --git a/deskutils/timer-applet/distinfo b/deskutils/timer-applet/distinfo index 1337de484be1..7d68833f9190 100644 --- a/deskutils/timer-applet/distinfo +++ b/deskutils/timer-applet/distinfo @@ -1,2 +1,2 @@ -SHA256 (timer-applet-2.1.2.tar.gz) = e0689342fa14a24c940534b6bd7d52849fd71a4274b21270c7611d60eb852d8a -SIZE (timer-applet-2.1.2.tar.gz) = 203617 +SHA256 (timer-applet-2.1.4.tar.gz) = 26d794da947ae09685a012d36cedf2a7ece1b05357ecaa9755a1475350988648 +SIZE (timer-applet-2.1.4.tar.gz) = 410129 diff --git a/deskutils/timer-applet/pkg-descr b/deskutils/timer-applet/pkg-descr index 4cde36b29b51..f3630788f85a 100644 --- a/deskutils/timer-applet/pkg-descr +++ b/deskutils/timer-applet/pkg-descr @@ -9,4 +9,4 @@ Highlights: * Each applet remembers your last-used timer, even after you log out * User interface follows the GNOME Human Interface Guidelines -WWW: http://timerapplet.sourceforge.net/ +WWW: http://launchpad.net/timer-applet |