Re: [PATCH] gnu: Add texmaker.

2016-05-26 Thread Leo Famulari
On Thu, May 26, 2016 at 10:47:46AM +0200, Roel Janssen wrote:
> Pushed.  Is there an interface other than the following command to
> verify the commits are signed?:
> 
>   git --no-pager log --show-signature -1

`git verify-commit` can be used to programmatically verify the
signatures of commits. I sent an example of how to use it in the
'pre-push' hook attached to this message:

http://lists.gnu.org/archive/html/guix-devel/2016-05/msg00661.html



Re: [PATCH] gnu: Add texmaker.

2016-05-26 Thread Roel Janssen

Ludovic Courtès writes:

> Hello!
>
> Roel Janssen  skribis:
>
>> Ludovic Courtès writes:
>
> [...]
>
>>> I think it would help now if you could access the repo directly.  :-)
>>>
>>> What’s your Savannah account?  Please make sure to upload your current
>>> OpenPGP public key there.
>>
>> Thanks!  My Savannah username is roelj.  I've created a new PGP key and
>> updated my account's public key accordingly.
>
> Awesome, welcome!  :-)
>
> Please see ‘HACKING’.  If in doubt with Git or anything, don’t hesitate
> to ask.  Also, make sure to sign commits that you push.
>
>> May I sign and push these patches?
>
> Yes, please!

Pushed.  Is there an interface other than the following command to
verify the commits are signed?:

  git --no-pager log --show-signature -1

Thanks!

Kind regards,
Roel Janssen



Re: [PATCH] gnu: Add texmaker.

2016-05-26 Thread Ludovic Courtès
Hello!

Roel Janssen  skribis:

> Ludovic Courtès writes:

[...]

>> I think it would help now if you could access the repo directly.  :-)
>>
>> What’s your Savannah account?  Please make sure to upload your current
>> OpenPGP public key there.
>
> Thanks!  My Savannah username is roelj.  I've created a new PGP key and
> updated my account's public key accordingly.

Awesome, welcome!  :-)

Please see ‘HACKING’.  If in doubt with Git or anything, don’t hesitate
to ask.  Also, make sure to sign commits that you push.

> May I sign and push these patches?

Yes, please!

Cheers,
Ludo’.


signature.asc
Description: PGP signature


Re: [PATCH] gnu: Add texmaker.

2016-05-25 Thread Ludovic Courtès
Leo Famulari  skribis:

> On Tue, May 24, 2016 at 11:51:19AM +0200, Ludovic Courtès wrote:

[...]

>> What’s your Savannah account?  Please make sure to upload your current
>> OpenPGP public key there.
>
> Can Savannah use our PGP keys somehow?

It cannot “use” them, but it can store them, in the /users/XYZ page.

Ludo’.



Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Roel Janssen
>From d8638ddcfa7357168f542f626579eba9b6c5286b Mon Sep 17 00:00:00 2001
From: Roel Janssen 
Date: Tue, 24 May 2016 21:18:53 +0200
Subject: [PATCH 1/2] gnu: Rename texlive module to tex.

* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
* gnu/packages/texlive.scm: Rename file to tex.scm.
* gnu/packages/tex.scm: Renamed from texlive.scm.
* gnu/packages/algebra.scm: Adjust accordingly.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/gettext.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/lisp.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/plotutils.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.
---
 gnu/local.mk |   2 +-
 gnu/packages/algebra.scm |   2 +-
 gnu/packages/docbook.scm |   2 +-
 gnu/packages/engineering.scm |   2 +-
 gnu/packages/gettext.scm |   2 +-
 gnu/packages/gnome.scm   |   2 +-
 gnu/packages/lisp.scm|   2 +-
 gnu/packages/maths.scm   |   2 +-
 gnu/packages/music.scm   |   2 +-
 gnu/packages/ocaml.scm   |   2 +-
 gnu/packages/photo.scm   |   2 +-
 gnu/packages/plotutils.scm   |   2 +-
 gnu/packages/python.scm  |   2 +-
 gnu/packages/scheme.scm  |   2 +-
 gnu/packages/tex.scm | 389 +++
 gnu/packages/texlive.scm | 389 ---
 16 files changed, 403 insertions(+), 403 deletions(-)
 create mode 100644 gnu/packages/tex.scm
 delete mode 100644 gnu/packages/texlive.scm

