summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2021-01-25 10:24:54 +0100
committerAaron Bauman <bman@gentoo.org>2021-01-25 10:01:04 -0500
commit568796a044655b86753265de8a6216cadefad93c (patch)
tree1dede3a5de8b0ef8fb0518444db411651fbf2e52 /x11-wm/wmfs/files
parentxfce-extra/xfce4-sensors-plugin: remove unused patch(es) (diff)
downloadgentoo-568796a044655b86753265de8a6216cadefad93c.tar.gz
gentoo-568796a044655b86753265de8a6216cadefad93c.tar.bz2
gentoo-568796a044655b86753265de8a6216cadefad93c.zip
x11-wm/wmfs: remove unused patches
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19208 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-wm/wmfs/files')
-rw-r--r--x11-wm/wmfs/files/wmfs-201003-desktop.patch9
-rw-r--r--x11-wm/wmfs/files/wmfs-201003-pthread.patch12
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-wm/wmfs/files/wmfs-201003-desktop.patch b/x11-wm/wmfs/files/wmfs-201003-desktop.patch
deleted file mode 100644
index 91edac6d88be..000000000000
--- a/x11-wm/wmfs/files/wmfs-201003-desktop.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/wmfs.desktop
-+++ b/wmfs.desktop
-@@ -1,5 +1,4 @@
--[Desktop Entry]
--Encoding=UTF-8
-+[Desktop Entry]
- Name=wmfs
- Comment=Window manager from scratch
- TryExec=wmfs
diff --git a/x11-wm/wmfs/files/wmfs-201003-pthread.patch b/x11-wm/wmfs/files/wmfs-201003-pthread.patch
deleted file mode 100644
index cbbf6343bdfb..000000000000
--- a/x11-wm/wmfs/files/wmfs-201003-pthread.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -94,7 +92,8 @@
- set(LIBRARIES_TO_LINK
- ${FREETYPE_LIBRARIES}
- ${X11_LIBRARIES}
-- Xft)
-+ Xft
-+ pthread)
-
- # Includes
- include(FindDoxygen)