commit:     f694392e5dcc675a297f020ff925e6b48f63f915
Author:     hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Tue Oct  3 05:11:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:10:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f694392e

x11-wm/xmonad-contrib: add 0.17.1

Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-wm/xmonad-contrib/Manifest                     |  1 +
 x11-wm/xmonad-contrib/metadata.xml                 |  4 +++
 x11-wm/xmonad-contrib/xmonad-contrib-0.17.1.ebuild | 37 ++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/x11-wm/xmonad-contrib/Manifest b/x11-wm/xmonad-contrib/Manifest
index 14142d7e3261..8b3baebdf739 100644
--- a/x11-wm/xmonad-contrib/Manifest
+++ b/x11-wm/xmonad-contrib/Manifest
@@ -1 +1,2 @@
 DIST xmonad-contrib-0.17.0.tar.gz 615173 BLAKE2B 
d2e2724a3103502cafeddfdafe5b19cd3f2eb66fe26d49afe4b64c0c78bb3b18432e44fc8233aac951b20969013fa580f0af36d4da627f3c03145b647bff5a44
 SHA512 
357ef80565690a1e652f79c877964181134c7f02a5d325dbf3890246588ce8a545e91126041bcc2af3d9ebf5b3be28f4866ee9ede76ddbf0fc0387871319a900
+DIST xmonad-contrib-0.17.1.tar.gz 646843 BLAKE2B 
0949a616f6c5aaac5d5ccb8eacaf743898b8da6d0c99605ce2f7a85f8ce7747f5442843b524470d51300539126f25066b50906a92952129a9e264f18f7aa9873
 SHA512 
07f989623f4d9affae564ba36a180721910c1a0acf3d23e0e548fc48bb4dcd9864987c521c28251f6443cdd5134ded8e8bb18c6f78d06cb00c386ff6ad59c97e

diff --git a/x11-wm/xmonad-contrib/metadata.xml 
b/x11-wm/xmonad-contrib/metadata.xml
index bb4b8043b4ab..d84502b753d3 100644
--- a/x11-wm/xmonad-contrib/metadata.xml
+++ b/x11-wm/xmonad-contrib/metadata.xml
@@ -8,4 +8,8 @@
        <use>
                <flag name="xft">Use Xft to render text</flag>
        </use>
+       <upstream>
+               <remote-id type="hackage">xmonad-contrib</remote-id>
+               <remote-id type="github">xmonad/xmonad-contrib</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.17.1.ebuild 
b/x11-wm/xmonad-contrib/xmonad-contrib-0.17.1.ebuild
new file mode 100644
index 000000000000..2ebdaef3628b
--- /dev/null
+++ b/x11-wm/xmonad-contrib/xmonad-contrib-0.17.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.3.0
+#hackport: flags: -pedantic,use_xft:xft
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Community-maintained extensions for xmonad"
+HOMEPAGE="https://xmonad.org/";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+xft"
+
+RDEPEND="dev-haskell/random:=[profile?]
+       dev-haskell/utf8-string:=[profile?]
+       >=dev-haskell/x11-1.10:=[profile?] <dev-haskell/x11-1.11:=[profile?]
+       >=dev-lang/ghc-8.4.3:=
+       >=x11-wm/xmonad-0.16.99999:=[profile?] <x11-wm/xmonad-0.18:=[profile?]
+       xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] )
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-2.2.0.1
+       test? ( >=dev-haskell/hspec-2.4.0 <dev-haskell/hspec-3
+               >=dev-haskell/quickcheck-2 )
+"
+
+src_configure() {
+       haskell-cabal_src_configure \
+               --flag=-pedantic \
+               $(cabal_flag xft use_xft)
+}

Reply via email to