[arch-commits] Commit in zeitgeist-explorer/trunk (2 files)

Balló György bgyorgy at archlinux.org
Sat Dec 29 16:15:31 UTC 2018


    Date: Saturday, December 29, 2018 @ 16:15:31
  Author: bgyorgy
Revision: 418851

upgpkg: zeitgeist-explorer 0.2-6

Add AppStream metadata

Added:
  zeitgeist-explorer/trunk/zeitgeist-explorer.appdata.xml
Modified:
  zeitgeist-explorer/trunk/PKGBUILD

--------------------------------+
 PKGBUILD                       |   12 +++++++++---
 zeitgeist-explorer.appdata.xml |   19 +++++++++++++++++++
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 15:38:47 UTC (rev 418850)
+++ PKGBUILD	2018-12-29 16:15:31 UTC (rev 418851)
@@ -2,7 +2,7 @@
 
 pkgname=zeitgeist-explorer
 pkgver=0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low level"
 arch=('any')
 url="https://launchpad.net/zeitgeist-explorer"
@@ -9,10 +9,14 @@
 license=('LGPL')
 depends=('gtk3' 'python2-dbus' 'python2-gobject' 'zeitgeist')
 makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/$pkgname/0.x/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
+source=(https://launchpad.net/$pkgname/0.x/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc}
+        https://bazaar.launchpad.net/~gnome-zeitgeist/gnome-activity-journal/trunk/download/head:/zeitgeistlogo.svg-20100219234206-h5t82obtz6hxcrru-1/zeitgeist-logo.svg
+        zeitgeist-explorer.appdata.xml)
 validpgpkeys=('EEE420E481E68B71594F192D361CC5EBA0BA909F') # Manish Sinha
 md5sums=('8521b2c8ecc3f0d425e6806dcb2fde59'
-         'SKIP')
+         'SKIP'
+         'b536f1bf53bb0e25a47ca275e1740851'
+         '12c14b97ba10d74fefaeb01b9ea6cc99')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -27,5 +31,7 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 ../zeitgeist-logo.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/zeitgeist-explorer.svg"
+  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
   rm -r "$pkgdir/usr/data"
 }

Added: zeitgeist-explorer.appdata.xml
===================================================================
--- zeitgeist-explorer.appdata.xml	                        (rev 0)
+++ zeitgeist-explorer.appdata.xml	2018-12-29 16:15:31 UTC (rev 418851)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>net.launchpad.zeitgeist-explorer</id>
+  <launchable type="desktop-id">zeitgeist-explorer.desktop</launchable>
+  <name>Zeitgeist Explorer</name>
+  <summary>A tool which can be used to monitor and explore the events logged by zeitgeist</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+  <description>
+    <p>A graphical interface to monitor and inspect Zeitgeist's log at a low level (looking directly at Events and Subjects).</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://community.linuxmint.com/img/screenshots/zeitgeist-explorer.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://bugs.launchpad.net/zeitgeist-explorer</url>
+  <url type="homepage">https://launchpad.net/zeitgeist-explorer</url>
+</component>



More information about the arch-commits mailing list