pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt-sudo, new package
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri Jan 10 12:25:32 2020 +0100
Changeset: 9746bfec082434a48f5bf649a798861928271a4b
Modified Files:
Makefile
Added Files:
lxqt-sudo/DESCR
lxqt-sudo/Makefile
lxqt-sudo/PLIST
lxqt-sudo/TODO
lxqt-sudo/distinfo
Log Message:
lxqt-sudo, new package
Fails to build, see TODO.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9746bfec082434a48f5bf649a798861928271a4b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
lxqt-sudo/DESCR | 3 +++
lxqt-sudo/Makefile | 34 ++++++++++++++++++++++++++++++++++
lxqt-sudo/PLIST | 4 ++++
lxqt-sudo/TODO | 33 +++++++++++++++++++++++++++++++++
lxqt-sudo/distinfo | 6 ++++++
6 files changed, 81 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 013439bf59..a1b58e4347 100644
--- a/Makefile
+++ b/Makefile
@@ -2116,6 +2116,7 @@ SUBDIR+= lxqt-powermanagement
SUBDIR+= lxqt-qtplugin
SUBDIR+= lxqt-runner
SUBDIR+= lxqt-session
+SUBDIR+= lxqt-sudo
SUBDIR+= lxqt-themes
SUBDIR+= lzlib
SUBDIR+= lzs-lkm
diff --git a/lxqt-sudo/DESCR b/lxqt-sudo/DESCR
new file mode 100644
index 0000000000..2d01fc32b2
--- /dev/null
+++ b/lxqt-sudo/DESCR
@@ -0,0 +1,3 @@
+lxqt-sudo is a graphical front-end of commands `sudo`
+and `su` respectively. As such it enables regular users
+to launch applications with permissions of other users including root.
diff --git a/lxqt-sudo/Makefile b/lxqt-sudo/Makefile
new file mode 100644
index 0000000000..6ed22c12e8
--- /dev/null
+++ b/lxqt-sudo/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+DISTNAME= lxqt-sudo-0.14.1
+CATEGORIES= security
+MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-sudo/0.14.1/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://lxqt.org/
+COMMENT= LXQt GUI frontend for sudo
+LICENSE= gnu-lgpl-v2.1
+
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+CONFIGURE_DIRS= build
+CMAKE_ARG_PATH= ..
+
+CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+
+CMAKE_ARGS+= -DMSK_INSTALL_INCLUDES=/include
+
+INSTALLATION_DIRS+= bin
+
+pre-configure:
+ ${MKDIR} -p ${WRKSRC}/build
+
+TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+DEPENDS+= sudo-[0-9]*:../../security/sudo
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../wip/liblxqt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-sudo/PLIST b/lxqt-sudo/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/lxqt-sudo/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/lxqt-sudo/TODO b/lxqt-sudo/TODO
new file mode 100644
index 0000000000..a0b0984d16
--- /dev/null
+++ b/lxqt-sudo/TODO
@@ -0,0 +1,33 @@
+[ 94%] Building CXX object CMakeFiles/lxqt-sudo.dir/main.cpp.o
+/usr/pkgsrc/wip/lxqt-sudo/work/lxqt-sudo-0.14.1/sudo.cpp:41:10: fatal error: pty.h
+ #include <pty.h>
+ ^~~~~~~
+compilation terminated.
+--- CMakeFiles/lxqt-sudo.dir/sudo.cpp.o ---
+*** [CMakeFiles/lxqt-sudo.dir/sudo.cpp.o] Error code 1
+
+make[2]: stopped in /usr/pkgsrc/wip/lxqt-sudo/work/lxqt-sudo-0.14.1/build
+1 error
+
+make[2]: stopped in /usr/pkgsrc/wip/lxqt-sudo/work/lxqt-sudo-0.14.1/build
+--- CMakeFiles/lxqt-sudo.dir/all ---
+*** [CMakeFiles/lxqt-sudo.dir/all] Error code 2
+
+make[1]: stopped in /usr/pkgsrc/wip/lxqt-sudo/work/lxqt-sudo-0.14.1/build
+1 error
+
+make[1]: stopped in /usr/pkgsrc/wip/lxqt-sudo/work/lxqt-sudo-0.14.1/build
+*** [all] Error code 2
+
+make: stopped in /usr/pkgsrc/wip/lxqt-sudo/work/lxqt-sudo-0.14.1/build
+1 error
+
+make: stopped in /usr/pkgsrc/wip/lxqt-sudo/work/lxqt-sudo-0.14.1/build
+*** Error code 2
+
+Stop.
+make[1]: stopped in /usr/pkgsrc/wip/lxqt-sudo
+*** Error code 1
+
+Stop.
+
diff --git a/lxqt-sudo/distinfo b/lxqt-sudo/distinfo
new file mode 100644
index 0000000000..0601e67f89
--- /dev/null
+++ b/lxqt-sudo/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lxqt-sudo-0.14.1.tar.xz) = ba74c8b6047f8095fe825426e9d29abfaf34bf23
+RMD160 (lxqt-sudo-0.14.1.tar.xz) = bd712eb673239877759b1c3c88bc15592961adf4
+SHA512 (lxqt-sudo-0.14.1.tar.xz) = b2741ead9c03c2dddf878b7658316ad0ce170068aca413b48b2f614e6ee09e7494e9907f7bf46de09c84e50b75cd523b059d47f9a0d2be11b340824475ca9222
+Size (lxqt-sudo-0.14.1.tar.xz) = 30692 bytes
Home |
Main Index |
Thread Index |
Old Index