1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

- x11-wm/budgie-desktop: Re-branding.

This commit is contained in:
2015-04-25 19:18:27 +02:00
parent 46188bde6f
commit 97dc8b0070
5 changed files with 20 additions and 20 deletions

View File

@@ -8,16 +8,16 @@ GNOME2_LA_PUNT="yes"
inherit gnome2 vala
DESCRIPTION="Evolve OS's desktop"
HOMEPAGE="https://evolve-os.com/budgie/"
DESCRIPTION="Solus Project's desktop"
HOMEPAGE="https://solus-project.com/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 autotools
else
SRC_URI="https://github.com/evolve-os/${PN}/releases/download/v${PV}/${P}.tar.xz -> ${P}.tar.xz"
SRC_URI="https://github.com/solus-project/${PN}/releases/download/v${PV}/${P}.tar.xz -> ${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi