• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H10-Sep-2019-16,26614,770

scripts/H10-Sep-2019-718470

AUTHORSH A D10-Sep-201995 42

COPYINGH A D02-Aug-201717.6 KiB341281

ChangeLogH A D10-Sep-2019249.5 KiB4,4464,370

INSTALLH A D02-Aug-201715.4 KiB369287

Makefile.amH A D31-Aug-20192.8 KiB8565

Makefile.inH A D10-Sep-201927.2 KiB860752

NEWSH A D10-Sep-20192.6 KiB8660

READMEH A D10-Sep-20192.4 KiB7954

README.mdH A D10-Sep-20192.4 KiB7954

README.md.inH A D02-Aug-20172.3 KiB7954

RELEASEH A D10-Sep-20191 KiB2417

RELEASE.mdH A D31-Aug-20191 KiB2417

THANKSH A D02-Aug-20170

TODOH A D02-Aug-20170

aclocal.m4H A D10-Sep-201929.9 KiB827745

autoconf.h.inH A D10-Sep-2019627 2617

autogen.shH A D31-Aug-20191.4 KiB4133

configureH A D10-Sep-2019123 KiB4,2543,462

configure.acH A D10-Sep-20192.7 KiB10077

configure.shH A D10-Sep-20191.3 KiB4027

dist.shH A D03-Sep-2019201 104

gennews.shH A D30-Aug-20191.3 KiB5143

rebuild.shH A D10-Sep-2019218 127

README

