[PATCH 4/4] services: Add network-manager-service.

2015-11-16 Thread
* gnu/services/networking.scm (network-manager-service): New procedure. (network-manager-service-type, %network-manager-activation): New variables. (network-manager-dmd-service): New procedure. --- gnu/services/networking.scm | 44 +++- 1 file changed, 43 in

[PATCH 1/4] gnu: Add ppp.

2015-11-16 Thread
* gnu/packages/samba.scm (ppp): New variable. --- gnu/packages/samba.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index d7223bc..8d86249 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/sam

[PATCH 2/4] gnu: Add network-manager.

2015-11-16 Thread
* gnu/packages/gnome.scm (%network-manager-glib-duplicate-test-patch) (network-manager): New variables. --- gnu/packages/gnome.scm | 95 ++ 1 file changed, 95 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4bd9d9c..

[PATCH 3/4] gnu: Add network-manager-applet.

2015-11-16 Thread
* gnu/packages/gnome.scm (network-manager-applet): New variable. --- gnu/packages/gnome.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 440bb0d..da43fe2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/

Re: [PATCH] tk: Hardcode path to TK_LIBRARY.

2015-11-13 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> From 6c9ea521e88d36bd1ce990a561477ec0e2950017 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Thu, 12 Nov 2015 13:31:19 +0800 >> Subject: [PATCH] tk: Hardcode path to

[PATCH] nix: Don't propagate Perl libraries.

2015-11-12 Thread
From 4f1ce6ac61e48a8752cd4c095be2ad34c2f210b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Thu, 12 Nov 2015 17:59:34 +0800 Subject: [PATCH 2/2] gnu: nix: Don't propagate Perl libraries. * gnu/packages/package-management.scm (nix): Move perl-www-curl, perl-dbi and

[PATCH] tk: Hardcode path to TK_LIBRARY.

2015-11-11 Thread
I did it for nixpkgs too :-)From 6c9ea521e88d36bd1ce990a561477ec0e2950017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Thu, 12 Nov 2015 13:31:19 +0800 Subject: [PATCH] tk: Hardcode path to TK_LIBRARY. Fixes . * gnu/packages/patches/tk-f

Re: [PATCH 5/5] gnu: Add gnome-shell.

2015-11-10 Thread
WIP, gdm and gnome-shell won't start. I haven't look much about gdm. gnome-shell still missing some runtime depends (as typelib) like network-manager, etc. I post those patches to ML to track the process, let's package GNOME :-)

[PATCH 5/5] gnu: Add gnome-shell.

2015-11-10 Thread
* gnu/packages/gnome.scm (gnome-shell): New variable. --- gnu/packages/gnome.scm | 60 ++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5863be1..4382f81 100644 --- a/gnu/packages/gnome.scm +++ b/

[PATCH 3/5] gnu: Add caribou.

2015-11-10 Thread
* gnu/packages/gnome.scm (caribou): New variable. --- gnu/packages/gnome.scm | 66 ++ 1 file changed, 66 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9e018d6..9f7b01f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/

[PATCH 4/5] gnu: Add gdm.

2015-11-10 Thread
* gnu/packages/gnome.scm (gdm): New variable. --- gnu/packages/gnome.scm | 60 ++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9f7b01f..5863be1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/pack

[PATCH 2/5] gnu: Add evolution-data-server.

2015-11-10 Thread
* gnu/packages/gnome.scm (evolution-data-server): New variable. --- gnu/packages/gnome.scm | 64 ++ 1 file changed, 64 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 70b9285..9e018d6 100644 --- a/gnu/packages/gnome.

[PATCH 1/5] gnu: Add gnome-online-accounts.

2015-11-10 Thread
* gnu/packages/gnome.scm (gnome-online-accounts): New variable. --- gnu/packages/gnome.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6779cfb..70b9285 100644 --- a/gnu/packages/gnome.scm +++ b/gn

Re: 01/02: gnu: Update libpeas.

2015-11-09 Thread
On 2015-11-09 15:33, Mark H Weaver wrote: iyzsong pushed a commit to branch master in repository guix. commit 835ed74b3a4bcec041632b658ebf6863e0e7b597 Author: David Hashe Date: Sun Nov 8 10:57:19 2015 -0600 gnu: Update libpeas. * gnu/packages/gnome.scm (libpeas): Update to 1.16.0.

Re: [PATCH 2/2] gnu: Add gedit.

