mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xpenguins: Sort alphabetically.
* gnu/packages/toys.scm (xpenguins): Sort variable alphabetically. Change-Id: I5015825681d5ebd55ecc9cf6f7d5d477619a7bfd
This commit is contained in:
parent
201f5b813d
commit
ffee3a36a7
1 changed files with 34 additions and 34 deletions
|
@ -479,40 +479,6 @@ typing @command{sl} instead of @command{ls}.")
|
||||||
(license (license:non-copyleft "file://LICENSE"
|
(license (license:non-copyleft "file://LICENSE"
|
||||||
"See LICENSE in the distribution."))))
|
"See LICENSE in the distribution."))))
|
||||||
|
|
||||||
(define-public xpenguins
|
|
||||||
(package
|
|
||||||
(name "xpenguins")
|
|
||||||
(version "3.2.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://ratrabbit.nl/downloads/xpenguins/xpenguins-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "03qwc7gf21d2ixkrxxwwgayj6f5fv1kg4b7ggx90j5269il63adm"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-before 'configure 'fix-install-path
|
|
||||||
(lambda _
|
|
||||||
;; Install program to bin/ instead of games/.
|
|
||||||
(substitute* "src/Makefile.in"
|
|
||||||
(("(gamesdir = \\$\\(exec_prefix\\)/)games" _ prefix)
|
|
||||||
(string-append prefix "bin"))))))))
|
|
||||||
(inputs
|
|
||||||
(list gtk+ libx11 libxml2 libxpm libxt))
|
|
||||||
(native-inputs
|
|
||||||
(list pkg-config))
|
|
||||||
(home-page
|
|
||||||
"https://www.ratrabbit.nl/ratrabbit/software/xpenguins/index.html")
|
|
||||||
(synopsis "Let penguins take over your desktop!")
|
|
||||||
(description "Xpenguins is a vintage application showing penguins running,
|
|
||||||
flying and falling on the desktop, using windows as run paths.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public xfishtank
|
(define-public xfishtank
|
||||||
(package
|
(package
|
||||||
(name "xfishtank")
|
(name "xfishtank")
|
||||||
|
@ -550,6 +516,40 @@ flying and falling on the desktop, using windows as run paths.")
|
||||||
protocol. It shows fishes swimming over the desktop.")
|
protocol. It shows fishes swimming over the desktop.")
|
||||||
(license (list license:expat license:gpl3+))))
|
(license (list license:expat license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public xpenguins
|
||||||
|
(package
|
||||||
|
(name "xpenguins")
|
||||||
|
(version "3.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://ratrabbit.nl/downloads/xpenguins/xpenguins-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "03qwc7gf21d2ixkrxxwwgayj6f5fv1kg4b7ggx90j5269il63adm"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-before 'configure 'fix-install-path
|
||||||
|
(lambda _
|
||||||
|
;; Install program to bin/ instead of games/.
|
||||||
|
(substitute* "src/Makefile.in"
|
||||||
|
(("(gamesdir = \\$\\(exec_prefix\\)/)games" _ prefix)
|
||||||
|
(string-append prefix "bin"))))))))
|
||||||
|
(inputs
|
||||||
|
(list gtk+ libx11 libxml2 libxpm libxt))
|
||||||
|
(native-inputs
|
||||||
|
(list pkg-config))
|
||||||
|
(home-page
|
||||||
|
"https://www.ratrabbit.nl/ratrabbit/software/xpenguins/index.html")
|
||||||
|
(synopsis "Let penguins take over your desktop!")
|
||||||
|
(description "Xpenguins is a vintage application showing penguins running,
|
||||||
|
flying and falling on the desktop, using windows as run paths.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public xsnow
|
(define-public xsnow
|
||||||
(package
|
(package
|
||||||
(name "xsnow")
|
(name "xsnow")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue