You are not logged in.

#1 2004-08-12 16:17:50

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

shared-mime-info 0.9 (cvs)

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

#2 2004-09-17 23:54:29

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: shared-mime-info 0.9 (cvs)

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

Board footer

Powered by FluxBB