I'm getting that same error after removing the entire directory for this and starting with an absolutely clean build dir. The only way I can correct it is by making pfrenssen's suggested change or by removing the prepare function, as it's not necessary.
Search Criteria
Package Details: ttf-oxygen 1:5.4.3-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/ttf-oxygen.git (read-only, click to copy) |
---|---|
Package Base: | ttf-oxygen |
Description: | A desktop/gui font family for integrated use with the KDE desktop |
Upstream URL: | https://projects.kde.org/projects/kde/workspace/oxygen-fonts |
Licenses: | GPL, custom:OFL, custom:GPL+FE |
Provides: | ttf-font |
Submitter: | None |
Maintainer: | phillid |
Last Packager: | phillid |
Votes: | 28 |
Popularity: | 0.014226 |
First Submitted: | 2016-10-31 21:15 (UTC) |
Last Updated: | 2020-07-12 06:08 (UTC) |
Dependencies (3)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- fontforge (fontforge-gitAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
Required by (253)
- awesome-luajit (requires ttf-font) (make)
- basilisk (requires ttf-font)
- bitsnpicas-git (requires ttf-font)
- brave-beta-bin (requires ttf-font)
- brave-bin (requires ttf-font)
- brave-nightly-bin (requires ttf-font)
- btrfs-assistant (requires ttf-font)
- btrfs-assistant-git (requires ttf-font)
- cachy-browser (requires ttf-font)
- cctv-viewer-git (requires ttf-font)
- chromium-dev (requires ttf-font) (optional)
- cromite-bin (requires ttf-font)
- datcord-bin (requires ttf-font)
- ddm-git (requires ttf-font)
- digital (requires ttf-font) (make)
- dissenter-browser-bin (requires ttf-font)
- ecere-sdk-git (requires ttf-font)
- efl-git (requires ttf-font)
- efl-git-asan (requires ttf-font)
- enlightenment-git (requires ttf-font)
- Show 233 more...
Sources (1)
Latest Comments
« First ‹ Previous 1 2
HalJordan commented on 2017-01-17 03:59 (UTC) (edited on 2017-01-17 04:01 (UTC) by HalJordan)
<deleted-account> commented on 2016-12-26 14:42 (UTC)
Thank you for your suggestion, but I'll leave it as it is. I think it's cleaner to build with a clean build dir.
If you want to rebuild the package you can use 'makepkg -C' or if you just want to (re-)install an already build package 'pacman -U'
pfrenssen commented on 2016-12-26 13:57 (UTC)
I'm getting the following error when I try to reinstall the package:
# ---------------
==> Starting prepare()...
mkdir: cannot create directory ‘build’: File exists
==> ERROR: A failure occurred in prepare().
Aborting...
# ---------------
Here's a patch that fixes the problem:
# -------------
diff --git a/PKGBUILD b/PKGBUILD
index bfad732..938f108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ source=("http://download.kde.org/stable/plasma/$pkgver/oxygen-fonts-$pkgver.tar.
sha256sums=('a02f6580e9a53cb16694a99adbb6dbf76f17584f3e97f469a22286299507838c')
prepare() {
- mkdir build
+ mkdir -p build
}
build() {
# -------------
<deleted-account> commented on 2016-11-02 12:19 (UTC)
It's unmaintained upstream.
freakazoid1988 commented on 2016-11-02 11:06 (UTC)
Why has it been moved to AUR?
Pinned Comments
phillid commented on 2017-10-26 03:46 (UTC)