WIndowmaker 08 August 2023, 14:01:58 Does anyone aside from me use WindowMaker? They just recently dropped a latest build which is a rarity for such a mature product. I am using the version on the Arch public archives. If one downloads the latestest git version, can the raw source file be updated with pacman?Reuvain Quote Selected
Re: WIndowmaker Reply #1 – 08 August 2023, 19:41:41 why don't you use " aur/windowmaker-git" Quote Selected
Re: WIndowmaker Reply #2 – 08 August 2023, 20:07:38 It is too old and has too many nagging problems Quote Selected
Re: WIndowmaker Reply #3 – 08 August 2023, 20:41:48 you can make a pkg file and install it with "pacman -U"https://wiki.archlinux.org/title/MakepkgIt's better to update the aur package, if you want to go that far. at least use the PKGBUILD as reference.if you just want to install the package with no care, use "make install" EDIT: you can't directly update a pacman package with only the updated source. you need to make pkg file. then you are able to update the package to new version. the easiest way is to grab the `PKGBUILD` file in arch repo or aur, then change the values to bump the version. Quote Selected Last Edit: 08 August 2023, 20:49:02 by suren 1 Likes