Date: Thursday, June 4, 2020 @ 07:37:59 Author: bgyorgy Revision: 638691
upgpkg: gnubiff 2.2.17-6: Add AppStream metadata Added: gnubiff/trunk/gnubiff.appdata.xml Modified: gnubiff/trunk/PKGBUILD ---------------------+ PKGBUILD | 5 ++++- gnubiff.appdata.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-04 07:35:21 UTC (rev 638690) +++ PKGBUILD 2020-06-04 07:37:59 UTC (rev 638691) @@ -5,7 +5,7 @@ pkgname=gnubiff pkgver=2.2.17 -pkgrel=5 +pkgrel=6 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived" arch=('x86_64') url="http://gnubiff.sourceforge.net/" @@ -14,8 +14,10 @@ makedepends=('gnome-panel' 'intltool') optdepends=('gnome-panel: Applet for GNOME Panel') source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz + gnubiff.appdata.xml panel_applet_inprocess.patch) sha256sums=('e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c' + '372cec540a50c0f1be01f8e097f5d530dc5f78d571337377048652e62c0cc939' 'ea229413fde314b8a7bd184d5d37eb6ba9e6929f48b0cf4a86eeeab2e8db32f6') prepare() { @@ -36,4 +38,5 @@ package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" DATADIRNAME=share install + install -Dm644 ../gnubiff.appdata.xml "$pkgdir/usr/share/metainfo/gnubiff.appdata.xml" } Added: gnubiff.appdata.xml =================================================================== --- gnubiff.appdata.xml (rev 0) +++ gnubiff.appdata.xml 2020-06-04 07:37:59 UTC (rev 638691) @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop-application"> + <id>net.sourceforge.gnubiff</id> + <launchable type="desktop-id">gnubiff.desktop</launchable> + <name>Gnubiff</name> + <summary>Mail notification program</summary> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-3.0</project_license> + <description> + <p>gnubiff is a mail notification program that checks for mail and displays headers when new mail has arrived.</p> + <p>gnubiff features include:</p> + <ul> + <li>Multiple mailbox support</li> + <li>pop3, apop, imap4, mh, qmail and mailfile support</li> + <li>SSL & certificates support</li> + <li>GNOME support with complete integration to panel</li> + <li>GTK stand-alone support</li> + <li>Support for the system tray</li> + <li>Support for running without GUI or X</li> + <li>Automatic detection of mailbox format</li> + <li>Mail header & content display</li> + <li>IDLE state support for imap4</li> + <li>FAM support for mh/qmail/mailfile</li> + <li>PNG animation support</li> + <li>Highly configurable</li> + <li>HIG 2.0 compliance</li> + <li>Small memory usage</li> + </ul> + </description> + <screenshots> + <screenshot type="default"> + <caption>Popup window displaying headers and mail content</caption> + <image>https://sourceforge.net/p/gnubiff/screenshot/8243.jpg</image> + </screenshot> + <screenshot> + <caption>gnubiff preferences</caption> + <image>https://sourceforge.net/p/gnubiff/screenshot/11445.jpg</image> + </screenshot> + <screenshot> + <caption>Example of gnome panel integration</caption> + <image>https://sourceforge.net/p/gnubiff/screenshot/8239.jpg</image> + </screenshot> + </screenshots> + <url type="bugtracker">https://sourceforge.net/p/gnubiff/bugs/</url> + <url type="homepage">http://gnubiff.sourceforge.net/</url> +</component>