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

2018-12-26 Thread Balló György via arch-commits
Date: Thursday, December 27, 2018 @ 00:14:53
  Author: bgyorgy
Revision: 418190

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   86 +++--
 1 file changed, 45 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-27 00:14:48 UTC (rev 418189)
+++ PKGBUILD2018-12-27 00:14:53 UTC (rev 418190)
@@ -1,41 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-
-pkgname=notepadqq
-pkgver=1.4.8
-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=b371c5686e483b93e97c1b4dc5b8a9bb5604c760  # tags/v1.4.8^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
-}

Copied: notepadqq/repos/community-x86_64/PKGBUILD (from rev 418189, 
notepadqq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-27 00:14:53 UTC (rev 418190)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+pkgname=notepadqq
+pkgver=1.4.8
+pkgrel=2
+pkgdesc='Notepad++-like text editor for Linux'
+arch=('x86_64')
+url='https://notepadqq.altervista.org/'
+license=('GPL3')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
+makedepends=('git' 'qt5-tools')
+options=('!emptydirs')
+_commit=b371c5686e483b93e97c1b4dc5b8a9bb5604c760  # tags/v1.4.8^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
+
+  # Fixes to the appdata file
+  git cherry-pick -n b8394792a002debd85574aeb79800d6ba46a6b20
+  git cherry-pick -n 6b80d126341243f84eb02a1863320d1bc4b9bd53
+  git cherry-pick -n 3c16a4134855639ff23b3275a0ceac3dcc30a2da
+}
+
+build() {
+  cd $pkgname
+  qmake-qt5 PREFIX=/usr LRELEASE=/usr/bin/lrelease notepadqq.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-05-20 Thread Balló György via arch-commits
Date: Sunday, May 20, 2018 @ 17:10:11
  Author: bgyorgy
Revision: 325452

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-20 17:10:06 UTC (rev 325451)
+++ PKGBUILD2018-05-20 17:10:11 UTC (rev 325452)
@@ -1,41 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-
-pkgname=notepadqq
-pkgver=1.4.4
-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=8044f02c69f002ae3bb913fb3da16a6afe975b24  # tags/v1.4.4^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
-}

Copied: notepadqq/repos/community-x86_64/PKGBUILD (from rev 325451, 
notepadqq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-20 17:10:11 UTC (rev 325452)
@@ -0,0 +1,41 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+pkgname=notepadqq
+pkgver=1.4.8
+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=b371c5686e483b93e97c1b4dc5b8a9bb5604c760  # tags/v1.4.8^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
+}


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

2018-05-02 Thread Balló György via arch-commits
Date: Wednesday, May 2, 2018 @ 09:02:46
  Author: bgyorgy
Revision: 318654

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-02 09:02:40 UTC (rev 318653)
+++ PKGBUILD2018-05-02 09:02:46 UTC (rev 318654)
@@ -1,41 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-
-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
-}

Copied: notepadqq/repos/community-x86_64/PKGBUILD (from rev 318653, 
notepadqq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-02 09:02:46 UTC (rev 318654)
@@ -0,0 +1,41 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+pkgname=notepadqq
+pkgver=1.4.4
+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=8044f02c69f002ae3bb913fb3da16a6afe975b24  # tags/v1.4.4^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
+}


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

2018-04-29 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-04-29 08:11:56 UTC (rev 318443)
+++ PKGBUILD2018-04-29 08:12:01 UTC (rev 318444)
@@ -1,39 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-
-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)
+++ PKGBUILD2018-04-29 08:12:01 UTC (rev 318444)
@@ -0,0 +1,41 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+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
+}


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

2018-04-24 Thread Balló György via arch-commits
Date: Tuesday, April 24, 2018 @ 13:04:50
  Author: bgyorgy
Revision: 317553

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 13:04:42 UTC (rev 317552)
+++ PKGBUILD2018-04-24 13:04:50 UTC (rev 317553)
@@ -1,39 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-
-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
-}

Copied: notepadqq/repos/community-x86_64/PKGBUILD (from rev 317552, 
notepadqq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 13:04:50 UTC (rev 317553)
@@ -0,0 +1,39 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+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
+}


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

2018-01-11 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-01-12 00:06:40 UTC (rev 281514)
+++ PKGBUILD2018-01-12 00:06:47 UTC (rev 281515)
@@ -1,36 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-
-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)
+++ PKGBUILD2018-01-12 00:06:47 UTC (rev 281515)
@@ -0,0 +1,39 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+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
+}