From 4195131e41098df5715bdf5f3c05160e8554bc23 Mon Sep 17 00:00:00 2001 From: Thiago Sueto Date: Apr 10 2025 21:21:17 +0000 Subject: Add links to KDE SIG wiki and RPM macros page --- diff --git a/guidelines/modules/ROOT/pages/KDEPackaging.adoc b/guidelines/modules/ROOT/pages/KDEPackaging.adoc index c593a74..88e1bd9 100644 --- a/guidelines/modules/ROOT/pages/KDEPackaging.adoc +++ b/guidelines/modules/ROOT/pages/KDEPackaging.adoc @@ -2,7 +2,7 @@ :last-reviewed: 2024-01-02 -This document outlines the best practices for packaging software using the KDE frameworks, for use in Fedora. +This document outlines the best practices for packaging software using the KDE frameworks, for use by the https://fedoraproject.org/wiki/SIGs/KDE[Fedora KDE SIG]. == Build Dependencies @@ -19,7 +19,7 @@ BuildRequires: kf6-rpm-macros == Available Macros -The following macros are used in the building of KDE packages. Note that the version of macros (i.e. `%cmake_kf5` and `%cmake_kf6`) can be changed depending on which version of Plasma you are building for. +The following xref:RPMMacros.adoc[RPM macros] are used in the building of KDE packages. Note that the version of macros (i.e. `%cmake_kf5` and `%cmake_kf6`) can be changed depending on which version of Plasma you are building for. `+%cmake_kf6+`:: Not unlike `+%cmake+`, this macro defines CFLAGS, LDFLAGS, etc. and calls `+%__cmake+`