summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-12-25 07:45:51 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-12-25 07:45:51 +0000
commitc05cd948037897cac4916af7069dfa60c307c8f6 (patch)
treee16d46ea4bd9a607c84950721766c1fa0f969ca6
parentdrop myself from metadata.xml, the 18.1 appears to work fine (diff)
downloadgentoo-2-c05cd948037897cac4916af7069dfa60c307c8f6.tar.gz
gentoo-2-c05cd948037897cac4916af7069dfa60c307c8f6.tar.bz2
gentoo-2-c05cd948037897cac4916af7069dfa60c307c8f6.zip
clean up, fix HOMEPAGE
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
-rw-r--r--xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild
index 75f4be670949..480d78511293 100644
--- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild
+++ b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild,v 1.11 2010/09/24 14:09:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild,v 1.12 2010/12/25 07:45:51 ssuominen Exp $
EAPI=3
EAUTORECONF=yes
inherit xfconf
-DESCRIPTION="Thunar archive plugin"
-HOMEPAGE="http://www.foo-projects.org/~benny/projects/thunar-archive-plugin"
+DESCRIPTION="Archive plug-in for Thunar, filemanager of the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.2/${P}.tar.bz2
mirror://gentoo/${PN}-0.2.4-thunarx-2.patch.bz2"
@@ -33,7 +33,10 @@ pkg_setup() {
PATCHES+=( "${WORKDIR}"/${PN}-0.2.4-thunarx-2.patch )
fi
- XFCONF="--disable-dependency-tracking
- $(xfconf_use_debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog NEWS README THANKS"
}