Search Criteria
Package Details: nscde 2.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nscde.git (read-only, click to copy) |
---|---|
Package Base: | nscde |
Description: | Not so Common Desktop Environment - modern and functional CDE desktop based on FVWM |
Upstream URL: | https://github.com/NsCDE/NsCDE/ |
Licenses: | GPL3 |
Submitter: | seifferth |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 7 |
Popularity: | 0.026750 |
First Submitted: | 2021-10-12 13:12 (UTC) |
Last Updated: | 2023-06-17 20:50 (UTC) |
Dependencies (34)
- fvwmAUR (fvwm-gitAUR, fvwm-patchedAUR, fvwm3-gitAUR, fvwm3AUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- gettext (gettext-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- ksh (ksh93-gitAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxpm (libxpm-gitAUR)
- python-psutil
- python-pyxdg
- python-qtpy (python-qtpy-gitAUR)
- python-yaml (python-yaml-gitAUR)
- python3 (python)
- stalonetray
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- xdotool (xdotool-gitAUR)
- xorg-xdpyinfo
- xorg-xmodmap
- xorg-xprop
- xorg-xrandr (xorg-xrandr-gitAUR)
- Show 14 more dependencies...
Latest Comments
FabioLolix commented on 2024-10-08 19:01 (UTC)
Hello eggcat, welcome to the AUR, install the base-devel package which is a pre-requisite before dealing with the AUR https://wiki.archlinux.org/title/Arch_User_Repository. Also please post on the relevant page in the future
eggcat commented on 2024-10-08 18:47 (UTC)
sorry, it is my first comment on the aur. i have tried compiling the package but i noticed there were problems compiling fvwm, i looked deeper and i noticed libstroke had compiling problems then it needed automake autoreconf pkg-config (from what i can detect) please confirm my findings if theyre wrong or right.
turbowafflz commented on 2023-09-07 21:46 (UTC)
python-pyqt5
should probably be added as a dependency since it's required for generating the color schemes for gtk integration.A.J commented on 2023-06-19 04:23 (UTC)
not building with the following error :
configure: error: Cannot find -lX11 library
seifferth commented on 2022-07-25 18:46 (UTC)
DJQmUKV: Well, there's also nscde-git. Building that should give you the latest version of nscde as well (unless the build instructions changed). Also, if the build instructions did not change, updating this PKGBUILD should be as simple as just changing the
pkgver
string.You might want to give it a try by downloading the PKGBUILD, changing
pkgver
and runningmakepkg
. The hardest thing about maintaining packages is to try out new versions anyway ;)DJQmUKV commented on 2022-07-25 18:03 (UTC)
Reply to seifferth:
Oops. I'm not NSCDE user either, I'm just having a little interest on it when I was surfing on some Linux related subreddit, then I found it on AUR and it's outdated... So I just flagged out-of-date and waiting for a update so I can try NSCDE. I afraid I cannot handling package maintenance job, and I hope someone will take over this package soon.
DJQmUKV
seifferth commented on 2022-07-25 07:59 (UTC)
Hi DJQmUKV,
thanks for notifying me about the new release. I don't use NSCDE at the moment, which makes it harder to verify that the new version works with a simple version bump (and to check whether any further adjustments to the PKGBUILD are needed). Maybe you would like to take over maintenance of the package? In any case, I'll orphan the nscde and nscde-git packages hoping that an active NSCDE user might take over.
Best
Frank
seifferth commented on 2022-01-14 20:48 (UTC) (edited on 2022-01-14 20:48 (UTC) by seifferth)
I believe this is what the
provides
array is meant for. If you have a look at the fvwm3-git package in the AUR, there'swhich basically says that fvwm3-git can be used as a substitute for the plain fvwm package. Apparently those lines are missing from the fvwm3 package (the fvwm3 and fvwm3-git packages are indeed rather more dissimilar than I would have expected). Adding
provides
should solve the issue, but needs to be taken to the fvwm3 AUR page. Would you like to ask the fvwm3 maintainer to add the lines mentioned above?moh commented on 2022-01-14 00:38 (UTC)
Looks like the latest PKGBUILD change breaks the fvmm dependency, previous version of the PKGBUILD had fvwm3 as a dep, this version has fvwm. Since either are valid, is there a way to change it so both packages satisfy the dependency?
seifferth commented on 2021-12-30 11:27 (UTC)
I included the suggestions from https://github.com/NsCDE/NsCDE/blob/master/pkg/pacman/PKGBUILD. I don't use NsCDE as my daily driver, however, so if anyone does and wants to help with or take over the package maintainer role, please drop me a line.