25 lines
864 B
XML
25 lines
864 B
XML
<!--Copyright 2019 rexy712-->
|
|
<!--Distributed under the terms of the GNU General Public License v3-->
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>rexerton.rexy@tutamail.com</email>
|
|
<name>rexy712</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
rexbacklight is a program designed to be a replacement for xbacklight. Unlike xbacklight, this program
|
|
does not sue X11 to control the devices. As such, rexbacklight can operate without a runnig X server.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="compat">Enable compatabilty options from xbacklight</flag>
|
|
<flag name="restore">Enable restore file functionality</flag>
|
|
<flag name="udev">Install udev rule to allow users of the video group to control backlight devices</flag>
|
|
</use>
|
|
</pkgmetadata>
|
|
|
|
|
|
|
|
|