GithubHelp home page GithubHelp logo

Comments (4)

rbn42 avatar rbn42 commented on June 3, 2024

First, cmake is only required to build and install translations. And extra-cmake-modules is required by https://github.com/rbn42/panon/blob/stable/CMakeLists.txt, which is used by AUR build. Originally, I copied this cmakelist from Plasmoid's development tutorial. But I think we can discard this file, and use https://github.com/rbn42/panon/blob/stable/translations/CMakeLists.txt directly to build and install translations.

cd panon/translations/
mkdir build
cd build 
cmake ..
make install DESTDIR=~/.local/share/locale/ or /usr/share/locale/ 
or ~/.local/share/plasma/plasmoids/panon/contents/locale/ 
or /usr/share/plasma/plasmoids/panon/contents/locale/ 

So that this extra-cmake-modules is not required.

@flying-sheep I see you updated v0.4.2 recently on AUR, Thanks. What do you think about this issue? Because the current AUR build relies on that cmakelist to install panon, adding extra-cmake-modules as depenency would be the easier solution.

from panon.

flying-sheep avatar flying-sheep commented on June 3, 2024

If you change the way this is supposed to be built, I’ll change the PKGBUILD accordingly.

Most people should have extra-cmake-modules as it’s required to build most things KDE, but if panon is the only thing people ever build, not requiring it is a teensy tiny advantage.

from panon.

rbn42 avatar rbn42 commented on June 3, 2024

If you change the way this is supposed to be built, I’ll change the PKGBUILD accordingly.

OK, I have changed it in README.ORG.

from panon.

flying-sheep avatar flying-sheep commented on June 3, 2024

Okay, I’ve subscribed to realeases, so hopefully I’ll see when you release. If not, please mark it as outdated in the AUR

from panon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.