diff --git a/gnu/local.mk b/gnu/local.mk
index 9cd9699..d836a88 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -325,7 +325,7 @@ GNU_SYSTEM_MODULES =\
   %D%/packages/telephony.scm			\
   %D%/packages/terminals.scm			\
   %D%/packages/texinfo.scm			\
-  %D%/packages/texlive.scm			\
+  %D%/packages/tex.scm\
   %D%/packages/textutils.scm			\
   %D%/packages/time.scm\
   %D%/packages/tls.scm\
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 53f6f3e..9518e65 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -37,7 +37,7 @@
   #:use-module (gnu packages flex)
   #:use-module (gnu packages python)
   #:use-module (gnu packages tcsh)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages xiph)
   #:use-module (gnu packages xorg)
   #:use-module ((guix licenses) #:prefix license:)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 2bd86fe..b8a8ba6 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -23,7 +23,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages inkscape)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages python)
   #:use-module (gnu packages base)
   #:use-module (gnu packages xml)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index c519ca5..4673715 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -52,7 +52,7 @@
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages tcl)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (srfi srfi-1))
 
 (define-public librecad
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 50d480a..34338f9 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -28,7 +28,7 @@
   #:use-module (guix build-system perl)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages perl)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages xml))
 
 ;; Use that name to avoid clashes with Guile's 'gettext' procedure.
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c5d53d1..04d9bb7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -97,7 +97,7 @@
   #:use-module (gnu packages geeqie)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages compression)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages web)
   #:use-module (gnu packages webkit)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 85f3f3c..e349907 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -26,7 +26,7 @@
   #:use-module (guix packages)
   #:use-module (gnu packages readline)
   #:use-module (gnu packages texinfo)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages m4)
   #:use-module (guix download)
   #:use-module (guix git-download)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 19ed44f..80e48ca 100644
--- a/gn

Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Leo Famulari
On Tue, May 24, 2016 at 11:51:19AM +0200, Ludovic Courtès wrote:
> Roel Janssen  skribis:
> 
> > From fc657a31b4a52628c09a0b634c49b71cce2230bc Mon Sep 17 00:00:00 2001
> > From: Roel Janssen 
> > Date: Tue, 24 May 2016 00:14:59 +0200
> > Subject: [PATCH 1/2] gnu: Rename texlive to tex.
> >
> > * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
> > * gnu/packages/texlive.scm: Rename file to tex.scm.
> > * gnu/packages/tex.scm: Renamed from texlive.scm.
> > * gnu/packages/algebra.scm: Rename texlive to tex.
> 
> Here I’d just put “Adjust accordingly.”
> 
> > * gnu/packages/docbook.scm: Rename texlive to tex.
> > * gnu/packages/engineering.scm: Rename texlive to tex.
> 
> … and here “Likewise.” is enough.
> 
> Apart from that LGTM!
> 
> > From f54915ab4ab70133adced8fd71649918e38ba659 Mon Sep 17 00:00:00 2001
> > From: Roel Janssen 
> > Date: Tue, 24 May 2016 00:16:05 +0200
> > Subject: [PATCH 2/2] gnu: Add texmaker.
> >
> > * gnu/packages/tex.scm (texmaker): New variable.
> 
> OK.
> 
> I think it would help now if you could access the repo directly.  :-)
> 
> What’s your Savannah account?  Please make sure to upload your current
> OpenPGP public key there.

Can Savannah use our PGP keys somehow? Or did you mean Roel's SSH public
key?



Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Ben Woodcroft

On 24/05/16 19:51, Ludovic Courtès wrote:

What’s your Savannah account?  Please make sure to upload your current
OpenPGP public key there.

Congrats, well deserved.
ben



Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Efraim Flashner
On Tue, May 24, 2016 at 11:51:19AM +0200, Ludovic Courtès wrote:
> Roel Janssen  skribis:
> 
> > From fc657a31b4a52628c09a0b634c49b71cce2230bc Mon Sep 17 00:00:00 2001
> > From: Roel Janssen 
> > Date: Tue, 24 May 2016 00:14:59 +0200
> > Subject: [PATCH 1/2] gnu: Rename texlive to tex.
> >
> > * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
> > * gnu/packages/texlive.scm: Rename file to tex.scm.
> > * gnu/packages/tex.scm: Renamed from texlive.scm.
> > * gnu/packages/algebra.scm: Rename texlive to tex.
> 
> Here I’d just put “Adjust accordingly.”
> 
> > * gnu/packages/docbook.scm: Rename texlive to tex.
> > * gnu/packages/engineering.scm: Rename texlive to tex.
> 
> … and here “Likewise.” is enough.
> 
> Apart from that LGTM!
> 

