mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-themes/vimix-xcursors: fix theme installation
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -8,6 +8,7 @@ MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
|
||||
DESCRIPTION="Theme inspired by Materia design and based on capitaine-cursors"
|
||||
HOMEPAGE="https://github.com/vinceliuice/Vimix-cursors"
|
||||
SRC_URI="https://github.com/vinceliuice/Vimix-cursors/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/Vimix-cursors-${MY_PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@@ -15,12 +16,14 @@ KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="x11-libs/libXcursor"
|
||||
|
||||
S="${WORKDIR}/Vimix-cursors-${MY_PV}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/cursors/xorg-x11/Vimix/cursors
|
||||
doins -r dist/cursors/*
|
||||
insinto /usr/share/icons/Vimix
|
||||
doins -r dist/*
|
||||
|
||||
insinto /usr/share/cursors/xorg-x11/Vimix-White/cursors
|
||||
doins -r dist-white/cursors/*
|
||||
insinto /usr/share/icons/Vimix-White
|
||||
doins -r dist-white/*
|
||||
|
||||
# bugs #838451, #834277, #834001
|
||||
dosym ../../../../usr/share/icons/Vimix/cursors /usr/share/cursors/xorg-x11/Vimix
|
||||
dosym ../../../../usr/share/icons/Vimix-White/cursors /usr/share/cursors/xorg-x11/Vimix-White
|
||||
}
|
||||
Reference in New Issue
Block a user