diff options
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-mount/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-mount/files/digest-xfce4-mount-0.4.8 | 3 | ||||
-rw-r--r-- | xfce-extra/xfce4-mount/files/xfce4-mount-asneeded.patch | 12 | ||||
-rw-r--r-- | xfce-extra/xfce4-mount/xfce4-mount-0.4.8.ebuild | 22 |
4 files changed, 44 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-mount/ChangeLog b/xfce-extra/xfce4-mount/ChangeLog index a06264f0d34d..ca0aeead5cf1 100644 --- a/xfce-extra/xfce4-mount/ChangeLog +++ b/xfce-extra/xfce4-mount/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-mount # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount/ChangeLog,v 1.14 2007/01/21 17:25:43 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount/ChangeLog,v 1.15 2007/01/22 14:24:54 nichoj Exp $ + +*xfce4-mount-0.4.8 (22 Jan 2007) + + 22 Jan 2007; Joshua Nichols <nichoj@gentoo.org> + +files/xfce4-mount-asneeded.patch, +xfce4-mount-0.4.8.ebuild: + Version bump. *xfce4-mount-0.4.7-r1 (21 Jan 2007) diff --git a/xfce-extra/xfce4-mount/files/digest-xfce4-mount-0.4.8 b/xfce-extra/xfce4-mount/files/digest-xfce4-mount-0.4.8 new file mode 100644 index 000000000000..9f5e9e440520 --- /dev/null +++ b/xfce-extra/xfce4-mount/files/digest-xfce4-mount-0.4.8 @@ -0,0 +1,3 @@ +MD5 1333adf1c76d8f8b4c6f58bbcf43b6c6 xfce4-mount-plugin-0.4.8.tar.bz2 173394 +RMD160 b38b9c4aa2de9900efa114bef125c39c6a932a2a xfce4-mount-plugin-0.4.8.tar.bz2 173394 +SHA256 f57d103880b598ecdc2eba7377cddd200a727c9a9b51821f6f5f11d7812410c9 xfce4-mount-plugin-0.4.8.tar.bz2 173394 diff --git a/xfce-extra/xfce4-mount/files/xfce4-mount-asneeded.patch b/xfce-extra/xfce4-mount/files/xfce4-mount-asneeded.patch new file mode 100644 index 000000000000..1fb825c9cfeb --- /dev/null +++ b/xfce-extra/xfce4-mount/files/xfce4-mount-asneeded.patch @@ -0,0 +1,12 @@ +diff -ur xfce4-mount-plugin-0.4.7.orig/panel-plugin/Makefile.am xfce4-mount-plugin-0.4.7/panel-plugin/Makefile.am +--- xfce4-mount-plugin-0.4.7.orig/panel-plugin/Makefile.am 2006-03-10 20:32:07.000000000 +0200 ++++ xfce4-mount-plugin-0.4.7/panel-plugin/Makefile.am 2007-01-07 12:00:57.000000000 +0200 +@@ -13,7 +13,7 @@ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + @LIBXFCE4PANEL_CFLAGS@ + +-xfce4_mount_plugin_LDFLAGS = \ ++xfce4_mount_plugin_LDADD = \ + @SOLLIBS@ \ + @LIBXFCE4PANEL_LIBS@ + diff --git a/xfce-extra/xfce4-mount/xfce4-mount-0.4.8.ebuild b/xfce-extra/xfce4-mount/xfce4-mount-0.4.8.ebuild new file mode 100644 index 000000000000..f3f1876c7f5c --- /dev/null +++ b/xfce-extra/xfce4-mount/xfce4-mount-0.4.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount/xfce4-mount-0.4.8.ebuild,v 1.1 2007/01/22 14:24:54 nichoj Exp $ + +WANT_AUTOCONF=latest +WANT_AUTOMAKE=1.9 + +inherit xfce44 eutils autotools + +xfce44_beta +xfce44_goodies_panel_plugin + +DESCRIPTION="Xfce4 panel mount point plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +src_unpack() { + unpack ${A} + cd ${S} + # TODO: Report to upstream. + epatch ${FILESDIR}/${PN}-asneeded.patch + eautomake +} |