diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 20:29:02 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:36:59 -0500 |
commit | 514520e79d57885f47a822c387e7a5319f443799 (patch) | |
tree | 77f4f7291baed05fadf0e26f944af64f29453c20 /gnome-extra/gnome-user-share | |
parent | gnome-extra/gnome-user-docs: Drop old versions (diff) | |
download | gentoo-514520e79d57885f47a822c387e7a5319f443799.tar.gz gentoo-514520e79d57885f47a822c387e7a5319f443799.tar.bz2 gentoo-514520e79d57885f47a822c387e7a5319f443799.zip |
gnome-extra/gnome-user-share: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-user-share')
-rw-r--r-- | gnome-extra/gnome-user-share/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-user-share/files/fix-build-with-meson-0.61.patch | 11 | ||||
-rw-r--r-- | gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild | 56 |
3 files changed, 0 insertions, 68 deletions
diff --git a/gnome-extra/gnome-user-share/Manifest b/gnome-extra/gnome-user-share/Manifest index 046d1578d3ff..f8cc8c3d131d 100644 --- a/gnome-extra/gnome-user-share/Manifest +++ b/gnome-extra/gnome-user-share/Manifest @@ -1,2 +1 @@ -DIST gnome-user-share-3.34.0.tar.xz 109560 BLAKE2B 02d0788ff6b4b1a87ebd1d5dee2a853ce0418a553aa2be262227f0b8984ed8bcf84bec774b43952425e96d8b14f4100fd42e0dbec02cc91e67e0881f9155005d SHA512 7aa5f0cad4b96af41b5e4b4a125cb7a9d7a7c27ba10cdf7c4acd2aaffe5bfb3494c9319b997e547c996017827383f7653905c3e0af67c65922635b7ac49803f5 DIST gnome-user-share-43.0.tar.xz 107912 BLAKE2B 252c6a7077710d55321a249521a856d2b45c71fb418cd7e552b0e840c74dfba70c73ba29e0e5dbbd5dc79e2a3152226b635b8956d7a4e0013da4f2e21dc81578 SHA512 a63b2ad6502a907f2e476ac9dd49beaa74da6169d929783b744877558d52087198a6e95bf206af0c3fc0d6875d3d864948374dbe94734379431399939e4749ae diff --git a/gnome-extra/gnome-user-share/files/fix-build-with-meson-0.61.patch b/gnome-extra/gnome-user-share/files/fix-build-with-meson-0.61.patch deleted file mode 100644 index 2721f2ac876f..000000000000 --- a/gnome-extra/gnome-user-share/files/fix-build-with-meson-0.61.patch +++ /dev/null @@ -1,11 +0,0 @@ -https://bugs.gentoo.org/831939 ---- a/data/meson.build -+++ b/data/meson.build -@@ -7,7 +7,6 @@ desktop_in = configure_file( - ) - - i18n.merge_file( -- desktop, - type: 'desktop', - input: desktop_in, - output: '@BASENAME@', diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild deleted file mode 100644 index d18fc0340e76..000000000000 --- a/gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome.org gnome2-utils meson multilib systemd xdg - -DESCRIPTION="Personal file sharing for the GNOME desktop" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-share" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -# FIXME: could libnotify be made optional ? -# FIXME: selinux automagic support -RDEPEND=" - >=dev-libs/glib-2.58:2 - >=x11-libs/gtk+-3:3 - >=gnome-base/nautilus-3.27.90 - >=www-apache/mod_dnssd-0.6 - >=www-servers/apache-2.2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - # Upstream forces to use prefork because of Fedora defaults, but - # that is problematic for us (bug #551012) - # https://bugzilla.gnome.org/show_bug.cgi?id=750525#c2 - "${FILESDIR}"/${PN}-3.18.1-no-prefork.patch - "${FILESDIR}"/fix-build-with-meson-0.61.patch -) - -src_configure() { - local emesonargs=( - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - -Dhttpd=apache2 - -Dmodules_path=/usr/$(get_libdir)/apache2/modules/ - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |