xcursor-vanilla-dmz: update to 0.4.5.
Closes: #11237 [via git-merge-pr]
This commit is contained in:
parent
6071f22fdf
commit
0ed65207e4
3 changed files with 19 additions and 37 deletions
1
srcpkgs/xcursor-vanilla-dmz-aa
Symbolic link
1
srcpkgs/xcursor-vanilla-dmz-aa
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
xcursor-vanilla-dmz
|
|
@ -1,24 +0,0 @@
|
||||||
# Template file for 'xcursor-vanilla-dmz-aa'
|
|
||||||
pkgname=xcursor-vanilla-dmz-aa
|
|
||||||
version=0.4.4
|
|
||||||
revision=1
|
|
||||||
noarch=yes
|
|
||||||
build_style=fetch
|
|
||||||
hostmakedepends="xcursorgen"
|
|
||||||
short_desc="Vanilla DMZ AA cursor theme"
|
|
||||||
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
|
||||||
license="CCPL:by-nc-sa"
|
|
||||||
homepage="http://jimmac.musichall.cz/"
|
|
||||||
distfiles="${DEBIAN_SITE}/main/d/dmz-cursor-theme/dmz-cursor-theme_${version}.tar.gz"
|
|
||||||
checksum=46af4cf1356df799f9ee94451f05d0bdbb8d82e54bdeae3f32fa107602359981
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
tar xzf dmz-cursor-theme_${version}.tar.gz
|
|
||||||
cd dmz-cursor-theme-${version}
|
|
||||||
(cd DMZ-Black/pngs ; ./make.sh)
|
|
||||||
|
|
||||||
vmkdir /usr/share/icons
|
|
||||||
vmkdir /usr/share/icons/Vanilla-DMZ-AA/cursors
|
|
||||||
vcopy DMZ-Black/xcursors/* /usr/share/icons/Vanilla-DMZ-AA/cursors
|
|
||||||
vinstall DMZ-Black/index.theme 644 /usr/share/icons/Vanilla-DMZ-AA/index.theme
|
|
||||||
}
|
|
|
@ -1,24 +1,29 @@
|
||||||
# Template file for 'xcursor-vanilla-dmz'
|
# Template file for 'xcursor-vanilla-dmz'
|
||||||
pkgname=xcursor-vanilla-dmz
|
pkgname=xcursor-vanilla-dmz
|
||||||
version=0.4.4
|
version=0.4.5
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="dmz-cursor-theme-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=fetch
|
|
||||||
hostmakedepends="xcursorgen"
|
hostmakedepends="xcursorgen"
|
||||||
short_desc="Vanilla DMZ cursor theme"
|
short_desc="Vanilla DMZ cursor theme (White)"
|
||||||
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
||||||
license="CCPL:by-nc-sa"
|
license="CCPL:by-nc-sa"
|
||||||
homepage="http://jimmac.musichall.cz/"
|
homepage="https://salsa.debian.org/gnome-team/dmz-cursor-theme"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/dmz-cursor-theme/dmz-cursor-theme_${version}.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/d/dmz-cursor-theme/dmz-cursor-theme_${version}.tar.xz"
|
||||||
checksum=46af4cf1356df799f9ee94451f05d0bdbb8d82e54bdeae3f32fa107602359981
|
checksum=b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
tar xzf dmz-cursor-theme_${version}.tar.gz
|
|
||||||
cd dmz-cursor-theme-${version}
|
|
||||||
(cd DMZ-White/pngs ; ./make.sh)
|
(cd DMZ-White/pngs ; ./make.sh)
|
||||||
|
vinstall DMZ-White/index.theme 644 usr/share/icons/Vanilla-DMZ
|
||||||
vmkdir /usr/share/icons
|
vcopy DMZ-White/xcursors usr/share/icons/Vanilla-DMZ/cursors
|
||||||
vmkdir /usr/share/icons/Vanilla-DMZ/cursors
|
|
||||||
vcopy DMZ-White/xcursors/* /usr/share/icons/Vanilla-DMZ/cursors
|
|
||||||
vinstall DMZ-White/index.theme 644 /usr/share/icons/Vanilla-DMZ/index.theme
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xcursor-vanilla-dmz-aa_package() {
|
||||||
|
short_desc="${short_desc/White/Black}"
|
||||||
|
pkg_install() {
|
||||||
|
(cd DMZ-Black/pngs ; ./make.sh)
|
||||||
|
vinstall DMZ-Black/index.theme 644 usr/share/icons/Vanilla-DMZ-AA
|
||||||
|
vcopy DMZ-Black/xcursors usr/share/icons/Vanilla-DMZ-AA/cursors
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue