Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qqc2-desktop-style5
Commits: f0af8ef1 by Antonio Rojas at 2024-05-19T23:18:08+02:00 Remove translations Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-desktop-style5/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = qqc2-desktop-style5 pkgdesc = A style for Qt Quick Controls 2 to make it follow your desktop theme pkgver = 5.116.0 - pkgrel = 1 + pkgrel = 2 url = https://community.kde.org/Frameworks arch = x86_64 groups = kf5 ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=qqc2-desktop-style pkgname=${_name}5 pkgver=5.116.0 -pkgrel=1 +pkgrel=2 pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -26,4 +26,5 @@ build() { package() { DESTDIR="$pkgdir" cmake --install build + rm -r "$pkgdir"/usr/share/locale } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-desktop-style5/-/commit/f0af8ef13d5c7bb3a408091834c25b7b5ebdc8b3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-desktop-style5/-/commit/f0af8ef13d5c7bb3a408091834c25b7b5ebdc8b3 You're receiving this email because of your account on gitlab.archlinux.org.
