Search Criteria
Package Details: ttf-octicons 19.12.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ttf-octicons.git (read-only, click to copy) |
---|---|
Package Base: | ttf-octicons |
Description: | A scalable set of icons handcrafted with <3 by GitHub |
Upstream URL: | https://octicons.github.com/ |
Keywords: | font octicons ttf |
Licenses: | MIT |
Submitter: | WhittlesJr |
Maintainer: | clebermatheus |
Last Packager: | clebermatheus |
Votes: | 6 |
Popularity: | 0.130461 |
First Submitted: | 2017-04-27 00:48 (UTC) |
Last Updated: | 2024-11-10 01:17 (UTC) |
Dependencies (6)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- xorg-font-util
- xorg-mkfontscale
- git (git-gitAUR, git-glAUR) (make)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Latest Comments
1 2 Next › Last »
clebermatheus commented on 2024-11-10 01:17 (UTC)
@dreieck thanks!!!
dreieck commented on 2024-11-07 17:17 (UTC)
Update:
nodejs
tomakedepends
,prepare()
function,build()
the calls_ensure_local_nvm
andnpm install
makes it at least building for me (not falling into this issue from my last comment anymore).From this you could start making the stuff work again, e.g. the download step which then occurs in
build()
should be moved back toprepare()
, and all stuff thatnpm
downloads should be downloaded to a sub directory of${srcdir}
.Terminal output of the working build:
Regards!
dreieck commented on 2024-11-07 16:31 (UTC)
With the node version 16.0.0 that gets downloaded "manually", build fails since it expects a lower python version:
Regards!
dreieck commented on 2024-11-07 14:16 (UTC) (edited on 2024-11-07 14:17 (UTC) by dreieck)
Your downloaded source file is named
v19.12.0.tar.gz
.On setups where
$SRCDEST
is set (e.g. inmakepkg.conf
), all downloaded sources end up in a single directory.Such a generic source file name as you use is prone to conflicts (if another package also does this and by accident has the same version number -- I already encountered this).
So, can you make your downloaded source file please package name specific, by e.g. prepending
ttf-octicons_
to it?You can change
source=("https://github.com/primer/octicons/archive/v${pkgver}.tar.gz")
to
to achieve this (prepend the desired local downloaded filename with
::
to the download URL entry).Regards and thanks for the package.
dreieck commented on 2024-10-13 10:47 (UTC) (edited on 2024-10-13 10:47 (UTC) by dreieck)
Instead of downloading
node
inprepare()
, can it depend on the official Arch Linux node package, or if it needs a specific version, depend on a package of a specific version, e.g.nodejs16
(which might be needed to be made available on the AUR)?Regards and thanks for the package!
Regards and thanks for the package!
clebermatheus commented on 2024-08-16 12:36 (UTC)
@gbin sorry, i forgot to fix this error.
gbin commented on 2024-04-05 13:45 (UTC) (edited on 2024-04-05 13:54 (UTC) by gbin)
It gives me this one:
I crudely fixed it doing that:
dreieck commented on 2023-12-19 14:52 (UTC)
This
PKGBUILD
downloads stuff inpackage()
.This must not happen.
Can you move all npm-related download stuff into
prepare()
, all file compilation stuff intobuild()
, and only copying files in place intoprepare()
?Regards and thanks for maintaining!
Thaodan commented on 2022-09-30 05:30 (UTC)
Is nvm really needed for this pkg?
clebermatheus commented on 2021-08-02 00:44 (UTC)
@Xaryphon thanks
1 2 Next › Last »