Date: Monday, January 2, 2023 @ 15:08:20 Author: yan12125 Revision: 1372934
upgpkg: libfm-qt 1.2.1-1; drop merged patch; avoid unneeded empty dirs Modified: libfm-qt/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-02 14:27:08 UTC (rev 1372933) +++ PKGBUILD 2023-01-02 15:08:20 UTC (rev 1372934) @@ -1,8 +1,8 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=libfm-qt -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)" arch=("x86_64") url="https://github.com/lxqt/$pkgname" @@ -16,23 +16,18 @@ source=( "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc" - "https://github.com/lxqt/libfm-qt/commit/6927f6536bda3f23cb2bad80f5ffa0dd7bed00d0.patch" ) -sha512sums=('941943b9d1275e2306689e19375d5d5589a638446319c275ebdf211d25cdb90116b9359daa36b53dc5688ba09219d66dc79e312752ce56559e485ecdbfd895c0' - 'SKIP' - '6af20d975cd49ead63c38e5747a166784a9e88ad390a9b3b3c057d6b85ae1272ebfb506bc1b3e08ce44923914479b1d154312e4bd7e0f9179b2b7582defd738f') +sha512sums=('2adf82f9b03215013ee793af28019f6a822baaa261c7fe0ac4efe7d2dfdcdb9d232b8380e5a9e4f609c99b8d20326ab065999185f2765fe8c1cdc8513c9978a4' + 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]> "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <[email protected]> "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <[email protected]> ) +# Work-around https://gitlab.kitware.com/cmake/cmake/-/issues/17122 +# Relevant CMake codes: https://github.com/lxqt/libfm-qt/blob/1.2.1/src/CMakeLists.txt#L179 +options=('!emptydirs') -prepare() { - cd $pkgname-$pkgver - # https://bugs.archlinux.org/task/76705 - patch -Np1 -i ../6927f6536bda3f23cb2bad80f5ffa0dd7bed00d0.patch -} - build() { cmake -B build -S "$srcdir/$pkgname-$pkgver" \ -DCMAKE_INSTALL_PREFIX=/usr \
