diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-01 16:58:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-01 16:58:20 +0000 |
commit | 142ff5a7b50b098347e86f26f44f747049c1085f (patch) | |
tree | b9db99efc496a8d1f09b209af80fa31cc7dfd2b3 /xfce-extra | |
parent | Fix the static-libs logic the right way #392713 by Piotr Karbowski. (diff) | |
download | gentoo-2-142ff5a7b50b098347e86f26f44f747049c1085f.tar.gz gentoo-2-142ff5a7b50b098347e86f26f44f747049c1085f.tar.bz2 gentoo-2-142ff5a7b50b098347e86f26f44f747049c1085f.zip |
Initial commit (or rather restore the ebuild since it was only now ported to Xfce 4.8.x)
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
5 files changed, 75 insertions, 0 deletions
diff --git a/xfce-extra/thunar-media-tags-plugin/ChangeLog b/xfce-extra/thunar-media-tags-plugin/ChangeLog new file mode 100644 index 000000000000..c7ecceb85a0c --- /dev/null +++ b/xfce-extra/thunar-media-tags-plugin/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for xfce-extra/thunar-media-tags-plugin +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog,v 1.8 2011/12/01 16:58:20 ssuominen Exp $ + +*thunar-media-tags-plugin-0.2.0 (01 Dec 2011) + + 01 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> + +thunar-media-tags-plugin-0.2.0.ebuild, + +files/thunar-media-tags-plugin-0.2.0-linkorder.patch: + Initial commit (or rather restore the ebuild since it was only now ported to + Xfce 4.8.x) + diff --git a/xfce-extra/thunar-media-tags-plugin/Manifest b/xfce-extra/thunar-media-tags-plugin/Manifest new file mode 100644 index 000000000000..f25fd6a1ce82 --- /dev/null +++ b/xfce-extra/thunar-media-tags-plugin/Manifest @@ -0,0 +1,5 @@ +AUX thunar-media-tags-plugin-0.2.0-linkorder.patch 460 RMD160 a42684dddcc46a0940629ad6f82c7368f8e1613d SHA1 c32cfccfd5dc2036bbe360814152bc2f9be2c6f9 SHA256 3c6133ce4a9e985fe1db7a408bc34d647bece8ba46c27147abd603008d570cc5 +DIST thunar-media-tags-plugin-0.2.0.tar.bz2 321001 RMD160 a85523e3e4d40aefbdad558566a5331be6c85c0c SHA1 1111b4dae10156ab91adb4eadb26586593b1b023 SHA256 721b34a8a801ebd039469c8b8605b0bb332d498a6018a1b978df5c87bdb8750f +EBUILD thunar-media-tags-plugin-0.2.0.ebuild 767 RMD160 031b6dcaab77f5886de1cd4d1b40209baedce68a SHA1 a6217fbc8b2002c0c1f70a1ad398b67e78053ff1 SHA256 4615ed09069caf61f79ceebb10b2bda159dc4f44d79535c2040c1dc5e02763b9 +MISC ChangeLog 430 RMD160 18dbe87d7b09226445dc60a0efda55015d9156e6 SHA1 a787b64c02b56bede00915323e8096f8f37dcee0 SHA256 a85bcecbc97d47804511f2761bd87748568f1952d8cbeaeea7d5939d8b3e4671 +MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 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 new file mode 100644 index 000000000000..9148c45956a1 --- /dev/null +++ b/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch @@ -0,0 +1,19 @@ +Reported only to Freenode, #xfce-dev for now + +--- thunar-plugin/Makefile.am ++++ thunar-plugin/Makefile.am +@@ -32,10 +32,12 @@ + -avoid-version \ + -export-dynamic \ + -module \ ++ $(PLATFORM_LDFLAGS) ++ ++thunar_media_tags_plugin_la_LIBADD = \ + $(EXO_LIBS) \ + $(THUNARX_LIBS) \ + $(TAGLIB_LIBS) \ +- $(TAGLIBC_LIBS) \ +- $(PLATFORM_LDFLAGS) ++ $(TAGLIBC_LIBS) + + # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: diff --git a/xfce-extra/thunar-media-tags-plugin/metadata.xml b/xfce-extra/thunar-media-tags-plugin/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-extra/thunar-media-tags-plugin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xfce</herd> +</pkgmetadata> diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild new file mode 100644 index 000000000000..52935f0e044a --- /dev/null +++ b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 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.0.ebuild,v 1.1 2011/12/01 16:58:20 ssuominen Exp $ + +EAPI=4 +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" +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 + dev-util/pkgconfig" + +pkg_setup() { + PATCHES=( "${FILESDIR}"/${P}-linkorder.patch ) + + XFCONF=( + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README TODO ) +} |