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

Balló György bgyorgy at archlinux.org
Fri Dec 28 17:41:12 UTC 2018


    Date: Friday, December 28, 2018 @ 17:41:12
  Author: bgyorgy
Revision: 418705

upgpkg: tasque 0.1.12-6

Add AppStream metadata

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

--------------------+
 PKGBUILD           |    8 ++++++--
 tasque.appdata.xml |   21 +++++++++++++++++++++
 2 files changed, 27 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 17:37:08 UTC (rev 418704)
+++ PKGBUILD	2018-12-28 17:41:12 UTC (rev 418705)
@@ -2,17 +2,19 @@
 
 pkgname=tasque
 pkgver=0.1.12
-pkgrel=5
+pkgrel=6
 pkgdesc="Easy quick task management app written in C Sharp"
 arch=('any')
-url="https://wiki.gnome.org/Apps/Tasque"
+url="https://wiki.gnome.org/Attic/Tasque"
 license=('MIT')
 depends=('notify-sharp' 'sqlite')
 makedepends=('intltool')
 source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        tasque.appdata.xml
         dbus-sharp-2-porting.patch
         use_dbussharp_2.patch)
 sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d'
+            'f5d76db752d95eedde81857cfa9a46caa21e9d7528f8992e0b3d9a992a8ca624'
             '9bcd0f2e854ade96203a44ca7e322d20e0a197057ea2c2271099720a211006b1'
             'b75cdba593bcd28beef7e55212511f5ebedda38a25c210b16226d9db4b180ef6')
 
@@ -33,4 +35,6 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 ../tasque.appdata.xml "$pkgdir/usr/share/metainfo/tasque.appdata.xml"
+  rm -r "$pkgdir/usr/share/pixmaps/"
 }

Added: tasque.appdata.xml
===================================================================
--- tasque.appdata.xml	                        (rev 0)
+++ tasque.appdata.xml	2018-12-28 17:41:12 UTC (rev 418705)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>org.gnome.tasque</id>
+  <launchable type="desktop-id">tasque.desktop</launchable>
+  <name>Tasque</name>
+  <summary>Easy quick task management</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT</project_license>
+  <description>
+    <p>Tasque is a simple task management app (TODO list). It supports syncing with the on-line service Remember the Milk or simply storing your tasks locally.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://people.gnome.org/~sharm/tasque-0.1.8.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://gitlab.gnome.org/Archive/tasque/issues</url>
+  <url type="homepage">https://wiki.gnome.org/Attic/Tasque</url>
+  <update_contact>tasque-list at gnome.org</update_contact>
+  <translation type="gettext">tasque</translation>
+</component>



More information about the arch-commits mailing list