aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--port-files/FreeBSD/pkg-plist1
-rw-r--r--src-qt5/core/lumina-desktop/audiofiles/LICENCE8
-rw-r--r--src-qt5/core/lumina-desktop/audiofiles/low-battery.oggbin0 -> 49748 bytes
-rw-r--r--src-qt5/core/lumina-desktop/lumina-desktop.pro3
4 files changed, 10 insertions, 2 deletions
diff --git a/port-files/FreeBSD/pkg-plist b/port-files/FreeBSD/pkg-plist
index cc07c2e3..816400be 100644
--- a/port-files/FreeBSD/pkg-plist
+++ b/port-files/FreeBSD/pkg-plist
@@ -705,6 +705,7 @@ share/applications/lumina-xconfig.desktop
%%DATADIR%%-desktop/i18n/lumina-xconfig_zh_TW.qm
%%DATADIR%%-desktop/i18n/lumina-xconfig_zu.qm
%%DATADIR%%-desktop/luminaDesktop.conf
+%%DATADIR%%-desktop/low-battery.ogg
%%DATADIR%%-desktop/menu-scripts/ls.json.sh
%%DATADIR%%-desktop/themes/Glass.qss.template
%%DATADIR%%-desktop/themes/Lumina-default.qss.template
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
new file mode 100644
index 00000000..d129a2b3
--- /dev/null
+++ b/src-qt5/core/lumina-desktop/audiofiles/low-battery.ogg
Binary files differ
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}
bgstack15