[arch-commits] Commit in notepadqq (5 files)

Balló György bgyorgy at archlinux.org
Sun Feb 19 17:22:34 UTC 2017


    Date: Sunday, February 19, 2017 @ 17:22:33
  Author: bgyorgy
Revision: 213134

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

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

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

Copied: notepadqq/repos/community-i686/PKGBUILD (from rev 213133, notepadqq/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-02-19 17:22:33 UTC (rev 213134)
@@ -0,0 +1,37 @@
+#$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 213133, notepadqq/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-02-19 17:22:33 UTC (rev 213134)
@@ -0,0 +1,37 @@
+#$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
+}



More information about the arch-commits mailing list