aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plasma5-kinfocenter
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-02-12 21:40:13 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-02-12 21:40:13 +0000
commitbff057c2fc037ec1beec2b859f35e9c5af16fb5e (patch)
treec4fa60d5af27bc7c0c0ca93a28a18d924d777bfc /sysutils/plasma5-kinfocenter
parent4743306cdd7c2cd101daf3de3ef799082c439393 (diff)
downloadports-bff057c2fc037ec1beec2b859f35e9c5af16fb5e.tar.gz
ports-bff057c2fc037ec1beec2b859f35e9c5af16fb5e.zip
Update KDE Plasma to 5.15
Notes
Notes: svn path=/head/; revision=492811
Diffstat (limited to 'sysutils/plasma5-kinfocenter')
-rw-r--r--sysutils/plasma5-kinfocenter/Makefile1
-rw-r--r--sysutils/plasma5-kinfocenter/distinfo6
-rw-r--r--sysutils/plasma5-kinfocenter/files/patch-git_39ede9c51
-rw-r--r--sysutils/plasma5-kinfocenter/pkg-plist13
4 files changed, 3 insertions, 68 deletions
diff --git a/sysutils/plasma5-kinfocenter/Makefile b/sysutils/plasma5-kinfocenter/Makefile
index 689bb14b687c..b55a53dfa41e 100644
--- a/sysutils/plasma5-kinfocenter/Makefile
+++ b/sysutils/plasma5-kinfocenter/Makefile
@@ -2,7 +2,6 @@
PORTNAME= kinfocenter
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
diff --git a/sysutils/plasma5-kinfocenter/distinfo b/sysutils/plasma5-kinfocenter/distinfo
index 085c436347f1..d491d3eac581 100644
--- a/sysutils/plasma5-kinfocenter/distinfo
+++ b/sysutils/plasma5-kinfocenter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547014606
-SHA256 (KDE/plasma/5.14.5/kinfocenter-5.14.5.tar.xz) = cc66c15522ce1698e2f170339701d9e2866fc8becd28f74ab46db121d24b31fc
-SIZE (KDE/plasma/5.14.5/kinfocenter-5.14.5.tar.xz) = 1323212
+TIMESTAMP = 1549993936
+SHA256 (KDE/plasma/5.15.0/kinfocenter-5.15.0.tar.xz) = f321fc9efd7f460d903ded9cebf51b21382298ab0b3df4fd714b1e0b407136c6
+SIZE (KDE/plasma/5.15.0/kinfocenter-5.15.0.tar.xz) = 1322604
diff --git a/sysutils/plasma5-kinfocenter/files/patch-git_39ede9c b/sysutils/plasma5-kinfocenter/files/patch-git_39ede9c
deleted file mode 100644
index 5a651d50b5b2..000000000000
--- a/sysutils/plasma5-kinfocenter/files/patch-git_39ede9c
+++ /dev/null
@@ -1,51 +0,0 @@
-From 39ede9c7e64ba23300a419ee9f58d953f7606b39 Mon Sep 17 00:00:00 2001
-From: Adriaan de Groot <groot@kde.org>
-Date: Mon, 24 Dec 2018 22:04:07 +0100
-Subject: [PATCH] Update logic for disabling the PCI module.
-
-Summary:
-FreeBSD on ThunderX2 does support PCI, and apparently the KCM
-even works. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234256
-
-Reviewers: davidedmundson
-
-Reviewed By: davidedmundson
-
-Subscribers: plasma-devel
-
-Tags: #plasma
-
-Differential Revision: https://phabricator.kde.org/D17785
----
- Modules/CMakeLists.txt | 15 ++++++++++++++-
- 1 file changed, 14 insertions(+), 1 deletion(-)
-
-diff --git Modules/CMakeLists.txt Modules/CMakeLists.txt
-index f513752..43420d6 100644
---- Modules/CMakeLists.txt
-+++ Modules/CMakeLists.txt
-@@ -44,7 +44,20 @@ set_package_properties(PCIUTILS PROPERTIES DESCRIPTION "PciUtils is a library fo
- PURPOSE "View PCI details in kinfocenter."
- )
-
--if(NOT APPLE AND NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm" AND NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64")
-+# PCI module doesn't work on Linux arm64, nor on MacOS, but does on
-+# FreeBSD arm64, so this is a bit of a tangle of what-is-supported.
-+set(_want_pci ON)
-+if(APPLE)
-+ set(_want_pci OFF)
-+elseif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64")
-+ if (${CMAKE_SYSTEM} MATCHES "FreeBSD")
-+ message(STATUS "FreeBSD arm64 pci support enabled.")
-+ else()
-+ set(_want_pci OFF)
-+ endif()
-+endif()
-+
-+if(_want_pci)
- add_subdirectory( pci )
- endif()
- endif()
---
-2.20.1
-
diff --git a/sysutils/plasma5-kinfocenter/pkg-plist b/sysutils/plasma5-kinfocenter/pkg-plist
index 24aa6e65fe0a..12e68850bbb8 100644
--- a/sysutils/plasma5-kinfocenter/pkg-plist
+++ b/sysutils/plasma5-kinfocenter/pkg-plist
@@ -79,19 +79,6 @@ share/locale/ar/LC_MESSAGES/kcmsamba.mo
share/locale/ar/LC_MESSAGES/kcmusb.mo
share/locale/ar/LC_MESSAGES/kcmview1394.mo
share/locale/ar/LC_MESSAGES/kinfocenter.mo
-share/locale/ast/LC_MESSAGES/kcm-about-distro.mo
-share/locale/ast/LC_MESSAGES/kcm_energyinfo.mo
-share/locale/ast/LC_MESSAGES/kcm_fileindexermonitor.mo
-share/locale/ast/LC_MESSAGES/kcm_memory.mo
-share/locale/ast/LC_MESSAGES/kcm_pci.mo
-share/locale/ast/LC_MESSAGES/kcmdevinfo.mo
-share/locale/ast/LC_MESSAGES/kcminfo.mo
-share/locale/ast/LC_MESSAGES/kcmnic.mo
-share/locale/ast/LC_MESSAGES/kcmopengl.mo
-share/locale/ast/LC_MESSAGES/kcmsamba.mo
-share/locale/ast/LC_MESSAGES/kcmusb.mo
-share/locale/ast/LC_MESSAGES/kcmview1394.mo
-share/locale/ast/LC_MESSAGES/kinfocenter.mo
share/locale/be/LC_MESSAGES/kcminfo.mo
share/locale/be/LC_MESSAGES/kcmopengl.mo
share/locale/be/LC_MESSAGES/kcmsamba.mo