From: 宋文武 <iyzsong@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 2/3] gnu: xfce4-panel: Build with GTK+ 3 support.
Date: Sun, 30 Aug 2015 21:19:02 +0800 [thread overview]
Message-ID: <1440940743-28596-2-git-send-email-iyzsong@gmail.com> (raw)
In-Reply-To: <1440940743-28596-1-git-send-email-iyzsong@gmail.com>
* 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 @@ management D-Bus specification.")
"1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih"))
(patches (list (search-patch "xfce4-panel-plugins.patch")))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("--enable-gtk3")))
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
--
2.4.3
next prev parent reply other threads:[~2015-08-30 13:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-30 13:19 [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support 宋文武
2015-08-30 13:19 ` 宋文武 [this message]
2015-09-01 21:01 ` [PATCH 2/3] gnu: xfce4-panel: " Ludovic Courtès
2015-08-30 13:19 ` [PATCH 3/3] gnu: Add xfce4-pulseaudio-plugin 宋文武
2015-09-01 21:01 ` Ludovic Courtès
2015-09-01 21:00 ` [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support Ludovic Courtès
2015-09-02 12:02 ` 宋文武
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=1440940743-28596-2-git-send-email-iyzsong@gmail.com \
--to=iyzsong@gmail.com \
--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.