* bug#26424: [PATCH] gnu: Add tango-icon-theme.
@ 2017-04-09 20:46 Ricardo Wurmus
2017-04-09 21:55 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2017-04-09 20:46 UTC (permalink / raw)
To: 26424; +Cc: Ricardo Wurmus
* gnu/packages/gnome.scm (tango-icon-theme): New variable.
---
gnu/packages/gnome.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b94c36636..535b8ae68 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -89,6 +89,7 @@
#:use-module (gnu packages lirc)
#:use-module (gnu packages lua)
#:use-module (gnu packages image)
+ #:use-module (gnu packages imagemagick)
#:use-module (gnu packages networking)
#:use-module (gnu packages password-utils)
#:use-module (gnu packages pcre)
@@ -723,6 +724,29 @@ update-desktop-database: updates the database containing a cache of MIME types
(native-inputs
`(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
+(define-public tango-icon-theme
+ (package
+ (name "tango-icon-theme")
+ (version "0.8.90")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://tango.freedesktop.org/releases/"
+ "tango-icon-theme-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "034r9s944b4yikyfgn602yv7s54wdzlq0qfvqh52b9x6kbx08h79"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("icon-naming-utils" ,icon-naming-utils)
+ ("intltool" ,intltool)
+ ("imagemagick" ,imagemagick)
+ ("pkg-config" ,pkg-config)))
+ (home-page "http://tango-project.org/")
+ (synopsis "Tango icon theme")
+ (description "This is an icon theme that follows the Tango visual
+guidelines.")
+ (license license:public-domain)))
+
(define-public shared-mime-info
(package
(name "shared-mime-info")
--
2.12.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#26424: [PATCH] gnu: Add tango-icon-theme.
2017-04-09 20:46 bug#26424: [PATCH] gnu: Add tango-icon-theme Ricardo Wurmus
@ 2017-04-09 21:55 ` Marius Bakke
2017-04-10 6:50 ` Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-04-09 21:55 UTC (permalink / raw)
To: Ricardo Wurmus, 26424
[-- Attachment #1: Type: text/plain, Size: 113 bytes --]
Ricardo Wurmus <rekado@elephly.net> writes:
> * gnu/packages/gnome.scm (tango-icon-theme): New variable.
LGTM.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#26424: [PATCH] gnu: Add tango-icon-theme.
2017-04-09 21:55 ` Marius Bakke
@ 2017-04-10 6:50 ` Ricardo Wurmus
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2017-04-10 6:50 UTC (permalink / raw)
To: Marius Bakke; +Cc: 26424-done
Marius Bakke <mbakke@fastmail.com> writes:
> Ricardo Wurmus <rekado@elephly.net> writes:
>
>> * gnu/packages/gnome.scm (tango-icon-theme): New variable.
>
> LGTM.
Thanks. Pushed to master with ae792dbae.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-10 6:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-09 20:46 bug#26424: [PATCH] gnu: Add tango-icon-theme Ricardo Wurmus
2017-04-09 21:55 ` Marius Bakke
2017-04-10 6:50 ` Ricardo Wurmus
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.