summaryrefslogtreecommitdiff
path: root/x11-themes/background-lnxpcs/background-lnxpcs-0.1.1.ebuild
blob: 405e1875a5ccf968bdc177ddecfc5b96a51a7cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
EAPI=6

DESCRIPTION="Background pictures from lnxpcs and relevant scripts"
HOMEPAGE="https://gitlab.com/jstpcs/lnxpcs"

HASH="99cf0bdafe6d9c6e0554c422eddc3f7b7adf25c8"
SRC_URI="https://gitlab.com/jstpcs/lnxpcs/-/archive/master/lnxpcs-${HASH}.tar.gz -> ${PN}.tar.gz"
S="${WORKDIR}/lnxpcs-master-${HASH}"

KEYWORDS="amd64"
LICENSE="GPL-3.0+"
SLOT="0"
IUSE=""

RDEPEND="
	x11-misc/i3lock
	media-gfx/feh[xinerama]"

WALLPAPERS="cron gcc gnu iptables kernel python root sudo vim"

src_compile() {
	# Nothing to compile
	true
}

src_install() {
	insinto "/usr/share/backgrounds"
	for IMG in $WALLPAPERS; do
		doins "walls/solarized-dark/solarized-wallpaper-$IMG.png"
	done
	dobin "${FILESDIR}/i3background"
	dobin "${FILESDIR}/i3lock-lnxpcs"
}