[arch-commits] Commit in notepadqq/repos (4 files)

Balló György bgyorgy at archlinux.org
Sun Oct 15 15:35:18 UTC 2017


    Date: Sunday, October 15, 2017 @ 15:35:17
  Author: bgyorgy
Revision: 262923

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 ----------------------
 community-x86_64/PKGBUILD |   37 ----------------------
 3 files changed, 72 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-15 15:35:07 UTC (rev 262922)
+++ community-i686/PKGBUILD	2017-10-15 15:35:17 UTC (rev 262923)
@@ -1,37 +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.0.1
-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=695b38b975e4c88e4f132feb466c03f3f8e7fa7c  # tags/v1.0.1^0
-_commit_codemirror=08b8b7b0d4a2168756829d421649ca149e3cc151
-source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit"
-        "git+https://github.com/notepadqq/CodeMirror.git#commit=$_commit_codemirror")
-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-i686/PKGBUILD (from rev 262922, notepadqq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-15 15:35:17 UTC (rev 262923)
@@ -0,0 +1,36 @@
+#$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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-15 15:35:07 UTC (rev 262922)
+++ community-x86_64/PKGBUILD	2017-10-15 15:35:17 UTC (rev 262923)
@@ -1,37 +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.0.1
-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=695b38b975e4c88e4f132feb466c03f3f8e7fa7c  # tags/v1.0.1^0
-_commit_codemirror=08b8b7b0d4a2168756829d421649ca149e3cc151
-source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit"
-        "git+https://github.com/notepadqq/CodeMirror.git#commit=$_commit_codemirror")
-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 262922, notepadqq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-15 15:35:17 UTC (rev 262923)
@@ -0,0 +1,36 @@
+#$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
+}



More information about the arch-commits mailing list