[arch-commits] Commit in manuskript/repos/community-any (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Wed Jun 15 21:11:31 UTC 2022


    Date: Wednesday, June 15, 2022 @ 21:11:31
  Author: arojas
Revision: 1238053

archrelease: copy trunk to community-any

Added:
  manuskript/repos/community-any/PKGBUILD
    (from rev 1238052, manuskript/trunk/PKGBUILD)
Deleted:
  manuskript/repos/community-any/PKGBUILD
  manuskript/repos/community-any/manuskript.appdata.xml

------------------------+
 PKGBUILD               |   85 ++++++++++++++++++++++-------------------------
 manuskript.appdata.xml |   33 ------------------
 2 files changed, 41 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-15 21:11:19 UTC (rev 1238052)
+++ PKGBUILD	2022-06-15 21:11:31 UTC (rev 1238053)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=manuskript
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='Provides a rich environment to help writers create their first draft and then further refine and edit their masterpiece'
-arch=('any')
-url='https://www.theologeek.ch/manuskript/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'python-lxml' 'python-markdown' 'python-pyenchant' 'python-pyqt5'
-         'qt5-svg')
-optdepends=('qt5-webengine: preview PDF export'
-            'pandoc: export to various formats'
-            'pdfjs: preview PDF export')
-source=("https://github.com/olivierkes/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        'manuskript.appdata.xml')
-sha256sums=('a90ad6197210539795507d238d17c001912225283ed2b8142380fac5a063bebf'
-            '6b58aeec4b6d2c3e8ec0465f234f45b1ee5d489ea874229239f4e66ea8dfcdec')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Unbundle pdfjs
-  sed -i "s|\"+appPath('libs/pdf.js/web/viewer.html')|/usr/share/pdf.js/web/viewer.html\"|" manuskript/ui/views/PDFViewer.py
-  rm -r libs/pdf.js
-
-  # Use themed icon
-  sed -i 's|Icon=.*|Icon=manuskript|' package/create_deb/manuskript.desktop
-
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -dm755 "$pkgdir/usr/share/manuskript/"
-  cp -r manuskript icons i18n sample-projects resources "$pkgdir/usr/share/manuskript/"
-  install -Dm755 package/create_deb/manuskript "$pkgdir/usr/bin/manuskript"
-  install -Dm644 package/create_deb/manuskript.desktop "$pkgdir/usr/share/applications/manuskript.desktop"
-  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-  install -Dm644 icons/Manuskript/manuskript.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/manuskript.svg"
-
-  for i in 16 32 64 128 256 512; do
-    install -Dm644 icons/Manuskript/icon-${i}px.png "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/manuskript.png"
-  done
-}

Copied: manuskript/repos/community-any/PKGBUILD (from rev 1238052, manuskript/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-15 21:11:31 UTC (rev 1238053)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=manuskript
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Provides a rich environment to help writers create their first draft and then further refine and edit their masterpiece'
+arch=('any')
+url='https://www.theologeek.ch/manuskript/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'python-lxml' 'python-markdown' 'python-pyenchant' 'python-pyqt5'
+         'qt5-svg')
+optdepends=('qt5-webengine: preview PDF export'
+            'pandoc: export to various formats'
+            'pdfjs: preview PDF export')
+source=("https://github.com/olivierkes/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5d7326e4f9941e83a74e186d502c82306b8ae66dccf806bf0bc016e0e933d0ae')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Unbundle pdfjs
+  sed -i "s|\"+appPath('libs/pdf.js/web/viewer.html')|/usr/share/pdf.js/web/viewer.html\"|" manuskript/ui/views/PDFViewer.py
+  rm -r libs/pdf.js
+
+  # Use themed icon
+  sed -i 's|Icon=.*|Icon=manuskript|' resources/ch.theologeek.Manuskript.desktop
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir/usr/share/manuskript/"
+  cp -r manuskript icons i18n sample-projects resources "$pkgdir/usr/share/manuskript/"
+  install -Dm755 package/create_deb/manuskript "$pkgdir/usr/bin/manuskript"
+  install -Dm644 resources/ch.theologeek.Manuskript.desktop -t "$pkgdir/usr/share/applications"
+  install -Dm644 resources/ch.theologeek.Manuskript.appdata.xml -t "$pkgdir/usr/share/metainfo"
+  install -Dm644 icons/Manuskript/manuskript.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/manuskript.svg"
+
+  for i in 16 32 64 128 256 512; do
+    install -Dm644 icons/Manuskript/icon-${i}px.png "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/manuskript.png"
+  done
+}

Deleted: manuskript.appdata.xml
===================================================================
--- manuskript.appdata.xml	2022-06-15 21:11:19 UTC (rev 1238052)
+++ manuskript.appdata.xml	2022-06-15 21:11:31 UTC (rev 1238053)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>ch.theologeek.manuskript</id>
-  <launchable type="desktop-id">manuskript.desktop</launchable>
-  <name>Manuskript</name>
-  <summary>An open source tool for writers</summary>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-3.0</project_license>
-  <description>
-    <p>Manuskript provides a rich environment to help writers create their first draft and then further refine and edit their masterpiece.</p>
-    <p>With Manuskript you can:</p>
-    <ul>
-      <li>Grow your premise from one sentence, to a paragraph, to a full summary</li>
-      <li>Create characters</li>
-      <li>Conceive plots</li>
-      <li>Construct outlines (Outline mode and/or Index cards)</li>
-      <li>Write with focus (Distraction free mode)</li>
-      <li>Build worlds</li>
-      <li>Track items</li>
-      <li>Edit and re-organize chapters and scenes</li>
-      <li>View Story line</li>
-      <li>Compose with fiction or non-fiction templates and writing modes</li>
-      <li>Import and export document formats such as HTML, ePub, OpenDocument, DocX, and more</li>
-    </ul>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      <image>https://www.theologeek.ch/manuskript/wp-content/uploads/2017/11/manuskript-0.5.0-main-view.jpg</image>
-    </screenshot>
-  </screenshots>
-  <url type="bugtracker">https://github.com/olivierkes/manuskript/issues</url>
-  <url type="homepage">https://www.theologeek.ch/manuskript/</url>
-</component>



More information about the arch-commits mailing list