summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--dist.ini1
-rwxr-xr-xscripts/xscreensaver-dbus10
3 files changed, 7 insertions, 5 deletions
diff --git a/Changes b/Changes
index 766d899..4b69db9 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
{{$NEXT}}
+ - fix distribution abstract, and some POD links
1.0.0 2021-05-01 11:18:38+01:00 Europe/London
- first CPAN release
diff --git a/dist.ini b/dist.ini
index 9e826b9..fd543cc 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,4 +1,5 @@
name = App-XScreenSaver-DBus
+abstract = tie xscreensaver into dbus
author = Gianni Ceccarelli <dakkar@thenautilus.net>
license = AGPL_3
copyright_holder = Gianni Ceccarelli <dakkar@thenautilus.net>
diff --git a/scripts/xscreensaver-dbus b/scripts/xscreensaver-dbus
index a48334c..f086123 100755
--- a/scripts/xscreensaver-dbus
+++ b/scripts/xscreensaver-dbus
@@ -47,8 +47,8 @@ So I wrote this.
=head1 REFERENCES
=for :list
-* Martin Lucina F<xscreensaver-systemd> https://github.com/mato/xscreensaver-systemd
-* the Debian bug where the above program is first mentioned https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781961
-* "Is there a decent way to inhibit screensavers in linux?" on StackOverflow https://stackoverflow.com/questions/460140/is-there-a-decent-way-to-inhibit-screensavers-in-linux
-* the systemd "Inhibitor Locks" documentation https://www.freedesktop.org/wiki/Software/systemd/inhibit/
-* the "idle inhibition" spec https://people.freedesktop.org/~hadess/idle-inhibition-spec/index.html
+* L<< Martin Lucina F<xscreensaver-systemd>|https://github.com/mato/xscreensaver-systemd >>
+* L<the Debian bug where the above program is first mentioned|https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781961>
+* L<"Is there a decent way to inhibit screensavers in linux?" on StackOverflow|https://stackoverflow.com/questions/460140/is-there-a-decent-way-to-inhibit-screensavers-in-linux>
+* L<the systemd "Inhibitor Locks" documentation|https://www.freedesktop.org/wiki/Software/systemd/inhibit/>
+* L<the "idle inhibition" spec|https://people.freedesktop.org/~hadess/idle-inhibition-spec/index.html>