Date: Tuesday, November 1, 2022 @ 22:41:32
Author: felixonmars
Revision: 1340479
archrelease: copy trunk to community-staging-x86_64
Added:
gnubiff/repos/community-staging-x86_64/
gnubiff/repos/community-staging-x86_64/PKGBUILD
(from rev 1340477, gnubiff/trunk/PKGBUILD)
gnubiff/repos/community-staging-x86_64/gnubiff.appdata.xml
(from rev 1340477, gnubiff/trunk/gnubiff.appdata.xml)
---------------------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
gnubiff.appdata.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
Copied: gnubiff/repos/community-staging-x86_64/PKGBUILD (from rev 1340477,
gnubiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-11-01 22:41:32 UTC (rev 1340479)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Tom K <[email protected]>
+# Contributor: Todd Musall <[email protected]>
+
+pkgname=gnubiff
+pkgver=2.2.17
+pkgrel=11
+pkgdesc='Mail notification program that checks for mail and displays headers
when new mail has arrived'
+arch=('x86_64')
+url='http://gnubiff.sourceforge.net/'
+license=('GPL3')
+depends=('gtk3')
+makedepends=('intltool')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+ 'gnubiff.appdata.xml')
+sha256sums=('e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c'
+ '372cec540a50c0f1be01f8e097f5d530dc5f78d571337377048652e62c0cc939')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i 's|$(datadir)/pixmaps|$(datadir)/icons/hicolor/48x48/apps|'
art/Makefile.am
+ autoreconf -fi
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-fam --disable-gnome --with-password \
+ --with-password-string="65423957eb027b94c9e661611c0e4271"
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" DATADIRNAME=share install
+ install -Dm644 art/tux-awake.png
"$pkgdir/usr/share/icons/hicolor/64x64/apps/gnubiff.png"
+ install -Dm644 ../gnubiff.appdata.xml
"$pkgdir/usr/share/metainfo/gnubiff.appdata.xml"
+}
Copied: gnubiff/repos/community-staging-x86_64/gnubiff.appdata.xml (from rev
1340477, gnubiff/trunk/gnubiff.appdata.xml)
===================================================================
--- community-staging-x86_64/gnubiff.appdata.xml
(rev 0)
+++ community-staging-x86_64/gnubiff.appdata.xml 2022-11-01 22:41:32 UTC
(rev 1340479)
@@ -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>