mate-extra/mate-user-share: add 1.26.0

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Oz Tiram
2022-11-30 09:24:46 +01:00
committed by Sam James
parent 15d192802f
commit 7227e2e018
2 changed files with 51 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mate-user-share-1.24.0.tar.xz 1008992 BLAKE2B 0fe21e49ff30c88c32b6b88aba84e58b3e6310d3bbd7a4873be460c97366828a7edfd24be37d2c10ea88a51c6990ee482ad595582d288ded2e4f7e0ca6f0b4e0 SHA512 15ede8754bf95ac78844cd9645a43d2deb8419dd550aee5263936d710cd13ce7f4a68cfd53e589c2dd37f87f59c9e8153f8abac711a3a7f88a2e2789dbd4f664
DIST mate-user-share-1.26.0.tar.xz 1028740 BLAKE2B 28f7d0041325c451f1e5f15410cfc4f8b6d2edaeaf448810e35d2d70d6330601a743878bc581458a110766b0613ed35491be191b14a8c68c5818ed11036125b3 SHA512 4dfd35bd4d9c72a83b0929c30738d2cb93a622af630cce1ffcfb23b9ca1167414ac969a5e417fa7e9d86e334249ff3e519c326c41fee87a6cbfc58d855d4b978

View File

@@ -0,0 +1,50 @@
# 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 ~x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
LICENSE="GPL-2"
SLOT="0"
IUSE="X"
COMMON_DEPEND="
>=dev-libs/dbus-glib-0.70
>=dev-libs/glib-2.50:2
>=mate-base/caja-1.17.1
media-libs/libcanberra[gtk3]
>=sys-apps/dbus-1.1.1
>=x11-libs/gdk-pixbuf-2:2
>=x11-libs/gtk+-3.22:3
x11-libs/libX11
x11-libs/pango
>=x11-libs/libnotify-0.7
virtual/libintl"
RDEPEND="${COMMON_DEPEND}
>=www-apache/mod_dnssd-0.6
>=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]"
BDEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/yelp-tools
>=dev-util/intltool-0.35
sys-devel/gettext:*
virtual/pkgconfig:*"
src_configure() {
mate_src_configure \
--with-httpd=apache2 \
--with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
--disable-bluetooth \
$(use_with X x)
}