summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasufell <julian.ospald@googlemail.com>2012-03-31 15:32:10 +0000
committerhasufell <julian.ospald@googlemail.com>2012-03-31 15:32:10 +0000
commit94d80e21bce96b6d106d358decf9e7a939cd5a86 (patch)
tree8d057d0dcf60e94bdee878ea67e058a553980fbe /x11-misc
parentx11-misc/spacefm-dmenu-plugin: version bump (diff)
downloadsunrise-94d80e21bce96b6d106d358decf9e7a939cd5a86.tar.gz
sunrise-94d80e21bce96b6d106d358decf9e7a939cd5a86.tar.bz2
sunrise-94d80e21bce96b6d106d358decf9e7a939cd5a86.zip
x11-misc/spacefm-trash-plugin: Version bump
svn path=/sunrise/; revision=12883
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/spacefm-trash-plugin/ChangeLog6
-rw-r--r--x11-misc/spacefm-trash-plugin/Manifest4
-rw-r--r--x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.6.ebuild46
3 files changed, 55 insertions, 1 deletions
diff --git a/x11-misc/spacefm-trash-plugin/ChangeLog b/x11-misc/spacefm-trash-plugin/ChangeLog
index a085fcc63..27e44a8f7 100644
--- a/x11-misc/spacefm-trash-plugin/ChangeLog
+++ b/x11-misc/spacefm-trash-plugin/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*spacefm-trash-plugin-0.6 (31 Mar 2012)
+
+ 31 Mar 2012; hasufell <julian.ospald@googlemail.com>
+ +spacefm-trash-plugin-0.6.ebuild:
+ Version bump
+
30 Mar 2012; hasufell <julian.ospald@googlemail.com>
spacefm-trash-plugin-0.5.ebuild:
fix permissions
diff --git a/x11-misc/spacefm-trash-plugin/Manifest b/x11-misc/spacefm-trash-plugin/Manifest
index 6560ffcee..3296a445d 100644
--- a/x11-misc/spacefm-trash-plugin/Manifest
+++ b/x11-misc/spacefm-trash-plugin/Manifest
@@ -1,4 +1,6 @@
DIST Trash_v0.5.spacefm-plugin.tar.gz 55786 RMD160 401aa77149b95ab215a37e4c2c2fb6bb4dceb9b6 SHA1 99b2200161af2314411951fa3b0207cf3dd7ffca SHA256 60b3f82be74811cb9fc22b4b37f57c136fb889eb897fde8b82eb1d53409ba54d
+DIST Trash_v0.6.spacefm-plugin.tar.gz 71513 RMD160 9526681c44089217cbb8bc539977689aaddb0246 SHA1 ca9e10374dfb055a8877eae44d81943b36ad1738 SHA256 288850ef9030ac953d268e2e8f6e28f823332b20ef56b7ef878db999246cd671
EBUILD spacefm-trash-plugin-0.5.ebuild 1206 RMD160 25e6cb4299ef8334508b2cf04171320601c7b821 SHA1 b376868afb30d0e1fad7d8ce025a26a9fc302976 SHA256 c279e26940b79cec1398c56d82740024044bf507c2acf6bdda6971b1f018151b
-MISC ChangeLog 563 RMD160 516490bf8e83310b0cd0ea2cdf7fa04f83aba042 SHA1 c9b3e394a4d77931208d32a2186f30b8a0afdb0a SHA256 e20d5edefcf0d2763e7f351ee97ccb412031f693ee40d00f335dd5c36bebee8b
+EBUILD spacefm-trash-plugin-0.6.ebuild 1206 RMD160 25e6cb4299ef8334508b2cf04171320601c7b821 SHA1 b376868afb30d0e1fad7d8ce025a26a9fc302976 SHA256 c279e26940b79cec1398c56d82740024044bf507c2acf6bdda6971b1f018151b
+MISC ChangeLog 711 RMD160 6d66cd07edfbe88181186baf45159d9823b2c3d5 SHA1 393ef5ac9b03ceb36edc12123366ec60d018e11e SHA256 3ed6e1b7a7e45858ac10b73e566fee4f4dc91398344008af4d107d909e93a3c1
MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154
diff --git a/x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.6.ebuild b/x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.6.ebuild
new file mode 100644
index 000000000..f11038b21
--- /dev/null
+++ b/x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Adds trash-functionality to spacefm"
+HOMEPAGE="http://code.google.com/p/bashscripts/source/browse/trunk/spacefm-plugin/share-via-http-server/share-via-http-server"
+SRC_URI="http://bashscripts.googlecode.com/files/Trash_v${PV}.spacefm-plugin.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-misc/spacefm"
+
+S=${WORKDIR}
+
+src_install() {
+ find -name COPYING -delete
+ insinto /usr/share/spacefm/plugins/trash
+ doins -r cstm_* plugin
+ insinto /usr/share/spacefm/plugin-files
+ doins "${DISTDIR}"/Trash_v${PV}.spacefm-plugin.tar.gz
+
+ cd "${D}"
+ find . -name "exec.sh" -exec fperms +x '{}' + || die
+}
+
+pkg_postinst() {
+ einfo ""
+ einfo "You might need to restart spacefm for the changes to take effect."
+ einfo ""
+ elog "If you want to add a plugin to a different menu via design-mode"
+ elog "use the plugin-files from '/usr/share/spacefm/plugin-files'."
+ einfo ""
+}
+
+pkg_postrm() {
+ einfo ""
+ elog "If you have copied the plugin to a different menu using the"
+ elog "design mode you might want to remove it from there as well."
+ einfo ""
+}
+