2015-11-08 Thread
On 2015-11-09 04:07, David Hashe wrote: New gedit patch, since it won't apply cleanly now that gtksourceview is being added to a different file. The libpeas patch should still work. Pushed with follow modifications, thanks! I remove gvfs from inputs, it still report: Gvfs metadata enabled: y

Re: [PATCH 1/2] gnu: Add gtksourceview.

2015-11-08 Thread
On 2015-11-09 04:05, David Hashe wrote: On Sun, Nov 8, 2015 at 11:53 AM, Efraim Flashner wrote: On Sun, 8 Nov 2015 18:47:26 +0100 John Darrington wrote: > Doesn't this already exist ? In gnu/packages/gtk+ > > The version there seems to be better too, because it doesn't disable the tests. >

Re: [PATCH 2/2] gnu: Add gedit.

2015-11-08 Thread
David Hashe writes: > * gnu/packages/gnome.scm (gedit): New variable. > --- > gnu/packages/gnome.scm | 56 > ++ > 1 file changed, 56 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 9bd1c31..b6ca7c7 100644 > -

Re: [PATCH 1/2] gnu: Add gtksourceview.

2015-11-08 Thread
David Hashe writes: > * gnu/packages/gnome.scm (gtksourceview): New variable. > --- > gnu/packages/gnome.scm | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 5440433..9bd1c31 100644 > --- a/gnu/pa

Re: Call for testing!

2015-11-03 Thread
On 2015-11-03 22:17, l...@gnu.org wrote: Hi! Please test the USB installation image at: http://www.fdn.fr/~lcourtes/software/guix/guixsd-usb-install-0.9.0pre.x86_64-linux.xz SHA1: 0d7f37d5b18f7b4437b447fc8a90b44c470f6e99 http://www.fdn.fr/~lcourtes/software/guix/guixsd-usb-install-0.9.0pre.

Re: State of dbus-update

2015-10-30 Thread
Andreas Enge writes: > On Wed, Oct 28, 2015 at 01:58:44PM +0100, Andreas Enge wrote: >> mesa-utils > > This one does not build with newer mesa any more: >https://bugs.freedesktop.org/show_bug.cgi?id=91643 > > The patch referenced there is > > http://cgit.freedesktop.org/mesa/demos/commit/

Re: State of dbus-update

2015-10-30 Thread
Andreas Enge writes: > On Wed, Oct 28, 2015 at 01:58:44PM +0100, Andreas Enge wrote: >> telepathy-glib > > I am attaching test-suite.log. 宋文武, a similar patch to your commit > 5f37e56ba41edb1bd47b7b1663aea07078f943d2 will probably work here, too. > Could you have a look, ple

Re: State of dbus-update

2015-10-29 Thread
Andreas Enge writes: > Hello 宋文武! > > Thanks for taking care of leptonica. There is still a failing test on i686: >http://hydra.gnu.org/build/759029 > Does it make sense to also disable it, or would it be better to try to > understand the problem? I did build it successful

Re: 80 new build failures for MIPS on the 'dbus-update' branch

2015-10-23 Thread
Andreas Enge writes: > On Thu, Oct 22, 2015 at 04:43:29PM +0200, Andreas Enge wrote: >> On Thu, Oct 22, 2015 at 10:09:07PM +0800, 宋文武 wrote: >> > oops, It's introduced by: >> > gtk+ -> rest -> libsoup -> glib-networking -> p11-kit >> > if w

Re: 80 new build failures for MIPS on the 'dbus-update' branch

2015-10-22 Thread
Andreas Enge writes: > On Wed, Oct 21, 2015 at 07:50:00PM -0400, Mark H Weaver wrote: >> Among them are about 80 new dependency failures on MIPS, including key >> packages like emacs, xfce, evince, and gnome-terminal. The reason is >> that these packages now depend on 'p11-kit', which has never

[PATCH] services: dbus: Build '/etc/dbus-1/system-local.conf'.

2015-10-17 Thread
This patch is for the 'dbus-update' branch, I test with %desktop-services, it seem works. >From 96e156d36444b197bb5d07d8d680ec4e85863f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sun, 18 Oct 2015 14:18:52 +0800 Subject: [PATCH] services: dbus: Build '/etc/dbus-1

