Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xmonad: remove package and related package
@ 2021-10-25 20:48 motorto
  2021-10-28 14:18 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: motorto @ 2021-10-25 20:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

There is a new pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages master
https://github.com/void-linux/void-packages/pull/33749

xmonad: remove package and related package
Removing xmonad as discussed in  #6414, it isn't working properly so there isn't any point of it being on the repos, at least until someonem adopts the package(s)

A patch file from https://github.com/void-linux/void-packages/pull/33749.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-33749.patch --]
[-- Type: text/x-diff, Size: 3796 bytes --]

From 5db3dbfaa978851e5d8fa1ff61c4fc6475f8bd0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 25 Oct 2021 21:43:09 +0100
Subject: [PATCH] Xmonad: remove package and related package

---
 srcpkgs/removed-packages/template       |  2 ++
 srcpkgs/xmonad-contrib/files/stack.yaml |  5 -----
 srcpkgs/xmonad-contrib/template         | 18 ------------------
 srcpkgs/xmonad-contrib/update           |  2 --
 srcpkgs/xmonad/template                 | 20 --------------------
 srcpkgs/xmonad/update                   |  2 --
 6 files changed, 2 insertions(+), 47 deletions(-)
 delete mode 100644 srcpkgs/xmonad-contrib/files/stack.yaml
 delete mode 100644 srcpkgs/xmonad-contrib/template
 delete mode 100644 srcpkgs/xmonad-contrib/update
 delete mode 100644 srcpkgs/xmonad/template
 delete mode 100644 srcpkgs/xmonad/update

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 3781b64247bc..b5e3269a2ec4 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -329,6 +329,8 @@ replaces="
  xlennart<=1.1.1_1
  xnoise<=0.2.21_4
  xnoise-devel<=0.2.21_4
+ xmonad<=0.15
+ xmonad-contrib<=0.16
  yturl<=2.0.2_5
  yt-play<=20140117_2
  nvidia340<=340.108_4
diff --git a/srcpkgs/xmonad-contrib/files/stack.yaml b/srcpkgs/xmonad-contrib/files/stack.yaml
deleted file mode 100644
index 74227aa2e1e9..000000000000
--- a/srcpkgs/xmonad-contrib/files/stack.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-resolver: lts-16.13
-packages:
-  - .
-extra-deps:
-  - xmonad-0.15
diff --git a/srcpkgs/xmonad-contrib/template b/srcpkgs/xmonad-contrib/template
deleted file mode 100644
index 03a4de861b58..000000000000
--- a/srcpkgs/xmonad-contrib/template
+++ /dev/null
@@ -1,18 +0,0 @@
-# Template file for 'xmonad-contrib'
-pkgname=xmonad-contrib
-version=0.16
-revision=3
-build_style=haskell-stack
-hostmakedepends="pkg-config"
-makedepends="libX11-devel libXinerama-devel libXrandr-devel libXft-devel libXScrnSaver-devel"
-short_desc="Third party extensions for xmonad"
-maintainer="xaltsc <xaltsc@protonmail.ch>"
-license="BSD-3-Clause"
-homepage="https://xmonad.org/"
-distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=ad72c38de1bf4f9e176bd0da7ee62a6153b03c9087313b3d4782f365f77caddd
-nocross=yes
-
-post_install() {
-	    vlicense LICENSE
-}
diff --git a/srcpkgs/xmonad-contrib/update b/srcpkgs/xmonad-contrib/update
deleted file mode 100644
index d111b2b2ce9c..000000000000
--- a/srcpkgs/xmonad-contrib/update
+++ /dev/null
@@ -1,2 +0,0 @@
-site=http://hackage.haskell.org/package/xmonad-contrib
-pattern="Readme for xmonad-contrib-\K[\d\.]+"
diff --git a/srcpkgs/xmonad/template b/srcpkgs/xmonad/template
deleted file mode 100644
index a9cf809c87a2..000000000000
--- a/srcpkgs/xmonad/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'xmonad'
-pkgname=xmonad
-version=0.15
-revision=5
-build_style=haskell-stack
-stackage=lts-16.13
-makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
-short_desc="Tiling window manager fully configurable in Haskell"
-maintainer="xaltsc <xaltsc@protonmail.ch>"
-license="BSD-3-Clause"
-homepage="https://xmonad.org"
-distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=4a7948e6eee5e34a27d15444589ade3b3fa1adecadbf37b943cff8348380f928
-nopie_files="/usr/bin/xmonad"
-nocross=yes
-
-post_install() {
-	    vman man/xmonad.1
-	    vlicense LICENSE
-}
diff --git a/srcpkgs/xmonad/update b/srcpkgs/xmonad/update
deleted file mode 100644
index 6959312f769b..000000000000
--- a/srcpkgs/xmonad/update
+++ /dev/null
@@ -1,2 +0,0 @@
-site=http://hackage.haskell.org/package/xmonad
-pattern="Readme for xmonad-\K[\d\.]+"

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-08 19:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 20:48 [PR PATCH] xmonad: remove package and related package motorto
2021-10-28 14:18 ` [PR REVIEW] " ahesford
2021-10-28 14:25 ` [PR PATCH] [Updated] " motorto
2021-11-01 17:57 ` motorto
2021-11-08 19:04 ` Chocimier
2021-11-08 19:05 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).