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

Balló György bgyorgy at archlinux.org
Sun Apr 29 08:12:02 UTC 2018


    Date: Sunday, April 29, 2018 @ 08:12:01
  Author: bgyorgy
Revision: 318444

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-29 08:11:56 UTC (rev 318443)
+++ PKGBUILD	2018-04-29 08:12:01 UTC (rev 318444)
@@ -1,39 +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.3.6
-pkgrel=1
-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
-}

Copied: notepadqq/repos/community-x86_64/PKGBUILD (from rev 318443, notepadqq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-29 08:12:01 UTC (rev 318444)
@@ -0,0 +1,41 @@
+#$Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+
+pkgname=notepadqq
+pkgver=1.4.0
+pkgrel=1
+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=a211c25701e2ac8f64f6603a1b13a306ab63a4a0  # tags/v1.4.0^0
+source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit"
+        "git+https://github.com/notepadqq/CodeMirror.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+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
+}



More information about the arch-commits mailing list