summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-23 23:33:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-23 23:33:06 +0000
commitad6ee231853e7f8a06675d15e09ff4c13e4033f9 (patch)
treea53d8d35202f694331598a31760daace7c62a184 /xfce-extra/thunar-vfs
parentDon't try to replace xfce4-keyboard-shortcuts.xml from libxfce4ui. (diff)
downloadgentoo-2-ad6ee231853e7f8a06675d15e09ff4c13e4033f9.tar.gz
gentoo-2-ad6ee231853e7f8a06675d15e09ff4c13e4033f9.tar.bz2
gentoo-2-ad6ee231853e7f8a06675d15e09ff4c13e4033f9.zip
New snapshot.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vfs')
-rw-r--r--xfce-extra/thunar-vfs/ChangeLog8
-rw-r--r--xfce-extra/thunar-vfs/files/thunar-vfs-libpng14.patch11
-rw-r--r--xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild (renamed from xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild)16
3 files changed, 14 insertions, 21 deletions
diff --git a/xfce-extra/thunar-vfs/ChangeLog b/xfce-extra/thunar-vfs/ChangeLog
index 6d05f0b88f23..247d047712e1 100644
--- a/xfce-extra/thunar-vfs/ChangeLog
+++ b/xfce-extra/thunar-vfs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/thunar-vfs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.4 2010/07/26 17:34:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.5 2010/08/23 23:33:06 ssuominen Exp $
+
+*thunar-vfs-0_p20100824 (23 Aug 2010)
+
+ 23 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +thunar-vfs-0_p20100824.ebuild:
+ New snapshot.
26 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
thunar-vfs-0_p20100324.ebuild:
diff --git a/xfce-extra/thunar-vfs/files/thunar-vfs-libpng14.patch b/xfce-extra/thunar-vfs/files/thunar-vfs-libpng14.patch
deleted file mode 100644
index 63a6659ca7ae..000000000000
--- a/xfce-extra/thunar-vfs/files/thunar-vfs-libpng14.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- thunar-vfs/thunar-vfs-thumb.c
-+++ thunar-vfs/thunar-vfs-thumb.c
-@@ -1169,7 +1169,7 @@
- goto done0;
-
- /* verify the png signature */
-- if (G_LIKELY (png_check_sig ((png_bytep) signature, sizeof (signature))))
-+ if (G_LIKELY (!png_sig_cmp ((png_bytep) signature, 0, sizeof (signature))))
- rewind (fp);
- else
- goto done0;
diff --git a/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild b/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild
index 8a5f6dc68736..1fec7cbfd532 100644
--- a/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild
+++ b/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild
@@ -1,27 +1,27 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild,v 1.5 2010/07/26 17:34:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.1 2010/08/23 23:33:06 ssuominen Exp $
-EAPI=2
+EAPI=3
EAUTORECONF=yes
inherit xfconf
DESCRIPTION="Separate package for (old) Thunar VFS libraries"
HOMEPAGE="http://git.xfce.org/xfce/thunar-vfs/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="dbus debug doc gnome startup-notification"
RDEPEND=">=xfce-base/exo-0.5.1
>=dev-libs/glib-2.12:2
>=x11-libs/gtk+-2.10:2
>=xfce-base/libxfce4util-4.6
- >=media-libs/libpng-1.2
+ >=media-libs/libpng-1.4
>=media-libs/freetype-2
- >=media-libs/jpeg-6b:0
+ >=media-libs/jpeg-8b
dbus? ( >=dev-libs/dbus-glib-0.34 )
gnome? ( >=gnome-base/gconf-2 )
startup-notification? ( >=x11-libs/startup-notification-0.4 )
@@ -44,10 +44,8 @@ pkg_setup() {
$(use_enable startup-notification)
$(use_enable doc xsltproc)
$(use_enable debug)
- --with-html-dir=/usr/share/doc/${PF}/html
+ --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
--with-volume-manager=none"
-
- PATCHES=( "${FILESDIR}/${PN}-libpng14.patch" )
}
src_prepare() {