https://github.com/bbidulock/unexicon-sound-theme
XDG sound theme for the unexicon distribution
https://github.com/bbidulock/unexicon-sound-theme
Last synced: 2 months ago
JSON representation
XDG sound theme for the unexicon distribution
- Host: GitHub
- URL: https://github.com/bbidulock/unexicon-sound-theme
- Owner: bbidulock
- License: gpl-3.0
- Created: 2020-05-10T07:49:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T03:50:00.000Z (over 4 years ago)
- Last Synced: 2025-01-17T08:45:17.945Z (over 1 year ago)
- Language: Shell
- Size: 3.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
[unexicon-sound-theme -- read me first file. 2021-05-18]: #
unexicon-sound-theme
===============
Package `unexicon-sound-theme-1.1` was released under GPLv3 license
2021-05-18.
This is a set of sounds, primarily window manager sounds and sounds for
shutdown and reboot of the system on logout, for the XDE (_X Desktop
Environment_).
The source for `unexicon-sound-theme` is hosted on [GitHub][1].
Release
-------
This is the `unexicon-sound-theme-1.1` package, released 2021-05-18.
This release, and the latest version, can be obtained from [GitHub][1],
using a command such as:
$> git clone https://github.com/bbidulock/unexicon-sound-theme.git
Please see the [RELEASE][3] and [NEWS][4] files for release notes and
history of visible changes for the current version, and the
[ChangeLog][5] file for a more detailed history of implementation
changes. The [TODO][6] file lists features not yet implemented and
other outstanding items.
Please see the [INSTALL][8] 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 GPLv3. Please see the license in the
file [COPYING][10].
Quick Start
-----------
The quickest and easiest way to get `unexicon-sound-theme` up and
running is to run the following commands:
$> git clone https://github.com/bbidulock/unexicon-sound-theme.git
$> cd unexicon-sound-theme
$> ./autogen.sh
$> ./configure
$> make
$> make DESTDIR="$pkgdir" install
This will configure, compile and install `unexicon-sound-theme` the
quickest. For those who like to spend the extra 15 seconds reading
`./configure --help`, some compile time options can be turned on and off
before the build.
For general information on GNU's `./configure`, see the file [INSTALL][8].
Dependencies
------------
To build and install the package you will need a basic development
installation. To build and install the package you will also need the
`flite(1)` speech synthesizer from CMU with a full set of `.flitevox`
voices installed in the /usr/lib/flite directory.
The build and install the package you will also need the `sox(1)`
program to manipulate and apply effects to the resulting synthesized
speech files.
Running
-------
Read the manual page after installation:
$> man 7 sound
The package currently installs four sound themes:
- `unexicon`
The default sound theme for the unexicon Linux distribution.
To use any of these themes, set your gtk-sound-theme-name to one of the
names above in either your ~/.gtkrc-2.0 file or your
~/.config/gtk-3.0/settings.ini file (or both).
Enjoy!
Issues
------
Report issues on GitHub [here][2].
[1]: https://github.com/bbidulock/unexicon-sound-theme
[2]: https://github.com/bbidulock/unexicon-sound-theme/issues
[3]: https://github.com/bbidulock/unexicon-sound-theme/blob/1.1/RELEASE
[4]: https://github.com/bbidulock/unexicon-sound-theme/blob/1.1/NEWS
[5]: https://github.com/bbidulock/unexicon-sound-theme/blob/1.1/ChangeLog
[6]: https://github.com/bbidulock/unexicon-sound-theme/blob/1.1/TODO
[7]: https://github.com/bbidulock/unexicon-sound-theme/blob/1.1/COMPLIANCE
[8]: https://github.com/bbidulock/unexicon-sound-theme/blob/1.1/INSTALL
[9]: https://github.com/bbidulock/unexicon-sound-theme/blob/1.1/LICENSE
[10]: https://github.com/bbidulock/unexicon-sound-theme/blob/1.1/COPYING
[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #