From 2928cf8051c8fb152b9087fa3ccdf4410a02a420 Mon Sep 17 00:00:00 2001 From: olivierd Date: Wed, 29 Jan 2014 15:24:59 +0000 Subject: - Support STAGEDIR - Use USES= gmake - Add LICENSE --- x11-clocks/xfce4-datetime-plugin/Makefile | 6 +++--- x11-clocks/xfce4-datetime-plugin/pkg-descr | 2 +- x11-clocks/xfce4-timer-out-plugin/Makefile | 8 ++++---- x11-clocks/xfce4-timer-out-plugin/pkg-descr | 2 +- x11-clocks/xfce4-timer-out-plugin/pkg-plist | 1 + x11-clocks/xfce4-timer-plugin/Makefile | 6 +++--- x11-clocks/xfce4-timer-plugin/pkg-plist | 2 ++ 7 files changed, 15 insertions(+), 12 deletions(-) (limited to 'x11-clocks') diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 19c6d03660cd..3e3f6eee5c54 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -12,13 +12,13 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Datetime panel plugin for the Xfce desktop -USE_GMAKE= yes +LICENSE= GPLv2 + USE_BZIP2= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -USES= pkgconfig gettext +USES= pkgconfig gettext gmake -NO_STAGE= yes .include diff --git a/x11-clocks/xfce4-datetime-plugin/pkg-descr b/x11-clocks/xfce4-datetime-plugin/pkg-descr index 3e68bfd195bb..4f36d70a6c78 100644 --- a/x11-clocks/xfce4-datetime-plugin/pkg-descr +++ b/x11-clocks/xfce4-datetime-plugin/pkg-descr @@ -1,3 +1,3 @@ Datetime plugin for the Xfce panel. -WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index 67f0d877b702..25d13dc6728e 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -10,15 +10,15 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= A timer out plugin for Xfce +COMMENT= Timer out plugin for Xfce + +LICENSE= GPLv2 USE_BZIP2= yes -USE_GMAKE= yes INSTALLS_ICONS= yes -USES= gettext pkgconfig pathfix +USES= gettext pkgconfig gmake GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -NO_STAGE= yes .include diff --git a/x11-clocks/xfce4-timer-out-plugin/pkg-descr b/x11-clocks/xfce4-timer-out-plugin/pkg-descr index 3492dc1d52a4..34f50ab19231 100644 --- a/x11-clocks/xfce4-timer-out-plugin/pkg-descr +++ b/x11-clocks/xfce4-timer-out-plugin/pkg-descr @@ -2,4 +2,4 @@ This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. -WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin diff --git a/x11-clocks/xfce4-timer-out-plugin/pkg-plist b/x11-clocks/xfce4-timer-out-plugin/pkg-plist index 57887c77faba..aa46b16bc614 100644 --- a/x11-clocks/xfce4-timer-out-plugin/pkg-plist +++ b/x11-clocks/xfce4-timer-out-plugin/pkg-plist @@ -51,3 +51,4 @@ share/xfce4/panel/plugins/xfce4-time-out-plugin.desktop @dirrmtry share/locale/kk @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast +@dirrmtry lib/xfce4/panel/plugins diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 37bd422c5a62..45c549995562 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -11,13 +11,13 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Timer plugin for Xfce +LICENSE= GPLv2 + USE_BZIP2= yes -USE_GMAKE= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -USES= pkgconfig gettext +USES= pkgconfig gettext gmake -NO_STAGE= yes .include diff --git a/x11-clocks/xfce4-timer-plugin/pkg-plist b/x11-clocks/xfce4-timer-plugin/pkg-plist index 6e0023f80044..47a0b13fc363 100644 --- a/x11-clocks/xfce4-timer-plugin/pkg-plist +++ b/x11-clocks/xfce4-timer-plugin/pkg-plist @@ -42,6 +42,8 @@ share/xfce4/panel-plugins/xfce4-timer.desktop @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/ast/LC_MESSAGES @dirrmtry share/locale/ast @dirrmtry libexec/xfce4/panel-plugins -- cgit