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#468 - missing dependency for kdegraphics: fribidi, lcms

Attached to Project: Arch Linux
Opened by Manuel Zamora (tale) - Wednesday, 18 February 2004, 17:49 GMT
Last edited by Damir Perisa (damir.perisa) - Thursday, 26 February 2004, 16:01 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To Damir Perisa (damir.perisa)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.6 Widget
Due in Version Undecided
Due Date Undecided
Percent Complete 50%
Votes 0
Private No

Details

the kdegraphics build file misses dependencies for compiling ksvg: fribidi and lcms. both are in the pacman repositories.

corrected PKGBUILD-File:

# $Id: PKGBUILD,v 1.3 2004/02/04 19:18:43 manolis Exp $
# Maintainer: Manolis Tzanidakis <manolis@archlinux.org>

pkgname=kdegraphics
pkgver=3.2.0
pkgrel=2
pkgdesc="KDE Graphics Programs"
url="http://www.kde.org"
pkgurl="ftp://ftp.us.kde.org/pub/kde/stable/3.2/src"
groups=('kde')
makedepends=('ghostscript' 'xpdf' 'lcms' 'fribidi')
depends=('kdebase=3.2.0' 'imlib' 'glut' 'sane' 'libgphoto2')
source=($pkgurl/$pkgname-$pkgver.tar.bz2)
md5sums=('675dd4f557574097b911350cc47f0843')

build() {
cd $startdir/src/$pkgname-$pkgver

# make it compile with freetype-2.1.7
# sed -i \
# 's:#include <freetype/freetype.h>:#include <ft2build.h>\n#include FT_FREETYPE_H\n#include <freetype/freetype.h>:' \
# kpovmodeler/pmtruetypecache.h

./configure --prefix=/opt/kde --disable-debug \
--enable-final # remove this if you build with < 512mb ram.
make || return 1
make DESTDIR=$startdir/pkg install
}

# vim:ts=2:ft=sh
This task depends upon

Closed by  Damir Perisa (damir.perisa)
Thursday, 26 February 2004, 17:15 GMT
Reason for closing:  Implemented
Comment by Damir Perisa (damir.perisa) - Thursday, 26 February 2004, 17:15 GMT
implemented, but kdegraphics will not build ->  bug 483 

Loading...