summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-30 21:56:32 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-30 22:02:10 +0100
commit143ede34b9fff1855fae65ecdcfcf34d6192c81b (patch)
tree0f6ed9d4dd6d490d2e0744c6ef7eb46ecc74e59e /xfce-extra
parentxfce-extra/thunar-archive-plugin: Bump to 0.5.3 (diff)
downloadgentoo-143ede34b9fff1855fae65ecdcfcf34d6192c81b.tar.gz
gentoo-143ede34b9fff1855fae65ecdcfcf34d6192c81b.tar.bz2
gentoo-143ede34b9fff1855fae65ecdcfcf34d6192c81b.zip
xfce-extra/thunar-media-tags-plugin: Bump to 0.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/thunar-media-tags-plugin/Manifest1
-rw-r--r--xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.5.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/xfce-extra/thunar-media-tags-plugin/Manifest b/xfce-extra/thunar-media-tags-plugin/Manifest
index 4c06b619d33b..97ab4365d73d 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.4.0.tar.bz2 398971 BLAKE2B 83402dc50a68eb5155351c45ab81f58c3dc95b9dd0d5495f793114532c17afbc2cd4b144a8ca85be54bb8cdce8352b9257fe7e9a5410ba62d7c9ee44da8df491 SHA512 1856bfdaf6489e974949e30231f835cf3d51ec693e36cec32e1735df630a5e1df609b63dc770ee85abf6925470159282e563843c6f0c948052eeafd4abf8062e
+DIST thunar-media-tags-plugin-0.5.0.tar.bz2 465197 BLAKE2B 6dec928ff55c1c42bd1703e2f2733c2af62d6c0291340bd9cadd87a078a4812d9525b6a5a7bf199b789e55925939f2665fe41eda00c0a8aaf61b2baf33629dfe SHA512 141a020ce44b301b268396c124c2282957c20ef8476ae525b0a7791f81c386eca78240010b6c794899a5892d555a6ac4ad333e0181c3eef967d1bcf1755516d8
diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.5.0.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.5.0.ebuild
new file mode 100644
index 000000000000..f9f10f5067be
--- /dev/null
+++ b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.bz2
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+DEPEND="
+ media-libs/taglib:=
+ >=dev-libs/glib-2.50.0:2
+ >=x11-libs/gtk+-3.22:3
+ >=xfce-base/libxfce4util-4.0.0:=
+ >=xfce-base/thunar-1.7:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}