[arch-commits] Commit in xpad/trunk (PKGBUILD xpad.appdata.xml)

Balló György bgyorgy at archlinux.org
Fri Dec 28 18:54:31 UTC 2018


    Date: Friday, December 28, 2018 @ 18:54:31
  Author: bgyorgy
Revision: 418718

upgpkg: xpad 5.3.0-1

Update to new version, add AppStream metadata

Added:
  xpad/trunk/xpad.appdata.xml
Modified:
  xpad/trunk/PKGBUILD

------------------+
 PKGBUILD         |   15 +++++++++------
 xpad.appdata.xml |   21 +++++++++++++++++++++
 2 files changed, 30 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 18:52:28 UTC (rev 418717)
+++ PKGBUILD	2018-12-28 18:54:31 UTC (rev 418718)
@@ -3,7 +3,7 @@
 # Contributor: Ben <contrasutra at myrealbox.com>
 
 pkgname=xpad
-pkgver=5.2.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="Stickies-like notes application"
 arch=('x86_64')
@@ -11,11 +11,13 @@
 makedepends=('intltool')
 url="https://launchpad.net/xpad"
 license=('GPL3')
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-# Unknown key
-#validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
-#	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
-sha256sums=('53464f911e45d154f0a41c0203ed2596da3dee1e8a4b99c2a7a77c37de1e63a9')
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc}
+        xpad.appdata.xml)
+validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
+	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
+sha256sums=('6444ab85110e84571f02551ac0f87fd850235d2518371cd35e5364189b8d693f'
+            'SKIP'
+            '37a5d234a672438476cc410be3c0bf4bf23a0b5a1c9e882d782c675a9f4d5618')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -31,4 +33,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -Dm644 ../xpad.appdata.xml "$pkgdir/usr/share/metainfo/xpad.appdata.xml"
 }

Added: xpad.appdata.xml
===================================================================
--- xpad.appdata.xml	                        (rev 0)
+++ xpad.appdata.xml	2018-12-28 18:54:31 UTC (rev 418718)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>net.launchpad.xpad</id>
+  <launchable type="desktop-id">xpad.desktop</launchable>
+  <name>Xpad</name>
+  <summary>Jot down notes for later</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0</project_license>
+  <description>
+    <p>Xpad is a sticky note application that strives to be simple, fault-tolerant, and customizable. Xpad consists of independent pad windows; each is basically a text box in which notes can be written.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://wiki.gnome.org/Apps/Xpad?action=AttachFile&do=get&target=xpad-window.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://bugs.launchpad.net/xpad</url>
+  <url type="homepage">https://launchpad.net/xpad</url>
+  <update_contact>xpad-hackers at lists.launchpad.net</update_contact>
+  <translation type="gettext">xpad</translation>
+</component>



More information about the arch-commits mailing list