mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-18 19:21:13 +01:00
Add CasterSoundboard-9999.
This commit is contained in:
parent
7398d67c97
commit
f5136de588
40
media-sound/CasterSoundboard/CasterSoundboard-9999.ebuild
Normal file
40
media-sound/CasterSoundboard/CasterSoundboard-9999.ebuild
Normal file
@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3 qmake-utils xdg-utils
|
||||
|
||||
DESCRIPTION="A soundboard for hot-keying and playing back sounds. (For podcasting)"
|
||||
HOMEPAGE="https://github.com/covarianttensor/CasterSoundboard"
|
||||
MY_AUTHOR="covarianttensor"
|
||||
EGIT_REPO_URI="https://github.com/covarianttensor/CasterSoundboard.git"
|
||||
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-qt/qtmultimedia:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtcore:5"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${S}"/CasterSoundboard/
|
||||
|
||||
src_configure() {
|
||||
eqmake5 PREFIX="${ED}"/usr CasterSoundboard.pro
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
}
|
1
media-sound/CasterSoundboard/Manifest
Normal file
1
media-sound/CasterSoundboard/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD CasterSoundboard-9999.ebuild 827 BLAKE2B 6a2ca20b698a7608b73454b901bb15e98e4d39b38ff59bea59e242f49208065e221f4c79b2dc818c862a49068436fcd4fcce12ca6a550ba69e0c2b624b81d7be SHA512 784af2359a73002fb07f15e0d4804c9afbef8bc0069bd7a23bde33ce066b926850aa57bfad6ee2bd93551ccddd6507bfad910b7fa3bac9b46af79f40ac0909ec
|
Loading…
Reference in New Issue
Block a user