mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 20:22:38 +01:00
- Rebrand.
This commit is contained in:
@@ -5,16 +5,16 @@ EAPI=5
|
||||
|
||||
inherit gnome2 autotools
|
||||
|
||||
DESCRIPTION="Evolve OS's Simple Media Player"
|
||||
DESCRIPTION="Solus Project's Simple Media Player"
|
||||
HOMEPAGE="http://ikeydoherty.github.io/budgie/"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/evolve-os/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/solus-project/${PN}.git"
|
||||
SRC_URI=""
|
||||
KEYWORDS=""
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/evolve-os/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/solus-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user