[graphics/krita/krita/5.0] /: Set KRITA_STABLE_BRANCH so the nightly pulls the stable translations
Alvin Wong
null at kde.org
Tue Jul 13 15:33:30 BST 2021
Git commit b2cb237cf09ed0bbe536d369fe03abda90800df9 by Alvin Wong.
Committed on 13/07/2021 at 14:32.
Pushed by alvinwong into branch 'krita/5.0'.
Set KRITA_STABLE_BRANCH so the nightly pulls the stable translations
CCMAIL: kimageshop at kde.org
M +1 -1 CMakeLists.txt
https://invent.kde.org/graphics/krita/commit/b2cb237cf09ed0bbe536d369fe03abda90800df9
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 899b19afd7..1d9eb72aec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -103,7 +103,7 @@ set(KRITA_VERSION_RELEASE 0)
set(KRITA_VERSION_REVISION 0)
# Uncomment the following if this is currently in the "stable" branch.
# Do not uncomment for master branch.
-#set(KRITA_STABLE_BRANCH 1)
+set(KRITA_STABLE_BRANCH 1)
set(KRITA_ALPHA 1) # uncomment only for Alpha
#set(KRITA_BETA 1) # uncomment only for Beta
#set(KRITA_RC 1) # uncomment only for RC
More information about the kimageshop
mailing list