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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 03:49:56 UTC 2022


    Date: Monday, April 25, 2022 @ 03:49:56
  Author: allan
Revision: 1189868

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 03:49:40 UTC (rev 1189867)
+++ PKGBUILD	2022-04-25 03:49:56 UTC (rev 1189868)
@@ -1,50 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-
-pkgname=notepadqq
-pkgver=1.4.8
-pkgrel=5
-pkgdesc='Notepad++-like text editor for Linux'
-arch=('x86_64')
-url='https://notepadqq.com/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
-makedepends=('git' 'qt5-tools')
-optdepends=('mathjax2: Math rendering')
-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
-
-  # Unbundle MathJax
-  sed -i 's|libs/MathJax/MathJax|../../mathjax2/MathJax|' src/editor/features/latex/latex.js
-  sed -i '/MathJax/d' src/editor/Makefile
-}
-
-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 1189867, notepadqq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 03:49:56 UTC (rev 1189868)
@@ -0,0 +1,50 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+
+pkgname=notepadqq
+pkgver=1.4.8
+pkgrel=6
+pkgdesc='Notepad++-like text editor for Linux'
+arch=('x86_64')
+url='https://notepadqq.com/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
+makedepends=('git' 'qt5-tools')
+optdepends=('mathjax2: Math rendering')
+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
+
+  # Unbundle MathJax
+  sed -i 's|libs/MathJax/MathJax|../../mathjax2/MathJax|' src/editor/features/latex/latex.js
+  sed -i '/MathJax/d' src/editor/Makefile
+}
+
+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