Package Details: plasma6-applets-panon 6.0.1-1

Git Clone URL: https://aur.archlinux.org/plasma6-applets-panon.git (read-only, click to copy)
Package Base: plasma6-applets-panon
Description: An Audio Visualizer Widget for KDE Plasma
Upstream URL: https://github.com/flafflar/panon
Licenses: WTFPL, GPL-3.0-or-later
Submitter: flafflar
Maintainer: flafflar
Last Packager: flafflar
Votes: 15
Popularity: 0.000729
First Submitted: 2024-09-01 14:37 (UTC)
Last Updated: 2024-09-01 15:05 (UTC)

Latest Comments

1 2 Next › Last »

ArjixWasTaken commented on 2025-10-29 12:22 (UTC) (edited on 2025-10-29 12:23 (UTC) by ArjixWasTaken)

Patches belong to the prepare section, build can run multiple times with the same files, prepare runs once.

diff --git a/PKGBUILD b/PKGBUILD
index 07ea226..f6aec1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,7 @@ sha256sums=('8694a4c2b3c5283eea73b28df0a2ffef0b2ce0cde69bccfcb1fd47076c53a3a6')

 prepare() {
        cd "$srcdir/$_basename"
+       sed -i '1i cmake_minimum_required(VERSION 3.10)' translations/CMakeLists.txt

        git submodule update --init --recursive
 }

matahina commented on 2025-10-29 10:28 (UTC)

Only working for user 1000

https://github.com/flafflar/panon/issues/34

Emir-Eins commented on 2025-09-10 03:34 (UTC)

Modify the PKGBUILD

build() {
    cd "$srcdir/$_basename"
    # add this
    sed -i '1i cmake_minimum_required(VERSION 3.10)' ../translations/CMakeLists.txt

    rm -rf build || true
    mkdir -p build
    cd build
    cmake ../translations
    make install DESTDIR=../plasmoid/contents/locale
}

It should be able to work.

flying-sheep commented on 2025-08-09 12:26 (UTC)

https://github.com/flafflar/panon/issues/27

renyuneyun commented on 2025-07-08 11:10 (UTC) (edited on 2025-07-08 11:11 (UTC) by renyuneyun)

I got the following error message when trying to build the package:

CMake Error in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 4.0)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".


-- Configuring incomplete, errors occurred!

Hope there can be a fix. I don't know the right version for it...

bogdancovaciu commented on 2024-03-25 06:38 (UTC)

@zcb - Someone is working to port it to Plasma 6 https://github.com/qspidy/panon

zcb commented on 2024-03-08 05:56 (UTC)

Any plan for Plasma 6? Is need update the source code? or just rePakge?

flying-sheep commented on 2023-12-08 09:57 (UTC)

@xiota: details?