mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add lxrandr.
* gnu/packages/lxde.scm (lxrandr): New variable.
This commit is contained in:
parent
6f92ad5a51
commit
729b44e3ae
1 changed files with 26 additions and 0 deletions
|
@ -89,6 +89,32 @@ (define-public lxappearance
|
||||||
(home-page "http://lxde.org")
|
(home-page "http://lxde.org")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public lxrandr
|
||||||
|
(package
|
||||||
|
(name "lxrandr")
|
||||||
|
(version "0.3.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://sourceforge/project/lxde/LXRandR"
|
||||||
|
"%20%28monitor%20config%20tool%29/LXRandR%20"
|
||||||
|
(version-major+minor version) ".x/"
|
||||||
|
name "-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0xkbqv66hisbxkvnf7y5kwqbhrq26f49wd7w6ylhnjlccpnylg8q"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(inputs `(("gtk+" ,gtk+-2)))
|
||||||
|
(native-inputs `(("intltool" ,intltool)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
|
(synopsis "LXDE monitor configuration tool")
|
||||||
|
(description "LXRandR is a very basic monitor configuration tool. It
|
||||||
|
relies on the X11 resize-and-rotate (RandR) extension but doesn't aim to be a
|
||||||
|
full frontend of it. LXRandR only gives you some easy and quick options which
|
||||||
|
are intuitive. It's suitable for laptop users who frequently uses projectors
|
||||||
|
or external monitor.")
|
||||||
|
(home-page "http://lxde.org")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public lxtask
|
(define-public lxtask
|
||||||
(package
|
(package
|
||||||
(name "lxtask")
|
(name "lxtask")
|
||||||
|
|
Loading…
Reference in a new issue