aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2014-01-29 23:24:59 +0800
committerolivierd <olivierd@FreeBSD.org>2014-01-29 23:24:59 +0800
commit2928cf8051c8fb152b9087fa3ccdf4410a02a420 (patch)
tree0a5cfc78d3ee13e07c931e37383b527505e6899e /x11-clocks
parenta626e408be25a48ccc3cfa533b633f73cb5384f4 (diff)
downloadfreebsd-ports-gnome-2928cf8051c8fb152b9087fa3ccdf4410a02a420.tar.gz
freebsd-ports-gnome-2928cf8051c8fb152b9087fa3ccdf4410a02a420.tar.zst
freebsd-ports-gnome-2928cf8051c8fb152b9087fa3ccdf4410a02a420.zip
- Support STAGEDIR
- Use USES= gmake - Add LICENSE
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/xfce4-datetime-plugin/Makefile6
-rw-r--r--x11-clocks/xfce4-datetime-plugin/pkg-descr2
-rw-r--r--x11-clocks/xfce4-timer-out-plugin/Makefile8
-rw-r--r--x11-clocks/xfce4-timer-out-plugin/pkg-descr2
-rw-r--r--x11-clocks/xfce4-timer-out-plugin/pkg-plist1
-rw-r--r--x11-clocks/xfce4-timer-plugin/Makefile6
-rw-r--r--x11-clocks/xfce4-timer-plugin/pkg-plist2
7 files changed, 15 insertions, 12 deletions
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 <bsd.port.mk>
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 <bsd.port.mk>
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 <bsd.port.mk>
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