From: Leo Famulari <leo@famulari.name>
To: Fabian Harfert <fhmgufs@web.de>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add libunique.
Date: Sat, 20 Feb 2016 01:18:19 -0500 [thread overview]
Message-ID: <20160220061819.GA9556@jasmine> (raw)
In-Reply-To: <1455912644-25342-1-git-send-email-fhmgufs@web.de>
On Fri, Feb 19, 2016 at 09:10:44PM +0100, Fabian Harfert wrote:
Thanks for the patch!
> * gnu/packages/patches/libunique-gdbus.patch: New file.
> * gnu/packages/patches/libunique-remove-G_CONST_RETURN.patch: New file.
Can you give the context of these patches?
I see there are newer versions available:
https://git.gnome.org/browse/unique/log/
Perhaps a more recent release would not require the patches?
In any case, remember you have to register the patches in gnu_system.am
(dist_patch_DATA). There's a recent example in 4e58a402.
> * gnu/packages/glib.scm (libunique): New variable.
[...]
> + (synopsis "Library for writing single instance application")
How about "Library for writing single instance applications"?
> + (description
> + "Libunique is library providing a mechanism to allow only one running
> +instance of an application.")
I think we should steal Debian's description:
"Libunique is a library for writing single instance application. If you
launch a single instance application twice, the second instance will
either just quit or will send a message to the running instance.
Libunique makes it easy to write this kind of applications, by providing a
base class, taking care of all the IPC machinery needed to send messages
to a running instance, and also handling the startup notification side."
https://packages.debian.org/stretch/libunique-3.0-0
[...]
next prev parent reply other threads:[~2016-02-20 6:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-19 20:10 [PATCH] gnu: Add libunique Fabian Harfert
2016-02-20 6:18 ` Leo Famulari [this message]
2016-08-01 14:46 ` ng0
2016-08-03 14:47 ` ng0
2016-08-03 15:57 ` ng0
2016-08-05 18:44 ` ng0
2016-08-15 18:03 ` Leo Famulari
2016-08-15 23:33 ` ng0
2016-08-16 19:45 ` Leo Famulari
2016-08-17 9:52 ` ng0
2016-08-19 22:51 ` Leo Famulari
2016-08-20 9:36 ` ng0
2016-08-22 14:16 ` ng0
2016-08-22 19:47 ` Leo Famulari
-- strict thread matches above, loose matches on Subject: below --
2016-02-19 19:14 Fabian Harfert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160220061819.GA9556@jasmine \
--to=leo@famulari.name \
--cc=fhmgufs@web.de \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.