summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-31 12:19:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-31 12:19:23 +0000
commitba5a97c56b71a6aa161e42008af3b0d257dc435d (patch)
tree7fd167125c760ddee360539064787a6275f72438 /xfce-base/thunar
parentRespect CC and LDFLAGS wrt bug 335225. Thanks to Diego for the report. (diff)
downloadhistorical-ba5a97c56b71a6aa161e42008af3b0d257dc435d.tar.gz
historical-ba5a97c56b71a6aa161e42008af3b0d257dc435d.tar.bz2
historical-ba5a97c56b71a6aa161e42008af3b0d257dc435d.zip
old
Package-Manager: portage-2.2_rc69/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r--xfce-base/thunar/Manifest3
-rw-r--r--xfce-base/thunar/files/thunar-1.0.1-libpng14.patch13
-rw-r--r--xfce-base/thunar/thunar-1.0.1.ebuild78
3 files changed, 0 insertions, 94 deletions
diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index bd8dcfb36d70..b1412ab01e5d 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,8 +1,5 @@
-AUX thunar-1.0.1-libpng14.patch 414 RMD160 e9c44d88bf3d995379c89d40283271cae2392684 SHA1 1e24009ec9162bf7ca22827e944d7745cb339a89 SHA256 907c5cfc2e56bffece40e04a580a1557c160162d700d1c0ca817c22e6a6b2ac4
-DIST Thunar-1.0.1.tar.bz2 8802672 RMD160 203690b9eb05ca8e5248bb026f98b8e3e6881f2c SHA1 2fcd3a7b0e27b01f059dffc8ffdac94e2b2aa064 SHA256 7a2b6b493463756bbc9c54144fab2f2163bc84f0896b4c06fd225d11025a210d
DIST Thunar-1.0.2.tar.bz2 9320379 RMD160 c5b98203353cef7312b736053e5a7678d0644272 SHA1 f7ae00c32402e4bc502aba15477b78e2c558c7c3 SHA256 75829b34a68346b33f66882bedc9794d580c200d11af22541885750459b55c03
DIST Thunar-1.1.1.tar.bz2 4142974 RMD160 45617e0a0bf6dee5a676bce344ec99aba43f19c7 SHA1 b2c32960818bf0d853f4d8f36c21fc44d82cc987 SHA256 dea28ce5e78a5db5b69634191ae5fe979f4e081827e41f25712bbaad3cd25e59
-EBUILD thunar-1.0.1.ebuild 2176 RMD160 26b71fda8d61c838fa4177e397ae142997562cb9 SHA1 ad7f66dbae61000075aa1d562f4b5d8e17b42dc1 SHA256 8af869c7118ba830f6c2727a5dba2ea97acba57e6d799153fc3e527023be05ee
EBUILD thunar-1.0.2.ebuild 2176 RMD160 2944671fe75f81db3838fcf5b5e3eae731f5fb62 SHA1 42046fdafec6b4415903718fe29474658110fe5c SHA256 cff538012f0c2bc752530931185b69704c0bc19189fec80d180a18c577151f25
EBUILD thunar-1.1.1.ebuild 2095 RMD160 4982a78308329d19812db3295eca68fffb146e99 SHA1 78df73f77a567f119dcdb961f64e12bd5029275c SHA256 ded29d7f8ca9cd1e0147ef6937c737fdd6050a638a3997fdd678f51e013726d2
MISC ChangeLog 13343 RMD160 e341a488914cf5c8d22f3e5200b333373ea7b95c SHA1 a33c2e8ca2af7e0680308174cf9a147ebf942063 SHA256 a6be5eb513ad08e932c85cd52dade22c326b486cf3298bb5f9ffd0765a9e58c0
diff --git a/xfce-base/thunar/files/thunar-1.0.1-libpng14.patch b/xfce-base/thunar/files/thunar-1.0.1-libpng14.patch
deleted file mode 100644
index cc43d12a3344..000000000000
--- a/xfce-base/thunar/files/thunar-1.0.1-libpng14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://repos.archlinux.org/wsvn/packages/thunar/trunk/libpng-1.4.patch
-
---- 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-base/thunar/thunar-1.0.1.ebuild b/xfce-base/thunar/thunar-1.0.1.ebuild
deleted file mode 100644
index b9bf2e7a88b8..000000000000
--- a/xfce-base/thunar/thunar-1.0.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild,v 1.18 2010/08/23 22:34:39 ssuominen Exp $
-
-EAPI=2
-MY_P=${P/t/T}
-inherit virtualx xfconf
-
-DESCRIPTION="File manager for Xfce4"
-HOMEPAGE="http://thunar.xfce.org"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-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 exif gnome hal pcre startup-notification xfce_plugins_trash"
-
-RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.6:2
- >=dev-util/desktop-file-utils-0.14
- >=media-libs/freetype-2
- >=media-libs/jpeg-6b:0
- >=media-libs/libpng-1.4
- virtual/fam
- >=x11-libs/gtk+-2.6:2
- x11-libs/libSM
- >=x11-misc/shared-mime-info-0.20
- >=xfce-base/exo-0.3.92[hal?]
- <xfce-base/exo-0.5
- >=xfce-base/libxfce4util-4.6
- dbus? ( dev-libs/dbus-glib )
- exif? ( >=media-libs/libexif-0.6 )
- hal? ( dev-libs/dbus-glib
- sys-apps/hal )
- gnome? ( gnome-base/gconf )
- pcre? ( >=dev-libs/libpcre-6 )
- startup-notification? ( x11-libs/startup-notification )
- xfce_plugins_trash? ( dev-libs/dbus-glib
- >=xfce-base/xfce4-panel-4.6 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext
- doc? ( dev-libs/libxslt )"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}/${P}-libpng14.patch" )
- XFCONF="--disable-dependency-tracking
- $(use_enable dbus)
- $(use_enable gnome gnome-thumbnailers)
- $(use_enable startup-notification)
- $(use_enable doc xsltproc)
- $(use_enable exif)
- $(use_enable pcre)
- $(use_enable debug)"
-
- if use hal; then
- XFCONF="${XFCONF} --enable-dbus --with-volume-manager=hal"
- else
- XFCONF="${XFCONF} --with-volume-manager=none"
- fi
-
- if use xfce_plugins_trash; then
- XFCONF="${XFCONF} --enable-dbus"
- else
- XFCONF="${XFCONF} --disable-tpa-plugin"
- fi
- DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO"
-}
-
-src_test() {
- Xemake check || die "Xemake check failed"
-}
-
-pkg_postinst() {
- xfconf_pkg_postinst
- elog "If you are seeing some odd dbus error, make sure your user is in the"
- elog "plugdev group. See Gentoo bug #279077 for more info"
-}