mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/sound-theme-borealis/Config.in
Normal file
6
package/sound-theme-borealis/Config.in
Normal 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
|
||||
2
package/sound-theme-borealis/sound-theme-borealis.hash
Normal file
2
package/sound-theme-borealis/sound-theme-borealis.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 dd80a9c6317de29d42786ba7d95b114b64d06ec6c0c17dd18df853a5c668e727 Borealis_sound_theme_ogg-0.9a.tar.bz2
|
||||
18
package/sound-theme-borealis/sound-theme-borealis.mk
Normal file
18
package/sound-theme-borealis/sound-theme-borealis.mk
Normal 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))
|
||||
Reference in New Issue
Block a user