Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#2188 - Small addition to sylpheed's PKGBUILD: icon and a .desktop file

Attached to Project: Arch Linux
Opened by Ferenc Deak (feco) - Friday, 11 February 2005, 22:43 GMT
Last edited by Dale Blount (dale) - Saturday, 12 February 2005, 18:54 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Sylpheed does not appear in KDE menus.

Sylpheed has an icon and .desktop file in its distribution. Here is the modified PKGBUILD to install these files to the usual places.
After this sylpheed appears in KDE menus

The new PKGBUILD - see the last two commands in build():
-----------------------------------------------------
# $Id: PKGBUILD,v 1.29 2004/12/29 18:05:39 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=sylpheed
pkgver=1.0.0
pkgrel=2
pkgdesc="A GTK+ based, lightweight, and fast email client"
url="http://sylpheed.good-day.net/"
depends=('x-server' 'gdk-pixbuf' 'openssl')
source=(http://sylpheed.good-day.net/$pkgname/$pkgname-$pkgver.tar.bz2)
url="http://sylpheed.good-day.net/"
md5sums=('864c4fc581a5ab1c7af5e06153c76769')

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --enable-ssl
make || return 1
make prefix=$startdir/pkg/usr install
install -D -m644 $pkgname.desktop \
$startdir/pkg/usr/share/applications/$pkgname.desktop
install -D -m644 $pkgname.png \
$startdir/pkg/usr/share/pixmaps/$pkgname.png
}

-------------------------------------------------------

This task depends upon

Closed by  dorphell (dorphell)
Tuesday, 22 February 2005, 20:03 GMT
Reason for closing:  Implemented
Additional comments about closing:  Added

Loading...