[PATCH] build: Use `libgcrypt-config' to set the default value for LIBGCRYPT.

2015-10-06 Thread
* configure.ac: Set LIBGCRYP_PREFIX, LIBGCRYPT_LIBDIR and LIBGCRYPT according to the output of `libgcrypt-config'. --- configure.ac | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac index 1cfe876..afffea1 100644 ---

Re: No sound in games using sdl-mixer

2015-10-03 Thread
Alex Kost writes: > 宋文武 (2015-10-03 06:33 +0300) wrote: > >> Alex Kost writes: >> >>> Hello, I have tried several games that use sdl-mixer (wesnoth, pingus, >>> gnujump, extremetuxracer) and I didn't get any sound from them. Does >>> anyone hav

Re: No sound in games using sdl-mixer

2015-10-03 Thread
Alex Kost writes: > Hello, I have tried several games that use sdl-mixer (wesnoth, pingus, > gnujump, extremetuxracer) and I didn't get any sound from them. Does > anyone have this issue? > > My audio system is OK, I can play various formats using "aplay", "mpv", > etc., I just don't have sound

Re: First guix impressions

2015-09-26 Thread
gogl...@openmailbox.org writes: > Hello. > I am currently a new user of the GuixSD system. I am also a rather new > user of the whole *NIX familly. I have been using it for less than a > week, with no few surprises. Hi, welcome! > I write this to lay down in an organized (sort of) manner my though

Re: Service refactoring

2015-09-24 Thread
2015-09-24 15:41 GMT+08:00 Ludovic Courtès : > "Thompson, David" skribis: > >> On Mon, Sep 21, 2015 at 12:00 PM, Ludovic Courtès wrote: >>> Andy Wingo skribis: >>> On Sun 20 Sep 2015 15:42, l...@gnu.org (Ludovic Courtès) writes: > I’m quite happy with the result, but comments are w

Re: (Not GuixSD) Purpose of ~/.config/guix/ & config. files

2015-09-20 Thread
2015-09-21 2:45 GMT+08:00 Vicente Vera : > Hello. > > After running 'guix pull' (as root) with a fresh binary installation > directory ~root/.config/guix/ was created, which contains a "latest" > symlink pointing to /gnu/store/...-guix-latest/. > > Since I work as a regular user, I noticed that Gui

[PATCH] gnu: procps: Update to 3.3.11.

2015-09-16 Thread
procps-ng is the new upstream. * gnu/packages/procps.scm (procps): Update to 3.3.11. [source]: Adjust formatting. Remove patches. [home-page]: Update URL. * gnu/packages/patches/procps-make-3.82.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. --- gnu-system.am

Re: 02/02: gnu: harfbuzz: Add "bin" output.

2015-09-15 Thread
2015-09-16 0:23 GMT+08:00 Ludovic Courtès : > ??? skribis: > >> commit eb6afbcde784a72a96f3c5a70d657630d421b02a >> Author: 宋文武 >> Date: Tue Sep 15 20:19:39 2015 +0800 >> >> gnu: harfbuzz: Add "bin" output. >> >> * gnu/packages/g

Re: IBus and different GTK versions

2015-09-14 Thread
2015-09-14 16:28 GMT+08:00, Ricardo Wurmus : > > 宋文武 writes: > >> Ricardo Wurmus writes: >> >>> [...] >>> >>> It seems that GTK3 only looks for >>> ‘$libdir/gtk-3.0/3.0.0/immodules.cache’ and GTK2 only looks for >>> ‘$lib

Re: IBus and different GTK versions

