mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -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"
|
DESCRIPTION="Theme inspired by Materia design and based on capitaine-cursors"
|
||||||
HOMEPAGE="https://github.com/vinceliuice/Vimix-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"
|
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"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -15,12 +16,14 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
|
|
||||||
RDEPEND="x11-libs/libXcursor"
|
RDEPEND="x11-libs/libXcursor"
|
||||||
|
|
||||||
S="${WORKDIR}/Vimix-cursors-${MY_PV}"
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
insinto /usr/share/cursors/xorg-x11/Vimix/cursors
|
insinto /usr/share/icons/Vimix
|
||||||
doins -r dist/cursors/*
|
doins -r dist/*
|
||||||
|
|
||||||
insinto /usr/share/cursors/xorg-x11/Vimix-White/cursors
|
insinto /usr/share/icons/Vimix-White
|
||||||
doins -r dist-white/cursors/*
|
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