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!
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!
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
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
|
DetailsSylpheed 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
Tuesday, 22 February 2005, 20:03 GMT
Reason for closing: Implemented
Additional comments about closing: Added