pkgsrc-WIP-changes archive

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

kwayland: update to KDE Frameworks 5.57.0



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Fri Apr 26 09:32:34 2019 +1200
Changeset:	e3c50bebf512623366add77c4090eb997e087e56

Modified Files:
	kwayland/Makefile
	kwayland/PLIST
	kwayland/distinfo
Removed Files:
	kwayland/patches/patch-CMakeLists.txt

Log Message:
kwayland: update to KDE Frameworks 5.57.0

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

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

diffstat:
 kwayland/Makefile                     |  2 ++
 kwayland/PLIST                        |  6 +++++-
 kwayland/distinfo                     |  9 ++++-----
 kwayland/patches/patch-CMakeLists.txt | 15 ---------------
 4 files changed, 11 insertions(+), 21 deletions(-)

diffs:
diff --git a/kwayland/Makefile b/kwayland/Makefile
index da6e1b7f82..add011761a 100644
--- a/kwayland/Makefile
+++ b/kwayland/Makefile
@@ -10,6 +10,8 @@ LICENSE=	gnu-lgpl-v2.1
 .include "../../meta-pkgs/kde/kf5.mk"
 
 USE_TOOLS+=	pkg-config
+# Don't do autotests.  Some builds are linux specific.
+CMAKE_ARGS+=	-DBUILD_TESTING=no
 
 SUBST_CLASSES+=		xdg
 SUBST_STAGE.xdg=	pre-configure
diff --git a/kwayland/PLIST b/kwayland/PLIST
index 90eb00274e..ef0c2d887e 100644
--- a/kwayland/PLIST
+++ b/kwayland/PLIST
@@ -22,6 +22,7 @@ include/KF5/KWayland/Client/outputconfiguration.h
 include/KF5/KWayland/Client/outputdevice.h
 include/KF5/KWayland/Client/outputmanagement.h
 include/KF5/KWayland/Client/plasmashell.h
+include/KF5/KWayland/Client/plasmavirtualdesktop.h
 include/KF5/KWayland/Client/plasmawindowmanagement.h
 include/KF5/KWayland/Client/plasmawindowmodel.h
 include/KF5/KWayland/Client/pointer.h
@@ -43,7 +44,8 @@ include/KF5/KWayland/Client/subsurface.h
 include/KF5/KWayland/Client/surface.h
 include/KF5/KWayland/Client/textinput.h
 include/KF5/KWayland/Client/touch.h
-include/KF5/KWayland/Client/xdgforeign_v2.h
+include/KF5/KWayland/Client/xdgdecoration.h
+include/KF5/KWayland/Client/xdgforeign.h
 include/KF5/KWayland/Client/xdgoutput.h
 include/KF5/KWayland/Client/xdgshell.h
 include/KF5/KWayland/Server/appmenu_interface.h
@@ -71,6 +73,7 @@ include/KF5/KWayland/Server/outputconfiguration_interface.h
 include/KF5/KWayland/Server/outputdevice_interface.h
 include/KF5/KWayland/Server/outputmanagement_interface.h
 include/KF5/KWayland/Server/plasmashell_interface.h
+include/KF5/KWayland/Server/plasmavirtualdesktop_interface.h
 include/KF5/KWayland/Server/plasmawindowmanagement_interface.h
 include/KF5/KWayland/Server/pointer_interface.h
 include/KF5/KWayland/Server/pointerconstraints_interface.h
@@ -90,6 +93,7 @@ include/KF5/KWayland/Server/subcompositor_interface.h
 include/KF5/KWayland/Server/surface_interface.h
 include/KF5/KWayland/Server/textinput_interface.h
 include/KF5/KWayland/Server/touch_interface.h
+include/KF5/KWayland/Server/xdgdecoration_interface.h
 include/KF5/KWayland/Server/xdgforeign_interface.h
 include/KF5/KWayland/Server/xdgoutput_interface.h
 include/KF5/KWayland/Server/xdgshell_interface.h
diff --git a/kwayland/distinfo b/kwayland/distinfo
index 4a334820d8..c48a90b48c 100644
--- a/kwayland/distinfo
+++ b/kwayland/distinfo
@@ -1,7 +1,6 @@
 $NetBSD$
 
-SHA1 (kwayland-5.47.0.tar.xz) = e4a709c48b4745690bbba6150111bfe430e947fb
-RMD160 (kwayland-5.47.0.tar.xz) = 74f9a25df5aec8545a0363d67ab379aef11d5783
-SHA512 (kwayland-5.47.0.tar.xz) = 208cfcd6b94ba154e5a1892746d904c79cdf199179fb40f37384a252ff57abd2bfc1419ab0b4066494d25f69b6afd3afb4a809e323730f82059ec2c04a0e3086
-Size (kwayland-5.47.0.tar.xz) = 308952 bytes
-SHA1 (patch-CMakeLists.txt) = 01003ad8ad25cbe965ff860c938e5771d0ec97e0
+SHA1 (kwayland-5.57.0.tar.xz) = be59cc806827cab195ef5d08cf1f1dcb5013a5f2
+RMD160 (kwayland-5.57.0.tar.xz) = 6a4b7697d058e173576540871641c440252c1ce8
+SHA512 (kwayland-5.57.0.tar.xz) = 95caf19c0add3f853de7c330b070adb8c9012b4abd84bd235852cc9c3b8795981e5d113f893e4022bb3d3844391f27c8237fb66981bd80a465ec0388331e4fec
+Size (kwayland-5.57.0.tar.xz) = 340180 bytes
diff --git a/kwayland/patches/patch-CMakeLists.txt b/kwayland/patches/patch-CMakeLists.txt
deleted file mode 100644
index ff16340562..0000000000
--- a/kwayland/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Don't do autotests.  Some builds are linux specific.
-
---- CMakeLists.txt.orig	2018-06-21 02:59:22.235901513 +0000
-+++ CMakeLists.txt
-@@ -59,7 +59,7 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE
-     ecm_install_po_files_as_qm(po)
- endif()
- add_subdirectory(src)
--add_subdirectory(autotests)
-+#add_subdirectory(autotests)
- add_subdirectory(tests)
- 
- # create a Config.cmake and a ConfigVersion.cmake file and install them


Home | Main Index | Thread Index | Old Index