[arch-commits] Commit in notepadqq/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Jan 12 00:06:41 UTC 2018


    Date: Friday, January 12, 2018 @ 00:06:40
  Author: bgyorgy
Revision: 281514

upgpkg: notepadqq 1.2.0-2

Fix Qt5 version detection

Modified:
  notepadqq/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-12 00:05:53 UTC (rev 281513)
+++ PKGBUILD	2018-01-12 00:06:40 UTC (rev 281514)
@@ -4,7 +4,7 @@
 
 pkgname=notepadqq
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Notepad++-like text editor for Linux'
 arch=('x86_64')
 url='https://notepadqq.altervista.org/'
@@ -22,6 +22,9 @@
   cd $pkgname
   git config submodule.src/editor/libs/codemirror.url "$srcdir/CodeMirror"
   git submodule update --init
+
+  # Fix Qt5 version detection
+  git cherry-pick -n c340237e3f795c1bbf53259ed812b97f6dfee737
 }
 
 build() {



More information about the arch-commits mailing list