djvulibre: librsvg is required, remove obsolete options and 'cs' locale

This commit is contained in:
Mikhail Kolesnik 2013-07-31 11:49:46 +03:00
parent 21d3598220
commit d6055277df
2 changed files with 3 additions and 7 deletions

View File

@ -56,8 +56,6 @@ drwxr-xr-x root/root usr/man/man1/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/djvu/
drwxr-xr-x root/root usr/share/djvu/osi/
drwxr-xr-x root/root usr/share/djvu/osi/cs/
-rw-r--r-- root/root usr/share/djvu/osi/cs/messages.xml
drwxr-xr-x root/root usr/share/djvu/osi/desktop/
-rw-r--r-- root/root usr/share/djvu/osi/desktop/djvulibre-mime.xml
-rw-r--r-- root/root usr/share/djvu/osi/desktop/hi-djvu.svgz

View File

@ -2,21 +2,19 @@
# URL: http://djvu.sourceforge.net/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Oleksiy V. Khilkevich, centericq at ukr dot net
# Depends on: libjpeg
# Depends on: libjpeg librsvg
name=djvulibre
version=3.5.25.3
release=1
release=2
source=(http://download.sourceforge.net/djvu/$name-$version.tar.gz)
build() {
cd $name-*
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-i18n \
--disable-djview \
--enable-desktopfiles
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/djvu/osi/{de,fr,ja,zh}
rm -rf $PKG/usr/share/djvu/osi/{cs,de,fr,ja,zh}
}