summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorautinerd2023-09-23 16:25:14 +0200
committerautinerd2023-09-23 16:25:14 +0200
commit2596372189a77bf6f746e6d2904df553159e1e40 (patch)
tree74f41bae11a1bcc6929c5d5decabe7038dbd0af0
parentd47775e96207beb50162c5c484fa44825b30606d (diff)
downloadaur-2596372189a77bf6f746e6d2904df553159e1e40.tar.gz
Version 7.2.6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a680555ab2b5..ad63b3fb5188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = arcticons-icon-theme-git
pkgdesc = A monotone line-based icon pack for android - freedesktop version (git version)
- pkgver = 7.0.0.r5.g2c4761b2f
+ pkgver = 7.2.6.r5.gae27e6d0e
pkgrel = 1
url = https://github.com/Donnnno/Arcticons
arch = any
license = GPL3
+ optdepends = inkscape: for generationg the symbolic icons
provides = arcticons-icon-theme
conflicts = arcticons-icon-theme
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 2d626be03ae9..2dafbb754d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: autinerd <autinerd-arch at kuyateh dot eu>
pkgname=arcticons-icon-theme-git
-pkgver=7.0.0.r5.g2c4761b2f
+pkgver=7.2.6.r5.gae27e6d0e
pkgrel=1
pkgdesc='A monotone line-based icon pack for android - freedesktop version (git version)'
arch=('any')
+optdepends=('inkscape: for generationg the symbolic icons')
url='https://github.com/Donnnno/Arcticons'
license=('GPL3')
options=(!strip)
@@ -20,8 +21,10 @@ pkgver() {
build() {
cd "$srcdir/Arcticons/freedesktop-theme"
+ rm -rf arcticons-dark arcticons-light || true
./generate.sh white 2
mv arcticons arcticons-dark
+ sed -e s/Arcticons/Arcticons-dark/g -e s/breeze/breeze-dark/g index.theme > arcticons-dark/index.theme
./generate.sh black 2
mv arcticons arcticons-light
rm arcticons.tar.gz