Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfce4-power-manager
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
Arnaud Lacombe
xfce4-power-manager
Commits
f3b12e6c
Commit
f3b12e6c
authored
9 years ago
by
Eric Koegel
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
a16f2d54
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+19
-0
19 additions, 0 deletions
NEWS
README
+7
-9
7 additions, 9 deletions
README
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
28 additions
and
11 deletions
NEWS
+
19
−
0
View file @
f3b12e6c
1.5.2
=====
New development release of xfce4-power-manager.
* New feature:
- Use XScreenSaverSuspend and XTestFakeKeyEvent (Bug #11083)
We now suspend the screensaver when we're in presentation mode
or something has requested an screensaver inhibit lock.
* Bugfixes:
- Set label so we don't crash (Bug #11967)
- Make the settings-app icon 256px for the about dialog
- Bring back the about dialog (Bug #11982)
* Translation updates:
Bulgarian (bg), Croatian (hr), Dutch (Flemish) (nl),
English (Australia) (en_AU), French (fr), Korean (ko),
Lithuanian (lt), Spanish (Castilian) (es).
1.5.1
=====
New development release of xfce4-power-manager.
...
...
This diff is collapsed.
Click to expand it.
README
+
7
−
9
View file @
f3b12e6c
...
...
@@ -11,19 +11,17 @@ Required packages
=================
Xfce Power Manager depends on the following packages:
- Gtk
2.2
4 or above.
- Glib 2.
30
or above.
- Gtk
3.1
4 or above.
- Glib 2.
42
or above.
- DBus 1.1 or above.
- DBus glib 0.84 or above.
- libxfce4ui 4.10.0 or above.
- libxfce4util 4.10.0 or above
- libxfce4ui 4.12.0 or above.
- libxfce4util 4.12.0 or above
- libnotify 0.4.1 or above.
- xfconf 4.10.0 or above.
- libxfce4panel 4.10.0 or above (optional, for the Xfce panel plugin).
- lxdepanel 0.5.6 or above (optional, for the LXDE panel plugin).
- xfconf 4.12.0 or above.
- libxfce4panel 4.12.0 or above (optional, for the Xfce panel plugin).
- XRandR 1.2.0 or above.
- DPMS X11 extension (DPMS support, required).
- UPower 0.9
.7
or above.
- UPower 0.9
9.0
or above.
- Polkit 0.91 or above (optional but recommended).
- Consolekit (optional but recommended).
- LoginD/SystemD (optional).
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
f3b12e6c
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [5])
m4_define([xfpm_version_micro], [
1
])
m4_define([xfpm_version_micro], [
2
])
m4_define([xfpm_version_build], [@REVISION@])
m4_define([xfpm_version_tag], [
git
])
m4_define([xfpm_version_tag], [])
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])
...
...
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