summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-05-10 21:17:40 +0200
committerdr460nf1r32021-05-10 21:17:40 +0200
commit3471d7999558179a861b2cd255b72c4d360cb979 (patch)
tree58303a7a29955372310ca8dc2fa6113133986aa1
parentedb3aa1581b49326df4d8da1810b6fdea109d587 (diff)
downloadaur-3471d7999558179a861b2cd255b72c4d360cb979.tar.gz
Add new Candy icons
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f9ac1672865..b8d5247e8e1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = beautyline
pkgdesc = Outlined icons designed to have unified look and comprehensive coverage with the Sweet icon pack (best suited to use with Sweet theme)
- pkgver = 20210423
+ pkgver = 20210510
pkgrel = 1
url = https://gitlab.com/garuda-linux/themes-and-settings/artwork/beautyline
arch = any
- license = unknown
+ license = GPL
makedepends = git
options = !strip
source = git+https://gitlab.com/garuda-linux/themes-and-settings/artwork/beautyline.git
sha256sums = SKIP
pkgname = beautyline
-
diff --git a/PKGBUILD b/PKGBUILD
index f26827ceaa02..8ce5aef98aa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: librewish <librewish@gmail.com>
-# Maintainer: dr460nf1r3 <dr460nf1r3@garudalinux.org>
+# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
-_gitname=beautyline
pkgname=beautyline
-pkgver=20210423
+pkgver=20210510
pkgrel=1
pkgdesc="Outlined icons designed to have unified look and comprehensive coverage with the Sweet icon pack (best suited to use with Sweet theme)"
arch=('any')
-url="https://gitlab.com/garuda-linux/themes-and-settings/artwork/${_gitname}"
-license=('unknown')
+url="https://gitlab.com/garuda-linux/themes-and-settings/artwork/$pkgname"
+license=('GPL')
makedepends=('git')
options=('!strip')
source=("git+${url}.git")
@@ -16,7 +15,7 @@ sha256sums=('SKIP')
package() {
install -d ${pkgdir}/usr/share/icons/BeautyLine
- cp -r ${_gitname}/. ${pkgdir}/usr/share/icons/BeautyLine
+ cp -r ${pkgname}/. ${pkgdir}/usr/share/icons/BeautyLine
find ${pkgdir}/usr -type f -exec chmod 644 {} \;
find ${pkgdir}/usr -type d -exec chmod 755 {} \;
}