From bc1ac2a43cfe711b89446135234666fb1bcf6b50 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Thu, 10 Aug 2017 19:49:10 +0200 Subject: x11-misc/slim: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/5383 --- .../slim/files/slim-1.3.6-fix-slimlock-nopam.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 x11-misc/slim/files/slim-1.3.6-fix-slimlock-nopam.patch (limited to 'x11-misc') diff --git a/x11-misc/slim/files/slim-1.3.6-fix-slimlock-nopam.patch b/x11-misc/slim/files/slim-1.3.6-fix-slimlock-nopam.patch deleted file mode 100644 index bd6d1679c09e..000000000000 --- a/x11-misc/slim/files/slim-1.3.6-fix-slimlock-nopam.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/CMakeLists.txt 2013-10-27 21:24:21.193802669 -0400 -+++ b/CMakeLists.txt 2013-10-27 21:26:54.127806951 -0400 -@@ -220,7 +220,6 @@ - ####### install - # slim - install(TARGETS slim RUNTIME DESTINATION bin) --install(TARGETS slimlock RUNTIME DESTINATION bin) - - if (BUILD_SHARED_LIBS) - set_target_properties(libslim PROPERTIES -@@ -235,8 +234,14 @@ - - # man file - install(FILES slim.1 DESTINATION ${MANDIR}/man1/) --install(FILES slimlock.1 DESTINATION ${MANDIR}/man1/) - # configure - install(FILES slim.conf DESTINATION ${SYSCONFDIR}) -+ -+#slimlock -+if(BUILD_SLIMLOCK) -+install(TARGETS slimlock RUNTIME DESTINATION bin) -+install(FILES slimlock.1 DESTINATION ${MANDIR}/man1/) -+endif(BUILD_SLIMLOCK) -+ - # themes directory - subdirs(themes) -- cgit v1.2.3-65-gdbad