[Pkg-xfce-commits] r1173 - in goodies: . thunar-thumbnailers thunar-thumbnailers/debian

Yves-Alexis Perez corsac-guest at alioth.debian.org
Mon Mar 26 22:00:01 UTC 2007


Author: corsac-guest
Date: 2007-03-26 21:00:01 +0000 (Mon, 26 Mar 2007)
New Revision: 1173

Added:
   goodies/thunar-thumbnailers/
   goodies/thunar-thumbnailers/debian/
   goodies/thunar-thumbnailers/debian/NEWS
   goodies/thunar-thumbnailers/debian/README
   goodies/thunar-thumbnailers/debian/changelog
   goodies/thunar-thumbnailers/debian/compat
   goodies/thunar-thumbnailers/debian/control
   goodies/thunar-thumbnailers/debian/copyright
   goodies/thunar-thumbnailers/debian/rules
Log:
initial import



Property changes on: goodies/thunar-thumbnailers
___________________________________________________________________
Name: mergewithupstream
   + +1

Added: goodies/thunar-thumbnailers/debian/NEWS
===================================================================
--- goodies/thunar-thumbnailers/debian/NEWS	2007-03-26 20:58:40 UTC (rev 1172)
+++ goodies/thunar-thumbnailers/debian/NEWS	2007-03-26 21:00:01 UTC (rev 1173)
@@ -0,0 +1,8 @@
+thunar-thumbnailers (0.1.1-1) UNRELEASED; urgency=low
+
+ When first installing thunar-thumbnailers, you will need to run _as user_ the
+ script /usr/lib/thunar/thunar-vfs-update-thumbnailers-cache-1 to refresh
+ thumbnailers cache. Then you'll need to restart thunar (thunar -q; thunar
+ --daemon& ) so everybody is aware of those new thumbnailers.
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Tue, 13 Mar 2007 00:30:33 +0100

Added: goodies/thunar-thumbnailers/debian/README
===================================================================
--- goodies/thunar-thumbnailers/debian/README	2007-03-26 20:58:40 UTC (rev 1172)
+++ goodies/thunar-thumbnailers/debian/README	2007-03-26 21:00:01 UTC (rev 1173)
@@ -0,0 +1,3 @@
+* Know bug:
+
+thumbnailing doesn't work if the folder contains a space.

Added: goodies/thunar-thumbnailers/debian/changelog
===================================================================
--- goodies/thunar-thumbnailers/debian/changelog	2007-03-26 20:58:40 UTC (rev 1172)
+++ goodies/thunar-thumbnailers/debian/changelog	2007-03-26 21:00:01 UTC (rev 1173)
@@ -0,0 +1,5 @@
+thunar-thumbnailers (0.1.2-1) UNRELEASED; urgency=low
+
+  * Initial release 											closes: #410960
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 14 Feb 2007 22:52:38 +0100

Added: goodies/thunar-thumbnailers/debian/compat
===================================================================
--- goodies/thunar-thumbnailers/debian/compat	2007-03-26 20:58:40 UTC (rev 1172)
+++ goodies/thunar-thumbnailers/debian/compat	2007-03-26 21:00:01 UTC (rev 1173)
@@ -0,0 +1 @@
+4

Added: goodies/thunar-thumbnailers/debian/control
===================================================================
--- goodies/thunar-thumbnailers/debian/control	2007-03-26 20:58:40 UTC (rev 1172)
+++ goodies/thunar-thumbnailers/debian/control	2007-03-26 21:00:01 UTC (rev 1173)
@@ -0,0 +1,24 @@
+Source: thunar-thumbnailers
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at corsac.net>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>
+Build-Depends: debhelper (>= 4.1.0), cdbs, libthunar-vfs-1-dev (>= 0.5.1), libexo-0.3-dev (>= 0.3.2), imagemagick, dcraw, tetex-bin, grace
+Standards-Version: 3.7.2
+
+Package: thunar-thumbnailers
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, thunar (>= 0.5.1), imagemagick
+Suggests: tetex-bin, dwraw, grace
+Description: thumbnailers for Thunar file manager
+ The thunar-thumbnailers project provides additional thumbnailers for use by
+ the Thunar file manager. Thumbnailers are little utilities that run in the 
+ background to generate previews for certain file types.
+ .
+ Following file formats are supported:
+ - EPS
+ - Postscript
+ - Fig (.fig)
+ - LaTeX (requires tetex)
+ - Raw Digital Camera Images (requires dcraw)
+ - Grace (requires grace)

Added: goodies/thunar-thumbnailers/debian/copyright
===================================================================
--- goodies/thunar-thumbnailers/debian/copyright	2007-03-26 20:58:40 UTC (rev 1172)
+++ goodies/thunar-thumbnailers/debian/copyright	2007-03-26 21:00:01 UTC (rev 1173)
@@ -0,0 +1,18 @@
+This package was debianized by Yves-Alexis Perez <corsac at corsac.net> on
+Wed, 14 Feb 2007 22:09:40 +0100
+
+It was downloaded from
+http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers/
+
+Copyright Holders:
+Erlend Davidson <E.R.M.Davidson at sms.ed.ac.uk>
+Benedikt Meurer <benny at xfce.org>
+Jens Luedicke (Raw thumbnailer)
+
+License:
+
+Parts of this software (in particular the build system) are licensed under
+the GNU General Public License (version 2).
+On Debian systems, the complete text of the GNU General Public License 
+can be found in `/usr/share/common-licenses/GPL'.
+

Added: goodies/thunar-thumbnailers/debian/rules
===================================================================
--- goodies/thunar-thumbnailers/debian/rules	2007-03-26 20:58:40 UTC (rev 1172)
+++ goodies/thunar-thumbnailers/debian/rules	2007-03-26 21:00:01 UTC (rev 1173)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-tex --enable-grace --enable-raw


Property changes on: goodies/thunar-thumbnailers/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-xfce-commits mailing list