From: Kei Yamashita <kei@openmailbox.org>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: xfce4-taskmanager: Build with GTK+ 3 support.
Date: Tue, 26 Apr 2016 00:03:24 -0400 [thread overview]
Message-ID: <20160426000324.4eb1c051@openmailbox.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 112 bytes --]
This is a useful addition now that I know libwnck was stopping me from
building the GTK+ 3 version of this tool!
[-- Attachment #2: 0001-gnu-xfce4-taskmanager-Build-with-GTK-3-support.patch --]
[-- Type: application/octet-stream, Size: 1103 bytes --]
From 4769f77c8fafce5aa008817694ca161139bcf2e2 Mon Sep 17 00:00:00 2001
From: Kei Yamashita <kei@openmailbox.org>
Date: Mon, 25 Apr 2016 23:56:59 -0400
Subject: [PATCH] gnu: xfce4-taskmanager: Build with GTK+ 3 support.
* gnu/packages/xfce.scm (xfce4-taskmanager)[arguments]: New field.
---
gnu/packages/xfce.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c164c66..83d55c4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -803,12 +803,14 @@ the desktop wallpaper.")
(base32
"1jwywmkkkmz7406m1jq40w6apiav25cznafhigbgpjv6z5hv27if"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("--enable-gtk3")))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
`(("libwnck" ,libwnck-2)
- ("gtk+" ,gtk+-2)))
+ ("gtk+" ,gtk+)))
(home-page "http://goodies.xfce.org/projects/applications/xfce4-taskmanager")
(synopsis "Easy to use task manager")
(description
--
2.7.4
next reply other threads:[~2016-04-26 4:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-26 4:03 Kei Yamashita [this message]
2016-04-26 14:12 ` [PATCH] gnu: xfce4-taskmanager: Build with GTK+ 3 support 宋文武
2016-04-27 12:32 ` Ludovic Courtès
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=20160426000324.4eb1c051@openmailbox.org \
--to=kei@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 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.