Package Details: fvwm3 1.1.1-2

Git Clone URL: https://aur.archlinux.org/fvwm3.git (read-only, click to copy)
Package Base: fvwm3
Description: A highly customizable virtual desktop window manager with small memory footprint.
Upstream URL: https://www.fvwm.org
Licenses: GPL, custom
Conflicts: fvwm
Provides: fvwm
Submitter: None
Maintainer: SolarAquarion (ThomasAdam)
Last Packager: ThomasAdam
Votes: 11
Popularity: 0.032515
First Submitted: 2021-08-12 12:49 (UTC)
Last Updated: 2025-01-11 20:31 (UTC)

Pinned Comments

ThomasAdam commented on 2023-01-22 19:02 (UTC)

Hi all,

I've just pushed a commit which bumps this version to 1.0.6a which is the latest release.

@EdeWolf -- interesting idea, but not something I think is going to be required, but thanks for the suggestion.

@norse -- I'll investigate this and get back to you.

@FabioLolix -- I'll investigate this and get back to you.

Thanks everyone for your patience.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

norse commented on 2022-12-27 11:55 (UTC) (edited on 2022-12-27 11:56 (UTC) by norse)

The dependency to asciidoctor is still missing.

However, even after asciidoctor has been installed, any build with yay will fail. It would be nice if the package would be re-written in a way that the most common aur helpers can be used.

Package build with makepkg succeeded, though.

pirofti commented on 2022-11-20 21:54 (UTC) (edited on 2022-11-20 21:54 (UTC) by pirofti)

I think the pkgrel also needs a reset. @SolarAquarion, mind updating the package or passing on maintenance to @ThomasAdam (fvwm3 developer)?

@@ -1,8 +1,8 @@
 # Maintainer: boonpatrol

 pkgname=fvwm3
-pkgver=1.0.4
-pkgrel=5
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="A highly customizable virtual desktop window manager with small memory footprint."
 arch=('x86_64')
 url="https://www.fvwm.org"
@@ -27,7 +27,7 @@ optdepends=('fontconfig'
             'sharutils' )
 options=('!emptydirs' '!makeflags')
 source=("https://github.com/fvwmorg/fvwm3/releases/download/${pkgver}/fvwm3-${pkgver}.tar.gz" 'fvwm3.desktop')
-sha256sums=('20877e20ae5ce39266e7d0ea48b013e822d600dd94f5b269955db05a3d50a63b' 
+sha256sums=('c41a7eaf1cbdebcbcc7ffc773bb25cc07879fbce3429633dd0584e8ebc8b1014'
             'e18c21b37219328309ac97b0026778299fc5db8d4aec3a4610287d92cec260db')

 build() {

<deleted-account> commented on 2022-11-15 12:20 (UTC)

Due to very bad health I can't maintain this package in any dependable manner. I asked SolarAquarion, maintainer of the fvwm3-git aur package, if he could step in. You might ask him directly. Sry for any inconvenience

ThomasAdam commented on 2022-11-15 09:08 (UTC)

Hi,

It looks like the maintainer of this package has decided to no longer maintain this.

Given I’m a developer on the FVWM project and an Arch Linux user, I’d be happy to pick up maintenance of this package…

bakl commented on 2022-11-14 16:57 (UTC)

jm2dev's update works so please apply it and update the package to version 1.0.5.

jm2dev commented on 2022-10-07 11:22 (UTC)

Hi, can it be updated to latest available version (1.0.5)?

 +++ b/PKGBUILD

-pkgver=1.0.4
+pkgver=1.0.5

-sha256sums=('20877e20ae5ce39266e7d0ea48b013e822d600dd94f5b269955db05a3d50a63b'
+sha256sums=('c41a7eaf1cbdebcbcc7ffc773bb25cc07879fbce3429633dd0584e8ebc8b1014'
             'e18c21b37219328309ac97b0026778299fc5db8d4aec3a4610287d92cec260db')

Thanks

<deleted-account> commented on 2022-05-21 15:04 (UTC)

Ah, apologies. -Corrected PKGBUILD and SRCINFO.

miffe commented on 2022-05-20 19:59 (UTC)

PKGBUILD is still at 1.0.4-3. But .SRCINFO is at 1.0.4-4.

<deleted-account> commented on 2022-05-20 04:26 (UTC)

Thanks! Package updated per comments.

moh commented on 2022-03-06 02:54 (UTC)

Hello, please, would it be possible to add the following to the PKGBUILD? At the moment this package doesn't appear in the list of providers for fvwm.

provides=('fvwm')
conflicts=('fvwm')