PapirusDevelopmentTeam / arc-kde

Arc KDE customization
https://git.io/arc-kde
GNU General Public License v3.0
904 stars 53 forks source link

Remove dependencies on konversation and yakuake #41

Closed anewuser closed 7 years ago

anewuser commented 7 years ago

On a clean KDE Neon install, this what is added with arc-kde:

The following NEW packages will be installed: arc-kde konversation konversation-data kvantum yakuake

Can you make the .deb package just place the theme files for those applications in the appropriate directories without forcing people to install their packages?

SmartFinn commented 7 years ago

Those packages aren't dependencies, those are recommended packages. You can ignore these packages using the following command:

sudo apt-get install --no-install-recommends arc-kde

If you think it's a bad way, I can move konsole, konversation and yakuake into Suggests section.

anewuser commented 7 years ago

I see. I assumed they were set as dependencies because they are listed to be installed automatically by default. It'd be a good idea to move them to the Suggests section then.