aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lesstif.scm
blob: 6326cd3a2207bbf4a1a45b4e338d6eeb9575806b (about) (plain)
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
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;;
;;; 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 lesstif)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (gnu packages xorg))


(define-public lesstif
  (package
    (name "lesstif")
    (version "0.95.2")
    (source
      (origin
        (method url-fetch)
        (uri (string-append
               "mirror://sourceforge/lesstif/lesstif/" version
               "/lesstif-" version ".tar.bz2"))
        (sha256
          (base32
            "1qzpxjjf7ri1jzv71mvq5m9g8hfaj5yzwp30rwxlm6n2b24a6jpb"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("printproto" ,printproto)))
    (inputs
      `(("libxext" ,libxext)
        ("libxt" ,libxt)))
    (home-page "http://lesstif.sourceforge.net/")
    (synopsis "Clone of the Motif toolkit for the X window system")
    (description "Clone of the Motif toolkit for the X window system.")
    (license license:gpl2+))) ; some files are lgpl2.1+ or x11
an>gnu: python2-openstackdocstheme: Remove package....* gnu/packages/openstack.scm (python2-openstackdocstheme): Remove variable. Maxim Cournoyer 2020-12-20gnu: python-oslo.config: Fix indentation....* gnu/packages/openstack.scm: Prettify the section header and fix the indentation of the package. Maxim Cournoyer 2020-12-20gnu: python-oslo.i18n: Fix indentation....* gnu/packages/openstack.scm (python-oslo.i18n): Fix indentation. Maxim Cournoyer 2020-11-19gnu: python-oslosphinx: Update to 4.18.0....* gnu/packages/openstack.scm (python-oslosphinx): Update to 4.18.0. [phases]: Delete 'check replacement. Add a 'relax-requirements phase. [native-inputs]: Remove python-docutils. Add python-openstackdocstheme and python-reno. (python2-oslosphinx): Remove variable. Maxim Cournoyer 2020-11-19gnu: python-oslosphinx: Fix indentation....* gnu/packages/openstack.scm (python-oslosphinx): Fix indentation. Maxim Cournoyer 2020-11-19gnu: python-oslo: Update to 3.1.1....* gnu/packages/openstack.scm (python-oslo): Update to 3.1.1. [phases]: Add new 'relax-requirements phase. [propagated-inputs]: Move python-pbr... [native-inputs]: ...here. Add python-bandit, python-coverage and python-stestr. Maxim Cournoyer 2020-11-19gnu: python-hacking: Update to 4.0.0....Fixes <https://issues.guix.gnu.org/39871>. * gnu/packages/openstack.scm (python-hacking): Update to 4.0.0. [arguments]: Remove field. [propagated-inputs]: Remove python-flake8-2.6, python-mccabe-0.2.1, python-pbr, python-pep8-1.5.7, python-pyflakes-1.2, python-six. Add python-flake8. [native-inputs]: Remove python-reno and python-testrepository. Add python-coverage, python-ddt, python-dnspython, python-fixtures, python-monotonic, python-subunit, python-stestr and python-testtools. (python2-hacking): Remove variable. * gnu/packages/python-xyz.scm (python-pyflakes-1.2) (python-mccabe-0.2.1, python2-mccabe-0.2.1) (python-pep8-1.5.7, python2-pep8-1.5.7) (python-flake8-2.6): Delete variables. Maxim Cournoyer 2020-11-19gnu: Add python-cliff....* gnu/packages/openstack.scm (python-cliff): New variable. Maxim Cournoyer 2020-11-19gnu: python-bandit: Fix indentation....* gnu/packages/openstack.scm (python-bandit): Fix indentation. Maxim Cournoyer 2020-11-19gnu: python-bandit: Update to 1.6.2....* gnu/packages/openstack.scm (python-bandit): Update to 1.6.2. [phases]: Remove argument. [tests?]: Disable test suite. [native-inputs]: Remove python-beautifulsoup4, python-fixtures, python-mock, python-subunit, python-testrepository, python-testscenarios and python-testtools. Add python-pbr. Maxim Cournoyer 2020-11-19gnu: python-oslotest: Update to 4.4.1....* gnu/packages/openstack.scm (python-oslotest): Update to 4.4.1. [tests?]: Disable test suite. [propagated-inputs]: Remove python-mock, python-mox3, python-os-client-config and python-testrepository. [native-inputs]: Remove field. Maxim Cournoyer 2020-11-19gnu: python-oslotest: Re-indent....* gnu/packages/openstack.scm (python-oslotest): Fix indentation. Maxim Cournoyer 2020-11-19gnu: python-stevedore: Update to 3.2.2....* gnu/packages/openstack.scm (python-stevedore): Update to 3.2.2. [tests?]: Disable tests. [propagated-inputs]: Remove field. Move python-pbr to... [native-inputs]: ...here. Remove python-mock, python-sphinx and python-testrepository. Maxim Cournoyer 2020-07-07gnu: python-bandit: Update home-page....* gnu/packages/openstack.scm (python-bandit)[home-page]: Update to new URL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Matthew Kraai 2020-04-30gnu: python-hacking: Update to 1.1.0....* gnu/packages/openstack.scm (python-hacking): Update to 1.1.0. [arguments]: Add "delete-broken-test" phase. [propagated-inputs]: Replace python-flake8-2.5 with python-flake8-2.6. Ricardo Wurmus 2020-04-30gnu: Replace python-pyflakes-0.8.1 with python-pyflakes-1.2....* gnu/packages/python-xyz.scm (python-pyflakes-0.8.1): Remove variable. (python-pyflakes-1.2): New variable. * gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Replace python-pyflakes-0.8.1 with python-pyflakes-1.2. Ricardo Wurmus