unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob ec5c7d8c4aa861dddec39c8a84a8971a0614e32d 2435 bytes (raw)
name: gnu/packages/suckless.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
 
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages suckless)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (guix build-system glib-or-gtk)
  #:use-module (gnu packages)
  #:use-module (gnu packages gnome)
  #:use-module (gnu packages xorg)
  #:use-module (gnu packages pkg-config)
  #:use-module (gnu packages webkit))

(define-public surf
  (package
    (name "surf")
    (version "0.7")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "http://dl.suckless.org/surf/surf-"
                           version ".tar.gz"))
       (sha256
        (base32
         "0jj93izd8fizxfa6ln9w1h9bwki81sz5dhskh5x1rl34zd38aq4m"))))
    (build-system glib-or-gtk-build-system)
    (arguments
     '(#:tests? #f ; no tests
       #:make-flags (list "CC=gcc"
                          (string-append "PREFIX=" %output))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure))))
    (inputs
     `(("glib-networking" ,glib-networking)
       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
       ("webkitgtk" ,webkitgtk/gtk+-2)))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (home-page "http://surf.suckless.org/")
    (synopsis "Simple web browser")
    (description
     "Surf is a simple web browser based on WebKit/GTK+.  It is able to
display websites and follow links.  It supports the XEmbed protocol which
makes it possible to embed it in another application.  Furthermore, one can
point surf to another URI by setting its XProperties.")
    (license license:x11)))

debug log:

solving ec5c7d8 ...
found ec5c7d8 in https://yhetil.org/guix-devel/87popk5z8q.fsf@we.make.ritual.n0.is/
found 7fe3403 in https://yhetil.org/guix-devel/87vazc90o9.fsf@we.make.ritual.n0.is/
found 1bb577c in https://yhetil.org/guix-devel/87vazc90o9.fsf@we.make.ritual.n0.is/
found 9ec6dcf in https://yhetil.org/guix-devel/87vazc90o9.fsf@we.make.ritual.n0.is/
found 16e9146 in https://yhetil.org/guix-devel/871t20ahcb.fsf@we.make.ritual.n0.is/
found 8732a84 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 8732a84d9e2da0983af32cdb8d8b992d1fa8779d	gnu/packages/suckless.scm

applying [1/5] https://yhetil.org/guix-devel/871t20ahcb.fsf@we.make.ritual.n0.is/
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 8732a84..16e9146 100644


applying [2/5] https://yhetil.org/guix-devel/87vazc90o9.fsf@we.make.ritual.n0.is/
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 16e9146..9ec6dcf 100644


applying [3/5] https://yhetil.org/guix-devel/87vazc90o9.fsf@we.make.ritual.n0.is/
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 9ec6dcf..1bb577c 100644


applying [4/5] https://yhetil.org/guix-devel/87vazc90o9.fsf@we.make.ritual.n0.is/
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 1bb577c..7fe3403 100644


applying [5/5] https://yhetil.org/guix-devel/87popk5z8q.fsf@we.make.ritual.n0.is/
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 7fe3403..ec5c7d8 100644

Checking patch gnu/packages/suckless.scm...
Applied patch gnu/packages/suckless.scm cleanly.
Checking patch gnu/packages/suckless.scm...
Applied patch gnu/packages/suckless.scm cleanly.
Checking patch gnu/packages/suckless.scm...
Applied patch gnu/packages/suckless.scm cleanly.
Checking patch gnu/packages/suckless.scm...
Applied patch gnu/packages/suckless.scm cleanly.
Checking patch gnu/packages/suckless.scm...
Applied patch gnu/packages/suckless.scm cleanly.

index at:
100644 ec5c7d8c4aa861dddec39c8a84a8971a0614e32d	gnu/packages/suckless.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).