[neon/kde/kate/Neon/release-lts] /: New release
Neon CI
null at kde.org
Thu May 13 09:52:54 BST 2021
Git commit 1179e82c83d36ee08f2dfc28f95d40f63193aa33 by Neon CI.
Committed on 13/05/2021 at 08:52.
Pushed by neon-jenkins into branch 'Neon/release-lts'.
New release
M +6 -0 debian/changelog
M +3 -2 snapcraft.yaml
https://invent.kde.org/neon/kde/kate/commit/1179e82c83d36ee08f2dfc28f95d40f63193aa33
diff --git a/debian/changelog b/debian/changelog
index a2b1724..fe450e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kate (4:21.04.1-0neon) focal; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Thu, 13 May 2021 08:52:44 +0000
+
kate (4:21.04.0-0neon) focal; urgency=medium
* New release
diff --git a/snapcraft.yaml b/snapcraft.yaml
index f4c7d79..3136eac 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -9,7 +9,7 @@ apps:
common-id: org.kde.kate.desktop
command: usr/bin/kate
environment:
- QT_PLUGIN_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/plugins:$SNAPCRAFT_ARCH_TRIPLET/usr/lib/x86_64-linux-gnu
+ QT_PLUGIN_PATH: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/plugins:$SNAPCRAFT_ARCH_TRIPLET/usr/lib/x86_64-linux-gnu"
package-repositories:
- type: apt
components:
@@ -42,7 +42,7 @@ parts:
- libqt5quick5
- libqt5sql5
- libeditorconfig0
- source: http://download.kde.org/stable/release-service/21.04.0/src/kate-21.04.0.tar.xz
+ source: http://download.kde.org/stable/release-service/21.04.1/src/kate-21.04.1.tar.xz
cmake-parameters:
- "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
- "-DCMAKE_INSTALL_PREFIX=/usr"
@@ -64,3 +64,4 @@ parts:
- "-usr/lib/aspell/*"
prime:
- "$exclusion"
+version: 21.04.1
More information about the Neon-commits
mailing list