Add in photo.scm, I just added texlive there.

-- 
Efraim Flashner  אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


signature.asc
Description: PGP signature


Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Ludovic Courtès
Roel Janssen  skribis:

> From fc657a31b4a52628c09a0b634c49b71cce2230bc Mon Sep 17 00:00:00 2001
> From: Roel Janssen 
> Date: Tue, 24 May 2016 00:14:59 +0200
> Subject: [PATCH 1/2] gnu: Rename texlive to tex.
>
> * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
> * gnu/packages/texlive.scm: Rename file to tex.scm.
> * gnu/packages/tex.scm: Renamed from texlive.scm.
> * gnu/packages/algebra.scm: Rename texlive to tex.

Here I’d just put “Adjust accordingly.”

> * gnu/packages/docbook.scm: Rename texlive to tex.
> * gnu/packages/engineering.scm: Rename texlive to tex.

… and here “Likewise.” is enough.

Apart from that LGTM!

> From f54915ab4ab70133adced8fd71649918e38ba659 Mon Sep 17 00:00:00 2001
> From: Roel Janssen 
> Date: Tue, 24 May 2016 00:16:05 +0200
> Subject: [PATCH 2/2] gnu: Add texmaker.
>
> * gnu/packages/tex.scm (texmaker): New variable.

OK.

I think it would help now if you could access the repo directly.  :-)

What’s your Savannah account?  Please make sure to upload your current
OpenPGP public key there.

Thanks!

Ludo’.



Re: [PATCH] gnu: Add texmaker.

2016-05-23 Thread Roel Janssen
>From fc657a31b4a52628c09a0b634c49b71cce2230bc Mon Sep 17 00:00:00 2001
From: Roel Janssen 
Date: Tue, 24 May 2016 00:14:59 +0200
Subject: [PATCH 1/2] gnu: Rename texlive to tex.

* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
* gnu/packages/texlive.scm: Rename file to tex.scm.
* gnu/packages/tex.scm: Renamed from texlive.scm.
* gnu/packages/algebra.scm: Rename texlive to tex.
* gnu/packages/docbook.scm: Rename texlive to tex.
* gnu/packages/engineering.scm: Rename texlive to tex.
* gnu/packages/gettext.scm: Rename texlive to tex.
* gnu/packages/gnome.scm: Rename texlive to tex.
* gnu/packages/lisp.scm: Rename texlive to tex.
* gnu/packages/maths.scm: Rename texlive to tex.
* gnu/packages/music.scm: Rename texlive to tex.
* gnu/packages/ocaml.scm: Rename texlive to tex.
* gnu/packages/plotutils.scm: Rename texlive to tex.
* gnu/packages/python.scm: Rename texlive to tex.
* gnu/packages/scheme.scm: Rename texlive to tex.
---
 gnu/local.mk |   2 +-
 gnu/packages/algebra.scm |   2 +-
 gnu/packages/docbook.scm |   2 +-
 gnu/packages/engineering.scm |   2 +-
 gnu/packages/gettext.scm |   2 +-
 gnu/packages/gnome.scm   |   2 +-
 gnu/packages/lisp.scm|   2 +-
 gnu/packages/maths.scm   |   2 +-
 gnu/packages/music.scm   |   2 +-
 gnu/packages/ocaml.scm   |   2 +-
 gnu/packages/plotutils.scm   |   2 +-
 gnu/packages/python.scm  |   2 +-
 gnu/packages/scheme.scm  |   2 +-
 gnu/packages/tex.scm | 391 +++
 gnu/packages/texlive.scm | 389 --
 15 files changed, 404 insertions(+), 402 deletions(-)
 create mode 100644 gnu/packages/tex.scm
 delete mode 100644 gnu/packages/texlive.scm

diff --git a/gnu/local.mk b/gnu/local.mk
index c130901..4c3d29e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -325,7 +325,7 @@ GNU_SYSTEM_MODULES =\
   gnu/packages/telephony.scm			\
   gnu/packages/terminals.scm			\
   gnu/packages/texinfo.scm			\
