From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51001) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hi47j-00040A-8l for guix-patches@gnu.org; Mon, 01 Jul 2019 17:46:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hi47h-0006ak-SR for guix-patches@gnu.org; Mon, 01 Jul 2019 17:46:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hi47h-0006Zf-4b for guix-patches@gnu.org; Mon, 01 Jul 2019 17:46:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hi47e-00019i-DJ for guix-patches@gnu.org; Mon, 01 Jul 2019 17:46:02 -0400 Subject: [bug#36465] [PATCH] Add evisum. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50662) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hi46u-0003Vl-KB for guix-patches@gnu.org; Mon, 01 Jul 2019 17:45:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hi46s-0006Ah-UA for guix-patches@gnu.org; Mon, 01 Jul 2019 17:45:16 -0400 Received: from flashner.co.il ([178.62.234.194]:56522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hi46k-0005kx-6O for guix-patches@gnu.org; Mon, 01 Jul 2019 17:45:10 -0400 Received: from localhost (unknown [94.230.83.247]) by flashner.co.il (Postfix) with ESMTPSA id 04E62401A0 for ; Mon, 1 Jul 2019 18:06:36 +0000 (UTC) Date: Mon, 1 Jul 2019 21:06:35 +0300 From: Efraim Flashner Message-ID: <20190701180635.GC32285@macbook41> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="AbQceqfdZEv+FvjW" Content-Disposition: inline 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: 36465@debbugs.gnu.org --AbQceqfdZEv+FvjW Content-Type: multipart/mixed; boundary="B4IIlcmfBL/1gGOG" Content-Disposition: inline --B4IIlcmfBL/1gGOG Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've had this one for a while and figured I should send it off already. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --B4IIlcmfBL/1gGOG Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-evisum.patch" Content-Transfer-Encoding: quoted-printable =46rom bc9b9c506b908af0db6d77347cc8b4bcf5700dbf Mon Sep 17 00:00:00 2001 =46rom: Efraim Flashner Date: Mon, 1 Jul 2019 21:03:16 +0300 Subject: [PATCH] gnu: Add evisum. * gnu/packages/enlightenment.scm (evisum): New variable. --- gnu/packages/enlightenment.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 8bec452265..8a59bedb15 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -520,3 +520,37 @@ directories. (license (list license:bsd-2 ; Ephoto's thumbnailing code license:bsd-3)))) + +(define-public evisum + (package + (name "evisum") + (version "0.2.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://download.enlightenment.org/rel/apps/" + "evisum/evisum-" version ".tar.xz")) + (sha256 + (base32 + "1lj62n896kablsl687c66yxrwajrh6ralb3y6nmcqv34pglnigca")))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f ; no tests + #:make-flags (list (string-append "PREFIX=3D" (assoc-ref %outputs "= out"))) + #:phases + (modify-phases %standard-phases + (delete 'configure) ; no configure phase + (add-after 'unpack 'set-environmental-variables + (lambda _ (setenv "CC" (which "gcc")) #t))))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("alsa-lib" ,alsa-lib) + ("efl" ,efl) + ("perl" ,perl))) + (home-page "https://www.enlightenment.org") + (synopsis "EFL process viewer") + (description + "This is a process monitor and system monitor using the +@dfn{Enlightenment Foundation Libraries} (EFL).") + (license license:bsd-2))) --=20 2.22.0 --B4IIlcmfBL/1gGOG-- --AbQceqfdZEv+FvjW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl0aS6oACgkQQarn3Mo9 g1Ftrg/+NSyiVa0RLobA5B0l8Bfz1zrhToahSNB7xm8fx/p2akS3Wc3vj4OhqvqQ TRhot7gOQMl3hUVvMnQkbx2vQ8ZdZPoWcGlPNw7GEzCryAnOOCq915QS8yaLQzqy V6AtxGQphE7I7nuTb5dnZ9+G6FVxvEucIBDy3S8Ypig5ft5lalZuJsiwAeyOwX3N OPddN+iQweEEZebO6l2EOF3Y0lLxhfJv4Ygi9ng/7J2rafWEwyMP6EtthqtApHwW GLT8a6y2GOnAVc5O0DDQ0hk1E0r9vdgpvWPk+JEs+Om1yrcuSlwOmdZvGbMGYrQm 3dSHPeZ63e2qGbI3g3re+O1PCHlD1vvjR167qfrWrHV8XbT1OIJJwv9PKikoj+lJ uIvtvgJn33TA81c1wUQm33A0C6WfFcPLUc1vMdgkj2VIN02b32xar8ihxpPw6DVy LlXPWFCszGgAzbDbOiJafGKI3+JSL54rlcFxyeeTf2f+RHOwtSlb+2TZP7IjpsUo p3WgfVZvp5ilkVWOPZMUdENPoJcR/7Y/lhtwaegGxezlkA6X5NJXKvlta6MXDn4F wNfyXSTBP9NmMRVc8+MtfJHkSXmlz3VrT8MD5A8XbQiehet+XRmPNnW0f1IokY2B lTtTznIQsFG6PN71kcMw9Y+PH7LLltBIzPVv6PK5xBaqGpFKmpA= =5WRT -----END PGP SIGNATURE----- --AbQceqfdZEv+FvjW--