mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-12-06 08:03:50 +01:00
🚀 feat: add tela dracula icon theme
This commit is contained in:
29
snigdhaos-tela-icon-theme/PKGBUILD
Normal file
29
snigdhaos-tela-icon-theme/PKGBUILD
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Maintainer: RubixDev <silas dot groh at t-online dot de>
|
||||||
|
# Contributor: Eshan Roy <m.eshanized@gmail.com>
|
||||||
|
|
||||||
|
_color=dracula
|
||||||
|
pkgname=snigdhaos-tela-icon-theme-$_color-git
|
||||||
|
pkgver=2024.09.04.r23.g4af4e7c4
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="A flat colorful design icon theme (only $_color variant)"
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/vinceliuice/Tela-icon-theme"
|
||||||
|
license=('GPL3')
|
||||||
|
depends=()
|
||||||
|
makedepends=('git' 'gtk-update-icon-cache')
|
||||||
|
conflicts=("tela-icon-theme")
|
||||||
|
options=('!strip')
|
||||||
|
source=("${pkgname%-$_color-git}::git+https://github.com/vinceliuice/Tela-icon-theme.git")
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd "$srcdir/${pkgname%-$_color-git}"
|
||||||
|
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$srcdir/${pkgname%-$_color-git}"
|
||||||
|
install -d "$pkgdir/usr/share/icons"
|
||||||
|
./install.sh -d "$pkgdir/usr/share/icons" $_color
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user