https://github.com/bbidulock/icewm-extra-themes
Extra themes for IceWM (too large to include in IceWM distribution).
https://github.com/bbidulock/icewm-extra-themes
Last synced: 7 months ago
JSON representation
Extra themes for IceWM (too large to include in IceWM distribution).
- Host: GitHub
- URL: https://github.com/bbidulock/icewm-extra-themes
- Owner: bbidulock
- License: gpl-2.0
- Created: 2017-08-02T19:14:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T06:48:07.000Z (almost 7 years ago)
- Last Synced: 2025-03-09T12:49:25.970Z (over 1 year ago)
- Language: Makefile
- Size: 3.58 MB
- Stars: 19
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
[icewm-extra-themes -- read me first file. @DATE]: #
icewm-extra-themes
===============
Package `icewm-extra-themes-1.2` was released under GPLv2 license 2019-09-10.
This is a set of extra themes for IceWM that were too numerous to
include in the base IceWM release. The purpose is to provide an
adequate replacement for the Debian icewm-themes package and to act
as a source of themes for distro maintainers of IceWM to select from
when building and installing IceWM.
Release
-------
This is the `icewm-extra-themes-1.2` package, released 2019-09-10. This
release, and the latest version, can be obtained from the [GitHub
repository][1], using a command such as:
$> git clone https://github.com/bbidulock/icewm-extra-themes.git
Please see the [NEWS][2] file for release notes and history of user
visible changes for the current version, and the [ChangeLog][3]
file for a more detailed history of implementation changes. The
[TODO][4] file lists features not yet implemented and other
outstanding items.
Please see the [INSTALL][5] file for installation instructions.
When working from `git(1)`, please use this file. An abbreviated
installation procedure that works for most applications appears below.
This release is published under GPLv2. Please see the license in
the file [COPYING][6]. (Please note that the license applies to the
collection. Each individual theme has its own licensing conditions
included in its own subdirectory.)
Quick Start
-----------
The quickest and easiest way to get `icewm-extra-themes` up and running
is to run the following commands:
$> git clone https://github.com/bbidulock/icewm-extra-themes.git
$> cd icewm-extra-themes
$> ./autogen.sh
$> ./configure --prefix=/usr --sysconfdir=/etc
$> make V=0
$> make DESTDIR="$pkgdir" install
This will configure, compile and install `icewm-extra-themes` the quickest.
For those who would like to spend the extra 15 seconds reading
the output of `./configure --help`, some compile options can be
turned on and off before the build.
For general information on GNU's `./configure`, see the file
[INSTALL][5].
Issues
------
Report problems at GitHub [here][7].
[1]: https://github.com/bbidulock/icewm-extra-themes
[2]: NEWS
[3]: ChangeLog
[4]: TODO
[5]: INSTALL
[6]: COPYING
[7]: https://github.com/bbidulock/icewm-extra-themes/issues
[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #