Skip to content
Snippets Groups Projects
Commit 89db557c authored by Jason E. Hale's avatar Jason E. Hale
Browse files

x11-themes/plasma5-breeze: Correct version

This corrects the shlib version and propagates to other packages via
CMake that depend on the exact version of plasma5-breeze as their own,
like plasma5-plasma-workspace.

MFH:		2024Q2
parent 953a77fb
No related branches found
No related tags found
No related merge requests found
PORTNAME= breeze
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= x11-themes kde kde-plasma
MAINTAINER= kde@FreeBSD.org
......
--- CMakeLists.txt.orig 2024-03-06 11:58:27 UTC
+++ CMakeLists.txt
@@ -1,6 +1,6 @@ project(breeze)
cmake_minimum_required(VERSION 3.16)
project(breeze)
-set(PROJECT_VERSION "5.27.10")
+set(PROJECT_VERSION "5.27.11")
set(PROJECT_VERSION_MAJOR 5)
set(KF5_MIN_VERSION "5.102.0")
......@@ -5,7 +5,7 @@ lib/kconf_update_bin/breezehighcontrasttobreezedark
lib/kconf_update_bin/breezetobreezeclassic
lib/kconf_update_bin/breezetobreezelight
lib/libbreezecommon5.so.5
lib/libbreezecommon5.so.5.27.10
lib/libbreezecommon5.so.%%KDE_PLASMA_VERSION%%
%%QT_PLUGINDIR%%/org.kde.kdecoration2/breezedecoration.so
%%QT_PLUGINDIR%%/plasma/kcms/breeze/kcm_breezedecoration.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/breezestyleconfig.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment