This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_SOUND_THEME_BOREALIS
bool "sound-theme-borealis"
help
Borealis sound theme.
http://kde-look.org/content/show.php?content=12584

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 dd80a9c6317de29d42786ba7d95b114b64d06ec6c0c17dd18df853a5c668e727 Borealis_sound_theme_ogg-0.9a.tar.bz2

View File

@@ -0,0 +1,18 @@
################################################################################
#
# sound-theme-borealis
#
################################################################################
SOUND_THEME_BOREALIS_VERSION = 0.9a
SOUND_THEME_BOREALIS_SITE = http://ico.bukvic.net/Linux/Borealis_soundtheme
SOUND_THEME_BOREALIS_SOURCE = \
Borealis_sound_theme_ogg-$(SOUND_THEME_BOREALIS_VERSION).tar.bz2
define SOUND_THEME_BOREALIS_INSTALL_TARGET_CMDS
for f in $(@D)/*.ogg ; do \
$(INSTALL) -D -m 0644 $$f $(TARGET_DIR)/usr/share/sounds/borealis/stereo/`basename $$f` || exit 1; \
done
endef
$(eval $(generic-package))