Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b514379203ce587cfd48d84ab0e915801d543474)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b514379203ce587cfd48d84ab0e915801d543474)
  • Date: Wed, 10 Aug 2022 04:35:34 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

x11/slim/gcc43.patch | 10 ----------
x11/slim/no-pam.patch | 13 -------------
x11/slim/no-systemd.patch | 11 -----------
x11/slim/slim-1.3.6-fix-libslim-libraries.patch | 20 --------------------
4 files changed, 54 deletions(-)

New commits:
commit b514379203ce587cfd48d84ab0e915801d543474
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

x11/slim: actually remove old patches

diff --git a/x11/slim/gcc43.patch b/x11/slim/gcc43.patch
deleted file mode 100644
index 4881209..0000000
--- a/x11/slim/gcc43.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- cfg.h.orig 2007-07-15 18:09:28.000000000 +0400
-+++ cfg.h 2008-04-17 10:47:59.073553726 +0400
-@@ -14,6 +14,7 @@
- #include <string>
- #include <map>
- #include <vector>
-+#include <cstdlib>
-
- #define INPUT_MAXLENGTH_NAME 30
- #define INPUT_MAXLENGTH_PASSWD 50
diff --git a/x11/slim/no-pam.patch b/x11/slim/no-pam.patch
deleted file mode 100644
index b00217c..0000000
--- a/x11/slim/no-pam.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- CMakeLists.txt.orig 2013-10-09 16:21:02.000000000 +0400
-+++ CMakeLists.txt 2013-10-09 16:28:30.210499682 +0400
-@@ -221,7 +221,9 @@
- ####### install
- # slim
- install(TARGETS slim RUNTIME DESTINATION bin)
--install(TARGETS slimlock RUNTIME DESTINATION bin)
-+if(BUILD_SLIMLOCK)
-+ install(TARGETS slimlock RUNTIME DESTINATION bin)
-+endif(BUILD_SLIMLOCK)
-
- if (BUILD_SHARED_LIBS)
- set_target_properties(libslim PROPERTIES
diff --git a/x11/slim/no-systemd.patch b/x11/slim/no-systemd.patch
deleted file mode 100644
index 5825fa2..0000000
--- a/x11/slim/no-systemd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2013-10-01 18:38:05.000000000 -0400
-+++ CMakeLists.txt 2016-10-03 20:14:40.203096183 -0400
-@@ -240,7 +240,7 @@
- # configure
- install(FILES slim.conf DESTINATION ${SYSCONFDIR})
- # systemd service file
--if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
-+if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" AND USE_SYSTEMD)
- install(FILES slim.service DESTINATION ${LIBDIR}/systemd/system)
- endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
- # themes directory
diff --git a/x11/slim/slim-1.3.6-fix-libslim-libraries.patch
b/x11/slim/slim-1.3.6-fix-libslim-libraries.patch
deleted file mode 100644
index b6c90f9..0000000
--- a/x11/slim/slim-1.3.6-fix-libslim-libraries.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -upr slim-1.3.6.orig/CMakeLists.txt slim-1.3.6/CMakeLists.txt
---- slim-1.3.6.orig/CMakeLists.txt 2013-10-02 16:16:22.000000000 +0300
-+++ slim-1.3.6/CMakeLists.txt 2013-10-02 16:19:57.000000000 +0300
-@@ -119,6 +119,7 @@ if(USE_PAM)
- if(PAM_FOUND)
- message("\tPAM Found")
- set(SLIM_DEFINITIONS ${SLIM_DEFINITIONS} "-DUSE_PAM")
-+ target_link_libraries(libslim ${PAM_LIBRARY})
- target_link_libraries(${PROJECT_NAME} ${PAM_LIBRARY})
- target_link_libraries(slimlock ${PAM_LIBRARY})
- include_directories(${PAM_INCLUDE_DIR})
-@@ -178,6 +179,8 @@ include_directories(
- )
-
- target_link_libraries(libslim
-+ ${X11_Xft_LIB}
-+ ${X11_Xrandr_LIB}
- ${JPEG_LIBRARIES}
- ${PNG_LIBRARIES}
- )



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b514379203ce587cfd48d84ab0e915801d543474), Pavel Vinogradov, 08/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page