summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2018-06-23 20:27:38 +0000
committeryouri <youri@pkgsrc.org>2018-06-23 20:27:38 +0000
commit3ae20f9fc7761d075887814b6edb659ca8b23012 (patch)
treefbb9e3fc6bcf2430b0a9429cdfafae44f571a201 /sysutils
parent16bf9e5a104a2485f7d377417f1e0a4777266b5d (diff)
downloadpkgsrc-3ae20f9fc7761d075887814b6edb659ca8b23012.tar.gz
Update thunar to 1.8.1:
- drop gtk2 backend and libxfce4util dependency - completely revised taskbar - (optional) gobject-introspection support for thunarx - other minor improvements... https://andreldm.com/2018/06/06/thunar-1.8.0-release.html
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-thunar/Makefile8
-rw-r--r--sysutils/xfce4-thunar/PLIST6
-rw-r--r--sysutils/xfce4-thunar/buildlink3.mk7
-rw-r--r--sysutils/xfce4-thunar/distinfo10
-rw-r--r--sysutils/xfce4-thunar/options.mk14
5 files changed, 26 insertions, 19 deletions
diff --git a/sysutils/xfce4-thunar/Makefile b/sysutils/xfce4-thunar/Makefile
index b3acfc86744..16994a63b9b 100644
--- a/sysutils/xfce4-thunar/Makefile
+++ b/sysutils/xfce4-thunar/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.54 2018/05/19 11:45:03 youri Exp $
+# $NetBSD: Makefile,v 1.55 2018/06/23 20:27:38 youri Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 1.7.2
+VERSION= 1.8.1
DISTNAME= Thunar-${VERSION}
PKGNAME= xfce4-thunar-${VERSION}
CATEGORIES= sysutils
-MASTER_SITES= http://archive.xfce.org/src/xfce/thunar/1.7/
+MASTER_SITES= http://archive.xfce.org/src/xfce/thunar/1.8/
HOMEPAGE= http://docs.xfce.org/xfce/thunar/start
COMMENT= Xfce file manager
@@ -26,8 +26,6 @@ CONF_FILES= ${EGDIR}/uca.xml ${PKG_SYSCONFDIR}/uca.xml
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../x11/xfce4-exo/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
diff --git a/sysutils/xfce4-thunar/PLIST b/sysutils/xfce4-thunar/PLIST
index 37439b5d8ca..139d4bb60d2 100644
--- a/sysutils/xfce4-thunar/PLIST
+++ b/sysutils/xfce4-thunar/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/05/15 22:25:31 youri Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/06/23 20:27:38 youri Exp $
bin/thunar
bin/thunar-settings
include/thunarx-3/thunarx/thunarx-config.h
@@ -17,6 +17,7 @@ include/thunarx-3/thunarx/thunarx-renamer.h
include/thunarx-3/thunarx/thunarx.h
lib/Thunar/ThunarBulkRename
lib/Thunar/thunar-sendto-email
+lib/girepository-1.0/Thunarx-3.0.typelib
lib/libthunarx-3.la
lib/pkgconfig/thunarx-3.pc
lib/systemd/user/thunar.service
@@ -27,7 +28,6 @@ lib/thunarx-3/thunar-wallpaper-plugin.la
lib/xfce4/panel/plugins/libthunar-tpa.la
man/man1/Thunar.1
share/Thunar/sendto/thunar-sendto-email.desktop
-share/appdata/thunar.appdata.xml
share/applications/Thunar-bulk-rename.desktop
share/applications/Thunar-folder-handler.desktop
share/applications/Thunar.desktop
@@ -36,6 +36,7 @@ share/dbus-1/services/org.xfce.FileManager.service
share/dbus-1/services/org.xfce.Thunar.service
share/doc/Thunar/README.gtkrc
share/examples/xfce4/Thunar/uca.xml
+share/gir-1.0/Thunarx-3.0.gir
share/gtk-doc/html/thunarx/ThunarxFileInfo.html
share/gtk-doc/html/thunarx/ThunarxMenu.html
share/gtk-doc/html/thunarx/ThunarxMenuItem.html
@@ -142,6 +143,7 @@ share/locale/vi/LC_MESSAGES/Thunar.mo
share/locale/zh_CN/LC_MESSAGES/Thunar.mo
share/locale/zh_HK/LC_MESSAGES/Thunar.mo
share/locale/zh_TW/LC_MESSAGES/Thunar.mo
+share/metainfo/org.xfce.thunar.appdata.xml
share/pixmaps/Thunar/Thunar-about-logo.png
share/polkit-1/actions/org.xfce.thunar.policy
share/xfce4/panel/plugins/thunar-tpa.desktop
diff --git a/sysutils/xfce4-thunar/buildlink3.mk b/sysutils/xfce4-thunar/buildlink3.mk
index 7449a11144f..3de4c67e140 100644
--- a/sysutils/xfce4-thunar/buildlink3.mk
+++ b/sysutils/xfce4-thunar/buildlink3.mk
@@ -1,18 +1,17 @@
-# $NetBSD: buildlink3.mk,v 1.42 2018/05/15 22:25:31 youri Exp $
+# $NetBSD: buildlink3.mk,v 1.43 2018/06/23 20:27:38 youri Exp $
BUILDLINK_TREE+= xfce4-thunar
.if !defined(XFCE4_THUNAR_BUILDLINK3_MK)
XFCE4_THUNAR_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.xfce4-thunar+= xfce4-thunar>=1.6.6
-BUILDLINK_ABI_DEPENDS.xfce4-thunar+= xfce4-thunar>=1.6.11nb3
+BUILDLINK_API_DEPENDS.xfce4-thunar+= xfce4-thunar>=1.8.0
+BUILDLINK_ABI_DEPENDS.xfce4-thunar+= xfce4-thunar>=1.8.0
BUILDLINK_PKGSRCDIR.xfce4-thunar?= ../../sysutils/xfce4-thunar
.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
-.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../x11/xfce4-exo/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.endif # XFCE4_THUNAR_BUILDLINK3_MK
diff --git a/sysutils/xfce4-thunar/distinfo b/sysutils/xfce4-thunar/distinfo
index b715cb843b4..1e74cfbe902 100644
--- a/sysutils/xfce4-thunar/distinfo
+++ b/sysutils/xfce4-thunar/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2018/05/15 22:25:31 youri Exp $
+$NetBSD: distinfo,v 1.15 2018/06/23 20:27:38 youri Exp $
-SHA1 (Thunar-1.7.2.tar.bz2) = 75efbdcf6f6cdcd469fe7871e9b5145b7e34d06a
-RMD160 (Thunar-1.7.2.tar.bz2) = b4ecb316624e0904add5f0aa5b716be193aaef07
-SHA512 (Thunar-1.7.2.tar.bz2) = b98b72558c9a8872f89632820be816f2c2e7f7e07750cc62eace741794cde4aa4daf2f4ed7fd52a5b1e3c4e9965925a038a948124d32ed6d392db65b8780ccdb
-Size (Thunar-1.7.2.tar.bz2) = 2236176 bytes
+SHA1 (Thunar-1.8.1.tar.bz2) = a1ca94fb1b738f14e5da7557d4a0fba6a9fc76ad
+RMD160 (Thunar-1.8.1.tar.bz2) = ab94365f8195087c20b2a0b4d1f9b8f1711eac3a
+SHA512 (Thunar-1.8.1.tar.bz2) = 89aa29af5e272d58c7de02ba1c96d7f0c32eed49cda9621ef863dd679712cc653f58e729e49b9dc3d1626c9b8ebe2b18a2307e00c7ea1d1d2b42fa71272aced7
+Size (Thunar-1.8.1.tar.bz2) = 2289891 bytes
SHA1 (patch-ThunarBulkRename.in) = 5a1604e9e75064d6080f4e9571f62ea8fca10e11
SHA1 (patch-ac) = ea36f7085ad7ebfc113ab6b7bb049e3da31f4e36
SHA1 (patch-org.xfce.FileManager.service.in) = 6c47d3e55d13deaad6024ed9f5ec1ebe2c42a192
diff --git a/sysutils/xfce4-thunar/options.mk b/sysutils/xfce4-thunar/options.mk
index 531132fe436..5b395ced668 100644
--- a/sysutils/xfce4-thunar/options.mk
+++ b/sysutils/xfce4-thunar/options.mk
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.4 2017/06/18 21:40:45 youri Exp $
+# $NetBSD: options.mk,v 1.5 2018/06/23 20:27:38 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-thunar
-PKG_SUPPORTED_OPTIONS= gvfs
-PKG_SUGGESTED_OPTIONS= gvfs
+PKG_SUPPORTED_OPTIONS= gvfs introspection
+PKG_SUGGESTED_OPTIONS= gvfs introspection
+
+PLIST_VARS+= introspection
.include "../../mk/bsd.options.mk"
@@ -10,3 +12,9 @@ PKG_SUGGESTED_OPTIONS= gvfs
.if !empty(PKG_OPTIONS:Mgvfs)
DEPENDS+= gvfs-[0-9]*:../../sysutils/gvfs
.endif
+
+# for GObject introspection support in thunarx
+.if !empty(PKG_OPTIONS:Mintrospection)
+PLIST.introspection= yes
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.endif