From: rennes@openmailbox.org
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Add dconf-editor.
Date: Tue, 23 Feb 2016 17:44:39 -0600 [thread overview]
Message-ID: <10e2aaddd8a986eb267ffa763e09d1e8@openmailbox.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 114 bytes --]
Hi,
i attached dconf-editor patch for review.
Dconf-editor is a graphical editor for the dconf database.
Thanks
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-dconf-editor.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-dconf-editor.patch, Size: 1831 bytes --]
From 59de11a0cae271bdae0cb092509596ac8136f12f Mon Sep 17 00:00:00 2001
From: Rene Saavedra <rennes@openmailbox.org>
Date: Tue, 23 Feb 2016 17:36:26 -0600
Subject: [PATCH] gnu: Add dconf-editor.
* gnu/packages/gnome.scm (dconf-editor): New variable.
---
gnu/packages/gnome.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d68633e..18f10c7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4742,6 +4742,36 @@ screen, a window or a user defined area of the screen, with optional
beautifying border effects.")
(license license:gpl2+)))
+(define-public dconf-editor
+ (package
+ (name "dconf-editor")
+ (version "3.18.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0xdwi7g1xdmgrc9m8ii62fp2zj114gsfpmgazlnhrcmmfi97z5d7"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
+ ("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("dconf" ,dconf)
+ ("gtk+" ,gtk+)
+ ("libxml2" ,libxml2)))
+ (home-page "https://git.gnome.org/browse/dconf-editor")
+ (synopsis "Graphical editor for the dconf database")
+ (description
+ "Dconf-editor is a graphical tool for browse and edit the dconf database.
+Gconf-editor allows you to change the preferences of desktop software that
+does not provide any other way to change the default.")
+ (license license:lgpl2.1+)))
+
(define-public gnome
(package
(name "gnome")
--
2.6.3
next reply other threads:[~2016-02-23 23:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-23 23:44 rennes [this message]
2016-02-25 1:41 ` [PATCH] gnu: Add dconf-editor Leo Famulari
2016-02-25 13:11 ` rennes
2016-02-25 21:37 ` Leo Famulari
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=10e2aaddd8a986eb267ffa763e09d1e8@openmailbox.org \
--to=rennes@openmailbox.org \
--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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).