Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-declarative
Commits:
7c32ec7d by Antonio Rojas at 2023-09-28T09:05:43+02:00
Drop merged patch
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -18,14 +18,8 @@ provides=(qt6-quickcontrols2)
replaces=(qt6-quickcontrols2)
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
-
qtbug-113426.patch::https://code.qt.io/cgit/qt/qtdeclarative.git/patch/?id=935c60a9)
-sha256sums=('404dd6d2d206bb882ecd6622f0c708c9d6bd724a4d83776e13c49761c159d215'
- 'db5a556c0cdca5ea1f6156e1ee9bb1a2cbb25bc8ff3d203ccfd1d047d4c57ea7')
-
-prepare() {
- patch -d $_pkgfn -p1 < qtbug-113426.patch # Fix crashes in Plasma 6
-}
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('404dd6d2d206bb882ecd6622f0c708c9d6bd724a4d83776e13c49761c159d215')
build() {
export CXXFLAGS+=" -ffat-lto-objects"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/7c32ec7da0e323a4bd073b0108aa26ce51d102c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/7c32ec7da0e323a4bd073b0108aa26ce51d102c8
You're receiving this email because of your account on gitlab.archlinux.org.