You are not logged in.

#1 2007-01-23 05:29:13

linuxinit
Member
From: Bumkcuf, Egypt
Registered: 2005-08-21
Posts: 33
Website

Thunar-Thumbnailers

I'd like to see this. I personally don't have time to maintain it, but it looks pretty decent. I especially like the fact that it works with dcraw. wink

-------------------------------------

http://goodies.xfce.org/projects/thunar … umbnailers

Thunar uses external utilities - so called thumbnailers - to generate previews of certain files. Thunar ships with thumbnailers to generate previews of image and font files and can automatically use available GNOME thumbnailers if it was build with support for gconf.

However, even then, there are several file types for which no thumbnailer exists. The thunar-thumbnailers project provides additional thumbnailers for Thunar, that also cover less common file formats.

Thunar-thumnbnailers generates thumbnails for the following formats:

    * EPS
    * Postscript
    * Fig files (.fig)
    * LaTeX (requires tetex)
    * Raw Digital Camera Images (requires dcraw)

And in the near future hopefully:

    * Grace (.agr) files

Offline

#2 2007-01-26 06:15:29

pbw
Member
From: Barrie ON, Canada
Registered: 2005-06-01
Posts: 65

Re: Thunar-Thumbnailers

pkgname=thunar-thumbnailers
pkgver=2324
pkgrel=1
pkgdesc="provides additional thumbnailers for Thunar, that also cover less common file formats."
url="http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers"
license="GPL"
depends=('xfce4-dev-tools' 'imagemagick' 'thunar')
makedepends=('subversion')
source=()
md5sums=()


build() {
svn co http://svn.xfce.org/svn/goodies/thunar-thumbnailers/trunk/ thunar-thumbnailers
cd ${startdir}/src/thunar-thumbnailers
./autogen.sh --prefix=/opt/xfce4
make
make DESTDIR=${startdir}/pkg install
}

I don't use thunar, but that should be good.

Offline

#3 2007-01-26 08:25:15

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Thunar-Thumbnailers

It's suggested that you use versionpkg for svn PKGBUILDs.

http://wiki.archlinux.org/index.php/Arc … guidelines

Offline

Board footer

Powered by FluxBB