vim: set ft=asciidoc tw=72 nocin nosi fo+=tcqlorn:
March 2, 2016 ยท View on GitHub
xde-panel -- read me first file. 2016-03-01
xde-panel
Package xde-panel 0.01 was released under GPL/Perl license 2016-03-01.
This is a wrapper for perlpanel that applies XDE themes to the panel.
Release
This is the xde-panel-0.01 package, released 2016-03-01. This release, and the latest version, can be obtained from the GitHub repository at (http://github.com/bbidulock/xde-panel), using a command such as:
$> git clone http://github.com/bbidulock/xde-panel.git
Please see the NEWS' file for release notes and history of user visible changes for the current version, and the ChangeLog' file for a more
detailed history of implementation changes. The `TODO' file lists
features not yet implemented and other outstanding items.
Please see the `INSTALL' file for installation instructions.
When working from git(1)', please see the README.git' file. An
abbreviated installation procedure that works for most applications
appears below.
This release is published under dual license: Perl/GPL. Please see the
GPL license in the file COPYING' and the Perl Artisitc license in the file LICENSE'.
Quick Start:
The quickest and easiest way to get xde-panel up and running is to run the following commands:
$> git clone http://github.com/bbidulock/xde-panel.git
$> cd xde-panel
$> PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
$> make
$> make DESTDIR="$pkgdir" INSTALLVENDORSCRIPT=/usr/bin install
$> find "$pkgdir" -name '.packlist' -delete
$> find "$pkgdir" -name '*.pod' -delete
This will configure, compile and install xde-panel the quickest. For those who would like to spend the extra 15 seconds reading ExtUtils::MakeMaker(3pm) manual pages, some compile time options can be turned on and off before the build.
For general information on installation, see the ExtUtils::MakeMaker(3pm) manual page.