Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-05-15 Thread Leo Famulari
On Mon, May 02, 2016 at 10:19:16PM -0400, Leo Famulari wrote: > On Tue, May 03, 2016 at 12:38:44AM +0200, Jan Nieuwenhuizen wrote: > > Leo Famulari writes: > > > On Wed, Apr 27, 2016 at 09:05:26PM +0200, Jan Nieuwenhuizen wrote: > > >> Yes. Moved python to inputs, added python wrapper. > > > > > >

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-05-02 Thread Leo Famulari
y/";) (synopsis "GNOME desktop notification library") -- 2.7.4 >From c80a6fc7ec81ab6e5436685fa3da587e512bfb43 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <5d6e309cb76990bdf28993c147da499a7711bcc2.1462241736.git....@famulari.name> References: <5d6e309cb76990bdf28993c147da499a7

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-05-02 Thread Jan Nieuwenhuizen
Leo Famulari writes: > On Wed, Apr 27, 2016 at 09:05:26PM +0200, Jan Nieuwenhuizen wrote: >> Yes. Moved python to inputs, added python wrapper. > > Cool! :-) Thanks > Based on that, I moved python2-gobject into (inputs). I also tried > removing mutter entirely, since I believe mutter is provid

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-05-02 Thread Leo Famulari
On Wed, Apr 27, 2016 at 09:05:26PM +0200, Jan Nieuwenhuizen wrote: > Yes. Moved python to inputs, added python wrapper. Cool! Based on that, I moved python2-gobject into (inputs). I also tried removing mutter entirely, since I believe mutter is provided by gnome-shell. It seems to work for me.

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-05-01 Thread rennes
On 2016-04-27 14:05, Jan Nieuwenhuizen wrote: Leo Famulari writes: Hi! Find attached a new version of gnome-tweak-tool. Sorry, I still don't understand. Can you explain why you want to remove python2 from the propagated inputs? Propagated-inputs are silently installed into the user's prof

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-27 Thread Jan Nieuwenhuizen
pkg-config" ,pkg-config) -("glib" ,glib "bin"))) +("glib" ,glib "bin") +("gobject-introspection" ,gobject-introspection))) (home-page "https://developer-next.gnome.org/libnotify/";) (synopsis

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-24 Thread Leo Famulari
On Sun, Apr 24, 2016 at 01:19:35PM +0200, Jan Nieuwenhuizen wrote: > Leo Famulari writes: > > I think we need to wrap gnome-tweak-tool's executable, which the > > python-build-system normally does automatically. AIUI, that's why all of > > the python-build-system packages don't require Python itsel

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-24 Thread Jan Nieuwenhuizen
Leo Famulari writes: >> Gnome-tweak-tool is written in python2: it won't run without it. How >> could loosening the python2 dependency be helpful? > > Ah, I didn't realize it was a Python program with an Autotools build > system. > > I think we need to wrap gnome-tweak-tool's executable, which th

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-17 Thread Leo Famulari
On Sun, Apr 17, 2016 at 07:22:27PM +0200, Jan Nieuwenhuizen wrote: > Leo Famulari writes: > > > I tried building with glib-or-gtk-build-system instead of > > gnu-build-system. It still didn't work if python-2 was a mere input, but > > I wonder if glib-or-gtk-build-system should be used, regardless

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-17 Thread rennes
On 2016-04-17 12:22, Jan Nieuwenhuizen wrote: Leo Famulari writes: I tried building with glib-or-gtk-build-system instead of gnu-build-system. It still didn't work if python-2 was a mere input, but I wonder if glib-or-gtk-build-system should be used, regardless? The glib-or-gtk-build-system

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-17 Thread Jan Nieuwenhuizen
Leo Famulari writes: > I tried building with glib-or-gtk-build-system instead of > gnu-build-system. It still didn't work if python-2 was a mere input, but > I wonder if glib-or-gtk-build-system should be used, regardless? The glib-or-gtk-build-system lists in two additions to the gnu-build-syste

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-15 Thread Leo Famulari
On Wed, Apr 13, 2016 at 08:02:14PM +0200, Jan Nieuwenhuizen wrote: Thanks for making the ther requested changes. > Leo Famulari writes: > >> +(propagated-inputs > >> + `(("gobject-introspection" ,gobject-introspection) > >> + ("gnome-shell" ,gnome-shell) > >> + ("gsettings-des

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-13 Thread Jan Nieuwenhuizen
16 Jan Nieuwenhuizen ;;; ;;; This file is part of GNU Guix. ;;; @@ -681,7 +682,8 @@ database is translated at Transifex.") ("libpng" ,libpng))) (native-inputs `(("pkg-config" ,pkg-config) - ("glib" ,glib "bin"))) +("glib&q

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-12 Thread rennes
Hi On Sun, Apr 03, 2016 at 01:07:34PM +0200, Jan Nieuwenhuizen wrote: Hi, Finally gnome-tweak-tool works! That should make the Gnome desktop a workable alternative [workspace grid] until we get a nicely hackable guile-wm up and running. It needs libnotify to be compiled with gobject-introspe

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-11 Thread Leo Famulari
On Sun, Apr 03, 2016 at 01:07:34PM +0200, Jan Nieuwenhuizen wrote: > Hi, > > Finally gnome-tweak-tool works! That should make the Gnome desktop a > workable alternative [workspace grid] until we get a nicely hackable > guile-wm up and running. > > It needs libnotify to be compiled with gobject-i

[PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-03 Thread Jan Nieuwenhuizen
ary") -- 2.6.3 >From c2426b83876dc27308b6678456012efb0c02a2a0 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 3 Apr 2016 12:52:37 +0200 Subject: [PATCH 2/2] gnu: Add gnome-tweak-tool. * gnu/packages/patches/gnome-tweak-tool-search-paths.patch: New file. *