commit: f54944089925fc28f906650d60386fdc202dd2c3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 15:38:38 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 15:38:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5494408
xfce-extra/thunar-media-tags-plugin: Bump to 0.6.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/thunar-media-tags-plugin/Manifest | 1 + .../thunar-media-tags-plugin-0.6.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/xfce-extra/thunar-media-tags-plugin/Manifest b/xfce-extra/thunar-media-tags-plugin/Manifest index 89a376670755..ba2d7d0d2e3f 100644 --- a/xfce-extra/thunar-media-tags-plugin/Manifest +++ b/xfce-extra/thunar-media-tags-plugin/Manifest @@ -1 +1,2 @@ DIST thunar-media-tags-plugin-0.5.0.tar.bz2 465197 BLAKE2B 6dec928ff55c1c42bd1703e2f2733c2af62d6c0291340bd9cadd87a078a4812d9525b6a5a7bf199b789e55925939f2665fe41eda00c0a8aaf61b2baf33629dfe SHA512 141a020ce44b301b268396c124c2282957c20ef8476ae525b0a7791f81c386eca78240010b6c794899a5892d555a6ac4ad333e0181c3eef967d1bcf1755516d8 +DIST thunar-media-tags-plugin-0.6.0.tar.xz 68276 BLAKE2B 5f25f886f449668c4504799aed36369a5304b04aa2a889f5e517fe7c719ab64b1c8583dd1374b035df66c9268c04d33ff1477dc66f729e8d510dec11a58fc098 SHA512 7e7f971c09f50eb6733ceab80fe96aafc03a500ce28184f7272af8d7ff45e69cd1335346fdc1dde65dad7832816be90dba85132ede83c726cf446286e4644f7e diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.6.0.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.6.0.ebuild new file mode 100644 index 000000000000..75f76443b1a5 --- /dev/null +++ b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.6.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Adds special features for media files to the Thunar File Manager" +HOMEPAGE=" + https://docs.xfce.org/xfce/thunar/media-tags + https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin/ +" +SRC_URI=" + https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.xz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +DEPEND=" + >=media-libs/taglib-1.4:= + >=dev-libs/glib-2.66.0:2 + >=x11-libs/gtk+-3.24.0:3 + >=xfce-base/libxfce4util-4.18.0:= + >=xfce-base/thunar-4.18.0:= +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +"
