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

Antonio Rojas arojas at archlinux.org
Tue Feb 26 22:27:55 UTC 2019


    Date: Tuesday, February 26, 2019 @ 22:27:53
  Author: arojas
Revision: 436181

Update to 5.4.0

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

------------------+
 PKGBUILD         |   11 ++++-------
 xpad.appdata.xml |   21 ---------------------
 2 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 22:21:19 UTC (rev 436180)
+++ PKGBUILD	2019-02-26 22:27:53 UTC (rev 436181)
@@ -3,7 +3,7 @@
 # Contributor: Ben <contrasutra at myrealbox.com>
 
 pkgname=xpad
-pkgver=5.3.0
+pkgver=5.4.0
 pkgrel=1
 pkgdesc="Stickies-like notes application"
 arch=('x86_64')
@@ -11,13 +11,11 @@
 makedepends=('intltool')
 url="https://launchpad.net/xpad"
 license=('GPL3')
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc}
-        xpad.appdata.xml)
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
 	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
-sha256sums=('6444ab85110e84571f02551ac0f87fd850235d2518371cd35e5364189b8d693f'
-            'SKIP'
-            '37a5d234a672438476cc410be3c0bf4bf23a0b5a1c9e882d782c675a9f4d5618')
+sha256sums=('a395cb282a2cfb0d56f1e911afb7e38ad74f6d738082a7c6c181b3052ca7f5e2'
+            'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -33,5 +31,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 ../xpad.appdata.xml "$pkgdir/usr/share/metainfo/xpad.appdata.xml"
 }

Deleted: xpad.appdata.xml
===================================================================
--- xpad.appdata.xml	2019-02-26 22:21:19 UTC (rev 436180)
+++ xpad.appdata.xml	2019-02-26 22:27:53 UTC (rev 436181)
@@ -1,21 +0,0 @@
-<?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