lxqt-session-0.14.1, self-reviewed

Remove unnecessary lines. Remove patches.
This commit is contained in:
pin 2020-01-16 14:03:43 +01:00
parent 09d2adc0a0
commit 5194f2d81b
3 changed files with 1 additions and 17 deletions

View File

@ -17,7 +17,7 @@ USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
CMAKE_ARGS+= -DWITH_LIBUDEV=OFF
INSTALLATION_DIRS+= bin

View File

@ -4,4 +4,3 @@ SHA1 (lxqt-session-0.14.1.tar.xz) = 15deb8ef8f209ed0293253e67a40283013b6ab9d
RMD160 (lxqt-session-0.14.1.tar.xz) = d6bf29c8d4923c3d7a8a984d7650850b69edff7b
SHA512 (lxqt-session-0.14.1.tar.xz) = 9274564f3eabe33744bbe8555b1177d8ff6f241f5849bef29f0bb344f506e590e1deab87bf2fdeb867872ebaa0262cda0400f16179951fd66fbcb4d9f7358c4c
Size (lxqt-session-0.14.1.tar.xz) = 178600 bytes
SHA1 (patch-CMakeLists.txt) = 1094af8288d8423bb646ced7047e8708d8020c0c

View File

@ -1,15 +0,0 @@
$NetBSD$
Allow to build package on systems without libudev support
--- CMakeLists.txt.orig 2019-02-26 01:22:39.000000000 +0000
+++ CMakeLists.txt
@@ -16,7 +16,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
-option(WITH_LIBUDEV "Build with libudev support" ON)
+option(WITH_LIBUDEV "Build with libudev support" OFF)
# Minimum Versions
set(KF5_MINIMUM_VERSION "5.36.0")