1[icewm-extra-themes -- read me first file.  @DATE]: #
2
3icewm-extra-themes
4===============
5
6Package `icewm-extra-themes-1.2` was released under GPLv2 license 2019-09-10.
7
8This is a set of extra themes for IceWM that were too numerous to
9include in the base IceWM release.  The purpose is to provide an
10adequate replacement for the Debian icewm-themes package and to act
11as a source of themes for distro maintainers of IceWM to select from
12when building and installing IceWM.
13
14Release
15-------
16
17This is the `icewm-extra-themes-1.2` package, released 2019-09-10.  This
18release, and the latest version, can be obtained from the [GitHub
19repository][1], using a command such as:
20
21    $> git clone https://github.com/bbidulock/icewm-extra-themes.git
22
23Please see the [NEWS][2] file for release notes and history of user
24visible changes for the current version, and the [ChangeLog][3]
25file for a more detailed history of implementation changes.  The
26[TODO][4] file lists features not yet implemented and other
27outstanding items.
28
29Please see the [INSTALL][5] file for installation instructions.
30
31When working from `git(1)`, please use this file.  An abbreviated
32installation procedure that works for most applications appears below.
33
34This release is published under GPLv2.  Please see the license in
35the file [COPYING][6].  (Please note that the license applies to the
36collection.  Each individual theme has its own licensing conditions
37included in its own subdirectory.)
38
39
40
41Quick Start
42-----------
43
44The quickest and easiest way to get `icewm-extra-themes` up and running
45is to run the following commands:
46
47    $> git clone https://github.com/bbidulock/icewm-extra-themes.git
48    $> cd icewm-extra-themes
49    $> ./autogen.sh
50    $> ./configure --prefix=/usr --sysconfdir=/etc
51    $> make V=0
52    $> make DESTDIR="$pkgdir" install
53
54This will configure, compile and install `icewm-extra-themes` the quickest.
55For those who would like to spend the extra 15 seconds reading
56the output of `./configure --help`, some compile options can be
57turned on and off before the build.
58
59For general information on GNU's `./configure`, see the file
60[INSTALL][5].
61
62
63Issues
64------
65
66Report problems at GitHub [here][7].
67
68
69
70[1]: https://github.com/bbidulock/icewm-extra-themes
71[2]: NEWS
72[3]: ChangeLog
73[4]: TODO
74[5]: INSTALL
75[6]: COPYING
76[7]: https://github.com/bbidulock/icewm-extra-themes/issues
77
78[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #
79

README.md

1[icewm-extra-themes -- read me first file.  @DATE]: #
2
3icewm-extra-themes
4===============
5
6Package `icewm-extra-themes-1.2` was released under GPLv2 license 2019-09-10.
7
8This is a set of extra themes for IceWM that were too numerous to
9include in the base IceWM release.  The purpose is to provide an
10adequate replacement for the Debian icewm-themes package and to act
11as a source of themes for distro maintainers of IceWM to select from
12when building and installing IceWM.
13
14Release
15-------
16
17This is the `icewm-extra-themes-1.2` package, released 2019-09-10.  This
18release, and the latest version, can be obtained from the [GitHub
19repository][1], using a command such as:
20
21    $> git clone https://github.com/bbidulock/icewm-extra-themes.git
22
23Please see the [NEWS][2] file for release notes and history of user
24visible changes for the current version, and the [ChangeLog][3]
25file for a more detailed history of implementation changes.  The
26[TODO][4] file lists features not yet implemented and other
27outstanding items.
28
29Please see the [INSTALL][5] file for installation instructions.
30
31When working from `git(1)`, please use this file.  An abbreviated
32installation procedure that works for most applications appears below.
33
34This release is published under GPLv2.  Please see the license in
35the file [COPYING][6].  (Please note that the license applies to the
36collection.  Each individual theme has its own licensing conditions
37included in its own subdirectory.)
38
39
40
41Quick Start
42-----------
43
44The quickest and easiest way to get `icewm-extra-themes` up and running
45is to run the following commands:
46
47    $> git clone https://github.com/bbidulock/icewm-extra-themes.git
48    $> cd icewm-extra-themes
49    $> ./autogen.sh
50    $> ./configure --prefix=/usr --sysconfdir=/etc
51    $> make V=0
52    $> make DESTDIR="$pkgdir" install
53
54This will configure, compile and install `icewm-extra-themes` the quickest.
55For those who would like to spend the extra 15 seconds reading
56the output of `./configure --help`, some compile options can be
57turned on and off before the build.
58
59For general information on GNU's `./configure`, see the file
60[INSTALL][5].
61
62
63Issues
64------
65
66Report problems at GitHub [here][7].
67
68
69
70[1]: https://github.com/bbidulock/icewm-extra-themes
71[2]: NEWS
72[3]: ChangeLog
73[4]: TODO
74[5]: INSTALL
75[6]: COPYING
76[7]: https://github.com/bbidulock/icewm-extra-themes/issues
77
78[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #
79

README.md.in

1[@PACKAGE@ -- read me first file.  @DATE]: #
2
3@PACKAGE@
4===============
5
6Package `@PACKAGE@-@VERSION@` was released under GPLv2 license @DATE@.
7
8This is a set of extra themes for IceWM that were too numerous to
9include in the base IceWM release.  The purpose is to provide an
10adequate replacement for the Debian icewm-themes package and to act
11as a source of themes for distro maintainers of IceWM to select from
12when building and installing IceWM.
13
14Release
15-------
16
17This is the `@PACKAGE@-@VERSION@` package, released @DATE@.  This
18release, and the latest version, can be obtained from the [GitHub
19repository][1], using a command such as:
20
21    $> git clone https://github.com/bbidulock/@PACKAGE@.git
22
23Please see the [NEWS][2] file for release notes and history of user
24visible changes for the current version, and the [ChangeLog][3]
25file for a more detailed history of implementation changes.  The
26[TODO][4] file lists features not yet implemented and other
27outstanding items.
28
29Please see the [INSTALL][5] file for installation instructions.
30
31When working from `git(1)`, please use this file.  An abbreviated
32installation procedure that works for most applications appears below.
33
34This release is published under GPLv2.  Please see the license in
35the file [COPYING][6].  (Please note that the license applies to the
36collection.  Each individual theme has its own licensing conditions
37included in its own subdirectory.)
38
39
40
41Quick Start
42-----------
43
44The quickest and easiest way to get `@PACKAGE@` up and running
45is to run the following commands:
46
47    $> git clone https://github.com/bbidulock/@PACKAGE@.git
48    $> cd @PACKAGE@
49    $> ./autogen.sh
50    $> ./configure --prefix=/usr --sysconfdir=/etc
51    $> make V=0
52    $> make DESTDIR="$pkgdir" install
53
54This will configure, compile and install `@PACKAGE@` the quickest.
55For those who would like to spend the extra 15 seconds reading
56the output of `./configure --help`, some compile options can be
57turned on and off before the build.
58
59For general information on GNU's `./configure`, see the file
60[INSTALL][5].
61
62
63Issues
64------
65
66Report problems at GitHub [here][7].
67
68
69
70[1]: https://github.com/bbidulock/@PACKAGE@
71[2]: NEWS
72[3]: ChangeLog
73[4]: TODO
74[5]: INSTALL
75[6]: COPYING
76[7]: https://github.com/bbidulock/@PACKAGE@/issues
77
78[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #
79