Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
729b44e3
Commit
729b44e3
authored
9 years ago
by
Mathieu Lirzin
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add lxrandr.
* gnu/packages/lxde.scm (lxrandr): New variable.
parent
6f92ad5a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/lxde.scm
+26
-0
26 additions, 0 deletions
gnu/packages/lxde.scm
with
26 additions
and
0 deletions
gnu/packages/lxde.scm
+
26
−
0
View file @
729b44e3
...
@@ -89,6 +89,32 @@ (define-public lxappearance
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment