For tracking issues properly, please report problems related to the PKGBUILD over on https://github.com/DeltaCopy/vinyl-aur-git/issues
Comments added here will not be actively monitored and responded to.
Git Clone URL: | https://aur.archlinux.org/vinyl-git.git (read-only, click to copy) |
---|---|
Package Base: | vinyl-git |
Description: | Vinyl Theme for KDE Plasma 6 |
Upstream URL: | https://github.com/ekaaty/vinyl-theme |
Keywords: | plasma6-theme vinyl vinyl-theme |
Licenses: | GPL-2.0-or-later |
Provides: | vinyl-git |
Submitter: | DeltaCopy |
Maintainer: | DeltaCopy |
Last Packager: | DeltaCopy |
Votes: | 1 |
Popularity: | 0.198036 |
First Submitted: | 2025-07-09 17:28 (UTC) |
Last Updated: | 2025-07-09 17:28 (UTC) |
For tracking issues properly, please report problems related to the PKGBUILD over on https://github.com/DeltaCopy/vinyl-aur-git/issues
Comments added here will not be actively monitored and responded to.
@DeltaCopy that worked! I'm able to install and use the theme now, thank you.
Most likely this is related to parallel compilation.
You can configure this inside: /etc/makepkg.conf
MAKEFLAGS="--jobs=$(nproc)"
https://wiki.archlinux.org/title/Makepkg#Parallel_compilation
When I try to install it, it fails at this part. I've tried multiple times and the same issue happens. I'm on EndeavourOS and I had just updated my system before installing this.
[ 67%] Generating vinylsettings.h, vinylsettings.cpp
[ 68%] Building CXX object kdecoration/CMakeFiles/vinyldecoration.dir/vinyldecoration_autogen/mocs_compilation.cpp.o
[ 69%] Building CXX object kdecoration/CMakeFiles/vinyldecoration.dir/vinylbutton.cpp.o
[ 70%] Building CXX object kdecoration/CMakeFiles/vinyldecoration.dir/vinyldecoration.cpp.o
In file included from /home/main/.cache/yay/vinyl/src/vinyl.git/kdecoration/vinyldecoration.cpp:28:
/home/main/.cache/yay/vinyl/src/vinyl.git/kdecoration/config/vinylconfigwidget.h:28:10: fatal error: config/ui_vinylconfigurationui.h: No such file or directory
28 | #include "config/ui_vinylconfigurationui.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [kdecoration/CMakeFiles/vinyldecoration.dir/build.make:122: kdecoration/CMakeFiles/vinyldecoration.dir/vinyldecoration.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:5273: kdecoration/CMakeFiles/vinyldecoration.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: vinyl-exit status 4
-> Failed to install the following packages. Manual intervention is required:
vinyl - exit status 4
I'm up to date but on Manjaro, that's probably the reason it's not available just yet. Thanks for trying to help and for making the vinyl package available in the first place.
When you attempt to install this package it will prompt to upgrade the dependency automatically.
The latest version of extra-cmake-modules
is at 6.8.0
https://archlinux.org/packages/extra/any/extra-cmake-modules/
You have an older version last released ~Sept.
When was the last time you updated your system ?
Right, the new output is: No AUR package found for extra-cmake-modules>=6.7.0 Do you have a suggestion of how others might obtain version 6.7.0?
@HelloHuniBuni extra-cmake-modules
>=6.7.0 is required.
You have an older version hence the CMake error msg.
The PKGBUILD has been updated to explicitly reflect this.
CMake Error at CMakeLists.txt:24 (find_package):
Could not find a configuration file for package "ECM" that is compatible
with requested version "6.7.0".
The following configuration files were considered but not accepted:
/usr/share/ECM/cmake/ECMConfig.cmake, version: 6.6.0
Pinned Comments
DeltaCopy commented on 2025-07-10 11:59 (UTC)
For tracking issues properly, please report problems related to the PKGBUILD over on https://github.com/DeltaCopy/vinyl-aur-git/issues
Comments added here will not be actively monitored and responded to.