summaryrefslogtreecommitdiff
path: root/meta-pkgs/xfce4-extras
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-04-21 08:56:37 +0000
committerjperkin <jperkin>2015-04-21 08:56:37 +0000
commit4bbf05d2527457b1df8399e2c290750934e6d5de (patch)
treeae790a249f25dd74c81f5e89461d2643574091dc /meta-pkgs/xfce4-extras
parent28727cebb5da60e10dc9f66975a23e5a711e7eb7 (diff)
downloadpkgsrc-4bbf05d2527457b1df8399e2c290750934e6d5de.tar.gz
Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
Diffstat (limited to 'meta-pkgs/xfce4-extras')
-rw-r--r--meta-pkgs/xfce4-extras/Makefile81
1 files changed, 45 insertions, 36 deletions
diff --git a/meta-pkgs/xfce4-extras/Makefile b/meta-pkgs/xfce4-extras/Makefile
index ba93e20eee0..5b5066415cf 100644
--- a/meta-pkgs/xfce4-extras/Makefile
+++ b/meta-pkgs/xfce4-extras/Makefile
@@ -1,48 +1,57 @@
-# $NetBSD: Makefile,v 1.61 2014/05/05 00:48:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2015/04/21 08:56:38 jperkin Exp $
META_PACKAGE= yes
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-extras-${XFCE4_VERSION}
-PKGREVISION= 31
CATEGORIES= meta-pkgs
COMMENT= Xfce extras
-# Xfce
-.include "../../meta-pkgs/xfce4/buildlink3.mk"
-
-#
-# Do you want to have more plugins? See http://goodies.xfce.org/releases/
-# for all available plugins...
-#
-
-# Additional plugins etc.
-
+# Applications
DEPENDS+= ristretto-[0-9]*:../../graphics/ristretto
-
-.include "../../audio/xfce4-xmms-plugin/buildlink3.mk"
-.include "../../misc/xfce4-weather-plugin/buildlink3.mk"
-.include "../../net/xfce4-wavelan-plugin/buildlink3.mk"
-.include "../../multimedia/xfce4-mpc-plugin/buildlink3.mk"
-.include "../../sysutils/xfce4-battery-plugin/buildlink3.mk"
-.include "../../sysutils/xfce4-cpugraph-plugin/buildlink3.mk"
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Linux"
-.include "../../sysutils/xfce4-diskperf-plugin/buildlink3.mk"
-.endif
-.include "../../sysutils/xfce4-fsguard-plugin/buildlink3.mk"
-.include "../../sysutils/xfce4-genmon-plugin/buildlink3.mk"
-.include "../../sysutils/xfce4-netload-plugin/buildlink3.mk"
-.include "../../sysutils/xfce4-quicklauncher-plugin/buildlink3.mk"
-.include "../../sysutils/xfce4-systemload-plugin/buildlink3.mk"
-.include "../../sysutils/xfce4-xkb-plugin/buildlink3.mk"
-.include "../../textproc/xfce4-dict-plugin/buildlink3.mk"
-.include "../../time/xfce4-datetime-plugin/buildlink3.mk"
-.include "../../time/xfce4-timer-plugin/buildlink3.mk"
-.include "../../x11/xfce4-clipman-plugin/buildlink3.mk"
-.include "../../x11/xfce4-eyes-plugin/buildlink3.mk"
-.include "../../x11/xfce4-notes-plugin/buildlink3.mk"
-.include "../../x11/xfce4-places-plugin/buildlink3.mk"
-.include "../../x11/xfce4-screenshooter-plugin/buildlink3.mk"
+DEPENDS+= xfce4-taskmanager>=1.1.0:../../sysutils/xfce4-taskmanager
+
+# Panel Plugins
+DEPENDS+= xfce4-diskperf-plugin>=2.5.4:../../sysutils/xfce4-diskperf-plugin
+DEPENDS+= xfce4-systemload-plugin>=1.1.2:../../sysutils/xfce4-systemload-plugin
+DEPENDS+= xfce4-cpugraph-plugin>=1.0.5:../../sysutils/xfce4-cpugraph-plugin
+DEPENDS+= xfce4-wavelan-plugin>=0.5.11:../../net/xfce4-wavelan-plugin
+
+DEPENDS+= xfce4-battery-plugin>=1.0.5:../../sysutils/xfce4-battery-plugin
+DEPENDS+= xfce4-clipman-plugin>=1.2.6:../../x11/xfce4-clipman-plugin
+DEPENDS+= xfce4-datetime-plugin>=0.6.2:../../time/xfce4-datetime-plugin
+DEPENDS+= xfce4-dict-plugin>=0.3.0:../../textproc/xfce4-dict-plugin
+DEPENDS+= xfce4-eyes-plugin>=4.4.3:../../x11/xfce4-eyes-plugin
+DEPENDS+= xfce4-fsguard-plugin>=1.0.1:../../sysutils/xfce4-fsguard-plugin
+DEPENDS+= xfce4-genmon-plugin>=3.4:../../sysutils/xfce4-genmon-plugin
+DEPENDS+= xfce4-mailwatch-plugin>=1.2.0:../../mail/xfce4-mailwatch-plugin
+DEPENDS+= xfce4-mixer>=4.10.0:../../audio/xfce4-mixer
+DEPENDS+= xfce4-mount-plugin>=0.6.7:../../sysutils/xfce4-mount-plugin
+DEPENDS+= xfce4-mpc-plugin>=0.4.4:../../multimedia/xfce4-mpc-plugin
+DEPENDS+= xfce4-netload-plugin>=1.2.4:../../sysutils/xfce4-netload-plugin
+DEPENDS+= xfce4-notes-plugin>=1.7.7:../../x11/xfce4-notes-plugin
+DEPENDS+= xfce4-notifyd>=0.2.4:../../x11/xfce4-notifyd
+DEPENDS+= xfce4-places-plugin>=1.6.0:../../x11/xfce4-places-plugin
+DEPENDS+= xfce4-quicklauncher-plugin>=1.9.4:../../sysutils/xfce4-quicklauncher-plugin
+DEPENDS+= xfce4-screenshooter>=1.8.2:../../x11/xfce4-screenshooter
+DEPENDS+= xfce4-time-out-plugin>=1.0.2:../../misc/xfce4-time-out-plugin
+DEPENDS+= xfce4-timer-plugin>=1.6.0:../../time/xfce4-timer-plugin
+DEPENDS+= xfce4-verve-plugin>=1.0.1:../../sysutils/xfce4-verve-plugin
+DEPENDS+= xfce4-weather-plugin>=0.8.5:../../misc/xfce4-weather-plugin
+DEPENDS+= xfce4-xkb-plugin>=0.7.0:../../sysutils/xfce4-xkb-plugin
+DEPENDS+= xfce4-xmms-plugin>=0.5.3:../../audio/xfce4-xmms-plugin
+
+# File Manager Plugins
+DEPENDS+= xfce4-thunar-archive-plugin>=0.3.1:../../archivers/xfce4-thunar-archive
+DEPENDS+= xfce4-thunar-media-tags-plugin>=0.2.1:../../multimedia/xfce4-thunar-media-tags
+#DEPENDS+= xfce4-thunar-vcs-plugin>=0.1.4:../../sysutils/xfce4-thunar-vcs
+
+# Broken
+# 0.2.0 fails because our thunar is too new. Fixed upstream already.
+#DEPENDS+= xfce4-thunar-shares>=0.2.0:../../sysutils/xfce4-thunar-shares
+
+pre-extract:
+ ${MKDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"