wok-current diff shared-mime-info/receipt @ rev 11033
Up: shared-mime-info to 0.91.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:18:25 2011 +0000 (2011-10-16) |
parents | c3cb3e39825d |
children | 0a6b5118575a |
line diff
1.1 --- a/shared-mime-info/receipt Sun May 22 02:24:27 2011 +0000 1.2 +++ b/shared-mime-info/receipt Sun Oct 16 07:18:25 2011 +0000 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="shared-mime-info" 1.7 -VERSION="0.90" 1.8 +VERSION="0.91" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Core database of common types and the *update-mime-database*." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" 1.15 WGET_URL="http://freedesktop.org/~hadess/$TARBALL" 1.16 LOCALE="" 1.17 @@ -17,6 +17,7 @@ 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 + patch -Np1 -i $stuff/pbm.patch 1.22 ./configure $CONFIGURE_ARGS && 1.23 make -j1 && make -j1 DESTDIR=$DESTDIR install 1.24 }