2014-03-19 00:18:04 +01:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
|
2017-08-28 04:27:56 +02:00
|
|
|
;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
|
2018-02-15 23:30:03 +01:00
|
|
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
2018-11-10 23:37:48 +01:00
|
|
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
2014-03-19 00:18:04 +01:00
|
|
|
;;;
|
|
|
|
;;; 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 gnustep)
|
|
|
|
#:use-module (guix download)
|
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix build-system gnu)
|
|
|
|
#:use-module (guix licenses)
|
2017-04-23 20:04:41 +02:00
|
|
|
#:use-module (gnu packages)
|
2017-04-23 02:36:36 +02:00
|
|
|
#:use-module (gnu packages base)
|
2014-03-19 00:18:04 +01:00
|
|
|
#:use-module (gnu packages xorg)
|
2017-04-23 02:36:36 +02:00
|
|
|
#:use-module (gnu packages libffcall)
|
2016-04-04 22:59:02 +02:00
|
|
|
#:use-module (gnu packages gnome)
|
2016-05-07 20:20:35 +02:00
|
|
|
#:use-module (gnu packages gtk)
|
2016-04-04 22:59:02 +02:00
|
|
|
#:use-module (gnu packages texinfo)
|
|
|
|
#:use-module (gnu packages autotools)
|
|
|
|
#:use-module (gnu packages glib)
|
2014-03-19 00:18:04 +01:00
|
|
|
#:use-module (gnu packages fontutils)
|
gnu: Consolidate libjpeg, libpng, and libtiff into one module.
* gnu/packages/image.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add image.scm and remove libjpeg.scm,
libpng.scm, and libtiff.scm.
* gnu/packages/libjpeg.scm, gnu/packages/libpng.scm, gnu/packages/libtiff.scm:
Delete files.
* gnu/packages/emacs.scm gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/gimp.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnustep.scm, gnu/packages/gnuzilla.scm,
gnu/packages/graphviz.scm, gnu/packages/gtk.scm,
gnu/packages/imagemagick.scm, gnu/packages/inkscape.scm,
gnu/packages/netpbm.scm, gnu/packages/pdf.scm, gnu/packages/plotutils.scm,
gnu/packages/qemu.scm, gnu/packages/qt.scm, gnu/packages/scheme.scm,
gnu/packages/sdl.scm, gnu/packages/slim.scm, gnu/packages/tcl.scm,
gnu/packages/texlive.scm, gnu/packages/video.scm, gnu/packages/xiph.scm,
gnu/packages/xorg.scm: Use (gnu packages image) module.
2014-06-25 14:39:02 +02:00
|
|
|
#:use-module (gnu packages image)
|
2017-04-23 02:36:36 +02:00
|
|
|
#:use-module (gnu packages pkg-config)
|
2017-12-03 01:43:08 +01:00
|
|
|
#:use-module (gnu packages xml)
|
|
|
|
#:use-module (ice-9 match))
|
2017-04-23 02:36:36 +02:00
|
|
|
|
|
|
|
(define-public gnustep-make
|
|
|
|
(package
|
|
|
|
(name "gnustep-make")
|
|
|
|
(version "2.7.0")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "ftp://ftp.gnustep.org/pub/gnustep/core/"
|
|
|
|
name "-" version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1khiygfkz0zhh9b5nybn40g0xnnjxchk24n49hff1bwanszir84h"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f)) ; no check target
|
|
|
|
(native-inputs
|
|
|
|
`(("which" ,which)))
|
|
|
|
(home-page "http://gnustep.org")
|
|
|
|
(synopsis "GNUstep make package")
|
|
|
|
(description "The makefile package is a simple, powerful and extensible way
|
|
|
|
to write makefiles for a GNUstep-based project. It allows the user to write a
|
|
|
|
project without having to deal with the complex issues associated with
|
|
|
|
configuration, building, installation, and packaging. It also allows the user
|
|
|
|
to easily create cross-compiled binaries.")
|
|
|
|
(license gpl3+)))
|
2014-03-19 00:18:04 +01:00
|
|
|
|
|
|
|
(define-public windowmaker
|
|
|
|
(package
|
|
|
|
(name "windowmaker")
|
2017-03-14 07:12:53 +01:00
|
|
|
(version "0.95.8")
|
2017-12-03 01:43:08 +01:00
|
|
|
(synopsis "NeXTSTEP-like window manager")
|
2014-03-19 00:18:04 +01:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"http://windowmaker.org/pub/source/release/WindowMaker-"
|
|
|
|
version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-03-14 07:12:53 +01:00
|
|
|
"12p8kljqgx5hnic0zvs5mxwp7kg21sb6qjagb2qw8ydvf5amrgwx"))))
|
2014-03-19 00:18:04 +01:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
2017-12-03 01:43:08 +01:00
|
|
|
`(#:modules ((guix build gnu-build-system)
|
|
|
|
(guix build utils)
|
|
|
|
(ice-9 match))
|
|
|
|
#:phases
|
2017-03-14 07:14:32 +01:00
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'configure 'pre-configure
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
;; 'wmaker' wants to invoke 'wmaker.inst' the first time,
|
|
|
|
;; and the 'wmsetbg', so make sure it uses the right ones.
|
|
|
|
;; We can't use a wrapper here because that would pollute
|
|
|
|
;; $PATH in the whole session.
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
(bin (string-append out "/bin")))
|
|
|
|
(substitute* "src/main.c"
|
|
|
|
(("\"wmaker\\.inst")
|
|
|
|
(string-append "\"" bin "/wmaker.inst")))
|
|
|
|
(substitute* '("src/defaults.c" "WPrefs.app/Menu.c")
|
|
|
|
(("\"wmsetbg")
|
|
|
|
(string-append "\"" bin "/wmsetbg")))
|
|
|
|
;; Add enough cells to the command character array to
|
|
|
|
;; allow passing our large path to the wmsetbg binary.
|
|
|
|
;; The path to wmsetbg in Guix requires 67 extra characters.
|
|
|
|
(substitute* "src/defaults.c"
|
|
|
|
(("len = strlen\\(text\\) \\+ 40;")
|
2018-02-15 23:28:51 +01:00
|
|
|
(string-append "len = strlen(text) + 107;")))
|
|
|
|
#t)))
|
2017-12-03 01:43:08 +01:00
|
|
|
(add-after 'install 'install-xsession
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
(xsessions (string-append out "/share/xsessions")))
|
|
|
|
(mkdir-p xsessions)
|
|
|
|
(call-with-output-file
|
|
|
|
(string-append xsessions "/windowmaker.desktop")
|
|
|
|
(lambda (port)
|
|
|
|
(format port "~
|
|
|
|
[Desktop Entry]~@
|
|
|
|
Name=Window Maker~@
|
|
|
|
Comment=~a~@
|
|
|
|
Exec=~a/bin/wmaker~@
|
|
|
|
Type=Application~%"
|
|
|
|
(string-map (match-lambda
|
|
|
|
(#\newline #\space)
|
|
|
|
(chr chr))
|
2018-02-15 23:28:51 +01:00
|
|
|
,synopsis) out))))
|
2017-12-03 01:43:08 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'install-xsession 'wrap
|
2017-03-14 07:14:32 +01:00
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
(bin (string-append out "/bin")))
|
|
|
|
;; In turn, 'wmaker.inst' wants to invoke 'wmmenugen'
|
|
|
|
;; etc., so make sure everything is in $PATH.
|
|
|
|
(wrap-program (string-append bin "/wmaker.inst")
|
2018-02-15 23:28:51 +01:00
|
|
|
`("PATH" ":" prefix (,bin)))
|
|
|
|
#t))))))
|
2014-03-19 00:18:04 +01:00
|
|
|
(inputs
|
|
|
|
`(("libxmu" ,libxmu)
|
|
|
|
("libxft" ,libxft)
|
|
|
|
("libx11" ,libx11)
|
2017-12-03 02:20:45 +01:00
|
|
|
("libxinerama" ,libxinerama)
|
2014-03-19 00:18:04 +01:00
|
|
|
("fontconfig" ,fontconfig)
|
2016-10-23 17:26:25 +02:00
|
|
|
("libjpeg" ,libjpeg)
|
|
|
|
("giflib" ,giflib)
|
|
|
|
("libpng" ,libpng)
|
|
|
|
("libtiff" ,libtiff)))
|
2014-03-19 00:18:04 +01:00
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(home-page "http://windowmaker.org/")
|
|
|
|
(description
|
|
|
|
"Window Maker is an X11 window manager originally designed to provide
|
|
|
|
integration support for the GNUstep Desktop Environment. In every way
|
|
|
|
possible, it reproduces the elegant look and feel of the NeXTSTEP user
|
|
|
|
interface. It is fast, feature rich, easy to configure, and easy to use.")
|
|
|
|
|
|
|
|
;; Artwork is distributed under the WTFPL.
|
|
|
|
(license gpl2+)))
|
2016-04-04 22:59:02 +02:00
|
|
|
|
|
|
|
(define-public wmbattery
|
|
|
|
(package
|
|
|
|
(name "wmbattery")
|
2018-02-15 23:30:03 +01:00
|
|
|
(version "2.51")
|
2016-04-04 22:59:02 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"mirror://debian/pool/main/w/wmbattery/wmbattery_"
|
|
|
|
version ".orig.tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2018-02-15 23:30:03 +01:00
|
|
|
"084a3irxbmgms4bqaga80mlx9wgvlkx6d2w0ns939yrpfzg87laj"))))
|
2016-04-04 22:59:02 +02:00
|
|
|
(build-system gnu-build-system)
|
2018-11-10 23:37:48 +01:00
|
|
|
(arguments '(#:tests? #f)) ; no "check" target
|
2016-04-04 22:59:02 +02:00
|
|
|
(inputs
|
|
|
|
`(("glib" ,glib)
|
|
|
|
("libx11" ,libx11)
|
|
|
|
("libxext" ,libxext)
|
|
|
|
("libxpm" ,libxpm)
|
|
|
|
("upower" ,upower)))
|
|
|
|
(native-inputs
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
("automake" ,automake)
|
|
|
|
("pkg-config" ,pkg-config)))
|
2018-02-15 20:24:35 +01:00
|
|
|
(home-page "http://www.dockapps.net/wmbattery")
|
2016-04-04 22:59:02 +02:00
|
|
|
(synopsis "Display laptop battery info")
|
|
|
|
(description
|
|
|
|
"Wmbattery displays the status of your laptop's battery in a small icon.
|
|
|
|
This includes if it is plugged in, if the battery is charging, how many minutes
|
|
|
|
of battery life remain, battery life remaining (with both a percentage and a
|
|
|
|
graph), and battery status (high - green, low - yellow, or critical - red).")
|
|
|
|
(license gpl2)))
|
|
|
|
|
2016-04-05 22:34:48 +02:00
|
|
|
(define-public wmnd
|
|
|
|
(package
|
|
|
|
(name "wmnd")
|
|
|
|
(version "0.4.17")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"http://www.thregr.org/~wavexx/software/wmnd/releases/"
|
|
|
|
name "-" version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1amkbiwgr31gwkcp7wrjsr7aj1kns8bpmjpv70n86wb8v9mpm828"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("libx11" ,libx11)
|
|
|
|
("libxext" ,libxext)
|
|
|
|
("libxpm" ,libxpm)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(home-page "http://www.thregr.org/~wavexx/software/wmnd/")
|
|
|
|
(synopsis "Network interface monitor")
|
|
|
|
(description
|
|
|
|
"WMND is a dockapp for monitoring network interfaces under WindowMaker and
|
|
|
|
other compatible window managers.")
|
|
|
|
(license gpl2+)))
|
2016-04-06 19:50:36 +02:00
|
|
|
|
|
|
|
(define-public wmcpuload
|
|
|
|
(package
|
|
|
|
(name "wmcpuload")
|
2018-02-15 20:29:26 +01:00
|
|
|
(version "1.1.1")
|
2016-04-06 19:50:36 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"mirror://debian/pool/main/w/wmcpuload/"
|
|
|
|
name "_" version ".orig.tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2018-02-15 20:29:26 +01:00
|
|
|
"1334y0axnxydwv05d172f405iljrfakg4kcyg9kmn46v6ywv424g"))))
|
2016-04-06 19:50:36 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("libx11" ,libx11)
|
|
|
|
("libxext" ,libxext)
|
|
|
|
("libxpm" ,libxpm)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
2018-02-15 20:24:35 +01:00
|
|
|
(home-page "http://www.dockapps.net/wmcpuload")
|
2016-04-06 19:50:36 +02:00
|
|
|
(synopsis "Monitor CPU usage")
|
|
|
|
(description
|
|
|
|
"Wmcpuload displays the current CPU usage, expressed as a percentile and a
|
|
|
|
chart, and has an LCD look-alike user interface. The back-light may be turned
|
|
|
|
on and off by clicking the mouse button over the application. If the CPU usage
|
|
|
|
hits a certain threshold, an alarm-mode will alert you by turning back-light
|
|
|
|
on.")
|
|
|
|
(license gpl2+)))
|
2016-04-08 15:34:02 +02:00
|
|
|
|
|
|
|
(define-public wmclock
|
|
|
|
(package
|
|
|
|
(name "wmclock")
|
|
|
|
(version "1.0.16")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"mirror://debian/pool/main/w/wmclock/"
|
|
|
|
name "_" version ".orig.tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1lx276ba8r2yydhmwj1g586jdqg695ad89ng36fr3mb067gvb2rz"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("libx11" ,libx11)
|
|
|
|
("libxext" ,libxext)
|
|
|
|
("libxpm" ,libxpm)))
|
2018-11-10 23:40:14 +01:00
|
|
|
;; wmclock requires autoreconf to generate its configure script.
|
2016-04-08 15:34:02 +02:00
|
|
|
(native-inputs
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
("automake" ,automake)
|
|
|
|
("pkg-config" ,pkg-config)))
|
2018-02-15 20:24:35 +01:00
|
|
|
(home-page "http://www.dockapps.net/wmclock")
|
2016-04-08 15:34:02 +02:00
|
|
|
(synopsis "Display the date and time")
|
|
|
|
(description
|
|
|
|
"wmclock is an applet for Window Maker which displays the date and time in
|
|
|
|
a dockable tile. It features multiple language support, 24h or 12h time
|
|
|
|
display, and can run a user-specified program on mouse click.")
|
|
|
|
(license gpl2+)))
|
2016-05-07 20:20:35 +02:00
|
|
|
|
|
|
|
(define-public wmfire
|
|
|
|
(package
|
|
|
|
(name "wmfire")
|
|
|
|
(version "1.2.4")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "http://www.improbability.net/"
|
|
|
|
name "/" name "-" version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-04-23 20:04:41 +02:00
|
|
|
"101grahd80n97y2dczb629clmcgiavdpbbwy78kk5wgs362m12z3"))
|
|
|
|
(patches
|
|
|
|
(search-patches "wmfire-update-for-new-gdk-versions.patch"))))
|
2016-05-07 20:20:35 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("gtk+" ,gtk+-2)
|
|
|
|
("libgtop" ,libgtop)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(home-page "http://www.improbability.net/")
|
2016-07-29 10:23:52 +02:00
|
|
|
(synopsis "Display flames to represent resource usage")
|
2016-05-07 20:20:35 +02:00
|
|
|
(description
|
|
|
|
"wmfire is an applet for Window Maker that can monitor the average cpu
|
|
|
|
load, or individual cpu load on SMP computers. Additionally it can monitor the
|
|
|
|
memory, network load, a file or just be set to show a pretty flame. On
|
|
|
|
entering the dock a burning spot replaces the cursor, and after two seconds
|
|
|
|
symbols to represent the current monitor are \"burnt\" onscreen. The flame
|
|
|
|
colour can also be changed.")
|
|
|
|
(license gpl2+)))
|