diff options
author | Ken Moore <ken@ixsystems.com> | 2016-10-18 14:53:20 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-10-18 14:53:20 -0400 |
commit | 1ce69df5407f1552e3d78a67fbf0de39b8d3ea75 (patch) | |
tree | ebc887efaf847c86d13a3cdfaaee219e7efcd4d8 /src-qt5 | |
parent | Adjust the icon for the battery notifications a bit. (diff) | |
download | lumina-1ce69df5407f1552e3d78a67fbf0de39b8d3ea75.tar.gz lumina-1ce69df5407f1552e3d78a67fbf0de39b8d3ea75.tar.bz2 lumina-1ce69df5407f1552e3d78a67fbf0de39b8d3ea75.zip |
Add a new audio file for a low-battery notification.
Update the pkg-plist and license files for the sounds as needed.
Diffstat (limited to 'src-qt5')
-rw-r--r-- | src-qt5/core/lumina-desktop/audiofiles/LICENCE | 8 | ||||
-rw-r--r-- | src-qt5/core/lumina-desktop/audiofiles/low-battery.ogg | bin | 0 -> 49748 bytes | |||
-rw-r--r-- | src-qt5/core/lumina-desktop/lumina-desktop.pro | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop/audiofiles/LICENCE b/src-qt5/core/lumina-desktop/audiofiles/LICENCE index 898894f6..aa601d5e 100644 --- a/src-qt5/core/lumina-desktop/audiofiles/LICENCE +++ b/src-qt5/core/lumina-desktop/audiofiles/LICENCE @@ -1 +1,7 @@ -These audio files are BSD-licensed and were created/owned by the TrueOS Project +These audio files are BSD-licensed and were created/owned by the TrueOS Project: + - Login.ogg + - Logout.ogg + +These audio files are freely available on jewelbeat.com: +"Music by JewelBeat. Download your free music and free sound effects at www.jewelbeat.com." + - low-battery.ogg (http://www.jewelbeat.com/free/free-sound-effects/musical%20effects/Tympani_2.mp3 - converted to OGG afterward) diff --git a/src-qt5/core/lumina-desktop/audiofiles/low-battery.ogg b/src-qt5/core/lumina-desktop/audiofiles/low-battery.ogg Binary files differnew file mode 100644 index 00000000..d129a2b3 --- /dev/null +++ b/src-qt5/core/lumina-desktop/audiofiles/low-battery.ogg diff --git a/src-qt5/core/lumina-desktop/lumina-desktop.pro b/src-qt5/core/lumina-desktop/lumina-desktop.pro index bc1599c7..814725cc 100644 --- a/src-qt5/core/lumina-desktop/lumina-desktop.pro +++ b/src-qt5/core/lumina-desktop/lumina-desktop.pro @@ -84,7 +84,8 @@ wallpapers.path = $${L_SHAREDIR}/wallpapers/Lumina-DE defaults.files = defaults/luminaDesktop.conf \ defaults/compton.conf \ audiofiles/Logout.ogg \ - audiofiles/Login.ogg + audiofiles/Login.ogg \ + audiofiles/low-battery.ogg defaults.path = $${L_SHAREDIR}/lumina-desktop/ conf.path = $${L_ETCDIR} |