Update pixelitos-icon-theme from 1.01_1 to 2022.05.07_1
This commit is contained in:
parent
f79a69645c
commit
f70652a7eb
2 changed files with 17 additions and 11 deletions
|
@ -1,22 +1,28 @@
|
||||||
# Template file for 'pixelitos-icon-theme'
|
# Template file for 'pixelitos-icon-theme'
|
||||||
pkgname=pixelitos-icon-theme
|
pkgname=pixelitos-icon-theme
|
||||||
version=1.01
|
version=2022.05.07
|
||||||
revision=1
|
revision=1
|
||||||
repository=cereus-extra
|
repository=cereus-extra
|
||||||
wrksrc=pixelitos-icon-theme-${version}
|
hostmakedepends="git"
|
||||||
short_desc="Pixel Art icon theme"
|
short_desc="Pixel Art icon theme"
|
||||||
|
_icondir="usr/share/icons/pixelitos"
|
||||||
maintainer="ItsZariep <https://github.com/ItzSelenux>"
|
maintainer="ItsZariep <https://github.com/ItzSelenux>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ItzSelenux/pixelitos-icon-theme"
|
homepage="https://github.com/ItzSelenux/pixelitos-icon-theme"
|
||||||
changelog="https://github.com/ItzSelenux/pixelitos-icon-theme/releases/tag/${version}"
|
|
||||||
distfiles="${homepage}/archive/${version}/${version}.tar.gz"
|
|
||||||
checksum=8b5494b4c43703d26bd7b0edf39977a97bea30cd7534092801fe38e7b997af65
|
|
||||||
|
|
||||||
do_install() {
|
do_fetch() {
|
||||||
vmkdir usr/share/icons/pixelitos
|
git clone ${homepage} ${wrksrc}
|
||||||
vcopy ./* usr/share/icons/pixelitos
|
}
|
||||||
|
|
||||||
# Also add package license
|
do_install() {
|
||||||
vlicense ${FILESDIR}/LICENSE
|
# Delete unnecessary files
|
||||||
|
rm -r {.github,install.sh}
|
||||||
|
|
||||||
|
# Copy theme files to destdir
|
||||||
|
vmkdir ${_icondir}
|
||||||
|
vcopy * ${_icondir}/
|
||||||
|
|
||||||
|
# Also add package license
|
||||||
|
vlicense ${FILESDIR}/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue