summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-05-23 00:27:11 +0000
committerSamuli Suominen <drac@gentoo.org>2007-05-23 00:27:11 +0000
commitd3d5a848aaf503cac78b21bc3439f977bb3a93a1 (patch)
treed60d65256b3dac464252d309faf18af21bf33873 /xfce-extra/thunar-volman
parentVersion bump. (diff)
downloadgentoo-2-d3d5a848aaf503cac78b21bc3439f977bb3a93a1.tar.gz
gentoo-2-d3d5a848aaf503cac78b21bc3439f977bb3a93a1.tar.bz2
gentoo-2-d3d5a848aaf503cac78b21bc3439f977bb3a93a1.zip
Snapshot from upstream to fix saving settings, install desktop entry, only mount when filesystem is detected.
(Portage version: 2.1.2.7)
Diffstat (limited to 'xfce-extra/thunar-volman')
-rw-r--r--xfce-extra/thunar-volman/ChangeLog9
-rw-r--r--xfce-extra/thunar-volman/files/digest-thunar-volman-0.1.3_pre200705233
-rw-r--r--xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20070523.ebuild30
3 files changed, 41 insertions, 1 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog
index 83cad0161b2c..3fae5a3cd379 100644
--- a/xfce-extra/thunar-volman/ChangeLog
+++ b/xfce-extra/thunar-volman/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/thunar-volman
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.13 2007/05/21 18:42:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.14 2007/05/23 00:27:11 drac Exp $
+
+*thunar-volman-0.1.3_pre20070523 (23 May 2007)
+
+ 23 May 2007; Samuli Suominen <drac@gentoo.org>
+ +thunar-volman-0.1.3_pre20070523.ebuild:
+ Snapshot from upstream to fix saving settings, install desktop
+ entry and only mount when filesystem is detected.
21 May 2007; Jeroen Roovers <jer@gentoo.org> thunar-volman-0.1.2.ebuild:
Stable for HPPA (bug #178510).
diff --git a/xfce-extra/thunar-volman/files/digest-thunar-volman-0.1.3_pre20070523 b/xfce-extra/thunar-volman/files/digest-thunar-volman-0.1.3_pre20070523
new file mode 100644
index 000000000000..c5fe2307b7c8
--- /dev/null
+++ b/xfce-extra/thunar-volman/files/digest-thunar-volman-0.1.3_pre20070523
@@ -0,0 +1,3 @@
+MD5 3450bb65ff88ed7aa3025c419456caff thunar-volman-0.1.3_pre20070523.tar.bz2 723575
+RMD160 1773a69431f7c55669993667c0c35f13f8e15987 thunar-volman-0.1.3_pre20070523.tar.bz2 723575
+SHA256 146aed9dc92bccf34c5256bc8620c07b04a0e94d3acc5a58e2c79e8f0698bda0 thunar-volman-0.1.3_pre20070523.tar.bz2 723575
diff --git a/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20070523.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20070523.ebuild
new file mode 100644
index 000000000000..e3a6b64bb700
--- /dev/null
+++ b/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20070523.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20070523.ebuild,v 1.1 2007/05/23 00:27:11 drac Exp $
+
+inherit eutils xfce44
+
+xfce44
+
+DESCRIPTION="Thunar volume management"
+HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
+SRC_URI="http://dev.gentoo.org/~drac/distfiles/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="dev-libs/dbus-glib
+ sys-apps/hal
+ >=xfce-extra/exo-0.3.2
+ >=xfce-base/thunar-${THUNAR_MASTER_VERSION}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ if ! built_with_use xfce-extra/exo hal; then
+ ewarn "Volume management requires exo with hal support. Enable"
+ ewarn "hal USE flag and re-emerge exo."
+ die "re-emerge exo with USE hal"
+ fi
+}
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS"