diff options
author | Matthias Gerstner <Matthias.Gerstner@nefkom.net> | 2022-05-04 20:09:20 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-07 06:03:04 +0100 |
commit | ad4cfaa7d302bea38126c9123424822613dd868b (patch) | |
tree | 8625470415d394206665cad56f74eac9f0928e6a /sys-fs | |
parent | app-office/gnucash: add 4.10 (diff) | |
download | gentoo-ad4cfaa7d302bea38126c9123424822613dd868b.tar.gz gentoo-ad4cfaa7d302bea38126c9123424822613dd868b.tar.bz2 gentoo-ad4cfaa7d302bea38126c9123424822613dd868b.zip |
sys-fs/xwmfs: version bump to 0.91
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Gerstner <matthias.gerstner@nefkom.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/xwmfs/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/xwmfs/xwmfs-0.91.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest index 415319bc35f1..ef957dbb20c9 100644 --- a/sys-fs/xwmfs/Manifest +++ b/sys-fs/xwmfs/Manifest @@ -1 +1,2 @@ DIST xwmfs-0.90.tar.gz 199555 BLAKE2B b2223edb1befad1055d103c03ba8092ea6319eb7299ec9e74338567aef9e45071f056ebfaddd41bcca3722f2ad96122d5009890847b6a485ea700e1e43d2893b SHA512 70805bc509cd8ab11d75b0f9b303f76c6e7c0af7664eca4f9f1dc14c6d59d34a1bcf3e1ffde427b7f11740f1b52e7838c44a28de44fd96ca0bacb45c8b160a67 +DIST xwmfs-0.91.tar.gz 205380 BLAKE2B fe16fb42c255c8aa3f3a89c494ee9a0d89a4ec1f7d09299374b8891ecc03fe41bb676e2a65112d60abf7ea7e7c2b173aa1333969b445814b07f5c972c001969b SHA512 a2f86b614364c1ffd5fa591bdabd8940f9f317f07e5c4ddc45e8da44de1ae434cbe0336fd1ef7f25027c390388943a8cd03991546ffa640ffe5800a66792ac17 diff --git a/sys-fs/xwmfs/xwmfs-0.91.ebuild b/sys-fs/xwmfs/xwmfs-0.91.ebuild new file mode 100644 index 000000000000..deecfb925e6a --- /dev/null +++ b/sys-fs/xwmfs/xwmfs-0.91.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="FUSE-based X11 Window-Manager file system" +HOMEPAGE="https://github.com/gerstner-hub/xwmfs" +SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" +SLOT="0" + +RDEPEND=" + sys-fs/fuse:0= + >=x11-libs/libX11-1.6.5" + +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_test() { + # unset display to avoid testing errors, tests rely on X11 and a window + # manager environment + unset DISPLAY + + default +} |