summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7719e604aae..0b85f14d4885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Sun Jun 14 02:48:28 UTC 2015
pkgbase = inkscape-open-symbols-git
pkgdesc = Open source icon sets to use as Inkscape symbols
- pkgver = r27.edaad3d
+ pkgver = r43.99b8be9
pkgrel = 1
url = https://github.com/Xaviju/inkscape-open-symbols
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1e8da7a15f98..aab48e7f04b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
_pkgname="inkscape-open-symbols"
pkgname="${_pkgname}-git"
-pkgver=r27.edaad3d
+pkgver=r43.99b8be9
pkgrel=1
pkgdesc="Open source icon sets to use as Inkscape symbols"
arch=('any')
@@ -26,7 +26,15 @@ package() {
cd "${srcdir}/${_pkgname}"
mkdir -p "${pkgdir}/usr/share/inkscape/symbols"
- for i in material-design octicons humble-ui suru-icons font-awesome; do
+ for i in \
+ font-awesome \
+ genericons \
+ gnome-icon-theme \
+ humble-ui \
+ material-design \
+ octicons \
+ suru-icons \
+ ; do
find "$i" -mindepth 1 -iname '*.svg' \
-exec 'cp' '{}' "${pkgdir}/usr/share/inkscape/symbols" ';'
done