-  gnu/packages/texlive.scm			\
+  gnu/packages/tex.scm\
   gnu/packages/textutils.scm			\
   gnu/packages/time.scm\
   gnu/packages/tls.scm\
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 53f6f3e..9518e65 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -37,7 +37,7 @@
   #:use-module (gnu packages flex)
   #:use-module (gnu packages python)
   #:use-module (gnu packages tcsh)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages xiph)
   #:use-module (gnu packages xorg)
   #:use-module ((guix licenses) #:prefix license:)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 2bd86fe..b8a8ba6 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -23,7 +23,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages inkscape)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages python)
   #:use-module (gnu packages base)
   #:use-module (gnu packages xml)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index c519ca5..4673715 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -52,7 +52,7 @@
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages tcl)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (srfi srfi-1))
 
 (define-public librecad
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 50d480a..34338f9 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -28,7 +28,7 @@
   #:use-module (guix build-system perl)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages perl)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages xml))
 
 ;; Use that name to avoid clashes with Guile's 'gettext' procedure.
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c5d53d1..04d9bb7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -97,7 +97,7 @@
   #:use-module (gnu packages geeqie)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages compression)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages web)
   #:use-module (gnu packages webkit)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 85f3f3c..e349907 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -26,7 +26,7 @@
   #:use-module (guix packages)
   #:use-module (gnu packages readline)
   #:use-module (gnu packages texinfo)
-  #:use-module (gnu packages texlive)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages m4)
   #:use-module (guix download)
   #:use-module (guix git-download)
diff --git a/gnu/packages/maths.scm 

Re: [PATCH] gnu: Add texmaker.

2016-05-23 Thread Ludovic Courtès
Hi!

Roel Janssen  skribis:

> For the lack of a better place, I created a new file for texmaker.
> Maybe we should consider moving all LaTeX-related stuff into latex.scm.
>
> Here's a patch for Texmaker -- a decent LaTeX editor for the non-Emacs
> users ;-).

Maybe we could rename texlive.scm to tex.scm and stuff everything in
there (that would be TeX Live + Rubber + TeXmaker.)  Thoughts?

>>From c1da9bec615cc81d6dccc75386f813459a4e14f4 Mon Sep 17 00:00:00 2001
> From: Roel Janssen 
> Date: Mon, 23 May 2016 01:53:20 +0200
> Subject: [PATCH] gnu: Add texmaker.
>
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add texmaker entry.
> * gnu/packages/texmaker.scm: New file.

Otherwise LGTM too.

Thanks!

Ludo’.



Re: [PATCH] gnu: Add texmaker.

2016-05-23 Thread Roel Janssen

Efraim Flashner writes:

> On Mon, May 23, 2016 at 01:59:07AM +0200, Roel Janssen wrote:
>> Dear Guix,
>> 
>> For the lack of a better place, I created a new file for texmaker.
>> Maybe we should consider moving all LaTeX-related stuff into latex.scm.
>> 
>> Here's a patch for Texmaker -- a decent LaTeX editor for the non-Emacs
>> users ;-).
>
> You mean you don't just use vim? ;P

Heh :P

> It built perfectly for me and opened nicely too. I think it does make
> sense to stick a bunch of LaTeX stuff into a dedicated file, but I'm not
> seeing a lot ATM. Would sticking it in texlive make sense?

Perhaps, but it's not specific to Texlive.  You could even use it
without having a LaTeX distribution installed to have syntax
highlighting for tex files (provided you're not using Emacs for this
purpose..).

Therefore I don't think it would fit into texlive, but I don't have any
strong feelings about this, so, what do you think?  Should I add it to
texlive instead?

Thanks for your time and effort.

Kind regards,
Roel Janssen



Re: [PATCH] gnu: Add texmaker.

2016-05-23 Thread Efraim Flashner
On Mon, May 23, 2016 at 01:59:07AM +0200, Roel Janssen wrote:
> Dear Guix,
> 
> For the lack of a better place, I created a new file for texmaker.
> Maybe we should consider moving all LaTeX-related stuff into latex.scm.
> 
> Here's a patch for Texmaker -- a decent LaTeX editor for the non-Emacs
> users ;-).

You mean you don't just use vim? ;P

It built perfectly for me and opened nicely too. I think it does make
sense to stick a bunch of LaTeX stuff into a dedicated file, but I'm not
seeing a lot ATM. Would sticking it in texlive make sense?

