summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-11 12:12:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-11 12:12:32 +0000
commit8d94604552383514d65054bd578b113f736f2b97 (patch)
treef7ddde50011722ae6bca94549a1f852eb32c78fc /xfce-extra
parentadd ~arm, bug #456736 (diff)
downloadgentoo-2-8d94604552383514d65054bd578b113f736f2b97.tar.gz
gentoo-2-8d94604552383514d65054bd578b113f736f2b97.tar.bz2
gentoo-2-8d94604552383514d65054bd578b113f736f2b97.zip
Version bump. Link upstream bug to the patch.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/thunar-media-tags-plugin/ChangeLog9
-rw-r--r--xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch2
-rw-r--r--xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1.ebuild34
3 files changed, 43 insertions, 2 deletions
diff --git a/xfce-extra/thunar-media-tags-plugin/ChangeLog b/xfce-extra/thunar-media-tags-plugin/ChangeLog
index d6fd872ec56a..1e678bbbfab5 100644
--- a/xfce-extra/thunar-media-tags-plugin/ChangeLog
+++ b/xfce-extra/thunar-media-tags-plugin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/thunar-media-tags-plugin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog,v 1.13 2013/04/11 18:06:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog,v 1.14 2013/05/11 12:12:32 ssuominen Exp $
+
+*thunar-media-tags-plugin-0.2.1 (11 May 2013)
+
+ 11 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +thunar-media-tags-plugin-0.2.1.ebuild,
+ files/thunar-media-tags-plugin-0.2.0-linkorder.patch:
+ Version bump. Link upstream bug to the patch.
11 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
thunar-media-tags-plugin-0.2.0.ebuild:
diff --git a/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch b/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch
index 9148c45956a1..22048fa1567a 100644
--- a/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch
+++ b/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch
@@ -1,4 +1,4 @@
-Reported only to Freenode, #xfce-dev for now
+http://bugzilla.xfce.org/show_bug.cgi?id=10080
--- thunar-plugin/Makefile.am
+++ thunar-plugin/Makefile.am
diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1.ebuild
new file mode 100644
index 000000000000..120211b935b8
--- /dev/null
+++ b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1.ebuild,v 1.1 2013/05/11 12:12:32 ssuominen Exp $
+
+EAPI=5
+EAUTORECONF=yes
+inherit xfconf
+
+DESCRIPTION="Adds special features for media files to the Thunar File Manager"
+HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin"
+SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE="debug"
+
+RDEPEND=">=media-libs/taglib-1.6
+ >=x11-libs/gtk+-2.12:2
+ >=xfce-base/exo-0.6
+ >=xfce-base/thunar-1.2"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+pkg_setup() {
+ PATCHES=( "${FILESDIR}"/${PN}-0.2.0-linkorder.patch )
+
+ XFCONF=(
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}