pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lxqt-session-0.14.1, self-reviewed



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Jan 16 14:03:43 2020 +0100
Changeset:	5194f2d81be593217a43d9610d0611d34604801a

Modified Files:
	lxqt-session/Makefile
	lxqt-session/distinfo
Removed Files:
	lxqt-session/patches/patch-CMakeLists.txt

Log Message:
lxqt-session-0.14.1, self-reviewed

Remove unnecessary lines. Remove patches.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5194f2d81be593217a43d9610d0611d34604801a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lxqt-session/Makefile                     |  2 +-
 lxqt-session/distinfo                     |  1 -
 lxqt-session/patches/patch-CMakeLists.txt | 15 ---------------
 3 files changed, 1 insertion(+), 17 deletions(-)

diffs:
diff --git a/lxqt-session/Makefile b/lxqt-session/Makefile
index 9189514ddd..c3506548d4 100644
--- a/lxqt-session/Makefile
+++ b/lxqt-session/Makefile
@@ -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
 
diff --git a/lxqt-session/distinfo b/lxqt-session/distinfo
index 79799ae585..24893a8f5d 100644
--- a/lxqt-session/distinfo
+++ b/lxqt-session/distinfo
@@ -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
diff --git a/lxqt-session/patches/patch-CMakeLists.txt b/lxqt-session/patches/patch-CMakeLists.txt
deleted file mode 100644
index 51efeeb540..0000000000
--- a/lxqt-session/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -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")


Home | Main Index | Thread Index | Old Index