summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-10 19:49:10 +0200
committerDavid Seifert <soap@gentoo.org>2017-08-13 13:29:22 +0200
commitbc1ac2a43cfe711b89446135234666fb1bcf6b50 (patch)
tree32ac87225b0b050e54dcbb4c2560d59be1455bec /x11-misc/slim
parentx11-misc/i3status: remove unused patch (diff)
downloadgentoo-bc1ac2a43cfe711b89446135234666fb1bcf6b50.tar.gz
gentoo-bc1ac2a43cfe711b89446135234666fb1bcf6b50.tar.bz2
gentoo-bc1ac2a43cfe711b89446135234666fb1bcf6b50.zip
x11-misc/slim: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5383
Diffstat (limited to 'x11-misc/slim')
-rw-r--r--x11-misc/slim/files/slim-1.3.6-fix-slimlock-nopam.patch26
1 files changed, 0 insertions, 26 deletions
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)