[arch-commits] Commit in deepin-editor/trunk (PKGBUILD fix-include.patch)

Felix Yan felixonmars at gemini.archlinux.org
Sun Sep 4 20:38:13 UTC 2022


    Date: Sunday, September 4, 2022 @ 20:38:13
  Author: felixonmars
Revision: 1292912

upgpkg: deepin-editor 5.10.34-1

Modified:
  deepin-editor/trunk/PKGBUILD
Deleted:
  deepin-editor/trunk/fix-include.patch

-------------------+
 PKGBUILD          |   13 +++----------
 fix-include.patch |   36 ------------------------------------
 2 files changed, 3 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-04 20:35:09 UTC (rev 1292911)
+++ PKGBUILD	2022-09-04 20:38:13 UTC (rev 1292912)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=deepin-editor
-pkgver=5.10.33
+pkgver=5.10.34
 pkgrel=1
 pkgdesc='Simple editor for Deepin'
 arch=('x86_64')
@@ -10,16 +10,9 @@
 depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 'syntax-highlighting' 'libchardet' 'uchardet')
 makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz"
-        fix-include.patch)
-sha512sums=('cef3ec65a1ee83bcd81e574646256d216e9a420fa83cbf9a2597e09e1781af094999714674b093bd75dae389b884226ef1f702812d2f495633f2de93058cf41e'
-            '95809c705ab47c5c670a32605b815742225929db49cf0a62ff2cf82c1ff6ffeb190731fbee2a8e7002457fe072efc9fff741309655b7bfeeb3d06d240aa66750')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
+sha512sums=('7157074a28f5787f64bfd242237f100df3c1483719b4fc0d3be8453a373d81e85e52f097e83b259563c49a5a3a8f3a7e81b649d13b7e0864e57af2f0f2673e40')
 
-prepare() {
-  cd deepin-editor-$pkgver
-  patch -p1 -i ../fix-include.patch
-}
-
 build() {
   cd deepin-editor-$pkgver
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .

Deleted: fix-include.patch
===================================================================
--- fix-include.patch	2022-09-04 20:35:09 UTC (rev 1292911)
+++ fix-include.patch	2022-09-04 20:38:13 UTC (rev 1292912)
@@ -1,36 +0,0 @@
-diff --git a/src/editor/dtextedit.cpp b/src/editor/dtextedit.cpp
-index 473a557d..da322f69 100644
---- a/src/editor/dtextedit.cpp
-+++ b/src/editor/dtextedit.cpp
-@@ -33,9 +33,9 @@
- #include "insertblockbytextcommond.h"
- 
- 
--#include <KF5/KSyntaxHighlighting/definition.h>
--#include <KF5/KSyntaxHighlighting/syntaxhighlighter.h>
--#include <KF5/KSyntaxHighlighting/theme.h>
-+#include <KSyntaxHighlighting/definition.h>
-+#include <KSyntaxHighlighting/syntaxhighlighter.h>
-+#include <KSyntaxHighlighting/theme.h>
- 
- #include <QAbstractTextDocumentLayout>
- #include <QTextDocumentFragment>
-diff --git a/src/editor/showflodcodewidget.h b/src/editor/showflodcodewidget.h
-index def67adc..5d2e5b7b 100644
---- a/src/editor/showflodcodewidget.h
-+++ b/src/editor/showflodcodewidget.h
-@@ -23,10 +23,10 @@
- #include <DFrame>
- #include <DPlainTextEdit>
- #include <DApplicationHelper>
--#include <KF5/KSyntaxHighlighting/repository.h>
--#include <KF5/KSyntaxHighlighting/definition.h>
--#include <KF5/KSyntaxHighlighting/syntaxhighlighter.h>
--#include <KF5/KSyntaxHighlighting/theme.h>
-+#include <KSyntaxHighlighting/repository.h>
-+#include <KSyntaxHighlighting/definition.h>
-+#include <KSyntaxHighlighting/syntaxhighlighter.h>
-+#include <KSyntaxHighlighting/theme.h>
- 
- DWIDGET_USE_NAMESPACE
- 



More information about the arch-commits mailing list