[arch-commits] Commit in notepadqq/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Friday, January 12, 2018 @ 00:06:47
  Author: bgyorgy
Revision: 281515

archrelease: copy trunk to community-x86_64

Added:
  notepadqq/repos/community-x86_64/PKGBUILD
    (from rev 281514, notepadqq/trunk/PKGBUILD)
Deleted:
  notepadqq/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 39 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-12 00:06:40 UTC (rev 281514)
+++ PKGBUILD	2018-01-12 00:06:47 UTC (rev 281515)
@@ -1,36 +0,0 @@
-#$Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-
-pkgname=notepadqq
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Notepad++-like text editor for Linux'
-arch=('i686' 'x86_64')
-url='http://notepadqq.altervista.org/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
-makedepends=('git' 'qt5-tools')
-options=('!emptydirs')
-_commit=ab074d30e02d49e0fe6957c1523e7fed239aff7d  # tags/v1.2.0
-source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit"
-        "git+https://github.com/notepadqq/CodeMirror.git")
-sha256sums=('SKIP'
-            'SKIP')
-
-prepare() {
-  cd $pkgname
-  git config submodule.src/editor/libs/codemirror.url "$srcdir/CodeMirror"
-  git submodule update --init
-}
-
-build() {
-  cd $pkgname
-  qmake-qt5 PREFIX=/usr LRELEASE=/usr/bin/lrelease notepadqq.pro
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: notepadqq/repos/community-x86_64/PKGBUILD (from rev 281514, notepadqq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-12 00:06:47 UTC (rev 281515)
@@ -0,0 +1,39 @@
+#$Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+
+pkgname=notepadqq
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Notepad++-like text editor for Linux'
+arch=('x86_64')
+url='https://notepadqq.altervista.org/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
+makedepends=('git' 'qt5-tools')
+options=('!emptydirs')
+_commit=ab074d30e02d49e0fe6957c1523e7fed239aff7d  # tags/v1.2.0
+source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit"
+        "git+https://github.com/notepadqq/CodeMirror.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+prepare() {
+  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() {
+  cd $pkgname
+  qmake-qt5 PREFIX=/usr LRELEASE=/usr/bin/lrelease notepadqq.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list