diff options
Diffstat (limited to 'devel/kf5-solid')
-rw-r--r-- | devel/kf5-solid/Makefile | 9 | ||||
-rw-r--r-- | devel/kf5-solid/distinfo | 6 | ||||
-rw-r--r-- | devel/kf5-solid/files/patch-CMakeLists.txt | 13 | ||||
-rw-r--r-- | devel/kf5-solid/pkg-message | 6 |
4 files changed, 14 insertions, 20 deletions
diff --git a/devel/kf5-solid/Makefile b/devel/kf5-solid/Makefile index abd1de8ad53f..fe567abdf050 100644 --- a/devel/kf5-solid/Makefile +++ b/devel/kf5-solid/Makefile @@ -7,11 +7,12 @@ CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 hardware integration and detection +RUN_DEPENDS= bsdisks:sysutils/bsdisks + USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm -USE_QT= buildtools_build concurrent core dbus declarative gui linguisttools \ - network qmake_build testlib widgets xml - -CMAKE_ON= EXPERIMENTAL_BSDISKS +USE_QT= concurrent core dbus declarative gui linguisttools \ + network testlib widgets xml \ + buildtools_build qmake_build .include <bsd.port.mk> diff --git a/devel/kf5-solid/distinfo b/devel/kf5-solid/distinfo index b3d275d0ba8d..22499f46228a 100644 --- a/devel/kf5-solid/distinfo +++ b/devel/kf5-solid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592072471 -SHA256 (KDE/frameworks/5.71.0/solid-5.71.0.tar.xz) = 72a7bdd8306ec4cda5f504819e0ff3f8baca6530fa04e33f10b6b89dc010505b -SIZE (KDE/frameworks/5.71.0/solid-5.71.0.tar.xz) = 270104 +TIMESTAMP = 1593930744 +SHA256 (KDE/frameworks/5.72.0/solid-5.72.0.tar.xz) = d3228ac90f0aa203340cac1bc0c0fd1d2c77b6c94a811d52409d8608d1477e9f +SIZE (KDE/frameworks/5.72.0/solid-5.72.0.tar.xz) = 270004 diff --git a/devel/kf5-solid/files/patch-CMakeLists.txt b/devel/kf5-solid/files/patch-CMakeLists.txt deleted file mode 100644 index 301a7a81e8a8..000000000000 --- a/devel/kf5-solid/files/patch-CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ ---- CMakeLists.txt.orig 2019-12-07 21:50:54 UTC -+++ CMakeLists.txt -@@ -117,9 +117,8 @@ elseif (NOT ANDROID) - endif() - if(EXPERIMENTAL_BSDISKS) - add_device_backend(udisks2) -- else() -- add_device_backend(hal) - endif() -+ add_device_backend(hal) - endif() - add_device_backends_cmake() - diff --git a/devel/kf5-solid/pkg-message b/devel/kf5-solid/pkg-message index 4b7a8a740d34..4adeda2d837e 100644 --- a/devel/kf5-solid/pkg-message +++ b/devel/kf5-solid/pkg-message @@ -18,4 +18,10 @@ just remove the package). If you want to stay with hald, don't install bsdisks, you'll get duplicated entries for removable disks. EOM } +{ + type: upgrade, + maximum_version: "5.72.0", + message: <<EOM +Solid now has the hald backend completely disabled. +} ] |