[arch-commits] Commit in retext/trunk (PKGBUILD enchant.patch)

Jiachen Yang farseerfc at archlinux.org
Thu Apr 7 12:42:03 UTC 2016


    Date: Thursday, April 7, 2016 @ 14:42:03
  Author: farseerfc
Revision: 169652

upgpkg: retext 5.3.1-1

update retext 5.3.1-1

Modified:
  retext/trunk/PKGBUILD
Deleted:
  retext/trunk/enchant.patch

---------------+
 PKGBUILD      |   14 +++-----------
 enchant.patch |   13 -------------
 2 files changed, 3 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-07 12:23:04 UTC (rev 169651)
+++ PKGBUILD	2016-04-07 12:42:03 UTC (rev 169652)
@@ -6,8 +6,8 @@
 # Contributor: menta
 
 pkgname=retext
-pkgver=5.3.0
-pkgrel=4
+pkgver=5.3.1
+pkgrel=1
 pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
 arch=('any')
 url="https://github.com/retext-project/retext"
@@ -20,23 +20,15 @@
             'python-docutils: for reStructuredText language support'
             'python-pyenchant: for spell checking support')
 source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz"
-        "enchant.patch"
         "x-retext-markdown.xml"
         "x-retext-rst.xml")
 install="${pkgname}".install
-sha256sums=('dcb39f0e53b02f8ad599b3091c1af096ca474a2ccaeb1321da38deeb982187c1'
-            '4c324cd3afa0dadb150d2722704e91342c0684d42223f2a07de260bee22436c0'
+sha256sums=('917382e521646ca97bc36d05cc6694640b6f582bd77118dd57273957c72f0c11'
             'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
             '6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
 
 prepare () {
     cd "$srcdir/retext-${pkgver}"
-    sed -i "s/, env={'QT_SELECT': 'qt5'}//g" setup.py
-
-    # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812149
-    # https://github.com/retext-project/retext/issues/193
-    # https://github.com/retext-project/retext/commit/39603255072313423a17d9207c6b1ec613d9825b
-    patch -p1 --verbose <"${srcdir}/enchant.patch"
 }
 
 build () {

Deleted: enchant.patch
===================================================================
--- enchant.patch	2016-04-07 12:23:04 UTC (rev 169651)
+++ enchant.patch	2016-04-07 12:42:03 UTC (rev 169652)
@@ -1,13 +0,0 @@
-diff --git a/ReText/tab.py b/ReText/tab.py
-index 42e080a..eb8aa11 100644
---- a/ReText/tab.py
-+++ b/ReText/tab.py
-@@ -48,7 +48,7 @@ class ReTextTab(QObject):
- 		textDocument = self.editBox.document()
- 		self.highlighter = ReTextHighlighter(textDocument)
- 		if enchant_available and parent.actionEnableSC.isChecked():
--			self.highlighter.dictionary = enchant.Dict(parent.sl)
-+			self.highlighter.dictionary = enchant.Dict(parent.sl or None)
- 			self.highlighter.rehighlight()
- 		self.highlighter.docType = self.markup.name
- 



More information about the arch-commits mailing list