Package Details: libfm-qt-git 2.0.0-1

Git Clone URL: https://aur.archlinux.org/libfm-qt-git.git (read-only, click to copy)
Package Base: libfm-qt-git
Description: Qt port of libfm, a library providing components to build desktop file managers
Upstream URL: https://lxqt-project.org
Licenses: LGPL-2.1-only
Conflicts: libfm-qt, pcmanfm-qt
Provides: libfm-qt
Submitter: pmattern
Maintainer: yan12125 (pmattern, txtsd)
Last Packager: txtsd
Votes: 5
Popularity: 0.027628
First Submitted: 2015-12-01 10:55 (UTC)
Last Updated: 2024-06-11 06:28 (UTC)

Latest Comments

1 2 3 Next › Last »

yan12125 commented on 2024-06-15 07:23 (UTC)

Okay, it turns out pkgctl uses vercmp [1], which seems to consider any version to be newer than "None". For example,

Up-to-date
 ✓ libfm-qt-git: current version 2.0.0 is newer than None

In contrast, my script reports any non-matching versions. I've ignored such cases, anyway.

[1] https://gitlab.archlinux.org/archlinux/devtools/-/blob/v1.2.0/src/lib/version/check.sh?ref_type=tags#L148

txtsd commented on 2024-06-15 06:12 (UTC)

@yan12125 Yes all my AUR packages include .nvchecker.toml files so I can check for updates with pkgctl version check *. I looked at alerque's AUR repo and this is how he does it for -git packages too.

yan12125 commented on 2024-06-15 03:37 (UTC)

@txtsd: I noticed you added a trivial .nvchecker.toml file to this package and pcmanfm-qt-git:

[libfm-qt-git]
source = "manual"

Is it necessary? I have a script that compares the version returned by nvchecker and $pkgver. Such .nvchecker.toml confuses my script, so I ignored them: https://gitlab.com/yan12125/aur/-/commit/df796091425e2f347f5002d693d753b7ce4419e0

yan12125 commented on 2024-04-26 12:07 (UTC)

@txtsd: Feel free to push changes directly to AUR. I don't consider my GitLab repo as source as truth anymore, and I may replace PKGBUILDs there with AUR git repositories as git submodules.

txtsd commented on 2024-04-25 18:55 (UTC)

Thanks @yan12125 Do you still prefer that I offer changes via gitlab?

yan12125 commented on 2024-04-24 10:13 (UTC)

txtsd: I added you and pmattern (who asks via emails) to co-maintainers. Handling official LXQt packages already takes too much time. I appreciate all the help for AUR packages.

Cody_Learner commented on 2024-04-20 02:11 (UTC)

Had to comment out line: 'rmdir "$pkgdir"/usr/include/libfm-qt/{tests,translations}'

Had to add to makedepends: "qt6-base" "qt6-tools"

yan12125 commented on 2024-03-15 05:22 (UTC)

Hi txtsd, thanks for the help. The Qt 6 migration requires coordination among all LXQt-related packages, and I feel the AUR interface kind of inconvenient for such discussions. Mind to move to https://gitlab.com/yan12125/aur/ for further discussions?

txtsd commented on 2024-03-13 06:12 (UTC)

Can I have co-maintainer on this? I'd like to bring it up to speed with the qt6 changes, and I'd also like to keep it updated as and when dependencies change. Same as for the pcmanfm-qt-git package.