mate-extra/caja-extensions: drop 1.26.0

Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ian Jordan
2023-12-22 01:19:05 +00:00
committed by Sam James
parent 6410361bd6
commit d9e8db4621
2 changed files with 0 additions and 75 deletions

View File

@@ -1,3 +1,2 @@
DIST caja-extensions-1.26.0.tar.xz 571084 BLAKE2B 85e88e6f4d9de37109dc099c92c24c0cbe231def82e637a68005ae8c1b0658467638be8b4d2ba7a0f7f1e9f1d3c93d9f5114899b2ca2c65531086716cd96ea8e SHA512 c60ac189328853ed309b60cdabce302feb79de62b2fb19156b55055d26ff29e6be05badc3e7eba2fba3de9870b04851bacfb0e92dc47b6fb656273caa980ddc7
DIST caja-extensions-1.26.1.tar.xz 573240 BLAKE2B 5446026266fda5ee6aa204d3dfee0f1cd7314ce1aae799980309969911b0a9750b6abd04da21cac72e88c289ef0d2d66d5a7d87f727258581999d84539fbe3bd SHA512 0b4df2b141f1a5b2e06b9c426f9605b900e9ed61c8725930165465265938740725f3e49f27788cb41728ab6d559245fc1ce6e44ef97b229d1456b191892c1ef0
DIST caja-extensions-1.27.0.tar.xz 585576 BLAKE2B b14382237df0cdfd7d34881103890a28faba96f98a84ccd9bd470ed8b87b33952b1b1d1e2a5e4711a50737f1e43c206ce4e01aa9a0a589f040727e87fa7fcc4e SHA512 d2c9c57ce900f91eebcefbd2462fd364ebf553c943a883d49aba74827828364ca1bfb6f3b82946e0f973769f3d80dd5a5040bff87159318caab6f04faed98419

View File

@@ -1,74 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="Several Caja extensions"
LICENSE="GPL-2+"
SLOT="0"
SENDTO="cdr gajim +mail pidgin upnp"
IUSE="image-converter nls +open-terminal share +wallpaper xattr ${SENDTO}"
COMMON_DEPEND=">=dev-libs/glib-2.50:2
>=mate-base/caja-1.21.3
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3
gajim? (
>=dev-libs/dbus-glib-0.60
>=sys-apps/dbus-1
)
open-terminal? ( >=mate-base/mate-desktop-1.17.0 )
pidgin? ( >=dev-libs/dbus-glib-0.60 )
upnp? ( >=net-libs/gupnp-0.13:0= )
xattr? ( sys-apps/attr )
"
RDEPEND="${COMMON_DEPEND}
mate-base/mate-desktop
cdr? ( >=app-cdr/brasero-2.32.1:= )
gajim? ( net-im/gajim )
image-converter? (
|| (
media-gfx/imagemagick
media-gfx/graphicsmagick[imagemagick]
)
)
pidgin? ( net-im/pidgin )
"
BDEPEND="${COMMON_DEPEND}
dev-libs/libxml2
dev-util/gtk-doc
dev-util/gtk-doc-am
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_configure() {
local sendto_plugins="removable-devices"
use cdr && sendto_plugins+=",caja-burn"
use mail && sendto_plugins+=",emailclient"
use pidgin && sendto_plugins+=",pidgin"
use gajim && sendto_plugins+=",gajim"
use upnp && sendto_plugins+=",upnp"
mate_src_configure \
--enable-sendto \
--with-sendto-plugins=${sendto_plugins}\
--disable-gksu \
$(use_enable image-converter) \
$(use_enable nls) \
$(use_enable open-terminal) \
$(use_enable share) \
$(use_enable wallpaper) \
$(use_enable xattr xattr-tags)
}