[arch-commits] Commit in zeitgeist-explorer/repos/community-any (3 files)

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


    Date: Saturday, December 29, 2018 @ 16:15:35
  Author: bgyorgy
Revision: 418852

archrelease: copy trunk to community-any

Added:
  zeitgeist-explorer/repos/community-any/PKGBUILD
    (from rev 418851, zeitgeist-explorer/trunk/PKGBUILD)
  zeitgeist-explorer/repos/community-any/zeitgeist-explorer.appdata.xml
    (from rev 418851, zeitgeist-explorer/trunk/zeitgeist-explorer.appdata.xml)
Deleted:
  zeitgeist-explorer/repos/community-any/PKGBUILD

--------------------------------+
 PKGBUILD                       |   69 ++++++++++++++++++++-------------------
 zeitgeist-explorer.appdata.xml |   19 ++++++++++
 2 files changed, 56 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 16:15:31 UTC (rev 418851)
+++ PKGBUILD	2018-12-29 16:15:35 UTC (rev 418852)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=zeitgeist-explorer
-pkgver=0.2
-pkgrel=5
-pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low level"
-arch=('any')
-url="https://launchpad.net/zeitgeist-explorer"
-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})
-validpgpkeys=('EEE420E481E68B71594F192D361CC5EBA0BA909F') # Manish Sinha
-md5sums=('8521b2c8ecc3f0d425e6806dcb2fde59'
-         'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' zgexplorer/*.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  rm -r "$pkgdir/usr/data"
-}

Copied: zeitgeist-explorer/repos/community-any/PKGBUILD (from rev 418851, zeitgeist-explorer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-29 16:15:35 UTC (rev 418852)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=zeitgeist-explorer
+pkgver=0.2
+pkgrel=6
+pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low level"
+arch=('any')
+url="https://launchpad.net/zeitgeist-explorer"
+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}
+        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'
+         'b536f1bf53bb0e25a47ca275e1740851'
+         '12c14b97ba10d74fefaeb01b9ea6cc99')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' zgexplorer/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+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"
+}

Copied: zeitgeist-explorer/repos/community-any/zeitgeist-explorer.appdata.xml (from rev 418851, zeitgeist-explorer/trunk/zeitgeist-explorer.appdata.xml)
===================================================================
--- zeitgeist-explorer.appdata.xml	                        (rev 0)
+++ zeitgeist-explorer.appdata.xml	2018-12-29 16:15:35 UTC (rev 418852)
@@ -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