2015-09-13 Thread
Ricardo Wurmus writes: > [...] > > It seems that GTK3 only looks for > ‘$libdir/gtk-3.0/3.0.0/immodules.cache’ and GTK2 only looks for > ‘$libdir/gtk-2.0/2.10.0/immodules.cache’ by default, where ‘$libdir’ is > ‘$out/lib’ of the GTK package. (According to > https://developer.gnome.org/gtk3/stabl

Re: [PATCH] gnu: xz: Update to 5.2.1

2015-09-12 Thread
Mathieu Lirzin writes: > 宋文武 writes: > >> This seem trigger the rebuild of everything, should I push it into >> the current 'core-updates' or wait for a next cycle? > > This doesn't respond to your question, but could I suggest the > reformatting of

Re: gnutls fail for cert-tests.pkcs7 when build with libtans1-4.6.

2015-09-12 Thread
宋文武 writes: > when update libtasn1 from 4.5 to 4.6, gnutls fail to pass the > cert-tests.pkcs7 test, get: > import error: ASN1 parser: Error in DER parsing. > > with libtasn1-4.5, the test does pass. > is this an known issue? And the gnutls is 3.4.4.1.

[PATCH] gnu: xz: Update to 5.2.1

2015-09-11 Thread
>From 28016e1de7b60c8d23728b66c2dc90d6cd1e4c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 12 Sep 2015 14:25:11 +0800 Subject: [PATCH] gnu: xz: Update to 5.2.1. * gnu/packages/compression.scm (xz): Update to 5.2.1. --- gnu/packages/compression.scm | 4 ++--

Re: [PATCH] Add Shotwell.

2015-09-02 Thread
Ricardo Wurmus writes: > More GNOME packages! > > From a4e79409b7ea4681f576b050e8cc5f8235eecf27 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 1 Sep 2015 21:36:32 +0200 > Subject: [PATCH 1/5] gnu: Add libraw. > > * gnu/packages/photo.scm (libraw): New variable. > --- > gnu/package

Re: [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support.

2015-09-02 Thread
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+. > > [...] > >> + `(("gtk+-2" ,gtk+-2) ; required by libxfce4ui-1.pc >> + ("gtk+-3" ,gtk+); required by libxfce4ui-2

[PATCH 3/3] gnu: Add xfce4-pulseaudio-plugin.

2015-08-30 Thread
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): New variable. --- gnu/packages/xfce.scm | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index bc6d47a..bdb5235 100644 --- a/gnu/packages/xfce.scm

[PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support.

2015-08-30 Thread
* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+. --- gnu/packages/xfce.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 2cbdeef..992ffea 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm

[PATCH 2/3] gnu: xfce4-panel: Build with GTK+ 3 support.

2015-08-30 Thread
* gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field. --- gnu/packages/xfce.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 992ffea..bc6d47a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -268,6 +268,8 @@ manag

Re: Sound volume in XFCE

2015-08-30 Thread
白い熊@相撲道 writes: > How do I control sound volume in XFCE? guix package doesn't show me any > XFCE plugins I could install, none come installed by default. We don't have xfce4-mixer. it realying on old gstreamer-0.10 (removed) and "not maintained anymore". (http://www.xfce.org/about/news/?post=

Re: [PATCH] Replace jack-2 with jack-1.

2015-08-29 Thread
Ricardo Wurmus writes: > Attached are patches to replace “jack-2” with “jack-1”. > > None of the packages actually requires “jack-2”. Both implement the > same API, but are separate implementations (“jack-2” is not more mature > or more recent than “jack-1”). > > “jack-2” *additionally* supports

Re: [PATCH v2 3/7] gnu: Allow OS configurations to add PAM session modules

2015-08-26 Thread
2015-08-26 15:21 GMT+08:00 Andy Wingo : > On Tue 25 Aug 2015 23:39, l...@gnu.org (Ludovic Courtès) writes: > >> Andy Wingo skribis: >> >>> On Tue 25 Aug 2015 16:55, l...@gnu.org (Ludovic Courtès) writes: >>> (operating-system ;; ... (pam-services (map (lambda (service) >>>

Re: [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency.

2015-08-25 Thread
Andy Wingo writes: > Hi Mark :) > > Thank you for being patient with an idiot :) > > On Mon 24 Aug 2015 18:14, Mark H Weaver writes: > >> For the same reason that I explained in my last email in this thread, >> although I forgot to mention ~/.guix-profile/etc/profile: >> >> Note that we have a

Re: 01/02: gnu: itstool: Wrap with PYTHONPATH.

2015-08-23 Thread
Mark H Weaver writes: > 宋文武 writes: > >> iyzsong pushed a commit to branch master >> in repository guix. >> >> commit 4b58d88bcde652e3307fb66d1da4f93dc10ac7a8 >> Author: 宋文武 >> Date: Thu Aug 20 16:36:25 2015 +0800 >> >> gnu: itstoo

Re: [PATCH] system: Make PAM use SHA-512 to encrypt passwords.

2015-08-22 Thread
Mark H Weaver writes: >> 宋文武 writes: >> [...] >> To store the hashed passwords in '/etc/shadow' (0600) instead of >> '/etc/passwd' (0644), we should add 'shadow' to arguments too. > > Can you send an updated patch? Sure: >From 34

Re: [PATCH] system: Make PAM use SHA-512 to encrypt passwords.

2015-08-22 Thread
宋文武 writes: > Fixes <https://bugs.gnu.org/21318>. > > * gnu/system/linux.scm (unix-pam-service)[password]: Add 'sha512' > to arguments. > --- > gnu/system/linux.scm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/gnu/syst

[PATCH] system: Make PAM use SHA-512 to encrypt passwords.

2015-08-22 Thread
Fixes . * gnu/system/linux.scm (unix-pam-service)[password]: Add 'sha512' to arguments. --- gnu/system/linux.scm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/system/linux.scm b/gnu/system/linux.scm index 8c6..cc2eabe 100644 --- a/gn

[PATCH] gnu: shadow: Update to 4.2.1.

2015-08-22 Thread
* gnu/packages/admin.scm (shadow): Update to 4.2.1. [source]: Use the release tarball. --- gnu/packages/admin.scm | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 9c48430..53cf65e 100644 --- a/gnu/pack

Re: [PATCH 1/2] gnu: itstool: Wrap with PTYHONPATH.

2015-08-21 Thread
Mark H Weaver writes: > 宋文武 writes: > >> gnu: itstool: Wrap with PTYHONPATH. > > s/PTYHONPATH/PYTHONPATH/ oops, thanks! > >> * gnu/packages/glib.scm (itstool): Change 'propagated-inputs' to 'inputs'. >> [arguments]: New field. >&g

Re: screen locker

2015-08-21 Thread
Marcus Moeller writes: > Hi all. > > I wanted to install a screen locker on GuixSD and all I found was slock. > > Sadly when I try to start it as unprivileged user, I got an error like: > > cannot disable the out-of-memory-killer for this process Same here, I think only root can run it. (the unpr

Re: elogind status

2015-08-21 Thread
Andy Wingo writes: > Hi :) > > [...] > > The result is https://github.com/andywingo/elogind. It provides: > > * a logind-compatible API with a different library name, libelogind > > * a pkg-config file, libelogind.pc > > * a daemon, elogind > > * a PAM module, pam_elogind.so > > * a qu

Re: [PATCH 6/7] gnu: Add elogind service.

2015-08-21 Thread
Andy Wingo writes: > * gnu/services/desktop.scm (elogind-service): New function. > (%desktop-services): Add elogind-service. > --- > gnu/services/desktop.scm | 27 ++- > 1 file changed, 26 insertions(+), 1 deletion(-) > > diff --git a/gnu/services/desktop.scm b/gnu/serv

Re: elogind status

2015-08-21 Thread
Andy Wingo writes: > [...] Great news! > On Fri 21 Aug 2015 13:48, "Claes Wallin (韋嘉誠)" > writes: > >> How much do you know about what uselessd, nosh and the Ubuntu logind >> shim and how they did things? I don't know anything, I just know these >> things exist. > > No idea! Could be some thi

Re: libinput

2015-08-20 Thread
Marcus Moeller writes: > Hi all, > > I am using libinput to detect my touchpad. It works in general, but > neither edge scrolling nor two finger scrolling works. I guess it's > related to the version 0.14.X - if I am right it seems to be available > in 0.20.X: > > http://who-t.blogspot.ch/2015/03

[PATCH 1/2] gnu: itstool: Wrap with PTYHONPATH.

2015-08-20 Thread
* gnu/packages/glib.scm (itstool): Change 'propagated-inputs' to 'inputs'. [arguments]: New field. --- gnu/packages/glib.scm | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 88c61b6..59d64e9 100644 --- a/gnu/package

[PATCH 2/2] gnu: Add d-feet.

2015-08-20 Thread
* gnu/packages/gnome.scm (d-feet): New variable. --- gnu/packages/gnome.scm | 55 ++ 1 file changed, 55 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1c31be2..393e983 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/p

Re: [PATCH 1/2] gnu: Add eyed3.

2015-08-20 Thread
Efraim Flashner writes: > * gnu/packages/mp3.scm (eyed3): New variable. > --- > gnu/packages/mp3.scm | 25 + > 1 file changed, 25 insertions(+) > [...] > +(license license:gpl2))) The sources have "any later version", so it's 'gpl2+'. > -- > 2.5.0 eyeD3 is both a too

Re: Set screen resolution in X.

2015-08-20 Thread
Camel writes: > On 12 August 2015 at 10:08, Camel wrote: > >> On 10 August 2015 at 23:16, Thompson, David >> wrote: >> >>> I believe this is because the return value of >>> 'xorg-configuration-file' is a monadic value, and thus it needs to >>> "unwrapped" in order to pass the configuration file

Re: [PATCH 1/2] gnu: itstool: Wrap with PTYHONPATH.

2015-08-20 Thread
> * gnu/packages/glib.scm (itstool): Change 'propagated-inputs' to 'inputs'. > [arguments]: New field. > --- > gnu/packages/glib.scm | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm > index 88c61b6..59d64e9 100644 >

Re: [PATCH] Add Pure Data.

2015-08-18 Thread
Leo Famulari writes: > [...] > What follows is a WIP patch that puts Pure Data in its own package. I was able > to get a 440hz tone out of my laptop speakers :) One problem is that the > software cannot find the Deja Vu Sans Mono font it is looking for... and the > fallback font rendering is basi

Re: gnu: fontconfig: update to 2.11.94.

2015-08-17 Thread
Ricardo Wurmus writes: > Nice! This is needed to fix score generation with lilypond (or rather > ghostscript conversion from ps to pdf). > > This is for core-updates, right? Yes, that's the intention.

gnu: fontconfig: update to 2.11.94.

2015-08-17 Thread
I change the '--with-default-fonts' to gs-fonts, and '--with-add-fonts' to ~/.guix-profile. which make 'test-bz89617' pass, alternative, we can set FONTCONFIG_FILE to a file: /tmp >From c00d718aad3e75e7567f9d1799291e83e89f868f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=

Re: Services and packages in GuixSD

2015-08-11 Thread
Andy Wingo writes: > Hi, > > There are a few services whose behavior depends on the set of installed > packages or services, or which should depend on those sets. For example > with %desktop-services specified, udev should be adding rules for upower > and colord, AFAIU. Likewise for dbus: it wo

Re: [PATCH] gnu: Add GVFS.

2015-07-27 Thread
Mark H Weaver writes: > 宋文武 writes: >> * gnu/packages/gnome.scm (gvfs): New variable. > > Looks good to me, please push! Done, thanks for review!

Re: Qtwebengine

2015-07-27 Thread
Andreas Enge writes: > On Sun, Jul 26, 2015 at 11:34:45PM +0800, 宋文武 wrote: >> You could remove or comment out ninja too, it's used to build webengine. > > Thanks for the suggestion, I did and pushed. > >> The below are for qt-4? > > Yes. I added harfbuzz a

Re: Qtwebengine

2015-07-26 Thread
Andreas Enge writes: > Attached is the patch. > > Vlc still compiles with the new qt. Liblxqt does not; we might need to > add qt 5.4 again as a separate package. Hydra should tell us if there is > more damage... > > Andreas > > From 544976bc995182440ab07f6e02dbc4deb6a3f320 Mon Sep 17 00:00:00 20

[PATCH] gnu: Add GVFS.

2015-07-26 Thread
* gnu/packages/gnome.scm (gvfs): New variable. --- gnu/packages/gnome.scm | 55 ++ 1 file changed, 55 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0feb5b4..d44cb80 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/pac

Re: [PATCH 3/3] gnu: colord: Propagate inputs.

2015-07-25 Thread
Mark H Weaver writes: > 宋文武 writes: > >> * gnu/packages/gnome.scm (colord): Propagate inputs glib, eudev and lcms. >> --- >> gnu/packages/gnome.scm | 9 ++--- >> 1 file changed, 6 insertions(+), 3 deletions(-) >> >> diff --git a/gnu/packages/g

Re: [PATCH 1/3] gnu: Add libgudev.

2015-07-24 Thread
Both systemd and eudev have remove libgudev from source tree recently. https://github.com/gentoo/eudev/commit/252150e181c58c5ae58ffac144971767df9921f7 http://cgit.freedesktop.org/systemd/systemd/commit/?id=2375607039517c88df51ef16ddbb624ec1c10654

[PATCH 3/3] gnu: colord: Propagate inputs.

2015-07-24 Thread
* gnu/packages/gnome.scm (colord): Propagate inputs glib, eudev and lcms. --- gnu/packages/gnome.scm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 11afb61..738047e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/pac

[PATCH 1/3] gnu: Add libgudev.

2015-07-24 Thread
* gnu/packages/gnome.scm (libgudev): New variable. --- gnu/packages/gnome.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 410a0f9..115d508 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@

[PATCH 2/3] gnu: Prefer libgudev as GUDEV (GObject bindings for libudev) provider.

2015-07-24 Thread
* gnu/packages/gnome.scm (upower, gnome-settings-daemon, rhythmbox) gnu/packages/xfce.scm (thunar, thunar-volman): Switch to libgudev as GUDEV provider. --- gnu/packages/gnome.scm | 8 gnu/packages/xfce.scm | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/

Re: [PATCH] gnu: Add exempi and eog.

2015-07-17 Thread
I move 'itstool' to 'native-inputs', and pushed. Thanks!

Re: [PATCH] gnu: Add exempi and eog.

2015-07-15 Thread
David Hashe writes: > Hello Guix, > > The attached patches add Eye of GNOME and one of its dependencies, exempi. > The Eye of GNOME (eog) patch depends on the exempi patch. > > Thanks, > David > From cf0f69390f00852b9971e88e5e817ca540264d88 Mon Sep 17 00:00:00 2001 > From: David Hashe > Date: We

Re: How to handle required plugins and dbus services for GNOME Programs?

2015-07-09 Thread
Mark H Weaver writes: [...] > So, at this point my inclination is to do the following: > > * Add 'dconf' to the propagated-inputs of 'totem', since totem needs > dconf services to be available on the user session D-Bus. > > * Add a wrapper for 'totem' that add prefixes to both > GST_PLUGIN_SY

Re: How to handle required plugins and dbus services for GNOME Programs?

2015-06-25 Thread
Mark H Weaver writes: > 宋文武 writes: >>> Actually, it turns out that 'grilo' doesn't need to be in the profile, >>> although if you don't have it you won't get the search path >>> recommendation which is crucial for Totem to work properl

Re: [PATCH] gnu: gstreamer: Add search path specification for 'GST_PLUGIN_SYSTEM_PATH'.

2015-06-24 Thread
Ludovic Courtès writes: > 宋文武 skribis: > >> This reverts commit e53fc0c8a, which add it wrongly to gst-plugins-base. >> >> * gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field. >> (gst-plugins-base)[native-search-paths]: Remove. > >

Re: How to handle required plugins and dbus services for GNOME Programs?

2015-06-24 Thread
Mark H Weaver writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> A few caveats: in order for totem to work properly, you must have >>> several other packages installed in your profile. I'm not entirely sure >>> of the full set needed, but I guess it includes: >>

[PATCH] gnu: gstreamer: Add search path specification for 'GST_PLUGIN_SYSTEM_PATH'.

2015-06-24 Thread
This reverts commit e53fc0c8a, which add it wrongly to gst-plugins-base. * gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field. (gst-plugins-base)[native-search-paths]: Remove. --- gnu/packages/gstreamer.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-22 Thread
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/packages/emacs.scm (geiser)[arguments]: Symlink Guile modules >> to the right 'guilesitedir' in the 'post-install' phase. > > 宋文武 skribis: > >> The previous patch was intend to fix a

Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-21 Thread
The previous patch was intend to fix a issue that manually spawned Guile doesn't know the geiser module. When discuss this issue in IRC with alezost, I suddenly notice that add a simple '(require 'geiser-install)' to my init.el make it work. Here is the new patch for '/etc/emacs/site-start.el' (n

[PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-21 Thread
* gnu/packages/emacs.scm (geiser)[arguments]: Symlink Guile modules to the right 'guilesitedir' in the 'post-install' phase. --- gnu/packages/emacs.scm | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 2502f

Re: Help needed with security updates for Qt

2015-06-20 Thread
Ludovic Courtès writes: > [...] > >> I'd like to try re-package qt5 with submodules, and drop QtWebEngine. >> As same as Debian and NixOS did. > > And Fedora. Ricardo found this insightful discussion: > > http://lists.qt-project.org/pipermail/development/2015-February/019960.html > > +1 for re

Re: Help needed with security updates for Qt

2015-06-19 Thread
Mark H Weaver writes: > Hi, > > Qt includes bundled copies of a *lot* of stuff. Among other things, it > bundles Chromium, which also bundles a lot of stuff. Someone who cares > about Qt needs to be on top of security updates for the things it > bundles. > > Better yet, we should try to get it

Re: [PATCH] gnu: evince: Add inputs.

2015-06-08 Thread
David Hashe writes: > * gnu/packages/gnome.scm (evince): Add 'djvulibre' as an input. > --- > gnu/packages/gnome.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 34658e1..e02a430 100644 > --- a/gnu/packages/gno

Re: [PATCH 2/2] gnu: libxml2: Build python bindings separately.

2015-05-31 Thread
Mark H Weaver writes: > 宋文武 writes: > >> Mark H Weaver writes: >> >>> 宋文武 writes: >>> >>>> * gnu/packages/xml.scm (libxml2)[native-inputs]: Remove python. >>>> [arguments]: Remove. >>>> (python-libxml2,

Re: [PATCH 2/2] gnu: libxml2: Build python bindings separately.

2015-05-30 Thread
Mark H Weaver writes: > 宋文武 writes: > >> * gnu/packages/xml.scm (libxml2)[native-inputs]: Remove python. >> [arguments]: Remove. >> (python-libxml2, python2-libxml): New variables. >> --- >> gnu/packages/xml.scm | 53 >> +

Re: [PATCH 1/2] gnu: libxml2: Update to 2.9.2.

2015-05-30 Thread
Mark H Weaver writes: > 宋文武 writes: >> * gnu/packages/xml.scm (libxml2): Update to 2.9.2. > > Looks good, but this is probably for core-updates, since it will entail > recompiling at least 1/3 of our packages (as estimated by 'guix refresh > -l'), and possibly

[PATCH 2/2] gnu: libxml2: Build python bindings separately.

2015-05-30 Thread
* gnu/packages/xml.scm (libxml2)[native-inputs]: Remove python. [arguments]: Remove. (python-libxml2, python2-libxml): New variables. --- gnu/packages/xml.scm | 53 ++-- 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/gnu/packages

[PATCH 1/2] gnu: libxml2: Update to 2.9.2.

2015-05-30 Thread
* gnu/packages/xml.scm (libxml2): Update to 2.9.2. --- gnu/packages/xml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 8a4d2fb..a4c81b2 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -2,6 +2,7 @@ ;;;

Re: [patch] Add webkitgtk-2.4/gtk+-3.0.patch

2015-05-29 Thread
Feng Shu writes: > 宋文武 writes: > >> Hi, I update it to webkitgtk-2.4.9, apply and modify your patch, end with: >> >> * webkitgtk >> Unmodified, for upstream 'stable' release. >> GTK3 port with only WebKit2 API. >> >> * webkitgtk

Re: 01/01: gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3.

2015-05-29 Thread
Mark H Weaver writes: > 宋文武 writes: > >> commit e7e8ea069e52052ab35a57284e18d171ab0f2daa >> Author: 宋文武 >> Date: Fri May 29 15:50:14 2015 +0800 >> >> gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3. >> >> * gnu/packages/we

[PATCH] gnu: webkitgtk: Update to 2.8.3.

2015-05-29 Thread
The version (2.8.9) mentioned in the previous commit (e7e8ea0) message was wrong. Should be '2.4.9'. * gnu/packages/webkit.scm (webkitgtk): Update to 2.8.3. --- gnu/packages/webkit.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/webkit.scm b/gnu/packages/

Re: [patch] Add webkitgtk-2.4/gtk+-3.0.patch

2015-05-29 Thread
Feng Shu writes: > From f755ed7e31446c86ed52fc1acfda2f90690688a2 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Mon, 25 May 2015 19:36:28 +0800 > Subject: [PATCH] gnu: Add webkitgtk-2.4/gtk+-3.0 > > --- > gnu/packages/webkit.scm | 8 > 1 file changed, 8 insertions(+) > > diff --git

Re: Suggest add FAQ documents about integrating with other linux distribution.

2015-05-27 Thread
Ludovic Courtès writes: > "Feng Shu" skribis: > >> I use guix to build my own version of emacs-snapshot and sawfish, and >> find some integrate-issue, and suggest add a FAQ to deal with, >> for example: >> >> 1. How to use fonts which is outside guix? Currently, fontconfig from Guix do not use '

Re: [PATCH] profiles: Add gtk-icon-themes hook.

2015-05-27 Thread
Ludovic Courtès writes: [...] > The fact that HOOK could return either a monadic value or a regular > value was indeed bad style. I’ve fixed it in 07eaecf, so now this part > of the patch is no longer needed. Use 'gexp?' to filter hooks do not work, I fix it to use 'derivation?'. > > OK to push

<    1   2   3   4   5   6   7   8   >