You are not logged in.
My computer started asking for shared-mime-info 0.9 for some reason and rox wouldn't recognize mime types anymore. So I got this working, kind of. The CVS tarball doesn't have a mkinstalldirs file, so i have the PKGBUILD copy it from /usr/share/automake-1.9
I don't know if there's an online repository for it somewhere, but I couldn't find it. If someone would like to fix this PKGBUILD, that would be great:
# $Id: PKGBUILD,v 1.3 2004/04/19 06:24:58 dorphell Exp $
# Maintainer: arjan <arjan@archlinux.org>
pkgname=shared-mime-info
pkgver=0.9
pkgrel=1
pkgdesc="Freedesktop.org Shared MIME Info"
depends=('libxml2' 'glib2')
url="http://freedesktop.org/Software/shared-mime-info"
source=("http://freedesktop.org/cgi-bin/viewcvs.cgi/mime/shared-mime-info.tar.gz")
md5=()
build() {
cd $startdir/src/$pkgname
cp /usr/share/automake-1.9/mkinstalldirs ./
./autogen.sh
./configure --prefix=/usr --datadir=/usr/share
make || return 1
make DESTDIR=$startdir/pkg install
}
fffft!
Offline
i have suddenly started to get this problem too and i have no idea why!
i will see if i can put a proper CVS PKGBUILD together for this and see if that works
Offline