[arch-commits] Commit in manuskript/trunk (PKGBUILD manuskript.appdata.xml)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jun 15 21:11:19 UTC 2022
Date: Wednesday, June 15, 2022 @ 21:11:19
Author: arojas
Revision: 1238052
Update to 0.14.0
Modified:
manuskript/trunk/PKGBUILD
Deleted:
manuskript/trunk/manuskript.appdata.xml
------------------------+
PKGBUILD | 15 ++++++---------
manuskript.appdata.xml | 33 ---------------------------------
2 files changed, 6 insertions(+), 42 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-15 20:53:12 UTC (rev 1238051)
+++ PKGBUILD 2022-06-15 21:11:19 UTC (rev 1238052)
@@ -1,7 +1,7 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=manuskript
-pkgver=0.13.1
+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')
@@ -12,10 +12,8 @@
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')
+source=("https://github.com/olivierkes/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5d7326e4f9941e83a74e186d502c82306b8ae66dccf806bf0bc016e0e933d0ae')
prepare() {
cd "$pkgname-$pkgver"
@@ -25,8 +23,7 @@
rm -r libs/pdf.js
# Use themed icon
- sed -i 's|Icon=.*|Icon=manuskript|' package/create_deb/manuskript.desktop
-
+ sed -i 's|Icon=.*|Icon=manuskript|' resources/ch.theologeek.Manuskript.desktop
}
package() {
@@ -34,8 +31,8 @@
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 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
Deleted: manuskript.appdata.xml
===================================================================
--- manuskript.appdata.xml 2022-06-15 20:53:12 UTC (rev 1238051)
+++ manuskript.appdata.xml 2022-06-15 21:11:19 UTC (rev 1238052)
@@ -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