Ross Burton
Ross Burton
libfm and friends use intltool. This hasn't had a release since 2015 and modern gettext can replace it entirely: https://wiki.gnome.org/MigratingFromIntltoolToGettext
During configure with cmake 3.12.1: ``` CMake Warning (dev) at CMakeLists.txt:26 (set): Cannot set "NTIRPC_VERSION_EMBED": current scope has no parent. This warning is for project developers. Use -Wno-dev to suppress...
Instead of a few ntirpc-specific options which are not flexible to set install paths, please consider using GNUInstallDirs. https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html This lets the packager pass all the usual variables in one...
For example: ``` $ git-pw series show 17817 -fyaml - property: ID value: 17817 - property: Date value: '2023-10-16T19:44:55' - property: Name value: 'patchtest: add to oe-core' - property: URL...
I currently use Agenda (https://agenda.com) but am considering moving to Obsidian
Not sure if there's a way to detect this, but thought I'd file it anyway. Clone https://git.openembedded.org/openembedded-core and run vermin: ``` $ vermin --target=3.8 --lint -vvv meta/lib/oeqa/selftest/cases/manifest.py Detecting python files.....
Maybe I'm just being a little slow (quite likely), but if I have a PDF that includes the front and back cover it seems like there needs to be a...
I'd like the ability to explicitly interact with patchwork from b4, without it being implicit in am/ty calls. For example, I'm picking patches from the mail to build a branch...
Considering libdaemon is dead upstream and pretty small, maybe avahi should just copy/paste that code instead?
The `RECORD` file is a partial list of files in the wheel and their hashes. Quoting from PEP 0491: > RECORD is a list of (almost) all the files in...