pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dolphin5: update to 18.04.0



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Wed Apr 25 09:50:15 2018 +1200
Changeset:	63c623d4bc966b26a1ca88d2b8116aca6b3fe87f

Modified Files:
	dolphin5/Makefile
	dolphin5/distinfo
Removed Files:
	dolphin5/hacks.mk

Log Message:
dolphin5: update to 18.04.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63c623d4bc966b26a1ca88d2b8116aca6b3fe87f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dolphin5/Makefile | 12 ++++++------
 dolphin5/distinfo |  8 ++++----
 dolphin5/hacks.mk |  7 -------
 3 files changed, 10 insertions(+), 17 deletions(-)

diffs:
diff --git a/dolphin5/Makefile b/dolphin5/Makefile
index 7da287f47e..662169f5e6 100644
--- a/dolphin5/Makefile
+++ b/dolphin5/Makefile
@@ -7,7 +7,7 @@ HOMEPAGE=	http://kde.org/applications/system/dolphin/
 COMMENT=	KDE File Manager
 LICENSE=	gnu-gpl-v2 AND gnu-fdl-v1.2
 
-.include "../../wip/kde5/applications.mk"
+.include "../../meta-pkgs/kde/applications.mk"
 
 BUILD_DEPENDS+=	kdoctools>=5.19.0:../../devel/kdoctools
 DEPENDS+=	kio-extras>=${KAPPSVER}:../../wip/kio-extras
@@ -20,7 +20,7 @@ REPLACE_RUBY+=	src/settings/services/servicemenudeinstallation
 USE_TOOLS+=	msgmerge
 
 SUBST_CLASSES+=		xdg
-SUBST_STAGE.xdg=	post-patch
+SUBST_STAGE.xdg=	pre-configure
 SUBST_MESSAGE.xdg=	Install via examples dir.
 SUBST_FILES.xdg=	src/CMakeLists.txt
 SUBST_SED.xdg=		-e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
@@ -29,13 +29,13 @@ MAKE_DIRS+=	${PKG_SYSCONFDIR}/xdg
 CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/servicemenu.knsrc \
 		${PKG_SYSCONFDIR}/xdg/servicemenu.knsrc
 
+.include "../../devel/kcmutils/buildlink3.mk"
+.include "../../devel/kparts/buildlink3.mk"
+.include "../../lang/ruby/buildlink3.mk"
+.include "../../net/knewstuff/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../wip/baloo-widgets/buildlink3.mk"
 .include "../../x11/kactivities5/buildlink3.mk"
-.include "../../devel/kcmutils/buildlink3.mk"
-.include "../../net/knewstuff/buildlink3.mk"
-.include "../../devel/kparts/buildlink3.mk"
 .include "../../wip/plasma-workspace/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../lang/ruby/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/dolphin5/distinfo b/dolphin5/distinfo
index 27543d6336..0104d64b32 100644
--- a/dolphin5/distinfo
+++ b/dolphin5/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (dolphin-17.12.1.tar.xz) = 02200a2a67fb25f84154c4f9c7d214f406f7555b
-RMD160 (dolphin-17.12.1.tar.xz) = 5d5b9e89fe03c7df769c78aaea790a106f0e7ce0
-SHA512 (dolphin-17.12.1.tar.xz) = 0780eeb1bb730ac797532cf52411ad1036633565ed1e098b35828252f1a393554489367a136029b5b43f4783c4b5f16dbde1ab38314df997f206a91ddb540837
-Size (dolphin-17.12.1.tar.xz) = 4840748 bytes
+SHA1 (dolphin-18.04.0.tar.xz) = be52c34d6fdd3420a031da5294ef1c9557197440
+RMD160 (dolphin-18.04.0.tar.xz) = 127afd442a31df64096a6d1fe681e65c78b5b2ae
+SHA512 (dolphin-18.04.0.tar.xz) = 9c941c37d8c1b132c092a3c71f75b821427b170ded6be8a0d1ca19a5807c9c2689cd695ee8e953443e2769358e3a28704c1880671a1fa0daaae9c1149cc12642
+Size (dolphin-18.04.0.tar.xz) = 4843460 bytes
diff --git a/dolphin5/hacks.mk b/dolphin5/hacks.mk
deleted file mode 100644
index 9c686b8489..0000000000
--- a/dolphin5/hacks.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2018/01/17 20:00:21 markd Exp $
-
-# linking -lQt5Widgets on NetBSD with gcc produces
-# ld: BFD (NetBSD Binutils nb1) 2.27 assertion fail
-# /usr/src/external/gpl3/binutils/lib/libbfd/../../dist/bfd/elflink.c:2694
-# unless -lexecinfo preceeds -lQt5Widgets
-BUILDLINK_TRANSFORM.NetBSD+=	l:Qt5Widgets:execinfo:Qt5Widgets


Home | Main Index | Thread Index | Old Index