From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34762) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR2JH-0003Pj-0D for guix-patches@gnu.org; Tue, 21 Apr 2020 19:28:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jR2JC-0002RZ-GB for guix-patches@gnu.org; Tue, 21 Apr 2020 19:28:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39378) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jR2J8-0002Ix-OW for guix-patches@gnu.org; Tue, 21 Apr 2020 19:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jR2J8-0008N5-G1 for guix-patches@gnu.org; Tue, 21 Apr 2020 19:28:02 -0400 Subject: [bug#40756] gnu: Add ktsuss. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56432) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR2I7-0003Ls-8n for guix-patches@gnu.org; Tue, 21 Apr 2020 19:26:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jR2Hz-00065F-Vz for guix-patches@gnu.org; Tue, 21 Apr 2020 19:26:55 -0400 Received: from knopi.disroot.org ([178.21.23.139]:42244) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1jR2Ht-0005VF-K8 for guix-patches@gnu.org; Tue, 21 Apr 2020 19:26:46 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6263E261AD for ; Wed, 22 Apr 2020 01:26:38 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0ipvx_6RhlcN for ; Wed, 22 Apr 2020 01:26:36 +0200 (CEST) Date: Tue, 21 Apr 2020 19:26:22 -0400 From: Raghav Gururajan Message-ID: <20200421192622.7d6412e0.raghavgururajan@disroot.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/i2TYbJVH+G3CispIpqd0Dvn" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40756@debbugs.gnu.org --MP_/i2TYbJVH+G3CispIpqd0Dvn Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/i2TYbJVH+G3CispIpqd0Dvn Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=ktsuss.patch >From 9fff550b6719e9d52ba4e500360240d7adc76538 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 21 Apr 2020 19:17:35 -0400 Subject: [PATCH 4/4] gnu: Add ktsuss. * gnu/packages/admin.scm (ktsuss): New variable. --- gnu/packages/admin.scm | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index bf5aa9d890..6744624067 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -52,6 +52,7 @@ (define-module (gnu packages admin) #:use-module (guix build-system cmake) #:use-module (guix build-system emacs) + #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system gnu) #:use-module (guix build-system meson) #:use-module (guix build-system perl) @@ -64,6 +65,7 @@ #:use-module (guix utils) #:use-module (gnu packages) #:use-module (gnu packages algebra) + #:use-module (gnu packages autogen) #:use-module (gnu packages autotools) #:use-module (gnu packages base) #:use-module (gnu packages bash) @@ -128,6 +130,55 @@ #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) +(define-public ktsuss + (package + (name "ktsuss") + (version "2.1") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/nomius/ktsuss.git") + (commit version))) + (sha256 + (base32 "0q9931f9hp47v1n8scli4bdg2rkjpf5jf8v7jj2gdn83aia1r2hz")) + (file-name (git-file-name name version)))) + (build-system glib-or-gtk-build-system) + (arguments + `(#:configure-flags + (list + "--enable-sudo=yes") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch + (lambda _ + (substitute* "configure.ac" + (("sudopath=`which sudo 2>/dev/null`") + (string-append "sudopath=" + (string-append (assoc-ref %build-inputs "sudo") + "/bin/sudo")))) + #t))))) + (native-inputs + `(("autoconf" ,autoconf) + ("autogen" ,autogen) + ("automake" ,automake) + ("libtool" ,libtool) + ("pkg-config" ,pkg-config))) + (inputs + `(("glib" ,glib) + ("gtk+" ,gtk+-2) + ("sudo" ,sudo))) + (synopsis "Graphical front-end for Su") + (description "Ktsuss stands for 'keep the su simple, stupid', and as the +name says, is a graphical version (frontend) of su written in C and GTK+ 2. The +idea of the project is to remain simple and bug free.") + (home-page "https://github.com/nomius/ktsuss") + (license + (list + (license:non-copyleft "file://COPYING") + (license:non-copyleft "file://LICENSE"))))) + (define-public aide (package (name "aide") -- 2.26.1 --MP_/i2TYbJVH+G3CispIpqd0Dvn--