[arch-commits] Commit in featherpad/repos/community-x86_64 (4 files)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Sun Jan 16 11:44:19 UTC 2022


    Date: Sunday, January 16, 2022 @ 11:44:19
  Author: jlichtblau
Revision: 1105983

archrelease: copy trunk to community-x86_64

Added:
  featherpad/repos/community-x86_64/PKGBUILD
    (from rev 1105982, featherpad/trunk/PKGBUILD)
  featherpad/repos/community-x86_64/featherpad.appdata.xml
    (from rev 1105982, featherpad/trunk/featherpad.appdata.xml)
Deleted:
  featherpad/repos/community-x86_64/PKGBUILD
  featherpad/repos/community-x86_64/featherpad.appdata.xml

------------------------+
 PKGBUILD               |   57 +++++++++++++++--------------
 featherpad.appdata.xml |   90 +++++++++++++++++++++++------------------------
 2 files changed, 74 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 11:44:11 UTC (rev 1105982)
+++ PKGBUILD	2022-01-16 11:44:19 UTC (rev 1105983)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Peter Mattern <pmattern at arcor dot de>
-
-pkgname=featherpad
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Lightweight Qt plain text editor'
-arch=('x86_64')
-url='https://github.com/tsujan/FeatherPad'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-svg' 'qt5-translations' 'qt5-x11extras')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc}
-        'featherpad.appdata.xml')
-sha256sums=('210b7025f821ad1196b514d432033526eda7ddc77e613cdf385560b943d4c4be'
-            'SKIP'
-            'd67bc310f4c31257b795beabbce2d0887640088b0fe3040307906da0d9f760d9')
-validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
-
-build() {
-  cmake -S FeatherPad-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-}

Copied: featherpad/repos/community-x86_64/PKGBUILD (from rev 1105982, featherpad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-16 11:44:19 UTC (rev 1105983)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Peter Mattern <pmattern at arcor dot de>
+
+pkgname=featherpad
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Lightweight Qt plain text editor'
+arch=('x86_64')
+url='https://github.com/tsujan/FeatherPad'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'qt5-svg' 'qt5-translations' 'qt5-x11extras')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc}
+        'featherpad.appdata.xml')
+sha256sums=('90ed9fb3509ce2c5760ac3358e1783d7e2b7d35ee05b48c86d6a2fa25789736d'
+            'SKIP'
+            'd67bc310f4c31257b795beabbce2d0887640088b0fe3040307906da0d9f760d9')
+validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
+
+build() {
+  cmake -S FeatherPad-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Deleted: featherpad.appdata.xml
===================================================================
--- featherpad.appdata.xml	2022-01-16 11:44:11 UTC (rev 1105982)
+++ featherpad.appdata.xml	2022-01-16 11:44:19 UTC (rev 1105983)
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>com.github.FeatherPad</id>
-  <launchable type="desktop-id">featherpad.desktop</launchable>
-  <name>FeatherPad</name>
-  <summary>Lightweight Qt plain text editor</summary>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-3.0</project_license>
-  <description>
-    <p>FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent of any desktop environment and has:</p>
-    <ul>
-      <li>Drag-and-drop support, including tab detachment and attachment</li>
-      <li>X11 virtual desktop awareness (using tabs on current desktop but opening a new window on another)</li>
-      <li>An optionally permanent search-bar with a different search entry for each tab</li>
-      <li>Instant highlighting of found matches when searching</li>
-      <li>A docked window for text replacement</li>
-      <li>Support for showing line numbers and jumping to a specific line</li>
-      <li>Optional selection highlighting</li>
-      <li>Automatic detection of text encoding as far as possible and optional saving with encoding</li>
-      <li>Syntax highlighting for common programming languages</li>
-      <li>Ability to open URLs with appropriate applications</li>
-      <li>Session management</li>
-      <li>Side-pane mode</li>
-      <li>Auto-saving</li>
-      <li>Spell checking with Hunspell</li>
-      <li>Printing</li>
-      <li>Text zooming</li>
-      <li>Appropriate but non-interrupting prompts</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/FeatherPad/master/screenshots/Tabs.png</image>
-    </screenshot>
-    <screenshot>
-      <image>https://raw.githubusercontent.com/tsujan/FeatherPad/master/screenshots/Side-Pane.png</image>
-    </screenshot>
-  </screenshots>
-  <url type="bugtracker">https://github.com/tsujan/FeatherPad/issues</url>
-  <url type="homepage">https://github.com/tsujan/FeatherPad</url>
-  <developer_name>Pedram Pourang, a.k.a. Tsu Jan</developer_name>
-  <update_contact>tsujan2000 at gmail.com</update_contact>
-  <translation type="qt">featherpad</translation>
-</component>

Copied: featherpad/repos/community-x86_64/featherpad.appdata.xml (from rev 1105982, featherpad/trunk/featherpad.appdata.xml)
===================================================================
--- featherpad.appdata.xml	                        (rev 0)
+++ featherpad.appdata.xml	2022-01-16 11:44:19 UTC (rev 1105983)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>com.github.FeatherPad</id>
+  <launchable type="desktop-id">featherpad.desktop</launchable>
+  <name>FeatherPad</name>
+  <summary>Lightweight Qt plain text editor</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0</project_license>
+  <description>
+    <p>FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent of any desktop environment and has:</p>
+    <ul>
+      <li>Drag-and-drop support, including tab detachment and attachment</li>
+      <li>X11 virtual desktop awareness (using tabs on current desktop but opening a new window on another)</li>
+      <li>An optionally permanent search-bar with a different search entry for each tab</li>
+      <li>Instant highlighting of found matches when searching</li>
+      <li>A docked window for text replacement</li>
+      <li>Support for showing line numbers and jumping to a specific line</li>
+      <li>Optional selection highlighting</li>
+      <li>Automatic detection of text encoding as far as possible and optional saving with encoding</li>
+      <li>Syntax highlighting for common programming languages</li>
+      <li>Ability to open URLs with appropriate applications</li>
+      <li>Session management</li>
+      <li>Side-pane mode</li>
+      <li>Auto-saving</li>
+      <li>Spell checking with Hunspell</li>
+      <li>Printing</li>
+      <li>Text zooming</li>
+      <li>Appropriate but non-interrupting prompts</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/FeatherPad/master/screenshots/Tabs.png</image>
+    </screenshot>
+    <screenshot>
+      <image>https://raw.githubusercontent.com/tsujan/FeatherPad/master/screenshots/Side-Pane.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://github.com/tsujan/FeatherPad/issues</url>
+  <url type="homepage">https://github.com/tsujan/FeatherPad</url>
+  <developer_name>Pedram Pourang, a.k.a. Tsu Jan</developer_name>
+  <update_contact>tsujan2000 at gmail.com</update_contact>
+  <translation type="qt">featherpad</translation>
+</component>



More information about the arch-commits mailing list