Search Criteria
Package Details: pencil-material-icons-git 2.0.0.r0.g35dd733-1
Git Clone URL: | https://aur.archlinux.org/pencil-material-icons-git.git (read-only, click to copy) |
---|---|
Package Base: | pencil-material-icons-git |
Description: | All 700+ of Google's Material Design Icons as a Pencil stencil collection. |
Upstream URL: | https://github.com/nathanielw/Material-Icons-for-Pencil/ |
Licenses: | |
Submitter: | portaloffreedom |
Maintainer: | portaloffreedom |
Last Packager: | portaloffreedom |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-14 01:02 |
Last Updated: | 2015-12-07 15:07 |
Dependencies (6)
- pencil
- git (git-git) (make)
- python (python-dbg) (make)
- python-cairosvg (make)
- python-lxml (make)
- pacman>=4.1.2 (pacman-git) (make)
Required by (1)
- pencil-v2 (optional)
Latest Comments
edoantonioco commented on 2018-12-08 18:57
It fails. Some error with makepkg
==> Validando los archivos source con md5sums...
==> Extrayendo las fuentes...
-> Creando copia de trabajo de Material-Icons-for-Pencil del repositorio git...
Reiniciar rama 'makepkg'
==> Iniciando prepare()...
==> Iniciando pkgver()...
==> ERROR: Se produjo un fallo en pkgver().
==> ERROR: Makepkg no ha podido compilar pencil-material-icons-git.
==> ¿Reiniciar la compilación de pencil-material-icons-git? [s/N]
==> -------------------------------------------------------------
==> s
nullnan commented on 2016-08-22 16:20
@portaloffreedom:
Could support for the new pencil (v3.X) be accomplished in this pkg or is another pkg needed?
(https://aur.archlinux.org/packages/evolus-pencil-bin/)
Hope to see an update soon. Thanks :)
saik0 commented on 2015-10-18 14:55
Please add the MIT license. https://wiki.archlinux.org/index.php/PKGBUILD#license
license=('MIT')
...
package() {
...
install -Dm644 "${srcdir}/${_name}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
}
portaloffreedom commented on 2015-10-05 13:38
@rectangleboy
The reason for that is that the package is on AUR:
https://aur.archlinux.org/packages/python-cairosvg
you should first install python-cairosvg and then you can create this package.
rectangleboy commented on 2015-10-03 04:12
python-cairosvg makes the build fail, because the package doesn't exist:
https://www.archlinux.org/packages/?q=python-cairosvg
portaloffreedom commented on 2015-05-31 10:56
Fixed, now the build is working again.
portaloffreedom commented on 2015-05-31 10:43
confirm that I have the same problem, see how can I fix it.
geosam commented on 2015-05-27 02:09
I get the similar problem:
-------------------
[samtux@geolenovo Material-Icons-for-Pencil]$ python3 generate-xml.py
Traceback (most recent call last):
File "generate-xml.py", line 29, in <module>
element.set('name', (match.group(1) + ' - ' + match.group(2).replace('_', ' ')).title())
AttributeError: 'NoneType' object has no attribute 'group'
------------------
joshua.mdza commented on 2015-05-25 23:12
I'm unable to run the python script.
It fails with the following message:
Traceback (most recent call last):
File "generate-xml.py", line 29, in <module>
element.set('name', (match.group(1) + ' - ' + match.group(2).replace('_', ' ')).title())
AttributeError: 'NoneType' object has no attribute 'group'
I tried with commits tagged v1.0.0 and v1.1.0 but nothing changes. Any clue?
Pkgs:
python 3.4.3-2
python-lxml 3.4.4-1
python-cairo 1.10.0-5
python-cairosvg 1.0.9-1
joshua.mdza commented on 2015-05-25 23:11
I'm unable to run python script.
It fails with the following message:
Traceback (most recent call last):
File "generate-xml.py", line 29, in <module>
element.set('name', (match.group(1) + ' - ' + match.group(2).replace('_', ' ')).title())
AttributeError: 'NoneType' object has no attribute 'group'
I tried with commits tagged v1.0.0 and v1.1.0 and nothing changes. Any clue?
Pkgs:
python 3.4.3-2
python-lxml 3.4.4-1
python-cairo 1.10.0-5
python-cairosvg 1.0.9-1