summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-xarchiver
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-04-21 08:56:37 +0000
committerjperkin <jperkin@pkgsrc.org>2015-04-21 08:56:37 +0000
commit79d3242cef99cec8e8de668f9aa51fbb94bb4582 (patch)
treeae790a249f25dd74c81f5e89461d2643574091dc /sysutils/xfce4-xarchiver
parent5a5be857f778521d8843411893666ab07567d5a4 (diff)
downloadpkgsrc-79d3242cef99cec8e8de668f9aa51fbb94bb4582.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 'sysutils/xfce4-xarchiver')
-rw-r--r--sysutils/xfce4-xarchiver/Makefile14
-rw-r--r--sysutils/xfce4-xarchiver/PLIST6
-rw-r--r--sysutils/xfce4-xarchiver/buildlink3.mk16
-rw-r--r--sysutils/xfce4-xarchiver/distinfo8
4 files changed, 14 insertions, 30 deletions
diff --git a/sysutils/xfce4-xarchiver/Makefile b/sysutils/xfce4-xarchiver/Makefile
index 9c3c1927567..e04126c1b81 100644
--- a/sysutils/xfce4-xarchiver/Makefile
+++ b/sysutils/xfce4-xarchiver/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.28 2014/05/05 00:48:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2015/04/21 08:56:42 jperkin Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-XFCE4_VERSION= 0.5.2
-
-DISTNAME= xarchiver-${XFCE4_VERSION}
-PKGNAME= xfce4-xarchiver-${XFCE4_VERSION}
-PKGREVISION= 22
+VERSION= 0.5.4
+DISTNAME= xarchiver-${VERSION}
+PKGNAME= xfce4-xarchiver-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xarchiver/}
+
+HOMEPAGE= http://xarchiver.sourceforge.net/
COMMENT= Xfce archiver handler
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/libxfce4gui/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/xfce4-xarchiver/PLIST b/sysutils/xfce4-xarchiver/PLIST
index 3ca77fbe9ea..9f73d14a08c 100644
--- a/sysutils/xfce4-xarchiver/PLIST
+++ b/sysutils/xfce4-xarchiver/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:16:22 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/04/21 08:56:42 jperkin Exp $
bin/xarchiver
libexec/thunar-archive-plugin/xarchiver.tap
share/applications/xarchiver.desktop
@@ -45,9 +45,9 @@ share/icons/hicolor/24x24/apps/xarchiver.png
share/icons/hicolor/48x48/apps/xarchiver.png
share/icons/hicolor/scalable/apps/xarchiver.svg
share/locale/bg/LC_MESSAGES/xarchiver.mo
-share/locale/da/LC_MESSAGES/xarchiver.mo
share/locale/ca/LC_MESSAGES/xarchiver.mo
share/locale/cs/LC_MESSAGES/xarchiver.mo
+share/locale/da/LC_MESSAGES/xarchiver.mo
share/locale/de/LC_MESSAGES/xarchiver.mo
share/locale/el/LC_MESSAGES/xarchiver.mo
share/locale/en_GB/LC_MESSAGES/xarchiver.mo
@@ -61,8 +61,8 @@ share/locale/ja/LC_MESSAGES/xarchiver.mo
share/locale/nb_NO/LC_MESSAGES/xarchiver.mo
share/locale/nl/LC_MESSAGES/xarchiver.mo
share/locale/pl/LC_MESSAGES/xarchiver.mo
-share/locale/pt_PT/LC_MESSAGES/xarchiver.mo
share/locale/pt_BR/LC_MESSAGES/xarchiver.mo
+share/locale/pt_PT/LC_MESSAGES/xarchiver.mo
share/locale/ru/LC_MESSAGES/xarchiver.mo
share/locale/sq/LC_MESSAGES/xarchiver.mo
share/locale/sv/LC_MESSAGES/xarchiver.mo
diff --git a/sysutils/xfce4-xarchiver/buildlink3.mk b/sysutils/xfce4-xarchiver/buildlink3.mk
deleted file mode 100644
index f2012617e89..00000000000
--- a/sysutils/xfce4-xarchiver/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.26 2014/05/05 00:48:23 ryoon Exp $
-
-BUILDLINK_TREE+= xfce4-xarchiver
-
-.if !defined(XFCE4_XARCHIVER_BUILDLINK3_MK)
-XFCE4_XARCHIVER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.xfce4-xarchiver+= xfce4-xarchiver>=0.5.2nb1
-BUILDLINK_ABI_DEPENDS.xfce4-xarchiver+= xfce4-xarchiver>=0.5.2nb22
-BUILDLINK_PKGSRCDIR.xfce4-xarchiver?= ../../sysutils/xfce4-xarchiver
-
-.include "../../x11/libxfce4gui/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.endif # XFCE4_XARCHIVER_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -xfce4-xarchiver
diff --git a/sysutils/xfce4-xarchiver/distinfo b/sysutils/xfce4-xarchiver/distinfo
index 2f76f464eed..ebdb1fd0a84 100644
--- a/sysutils/xfce4-xarchiver/distinfo
+++ b/sysutils/xfce4-xarchiver/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/12/17 12:50:03 hira Exp $
+$NetBSD: distinfo,v 1.3 2015/04/21 08:56:42 jperkin Exp $
-SHA1 (xarchiver-0.5.2.tar.bz2) = 8c8f0ee82c93abcdcf9974fa30611aa05fa51bd0
-RMD160 (xarchiver-0.5.2.tar.bz2) = 77b1daadd39fd86c5582c75f774282f4bec41bf7
-Size (xarchiver-0.5.2.tar.bz2) = 755418 bytes
+SHA1 (xarchiver-0.5.4.tar.bz2) = 4a02a6f77b03be72065f19dd98db1fa5325d3bb6
+RMD160 (xarchiver-0.5.4.tar.bz2) = af130364d48678ee74a818eccfc8c7de34294e20
+Size (xarchiver-0.5.4.tar.bz2) = 1003045 bytes