[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55424] [PATCH 100/602] gnu: Remove gtklick.
From: |
Maxim Cournoyer |
Subject: |
[bug#55424] [PATCH 100/602] gnu: Remove gtklick. |
Date: |
Sun, 15 May 2022 00:38:07 -0400 |
* gnu/packages/music.scm (gtklick): Delete variable.
---
gnu/packages/music.scm | 46 ------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index e4308c6300..7255701963 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1271,52 +1271,6 @@ (define-public glyr
biographies, reviews and more.")
(license license:lgpl3+)))
-(define-public gtklick
- (package
- (name "gtklick")
- (version "0.6.4")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://das.nasophon.de/download/gtklick-"
- version ".tar.gz"))
- (sha256
- (base32
- "0dq1km6njnzsqdqyf6wzir9g733z0mc9vmxfg2383k3c2a2di6bp"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f ; no tests
- #:python ,python-2
- #:phases
- (modify-phases %standard-phases
- (add-before 'build 'add-sitedirs
- ;; .pth files are not automatically interpreted unless the
- ;; directories containing them are added as "sites". The
directories
- ;; are then added to those in the PYTHONPATH. This is required for
- ;; the operation of pygtk.
- (lambda _
- (substitute* "gtklick/gtklick.py"
- (("import pygtk")
- "import pygtk, site, sys
-for path in [path for path in sys.path if 'site-packages' in path]:
site.addsitedir(path)"))))
- (add-after 'unpack 'inject-store-path-to-klick
- (lambda* (#:key inputs #:allow-other-keys)
- (substitute* "gtklick/klick_backend.py"
- (("KLICK_PATH = 'klick'")
- (string-append "KLICK_PATH = '"
- (assoc-ref inputs "klick")
- "/bin/klick'")))
- #t)))))
- (inputs
- (list klick python2-pyliblo python2-pygtk))
- (native-inputs
- `(("gettext" ,gettext-minimal)))
- (home-page "http://das.nasophon.de/gtklick/")
- (synopsis "Simple metronome with an easy-to-use graphical interface")
- (description
- "Gtklick is a simple metronome with an easy-to-use graphical user
-interface. It is implemented as a frontend to @code{klick}.")
- (license license:gpl2+)))
-
(define-public lingot
(package
(name "lingot")
--
2.36.0
- [bug#55424] [PATCH 084/602] gnu: Remove python2-pygpgme., (continued)
- [bug#55424] [PATCH 084/602] gnu: Remove python2-pygpgme., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 080/602] gnu: Remove python2-tmx., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 092/602] gnu: Remove python2-tegaki-recognize., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 096/602] gnu: Remove python2-mailmanclient., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 103/602] gnu: Remove python2-ipy., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 104/602] gnu: Remove sala., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 085/602] gnu: pius: Update to 3.0.0., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 099/602] gnu: Remove mloop., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 101/602] gnu: Remove non-timeline., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 091/602] gnu: Remove key-mon., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 100/602] gnu: Remove gtklick.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 102/602] gnu: Remove non-mixer., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 060/602] gnu: Remove python2-scikit-learn., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 028/602] gnu: Remove python2-screed., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 039/602] gnu: Remove python2-rednose., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 064/602] gnu: Remove python2-statsmodels., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 026/602] gnu: Remove python2-warpedlmm., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 086/602] gnu: Remove python2-pydot., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 097/602] gnu: Remove python2-musicbrainzngs., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 083/602] gnu: Remove python2-gpg., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 031/602] gnu: Remove pyicoteo., Maxim Cournoyer, 2022/05/15