diff options
Diffstat (limited to 'xfce-extra/thunar-vcs-plugin')
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/Manifest | 4 | ||||
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild | 50 | ||||
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.3.0.ebuild | 4 |
3 files changed, 3 insertions, 55 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest index 38213713ee78..e951df2a40bc 100644 --- a/xfce-extra/thunar-vcs-plugin/Manifest +++ b/xfce-extra/thunar-vcs-plugin/Manifest @@ -1,5 +1,3 @@ -DIST thunar-vcs-plugin-0.2.0.tar.bz2 546608 BLAKE2B ccd0d057e358b321b6287284c25ee03c4252f5e120fcba9272139ebf0739ee7363e619da12f86e725abc70d4834451ec112386ba2b008b038c03571d26349f51 SHA512 c33f54caa2f27de6c8f9e5cb8368f7538ea82730f1364ad974b19017a25bc6a398c19dfe861b0d0133db08ee36e4e209c8d824ce07de0c2ae6da830aca9e7e68 DIST thunar-vcs-plugin-0.3.0.tar.bz2 808074 BLAKE2B 17c850fa628eec06e043355f9b637f8de914fadc2554d4cf265f7e2b36ebeffb564cbd118bda1f0b2ee086fe2ee4448cf15b664f8b897829142c90502e252bdb SHA512 81f9a545d55dc09f0008ab54b5a9edebd5d72526d18e78722df2b3ee2e475e453e9a4113cb2e87b64d74d8bc31d6e112a30b8077ad3ac485d0e810fb3a0d20e7 -EBUILD thunar-vcs-plugin-0.2.0-r1.ebuild 1015 BLAKE2B 89107a83697629d2439afb3f1f8113b28ecb532ee61154800e45daab502cb065ea27c961650addc8150c30987c759912f513d60da1de320f9725c1ce13e4f590 SHA512 f14b5b897f293123bcd68bb9dc621016ad14abfe6cfcdbbbcebf8ce2b3fdd6f964218ad9c506566de8c7d9f27db63801fb7f16ecb76002a1542841ae51f31b4e -EBUILD thunar-vcs-plugin-0.3.0.ebuild 1110 BLAKE2B aba178dca771af9085e3040df838b52eff4b38ec81270229146c7b9225284a1a4ffc66c0b1f1b03ed517696d88d661ff987164f97d2da8a6375f3410d8b58fb0 SHA512 a2a504ecf6fca34fe14320362f2e97aba49d7664a994116ab7ee8b5fe692a34449fe2986a74d74cc944bccd665845a1d561dabac866ac34e44af08399a5676b8 +EBUILD thunar-vcs-plugin-0.3.0.ebuild 1108 BLAKE2B 18dd8dcaa78d2d31492e91f79b1685798a427a9ee599e8d95c0b7fa917b7feb3a6eb584586caac337a874e964e920b8421abfc527bb0ba6449d41544b8a15587 SHA512 eef77cff8019974ab9c1fc3fe57bbcc0db72d2c59e9a4823f3079ec5d25ea65698c0460f9fda1dc04d325dca8f9212ce02d124e50b493548d680618a8f008981 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild deleted file mode 100644 index 717b6e712e16..000000000000 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="Adds Subversion and GIT actions to the context menu of thunar" -HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin" -SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="+git +subversion" - -RDEPEND=">=dev-libs/glib-2.32:2= - >=x11-libs/gtk+-3.20:3= - >=xfce-base/exo-0.11.4:= - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/thunar-1.7:= - git? ( dev-vcs/git ) - subversion? ( - >=dev-libs/apr-0.9.7:= - >=dev-vcs/subversion-1.5:= - )" -DEPEND="${RDEPEND}" -BDEPEND="dev-util/intltool - virtual/pkgconfig" - -src_configure() { - local myconf=( - $(use_enable subversion) - $(use_enable git) - ) - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.3.0.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.3.0.ebuild index 34e364504ce0..b7c72e42d5f8 100644 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.3.0.ebuild +++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2 LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv x86" IUSE="+git subversion" DEPEND=" |