mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
This factorizes what has become a widespread idiom. * guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable. (bootstrap): New procedure. (%standard-phases): Add it after 'unpack'. * guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap. * guix/build/asdf-build-system.scm (%standard-phases/source) (%standard-phases): Likewise. * guix/build/cargo-build-system.scm (%standard-phases): Likewise. * guix/build/cmake-build-system.scm (%standard-phases): Likewise. * guix/build/dub-build-system.scm (%standard-phases): Likewise. * guix/build/emacs-build-system.scm (%standard-phases): Likewise. * guix/build/font-build-system.scm (%standard-phases): Likewise. * guix/build/go-build-system.scm (%standard-phases): Likewise. * guix/build/haskell-build-system.scm (%standard-phases): Likewise. * guix/build/minify-build-system.scm (%standard-phases): Likewise. * guix/build/ocaml-build-system.scm (%standard-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/r-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/scons-build-system.scm (%standard-phases): Likewise. * guix/build/texlive-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap. (soundtouch, cuetools, bluez-alsa): Remove 'arguments'. (cava)[arguments]: Replace 'bootstrap. * gnu/packages/backup.scm (rdup): Remove 'bootstrap. * gnu/packages/bioinformatics.scm (seek)[arguments]: Replace 'bootstrap. * gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove 'arguments'. * gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'. * gnu/packages/crypto.scm (libb2): Remove #:phases. * gnu/packages/databases.scm (guile-wiredtiger): Likewise. * gnu/packages/debug.scm (stress-make): Remove 'bootstrap'. * gnu/packages/documentation.scm (asciidoc): Likewise. * gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'. * gnu/packages/ftp.scm (weex): Remove 'arguments'. * gnu/packages/game-development.scm (ois): Remove 'arguments'. * gnu/packages/games.scm (pioneer): Remove 'bootstrap. * gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap. (arc-theme): Remove 'arguments'. (faba-icon-theme): Remove 'bootstrap. (arc-icon-theme): Remove 'arguments'. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/gtk.scm (guile-rsvg): Likewise. * gnu/packages/guile.scm (mcron2): Remove 'bootstrap. (guile-bash): Remove #:phases. (guile-git): Remove 'bootstrap. (guile-syntax-highlight): Remove 'arguments'. (guile-sjson): Likewise. * gnu/packages/java.scm (classpath-devel): Remove 'bootstrap. * gnu/packages/kodi.scm (libdvdnav/kodi) (libdvdread/kodi, libdvdcss/kodi): Likewise. * gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'. * gnu/packages/libusb.scm (hidapi): Likewise. * gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to 'patch-stuff'; move it before 'bootstrap', without autoreconf invocation. (eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh' invocation; move it before 'bootstrap. (gpm): Replace 'bootstrap'. (f2fs-tools): Remove 'arguments'. (rng-tools): Remove #:phases. * gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to 'copy-intltool-makefile'; remove "autoreconf" invocation and move before 'bootstrap'. (libmesode): Remove 'arguments'. (libstrophe): Likewise. * gnu/packages/microcom.scm (microcom): Likewise. * gnu/packages/networking.scm (libnet): Remove 'bootstrap. * gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'. * gnu/packages/package-management.scm (guix): Replace 'bootstrap. * gnu/packages/sawfish.scm (librep): Remove 'arguments'. * gnu/packages/version-control.scm (findnewest): Likewise. * gnu/packages/video.scm (liba52, handbrake, motion): Replace 'bootstrap. * gnu/packages/web.scm (fcgiwrap): Remove #:phases. (tidy): Replace 'bootstrap. (gumbo-parser): Remove #:phases. * gnu/packages/wget.scm (wget2): Replace 'bootstrap. * gnu/packages/wm.scm (i3lock-color): Remove #:phases. * gnu/packages/xdisorg.scm (xclip): Likewise. * gnu/packages/xml.scm (libxls): Replace 'bootstrap'. * gnu/packages/xorg.scm (xf86-video-freedreno) (xf86-video-intel): Remove #:phases. * gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
180 lines
7 KiB
Scheme
180 lines
7 KiB
Scheme
;;; GNU Guix --- Functional package management for GNU
|
|
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
|
;;;
|
|
;;; 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 sawfish)
|
|
#:use-module ((guix licenses) #:select (gpl2+))
|
|
#:use-module (guix packages)
|
|
#:use-module (guix download)
|
|
#:use-module (guix build-system gnu)
|
|
#:use-module (gnu packages)
|
|
#:use-module (gnu packages autotools)
|
|
#:use-module (gnu packages databases)
|
|
#:use-module (gnu packages gettext)
|
|
#:use-module (gnu packages gtk)
|
|
#:use-module (gnu packages libffi)
|
|
#:use-module (gnu packages multiprecision)
|
|
#:use-module (gnu packages pkg-config)
|
|
#:use-module (gnu packages readline)
|
|
#:use-module (gnu packages texinfo)
|
|
#:use-module (gnu packages base)
|
|
#:use-module (gnu packages xorg))
|
|
|
|
(define-public librep
|
|
(package
|
|
(name "librep")
|
|
(version "0.92.7")
|
|
(source (origin
|
|
(method url-fetch)
|
|
(uri (string-append "http://download.tuxfamily.org/" name "/"
|
|
name "_" version ".tar.xz"))
|
|
(sha256
|
|
(base32
|
|
"1bmcjl1x1rdh514q9z3hzyjmjmwwwkziipjpjsl301bwmiwrd8a8"))))
|
|
(build-system gnu-build-system)
|
|
(native-inputs
|
|
`(("makeinfo" ,texinfo)
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("autoconf" ,(autoconf-wrapper))
|
|
("automake" ,automake)
|
|
("libtool" ,libtool)))
|
|
(inputs
|
|
`(("gdbm" ,gdbm)
|
|
("gmp" ,gmp)
|
|
("libffi" ,libffi)
|
|
("readline" ,readline)))
|
|
(native-search-paths
|
|
(list (search-path-specification
|
|
(variable "REP_DL_LOAD_PATH")
|
|
(files '("lib/rep")))))
|
|
(home-page "http://sawfish.wikia.com/wiki/Librep")
|
|
(synopsis "Lisp system for sawfish")
|
|
(description
|
|
"Librep is a dialect of Lisp, designed to be used both as an extension
|
|
language for applications and as a general purpose programming language. It
|
|
was originally written to be mostly-compatible with Emacs Lisp, but has
|
|
subsequently diverged markedly. Its aim is to combine the best features of
|
|
Scheme and Common Lisp and provide an environment that is comfortable for
|
|
implementing both small and large scale systems.")
|
|
(license gpl2+)))
|
|
|
|
(define-public rep-gtk
|
|
(package
|
|
(name "rep-gtk")
|
|
(version "0.90.8.2")
|
|
(source (origin
|
|
(method url-fetch)
|
|
(uri (string-append "http://download.tuxfamily.org/librep/"
|
|
name "/" name "_" version ".tar.xz"))
|
|
(sha256
|
|
(base32
|
|
"0qslm2isyv22hffdpw0nh7xk8jw8cj3h5y7d40c9h5r833w7j6sz"))
|
|
(modules '((guix build utils)))
|
|
(snippet
|
|
'(substitute* "Makefile.in"
|
|
(("installdir=\\$\\(repexecdir\\)")
|
|
;; Install libraries for librep to $out/lib/rep.
|
|
"installdir=$(libdir)/rep")))))
|
|
(build-system gnu-build-system)
|
|
(arguments '(#:tests? #f)) ; no tests
|
|
(native-inputs
|
|
`(("pkg-config" ,pkg-config)))
|
|
(propagated-inputs
|
|
;; required by rep-gtk.pc.
|
|
`(("gtk+" ,gtk+-2)
|
|
("librep" ,librep)))
|
|
(home-page "http://sawfish.wikia.com/wiki/Rep-GTK")
|
|
(synopsis "GTK+ binding for librep")
|
|
(description
|
|
"Rep-GTK is a GTK+ (and GLib, GDK) binding to the librep, and one of the
|
|
backend of Sawfish.")
|
|
(license gpl2+)))
|
|
|
|
(define-public sawfish
|
|
(package
|
|
(name "sawfish")
|
|
(version "1.11")
|
|
(source (origin
|
|
(method url-fetch)
|
|
(uri (string-append "http://download.tuxfamily.org/sawfish/"
|
|
name "_" version ".tar.xz"))
|
|
(sha256
|
|
(base32
|
|
"0wp4m0p836a0rysbcdqb6z5hxlxqj3rgdbks3bs44rlssx0mcvyg"))
|
|
(modules '((guix build utils)))
|
|
(snippet
|
|
'(begin
|
|
(substitute* "Makedefs.in"
|
|
(("/bin/sh") "@SHELL@")
|
|
(("REP_DL_LOAD_PATH=")
|
|
;; To find rep-gtk when building sawfish.
|
|
"REP_DL_LOAD_PATH=$(REP_DL_LOAD_PATH):"))
|
|
(substitute* "src/Makefile.in"
|
|
;; Install libraries for librep to $out/lib/rep.
|
|
(("\\$\\(repexecdir\\)") "$(libdir)/rep"))))))
|
|
(build-system gnu-build-system)
|
|
(arguments
|
|
'(#:tests? #f ; no tests
|
|
#:phases
|
|
(modify-phases %standard-phases
|
|
(add-before 'configure 'patch-exec-rep
|
|
(lambda _
|
|
(substitute* '("lisp/sawfish/cfg/main.jl.in"
|
|
"scripts/sawfish-about.jl.in"
|
|
"scripts/sawfish-client.jl"
|
|
"scripts/sawfish-menu.jl")
|
|
(("exec rep") (string-append "exec " (which "rep"))))
|
|
#t))
|
|
(add-after 'install 'wrap-scripts
|
|
;; Wrap scripts with REP_DL_LOAD_PATH for finding rep-gtk
|
|
;; and sawfish.client.
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
(define (wrap-script script)
|
|
(let ((out (assoc-ref outputs "out")))
|
|
(wrap-program (string-append out script)
|
|
`("REP_DL_LOAD_PATH" =
|
|
,(list (getenv "REP_DL_LOAD_PATH")
|
|
(string-append out "/lib/rep"))))))
|
|
(for-each wrap-script
|
|
(list "/bin/sawfish-about"
|
|
"/bin/sawfish-client"
|
|
"/bin/sawfish-config"
|
|
"/lib/sawfish/sawfish-menu"))
|
|
#t)))))
|
|
(native-inputs
|
|
`(("gettext" ,gettext-minimal)
|
|
("makeinfo" ,texinfo)
|
|
("pkg-config" ,pkg-config)
|
|
("which" ,which)))
|
|
(inputs
|
|
`(("libsm" ,libsm)
|
|
("libxft" ,libxft)
|
|
("libxinerama" ,libxinerama)
|
|
("libxrandr" ,libxrandr)
|
|
("libxtst" ,libxtst)
|
|
("rep-gtk" ,rep-gtk)))
|
|
(home-page "http://sawfish.wikia.com/wiki/Main_Page")
|
|
(synopsis "Configurable window manager")
|
|
(description
|
|
"Sawfish is an extensible window manager using a Lisp-based scripting
|
|
language. Its policy is very minimal compared to most window managers. Its aim
|
|
is simply to manage windows in the most flexible and attractive manner possible.
|
|
All high-level WM functions are implemented in Lisp for future extensibility or
|
|
redefinition.")
|
|
(license gpl2+)))
|