Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KDE: fix libexecdir #40658

Merged
merged 44 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
64952a1
extra-cmake-modules: fix libexecdir location
sgn Nov 21, 2022
28e5b6a
pkglint: forbid /usr/lib/libexec
sgn Nov 21, 2022
d839912
kconfig: fix libexecdir location
sgn Nov 21, 2022
c17ee1f
baloo5: fix libexecdir location
sgn Nov 21, 2022
443ace4
corectrl: fix libexecdir location
sgn Nov 21, 2022
9154f35
frameworkintegration: fix libexecdir location
sgn Nov 21, 2022
cc3643b
hotspot: fix libexecdir location
sgn Nov 21, 2022
48e4af9
k3b: fix libexecdir location
sgn Nov 21, 2022
6ef06c5
kactivitymanagerd: fix libexecdir location
sgn Nov 21, 2022
7954ff0
kalarm: fix libexecdir location
sgn Nov 21, 2022
bc6f6c5
kauth: fix libexecdir location
sgn Nov 21, 2022
7e46ffe
kcmutils: fix libexecdir location
sgn Nov 21, 2022
f472267
kcron: fix libexecdir location
sgn Nov 21, 2022
7468747
kde-cli-tools: fix libexecdir location
sgn Nov 21, 2022
029109e
kde-gtk-config5: fix libexecdir location
sgn Nov 21, 2022
a250afb
kdeconnect: fix libexecdir location
sgn Nov 21, 2022
382c708
kdelibs4support: fix libexecdir location
sgn Nov 21, 2022
cfe035e
kdesu: fix libexecdir location
sgn Nov 21, 2022
28ecbfc
khelpcenter: fix libexecdir location
sgn Nov 21, 2022
211399a
kinfocenter: fix libexecdir location
sgn Nov 21, 2022
7f2e8f6
kinit: fix libexecdir location
sgn Nov 21, 2022
9c72f43
kio: fix libexecdir location
sgn Nov 21, 2022
913f7b6
kio-extras: fix libexecdir location
sgn Nov 21, 2022
58430c7
kitinerary: fix libexecdir location
sgn Nov 21, 2022
23491c5
kpmcore: fix libexecdir location
sgn Nov 21, 2022
4e600ed
kscreen: fix libexecdir location
sgn Nov 21, 2022
ccb6475
kscreenlocker: fix libexecdir location
sgn Nov 21, 2022
ef47664
ktexteditor: fix libexecdir location
sgn Nov 21, 2022
fe94c17
kwallet-pam: fix libexecdir location
sgn Nov 21, 2022
0b039a7
kwalletmanager: fix libexecdir location
sgn Nov 21, 2022
285886e
kwayland: fix libexecdir location
sgn Nov 21, 2022
192109a
kwin: fix libexecdir location
sgn Nov 21, 2022
0d11dcc
kxmlgui: fix libexecdir location
sgn Nov 21, 2022
2bf286d
libkscreen: fix libexecdir location
sgn Nov 21, 2022
108b69d
libksysguard: fix libexecdir location
sgn Nov 21, 2022
d83bf7d
plasma-desktop: fix libexecdir location
sgn Nov 21, 2022
e98fb79
plasma-disks: fix libexecdir location
sgn Nov 21, 2022
d582a0f
plasma-firewall: fix libexecdir location
sgn Nov 21, 2022
60d6179
plasma-workspace: fix libexecdir location
sgn Nov 21, 2022
d77f6ad
polkit-kde-agent: fix libexecdir location
sgn Nov 21, 2022
bc48cec
powerdevil: fix libexecdir location
sgn Nov 21, 2022
e35205e
purpose: fix libexecdir location
sgn Nov 21, 2022
2be3cf5
sddm-kcm: fix libexecdir location
sgn Nov 21, 2022
f2a5fc8
xdg-desktop-portal-kde: fix libexecdir location
sgn Nov 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions common/hooks/pre-pkg/99-pkglint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ hook() {
fi
done

if [ -d ${PKGDESTDIR}/usr/lib/libexec ]; then
# Add exception for kconfig,
# other packages hard-coded path to its files
if [ "${pkgname}" != kconfig ]; then
msg_red "${pkgver}: /usr/lib/libexec directory is not allowed!\n"
error=1
fi
fi

for f in "$PKGDESTDIR"/*; do
f="${f##*/}"
case "$f" in
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/baloo5/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'baloo5'
pkgname=baloo5
version=5.100.0
revision=1
revision=2
build_style=cmake
configure_args="
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/corectrl/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'corectrl'
pkgname=corectrl
version=1.2.3
revision=2
revision=3
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake
Expand Down
39 changes: 39 additions & 0 deletions srcpkgs/extra-cmake-modules/patches/libexecdir.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Index: extra-cmake-modules-5.100.0/kde-modules/KDEInstallDirs5.cmake
===================================================================
--- extra-cmake-modules-5.100.0.orig/kde-modules/KDEInstallDirs5.cmake
+++ extra-cmake-modules-5.100.0/kde-modules/KDEInstallDirs5.cmake
@@ -43,7 +43,7 @@ deprecated variable name in square brack
``EXECROOTDIR/lib/<multiarch-tuple`` on Debian) [``LIB_INSTALL_DIR``]
``LIBEXECDIR``
executables for internal use by programs and libraries (``BINDIR`` on
- Windows, ``LIBDIR/libexec`` otherwise) [``LIBEXEC_INSTALL_DIR``]
+ Windows, ``EXECROOTDIR/libexec`` otherwise) [``LIBEXEC_INSTALL_DIR``]
``CMAKEPACKAGEDIR``
CMake packages, including config files (``LIBDIR/cmake``)
[``CMAKECONFIG_INSTALL_PREFIX``]
Index: extra-cmake-modules-5.100.0/kde-modules/KDEInstallDirs6.cmake
===================================================================
--- extra-cmake-modules-5.100.0.orig/kde-modules/KDEInstallDirs6.cmake
+++ extra-cmake-modules-5.100.0/kde-modules/KDEInstallDirs6.cmake
@@ -46,7 +46,7 @@ where ``<dir>`` is one of (default value
``EXECROOTDIR/lib/<multiarch-tuple`` on Debian)
``LIBEXECDIR``
executables for internal use by programs and libraries (``BINDIR`` on
- Windows, ``LIBDIR/libexec`` otherwise)
+ Windows, ``EXECROOTDIR/libexec`` otherwise)
``CMAKEPACKAGEDIR``
CMake packages, including config files (``LIBDIR/cmake``)
``QTPLUGINDIR``
Index: extra-cmake-modules-5.100.0/kde-modules/KDEInstallDirsCommon.cmake
===================================================================
--- extra-cmake-modules-5.100.0.orig/kde-modules/KDEInstallDirsCommon.cmake
+++ extra-cmake-modules-5.100.0/kde-modules/KDEInstallDirsCommon.cmake
@@ -248,7 +248,7 @@ if(WIN32)
"executables for internal use by programs and libraries"
LIBEXEC_INSTALL_DIR)
else()
- _define_relative(LIBEXECDIR LIBDIR "libexec"
+ _define_relative(LIBEXECDIR EXECROOTDIR "libexec"
"executables for internal use by programs and libraries"
LIBEXEC_INSTALL_DIR)
endif()
2 changes: 1 addition & 1 deletion srcpkgs/extra-cmake-modules/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.100.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_HTML_DOCS=ON"
hostmakedepends="python3-Sphinx qt5-tools"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/frameworkintegration/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'frameworkintegration'
pkgname=frameworkintegration
version=5.100.0
revision=1
revision=2
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
kpackage qt5-host-tools qt5-qmake python3 gettext"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/hotspot/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'hotspot'
pkgname=hotspot
version=1.3.0
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules gettext"
makedepends="qt5-devel qt5-svg-devel kconfigwidgets-devel kcoreaddons-devel
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/k3b/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'k3b'
pkgname=k3b
version=22.04.1
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake gettext
qt5-host-tools kauth kdoctools kcoreaddons"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kactivitymanagerd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kactivitymanagerd'
pkgname=kactivitymanagerd
version=5.26.3
revision=1
revision=2
build_style=cmake
build_helper="qemu"
configure_args="-DBUILD_TESTING=OFF"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kalarm/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kalarm'
pkgname=kalarm
version=22.08.2
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools libxslt kdoctools
kauth kconfig gettext"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kauth/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kauth'
pkgname=kauth
version=5.100.0
revision=1
revision=2
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config kcoreaddons
qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kcmutils/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kcmutils'
pkgname=kcmutils
version=5.100.0
revision=1
revision=2
build_style=cmake
build_helper=qemu
hostmakedepends="kcoreaddons extra-cmake-modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ of cross-build, since these cmake directive lines are always evalued at *their*
else()
include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigCompilerTargets.cmake")
+ if(CMAKE_CROSSCOMPILING)
+ set_target_properties(KF5::kconfig_compiler PROPERTIES IMPORTED_LOCATION_NONE /usr/lib/libexec/kf5/kconfig_compiler_kf5)
+ set_target_properties(KF5::kconfig_compiler PROPERTIES IMPORTED_LOCATION /usr/lib/libexec/kf5/kconfig_compiler_kf5)
+ set_target_properties(KF5::kconfig_compiler PROPERTIES IMPORTED_LOCATION_NONE /usr/libexec/kf5/kconfig_compiler_kf5)
+ set_target_properties(KF5::kconfig_compiler PROPERTIES IMPORTED_LOCATION /usr/libexec/kf5/kconfig_compiler_kf5)
+ endif()
+ if(CMAKE_CROSSCOMPILING)
+ set_target_properties(KF5::kconf_update PROPERTIES IMPORTED_LOCATION_NONE /usr/lib/libexec/kf5/kconf_update)
+ set_target_properties(KF5::kconf_update PROPERTIES IMPORTED_LOCATION /usr/lib/libexec/kf5/kconf_update)
+ set_target_properties(KF5::kconf_update PROPERTIES IMPORTED_LOCATION_NONE /usr/libexec/kf5/kconf_update)
+ set_target_properties(KF5::kconf_update PROPERTIES IMPORTED_LOCATION /usr/libexec/kf5/kconf_update)
+ endif()
endif()
include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigMacros.cmake")
Expand Down
11 changes: 10 additions & 1 deletion srcpkgs/kconfig/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kconfig'
pkgname=kconfig
version=5.100.1
revision=1
revision=2
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools qt5-tools-devel"
makedepends="qt5-devel qt5-tools-devel qt5-declarative-devel"
Expand All @@ -18,6 +18,15 @@ do_check() {
ctest -E 'kconfigcore-kconfigtest'
}

post_install() {
# Backward compatible symlink
vmkdir usr/lib/libexec/kf5
ln -s ../../../libexec/kf5/kconf_update \
${DESTDIR}/usr/lib/libexec/kf5
ln -s ../../../libexec/kf5/kconfig_compiler_kf5 \
${DESTDIR}/usr/lib/libexec/kf5
}

kconfig-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kcron/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kcron'
pkgname=kcron
version=22.04.3
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
kauth pkg-config qt5-host-tools qt5-qmake"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kde-cli-tools/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kde-cli-tools'
pkgname=kde-cli-tools
version=5.26.3
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake"
hostmakedepends="extra-cmake-modules gettext pkg-config kcmutils-devel
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kde-gtk-config5/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kde-gtk-config5'
pkgname=kde-gtk-config5
version=5.26.3
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kdeconnect/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kdeconnect'
pkgname=kdeconnect
version=22.08.2
revision=1
revision=2
build_style=cmake
configure_args="-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner"
hostmakedepends="extra-cmake-modules qt5-host-tools
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kdelibs4support/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kdelibs4support'
pkgname=kdelibs4support
version=5.100.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_DESIGNERPLUGIN=ON
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kdesu/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kdesu'
pkgname=kdesu
version=5.100.0
revision=1
revision=2
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules gettext
qt5-host-tools qt5-qmake python3"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/khelpcenter/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'khelpcenter'
pkgname=khelpcenter
version=22.08.2
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kcoreaddons pkg-config gettext"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kinfocenter/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kinfocenter'
pkgname=kinfocenter
version=5.26.3
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake"
hostmakedepends="extra-cmake-modules gettext pkg-config qt5-host-tools qt5-qmake
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kinit/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kinit'
pkgname=kinit
version=5.100.0
revision=1
revision=2
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules libcap-progs pkg-config
gettext qt5-host-tools qt5-qmake kdoctools"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kio-extras/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kio-extras'
pkgname=kio-extras
version=22.08.2
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKDSOAP_KDWSDL2CPP_COMPILER=/usr/bin/kdwsdl2cpp"
hostmakedepends="extra-cmake-modules pkg-config gperf qt5-qmake qt5-host-tools
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kio/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kio'
pkgname=kio
version=5.100.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_DESIGNERPLUGIN=ON
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kitinerary/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kitinerary'
pkgname=kitinerary
version=22.08.2
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules gettext kcoreaddons pkg-config qt5-host-tools qt5-qmake qt5-tools-devel"
makedepends="kcalendarcore-devel kcontacts-devel kdeclarative-devel kmime-devel
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kpmcore/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kpmcore'
pkgname=kpmcore
version=22.04.1
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules python3 qt5-devel qt5-qmake pkg-config kcoreaddons
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kscreen/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kscreen'
pkgname=kscreen
version=5.26.3
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake"
hostmakedepends="extra-cmake-modules qt5-devel qt5-qmake
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kscreenlocker/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kscreenlocker'
pkgname=kscreenlocker
version=5.26.3
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake"
hostmakedepends="extra-cmake-modules pkg-config kcoreaddons-devel
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/ktexteditor/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ktexteditor'
pkgname=ktexteditor
version=5.100.0
revision=1
revision=2
build_style=cmake
configure_args="
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kwallet-pam/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kwallet-pam'
pkgname=kwallet-pam
version=5.26.3
revision=1
revision=2
build_style=cmake
hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules"
makedepends="libgcrypt-devel pam-devel kwallet-devel"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kwalletmanager/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kwalletmanager'
pkgname=kwalletmanager
version=22.04.3
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules gettext kauth kdoctools pkg-config
qt5-host-tools qt5-qmake"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kwayland/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kwayland'
pkgname=kwayland
version=5.100.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="kcoreaddons pkg-config extra-cmake-modules qt5-host-tools qt5-tools-devel
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kwin/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kwin'
pkgname=kwin
version=5.26.3
revision=1
revision=2
build_style=cmake
build_helper=qemu
configure_args="-DBUILD_TESTING=OFF -DFORCE_CROSSCOMPILED_TOOLS=ON
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kxmlgui/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kxmlgui'
pkgname=kxmlgui
version=5.100.0
revision=1
revision=2
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules kcoreaddons
gettext qt5-qmake qt5-host-tools python3"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/libkscreen/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libkscreen'
pkgname=libkscreen
version=5.26.3
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-x11extras-devel
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/libksysguard/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libksysguard'
pkgname=libksysguard
version=5.26.3
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules gettext kauth qt5-host-tools qt5-qmake
kpackage"
Expand Down
Loading