summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-06 18:42:13 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-06 18:43:43 +0100
commit51666050c457154ccffd276f8d483eb0c5a7e279 (patch)
treef37152c32d1ad6ccd2e10bcc2472638e64035980 /xfce-extra
parentsci-mathematics/bertini: bump to 1.6 (diff)
downloadgentoo-51666050c457154ccffd276f8d483eb0c5a7e279.tar.gz
gentoo-51666050c457154ccffd276f8d483eb0c5a7e279.tar.bz2
gentoo-51666050c457154ccffd276f8d483eb0c5a7e279.zip
xfce-extra/thunar-media-tags-plugin: Bump to 0.4.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.4.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 8265288b8203..198952398144 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.3.0.tar.bz2 378993 BLAKE2B 9ddb44862808eab8e836cd85ef9afd6b04a96d1b1b98a80bddba85c1544e91a563b3d40ede04035de50b032c01623d574d818cf19ba60483432a78a61e772c21 SHA512 f7c13acb1d9936676e22fdb2d6c1def5ad651ab104110559817fc51dfad845823de4ba724054a7e99a4af980e62e05db750097c32018effa29cb5f56676d9eaa
+DIST thunar-media-tags-plugin-0.4.0.tar.bz2 398971 BLAKE2B 83402dc50a68eb5155351c45ab81f58c3dc95b9dd0d5495f793114532c17afbc2cd4b144a8ca85be54bb8cdce8352b9257fe7e9a5410ba62d7c9ee44da8df491 SHA512 1856bfdaf6489e974949e30231f835cf3d51ec693e36cec32e1735df630a5e1df609b63dc770ee85abf6925470159282e563843c6f0c948052eeafd4abf8062e
diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.4.0.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.4.0.ebuild
new file mode 100644
index 000000000000..2eaef075ee59
--- /dev/null
+++ b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 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://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin
+ 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-1.6
+ >=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="
+ >=dev-util/intltool-0.35.0
+ virtual/pkgconfig
+"
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}