unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ggrant@riseup.net
To: guix-devel@gnu.org
Subject: [PATCH] gnu: add libglade
Date: Thu, 27 Feb 2014 15:56:07 -0800	[thread overview]
Message-ID: <38aed3a0611cb51be3edf81cbbef1677.squirrel@fruiteater.riseup.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Hoping to gradually get back into packaging some stuff of interest. Here's
libglade for now, if anything looks wrong be sure to let me know. :^)

[-- Attachment #2: 0001-gnu-Add-libglade.patch --]
[-- Type: application/octet-stream, Size: 1984 bytes --]

From 58b053edfabd89b5c9da034b295791ceb1cf1281 Mon Sep 17 00:00:00 2001
From: Guy Grant <ggrant@riseup.net>
Date: Thu, 27 Feb 2014 17:46:06 -0600
Subject: [PATCH] gnu: Add libglade

---
 gnu/packages/gtk.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2a01f89..353c7ef 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014 Guy Grant <ggrant@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -308,6 +309,34 @@ is part of the GNOME accessibility project.")
    (license license:lgpl2.0+)
    (home-page "https://projects.gnome.org/accessibility/")))
 
+(define-public libglade
+  (package
+    (name "libglade")
+    (version "2.6.4")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                   "http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-"
+                   version
+                   ".tar.gz"))
+             (sha256
+              (base32
+               "1lxdjx87r2zvdp5pg00xidfhg0y12in8vr3kj037cya5d2dih7f4"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("gtk+-2" ,gtk+-2)
+       ("libxml2" ,libxml2)
+       ("python" ,python-2)))
+    (native-inputs
+      `(("pkg-config" ,pkg-config)))
+    (home-page "https://developer.gnome.org/libglade/")
+    (synopsis "Allows you to load glade interface files in a program at runtime")
+    (description
+     "Libglade is a library that provides interfaces for loading graphical interfaces 
+described in glade xml files and for accessing the widgets built in the loading process, 
+.glade files are generated by the Glade application.")
+    (license license:lgpl2.0)))
+
 (define-public gtk+-2
   (package
    (name "gtk+")
-- 
1.8.5.3


             reply	other threads:[~2014-02-27 23:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-27 23:56 ggrant [this message]
2014-02-28 11:15 ` [PATCH] gnu: add libglade Ludovic Courtès
2014-02-28 17:49   ` ggrant
2014-02-28 20:09 ` 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

  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=38aed3a0611cb51be3edf81cbbef1677.squirrel@fruiteater.riseup.net \
    --to=ggrant@riseup.net \
    --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).