Right way: define, build and install

2018-05-02 Thread Jone
On Gentoo I actively used github: download, then local build and install in ~/{bin,tools}. It was easy! I didn't even need ebuilds and did not think as this works :-) Now I need several applications which are absent and will not be in official repositories of a distribution. For an example: 1. htt

Re: Right way: define, build and install

2018-05-02 Thread Julien Lepiller
Le 2018-05-02 19:34, Jone a écrit : On Gentoo I actively used github: download, then local build and install in ~/{bin,tools}. It was easy! I didn't even need ebuilds and did not think as this works :-) Now I need several applications which are absent and will not be in official repositories of

Re: Right way: define, build and install

2018-05-02 Thread Pierre Neidhardt
Please share your attempts! :) The manual is not the best place to look for examples. Instead, you'd be best off looking at similar package declarations among the distribution's official packages. `guix` even provides a shortcut for this, for instance: $ guix edit xfce4-battery-plugin Off

Re: Right way: define, build and install

2018-05-02 Thread Jone
But I am ashamed! :) 1. xfce4-cpugraph-plugin.scm (use-modules (ice-9 match) (srfi srfi-1) (guix gexp) (guix packages) (guix build) (guix licenses) (guix git-download) (define-public xfce4-cpugraph-plugin

Re: Right way: define, build and install

2018-05-02 Thread Jone
About off-topic, if I understood you correctly, I have Rmail with default settings. I do not know. > best off looking at similar package declarations among the > distribution's official packages. I go and look, but there are no comments :-(

Re: Right way: define, build and install

2018-05-02 Thread Julien Lepiller
Le 2018-05-02 20:43, Jone a écrit : But I am ashamed! :) 1. xfce4-cpugraph-plugin.scm (use-modules (ice-9 match) (srfi srfi-1) (guix gexp) (guix packages) (guix build) (guix licenses) (guix git-download)

Re: Right way: define, build and install

2018-05-02 Thread Pierre Neidhardt
Jone writes: > About off-topic, if I understood you correctly, I have Rmail with > default settings. I do not know. Correction: I'm at UTC+2, like Julien. Julien, you got the same time as me, right? From the raw content of Jone's email, --8<---cut here---start

Re: Right way: define, build and install

2018-05-02 Thread Pierre Neidhardt
> 1. https://github.com/x2b/usbeject What's the purpose of usbeject as opposed to, say, `udisksctl umount`? -- Pierre Neidhardt To invent, you need a good imagination and a pile of junk. -- Thomas Edison signature.asc Description: PGP signature

Re: Right way: define, build and install

2018-05-02 Thread Julien Lepiller
Le Wed, 02 May 2018 18:10:21 +0200, Pierre Neidhardt a écrit : > Jone writes: > > > About off-topic, if I understood you correctly, I have Rmail with > > default settings. I do not know. > > Correction: I'm at UTC+2, like Julien. > > Julien, you got the same time as me, right? Yes, same th

Re: Right way: define, build and install

2018-05-02 Thread Jone
My config: ;;; POP3 (defvar email-pswd-tmp nil) (defun rmail-start () "Get mail through pop3 and view mail; default Gmail." (interactive) (let ((username "yeger9:") ;; c ":" в конце! (inbox "~/.Mail/rmail-inbox") (mail-archive-file-name "~/.Mail/rmail-sent"))

Re: Right way: define, build and install

2018-05-02 Thread Pierre Neidhardt
I don't use Rmail, so I'm a little clueless here. Could you try sending an e-mail from Gmail's webmail? > (shell-command (concat "movemail --emacs pops://" username email-pswd-tmp >"@pop.gmail.com" " " inbox)) What is this for? -- Pierre Neidh

Re: Right way: define, build and install

2018-05-02 Thread Oleg Pykhalov
Hello Jone, It was hard to get started for me, too. But after several package recipes with a help of Guix community in the mailing list it's easy. Jone writes: > But I am ashamed! :) > > 1. xfce4-cpugraph-plugin.scm […] First of all in ‘(use-modules …)’ you could only specify Guile modules.

Re: Right way: define, build and install

2018-05-03 Thread Chris Marusich
Julien Lepiller writes: > What you need to do is to find where this package comes from: > >> guix package --show=libxfce4util > > will tell you (among other things): > >> location: gnu/packages/xfce.scm:81:2 Another way to find this sort of thing is to do a grep like the following: grep -r 'd

Re: Right way: define, build and install

2018-05-03 Thread Jone
Привет, Олег. Мне наверно было бы проще писать на русском, не мучая системы перевода и остальных участников рассылки. Дело в том, что я нахожу время на систему только урывками. В стиле работает и черт с этим. А все эти инсрументы, которые мне нужны.. короче, их много. Поэтому я и обратился к теме с

Re: Right way: define, build and install

2018-05-04 Thread Oleg Pykhalov
Привет Jone, Jone writes: > Мне наверно было бы проще писать на русском, не мучая > системы перевода и остальных участников рассылки. Без проблем. ;-) Английский не является родным языком для многих. Участники рассылки относятся с пониманием и всегда готовы помочь! > Дело в том, что я нахожу