[arch-commits] Commit in feathernotes/repos/community-x86_64 (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Dec 22 22:20:14 UTC 2020
Date: Tuesday, December 22, 2020 @ 22:20:14
Author: arojas
Revision: 783082
archrelease: copy trunk to community-x86_64
Added:
feathernotes/repos/community-x86_64/PKGBUILD
(from rev 783081, feathernotes/trunk/PKGBUILD)
feathernotes/repos/community-x86_64/feathernotes.appdata.xml
(from rev 783081, feathernotes/trunk/feathernotes.appdata.xml)
Deleted:
feathernotes/repos/community-x86_64/PKGBUILD
feathernotes/repos/community-x86_64/feathernotes.appdata.xml
--------------------------+
PKGBUILD | 60 +++++++++++++++++------------------
feathernotes.appdata.xml | 76 ++++++++++++++++++++++-----------------------
2 files changed, 68 insertions(+), 68 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-22 22:20:02 UTC (rev 783081)
+++ PKGBUILD 2020-12-22 22:20:14 UTC (rev 783082)
@@ -1,30 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Peter Mattern <pmattern at arcor dot de>
-
-pkgname=feathernotes
-pkgver=0.7.0
-pkgrel=3
-pkgdesc='Lightweight Qt hierarchical notes-manager'
-arch=(x86_64)
-url='https://github.com/tsujan/FeatherNotes'
-license=(GPL3)
-depends=(hicolor-icon-theme hunspell qt5-svg qt5-translations qt5-x11extras)
-makedepends=(qt5-tools)
-source=("https://github.com/tsujan/FeatherNotes/releases/download/V$pkgver/FeatherNotes-$pkgver.tar.xz"{,.asc}
- "feathernotes.appdata.xml")
-sha256sums=('f523e1aa23017d960dd82469fa35a14a98fea9833760192dd83da0d9bc306751'
- 'SKIP'
- '064e5dbf74cfa4c5932fbe6e516d29f8ed3caf489b30c2a01c71d488ac822ae6')
-validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
-
-build() {
- cd FeatherNotes-$pkgver
- qmake PREFIX=/usr WITH_HUNSPELL=YES
- make
-}
-
-package() {
- cd FeatherNotes-$pkgver
- make INSTALL_ROOT="$pkgdir" install
- install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-}
Copied: feathernotes/repos/community-x86_64/PKGBUILD (from rev 783081, feathernotes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-22 22:20:14 UTC (rev 783082)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Peter Mattern <pmattern at arcor dot de>
+
+pkgname=feathernotes
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Lightweight Qt hierarchical notes-manager'
+arch=(x86_64)
+url='https://github.com/tsujan/FeatherNotes'
+license=(GPL3)
+depends=(hicolor-icon-theme hunspell qt5-svg qt5-translations qt5-x11extras)
+makedepends=(qt5-tools)
+source=("https://github.com/tsujan/FeatherNotes/releases/download/V$pkgver/FeatherNotes-$pkgver.tar.xz"{,.asc}
+ "feathernotes.appdata.xml")
+sha256sums=('9b9a85ce82e67001c5e7b575f09ad4a4d2c14501d79532c902d8d10d7043fc41'
+ 'SKIP'
+ '064e5dbf74cfa4c5932fbe6e516d29f8ed3caf489b30c2a01c71d488ac822ae6')
+validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
+
+build() {
+ cd FeatherNotes-$pkgver
+ qmake PREFIX=/usr WITH_HUNSPELL=YES
+ make
+}
+
+package() {
+ cd FeatherNotes-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+ install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}
Deleted: feathernotes.appdata.xml
===================================================================
--- feathernotes.appdata.xml 2020-12-22 22:20:02 UTC (rev 783081)
+++ feathernotes.appdata.xml 2020-12-22 22:20:14 UTC (rev 783082)
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
- <id>com.github.FeatherNotes</id>
- <launchable type="desktop-id">feathernotes.desktop</launchable>
- <name>FeatherNotes</name>
- <summary>Lightweight notes manager</summary>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-3.0</project_license>
- <description>
- <p>FeatherNotes is a lightweight Qt5 hierarchical notes-manager for Linux. It is independent of any desktop environment and has:</p>
- <ul>
- <li>Support for rich text formatting, image embedding and inserting editable tables</li>
- <li>Drag-and-drop capability for moving nodes and also for embedding images</li>
- <li>A tray icon for quick access on any desktop;</li>
- <li>Correct position/size saving and restoring with most window managers</li>
- <li>Compact but complete search and replacement widgets</li>
- <li>The ability to include searchable tags (hidden info on each node)</li>
- <li>Support for optional node icons</li>
- <li>Support for local and remote hyperlinks (bookmarks)</li>
- <li>Text zooming</li>
- <li>Printing and exporting to HTML and PDF</li>
- <li>Password protection</li>
- <li>Auto-saving</li>
- <li>Optional spell checking with Hunspell</li>
- <li>Other features that can be found in its settings, on its menus or when it is actually used.</li>
- </ul>
- </description>
- <screenshots>
- <screenshot type="default">
- <image>https://raw.githubusercontent.com/tsujan/FeatherNotes/master/screenshots/FeatherNotes.png</image>
- </screenshot>
- </screenshots>
- <url type="bugtracker">https://github.com/tsujan/FeatherNotes/issues</url>
- <url type="homepage">https://github.com/tsujan/FeatherNotes</url>
- <developer_name>Pedram Pourang, a.k.a. Tsu Jan</developer_name>
- <update_contact>tsujan2000 at gmail.com</update_contact>
- <translation type="qt">feathernotes</translation>
-</component>
Copied: feathernotes/repos/community-x86_64/feathernotes.appdata.xml (from rev 783081, feathernotes/trunk/feathernotes.appdata.xml)
===================================================================
--- feathernotes.appdata.xml (rev 0)
+++ feathernotes.appdata.xml 2020-12-22 22:20:14 UTC (rev 783082)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>com.github.FeatherNotes</id>
+ <launchable type="desktop-id">feathernotes.desktop</launchable>
+ <name>FeatherNotes</name>
+ <summary>Lightweight notes manager</summary>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-3.0</project_license>
+ <description>
+ <p>FeatherNotes is a lightweight Qt5 hierarchical notes-manager for Linux. It is independent of any desktop environment and has:</p>
+ <ul>
+ <li>Support for rich text formatting, image embedding and inserting editable tables</li>
+ <li>Drag-and-drop capability for moving nodes and also for embedding images</li>
+ <li>A tray icon for quick access on any desktop;</li>
+ <li>Correct position/size saving and restoring with most window managers</li>
+ <li>Compact but complete search and replacement widgets</li>
+ <li>The ability to include searchable tags (hidden info on each node)</li>
+ <li>Support for optional node icons</li>
+ <li>Support for local and remote hyperlinks (bookmarks)</li>
+ <li>Text zooming</li>
+ <li>Printing and exporting to HTML and PDF</li>
+ <li>Password protection</li>
+ <li>Auto-saving</li>
+ <li>Optional spell checking with Hunspell</li>
+ <li>Other features that can be found in its settings, on its menus or when it is actually used.</li>
+ </ul>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://raw.githubusercontent.com/tsujan/FeatherNotes/master/screenshots/FeatherNotes.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="bugtracker">https://github.com/tsujan/FeatherNotes/issues</url>
+ <url type="homepage">https://github.com/tsujan/FeatherNotes</url>
+ <developer_name>Pedram Pourang, a.k.a. Tsu Jan</developer_name>
+ <update_contact>tsujan2000 at gmail.com</update_contact>
+ <translation type="qt">feathernotes</translation>
+</component>
More information about the arch-commits
mailing list