mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xssproxy: Update to 1.1.1.
* gnu/packages/xdisorg.scm (xssproxy): Update to 1.1.1. [source]<url>: https://github.com/timakro/xssproxy now permanently redirects to https://github.com/vincentbernat/xssproxy. [license]: Switch to expat. Change-Id: Id8f940bf623959151c5c9e9adb014b4629ea994c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8f64fc5561
commit
cfdd0f58d0
1 changed files with 4 additions and 4 deletions
|
@ -1972,16 +1972,16 @@ demos. It also acts as a nice screen locker.")
|
||||||
(define-public xssproxy
|
(define-public xssproxy
|
||||||
(package
|
(package
|
||||||
(name "xssproxy")
|
(name "xssproxy")
|
||||||
(version "1.0.0")
|
(version "1.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/timakro/xssproxy")
|
(url "https://github.com/vincentbernat/xssproxy")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c83wmipnsdnbihc5niyczs7jrkss2s8n6iwwjdia7hkjzbd0hl7"))))
|
"19i5npmbd2kbs96wp2bb79crlwkcf9n0n8cd4v1myvczb0iwbz1q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:make-flags `("bindir=/bin"
|
(arguments `(#:make-flags `("bindir=/bin"
|
||||||
"man1dir=/share/man/man1"
|
"man1dir=/share/man/man1"
|
||||||
|
@ -2001,7 +2001,7 @@ freedesktop.org developers. The inhibition of the screensaver is then
|
||||||
controlled using the XScreenSaverSuspend function from the Xss (X11 Screen
|
controlled using the XScreenSaverSuspend function from the Xss (X11 Screen
|
||||||
Saver extension) library.")
|
Saver extension) library.")
|
||||||
(home-page "https://github.com/timakro/xssproxy")
|
(home-page "https://github.com/timakro/xssproxy")
|
||||||
(license license:gpl3+)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public xsel
|
(define-public xsel
|
||||||
;; The 1.2.0 release no longer compiles with GCC 8 and upper, see:
|
;; The 1.2.0 release no longer compiles with GCC 8 and upper, see:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue