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

- Add x11-themes/evolveos-backgrounds

This commit is contained in:
2014-09-24 21:54:52 +02:00
parent 81ef31925e
commit e5421d18af
3 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST evolveos-backgrounds-1.tar.xz 16014184 SHA256 e54279597b9e90286e87971eab7d995925dbb8a5934528fabd79d80708a1e33f SHA512 cc8ae4fba6a13f16be1b1e83292d6f972b2d21d623c3e454c243565a39b9a1c971454f2ec6f94b8aceb4f1d86b47bb8acda3bb69835ec8fa85df2ba32ea0e120 WHIRLPOOL 92465cd4f4a2098cfe70c7aa59b596e690dfa3e6aeb68b89c37430d7bf8923ebfc3f344854b5472766d300c3ad265abc8e8aec7ba298d988df5cf78c1c8a21e7
EBUILD evolveos-backgrounds-1.ebuild 789 SHA256 4daccf0642c20c4e4ed14edb662654d739379b70a408c1cfe276a507d5d6fd2b SHA512 e607291c4f24aa71f051bbba20a16629eb09580837d3f0b9b8951844b8b30db5b05d4fb7e671384ab27eb12145bffd805d8450eeab21686e299edc8b6d07f51d WHIRLPOOL 42f6796735be2fe4aa6ac2be77723381fdc17ec501a881e1bb724f2ae337113770e5fb7d380268c471e3f7e1442e9e2abd01f944ce3e653a74eac0a1410f137f
EBUILD evolveos-backgrounds-9999.ebuild 789 SHA256 4daccf0642c20c4e4ed14edb662654d739379b70a408c1cfe276a507d5d6fd2b SHA512 e607291c4f24aa71f051bbba20a16629eb09580837d3f0b9b8951844b8b30db5b05d4fb7e671384ab27eb12145bffd805d8450eeab21686e299edc8b6d07f51d WHIRLPOOL 42f6796735be2fe4aa6ac2be77723381fdc17ec501a881e1bb724f2ae337113770e5fb7d380268c471e3f7e1442e9e2abd01f944ce3e653a74eac0a1410f137f

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit gnome2
DESCRIPTION="Evolve OS Artwork"
HOMEPAGE="https://github.com/evolve-os/artwork"
MY_PN=${PN/backgrounds/artwork}
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/evolve-os/${MY_PN##*-}.git"
SRC_URI=""
KEYWORDS=""
inherit git-r3 autotools
else
SRC_URI="https://github.com/evolve-os/${MY_PN##*-}/releases/download/v${PV}/${MY_PN}-${PV}.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}/${MY_PN}-${PV}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
eautoreconf
else
default_src_prepare
fi
}

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit gnome2
DESCRIPTION="Evolve OS Artwork"
HOMEPAGE="https://github.com/evolve-os/artwork"
MY_PN=${PN/backgrounds/artwork}
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/evolve-os/${MY_PN##*-}.git"
SRC_URI=""
KEYWORDS=""
inherit git-r3 autotools
else
SRC_URI="https://github.com/evolve-os/${MY_PN##*-}/releases/download/v${PV}/${MY_PN}-${PV}.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}/${MY_PN}-${PV}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
eautoreconf
else
default_src_prepare
fi
}