> 
> >From c1da9bec615cc81d6dccc75386f813459a4e14f4 Mon Sep 17 00:00:00 2001
> From: Roel Janssen 
> Date: Mon, 23 May 2016 01:53:20 +0200
> Subject: [PATCH] gnu: Add texmaker.
> 
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add texmaker entry.
> * gnu/packages/texmaker.scm: New file.
> ---
>  gnu/local.mk  |  1 +
>  gnu/packages/texmaker.scm | 65 
> +++
>  2 files changed, 66 insertions(+)
>  create mode 100644 gnu/packages/texmaker.scm
> 
> diff --git a/gnu/local.mk b/gnu/local.mk
> index c130901..80e3c82 100644
> --- a/gnu/local.mk
> +++ b/gnu/local.mk
> @@ -326,6 +326,7 @@ GNU_SYSTEM_MODULES =  \
>gnu/packages/terminals.scm \
>gnu/packages/texinfo.scm   \
>gnu/packages/texlive.scm   \
> +  gnu/packages/texmaker.scm  \
>gnu/packages/textutils.scm \
>gnu/packages/time.scm  \
>gnu/packages/tls.scm   \
> diff --git a/gnu/packages/texmaker.scm b/gnu/packages/texmaker.scm
> new file mode 100644
> index 000..36abc80
> --- /dev/null
> +++ b/gnu/packages/texmaker.scm
> @@ -0,0 +1,65 @@
> +;;; GNU Guix --- Functional package management for GNU
> +;;; Copyright © 2016 Roel Janssen 
> +;;;
> +;;; This file is part of GNU Guix.
> +;;;
> +;;; GNU Guix is free software; you can redistribute it and/or modify it
> +;;; under the terms of the GNU General Public License as published by
> +;;; the Free Software Foundation; either version 3 of the License, or (at
> +;;; your option) any later version.
> +;;;
> +;;; GNU Guix is distributed in the hope that it will be useful, but
> +;;; WITHOUT ANY WARRANTY; without even the implied warranty of
> +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> +;;; GNU General Public License for more details.
> +;;;
> +;;; You should have received a copy of the GNU General Public License
> +;;; along with GNU Guix.  If not, see .
> +
> +(define-module (gnu packages texmaker)
> +  #:use-module ((guix licenses) #:prefix license:)
> +  #:use-module (guix packages)
> +  #:use-module (guix download)
> +  #:use-module (guix build-system gnu)
> +  #:use-module (gnu packages)
> +  #:use-module (gnu packages compression)
> +  #:use-module (gnu packages pdf)
> +  #:use-module (gnu packages pkg-config)
> +  #:use-module (gnu packages qt))
> +
> +(define-public texmaker
> +  (package
> +(name "texmaker")
> +(version "4.5")
> +(source (origin
> +  (method url-fetch)
> +  (uri (string-append "http://www.xm1math.net/texmaker/texmaker-";
> +  version ".tar.bz2"))
> +  (sha256
> +   (base32
> +"056njk6j8wma23mlp7xa3rgfaxx0q8ynwx8wkmj7iy0b85p9ds9c"
> +(build-system gnu-build-system)
> +(arguments
> + `(#:phases
> +   (modify-phases %standard-phases
> + ;; Qt has its own configuration utility.
> + (replace 'configure
> +   (lambda* (#:key outputs #:allow-other-keys)
> + (let ((out (assoc-ref outputs "out")))
> +   (zero? (system* "qmake"
> +   (string-append "PREFIX=" out)
> +   (string-append "DESKTOPDIR=" out
> +  "/share/applications")
> +   (string-append "ICONDIR=" out 
> "/share/pixmaps")
> +   "texmaker.pro"
> +(inputs
> + `(("poppler-qt5" ,poppler-qt5)
> +   ("qt" ,qt)
> +   ("zlib" ,zlib)))
> +(native-inputs
> + `(("pkg-config" ,pkg-config)))
> +(home-page "http://www.xm1math.net/texmaker/";)
> +(synopsis "LaTeX editor")
> +(description "Texmaker is a program that integrates many tools needed to
> +develop documents with LaTeX, in a single application.")
> +(license license:gpl2+)))
> -- 
> 2.7.4
> 
> 
> Kind regards,
> Roel Janssen
> 

-- 
Efraim Flashner  אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


signature.asc
Description: PGP signature