Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cxx-rust-cssparser
Commits:
62c4a07d by Antonio Rojas at 2026-05-14T09:04:30+02:00
upgpkg: 1.0.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,21 +1,19 @@
pkgbase = cxx-rust-cssparser
pkgdesc = Library for parsing CSS using the Rust cssparser crate
- pkgver = git20260324
+ pkgver = 1.0.0
pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
license = LGPL-2.1-only
license = LGPL-3.0-only
- license = LicenseRef-KDE-Accepted-LGPL
makedepends = corrosion
makedepends = extra-cmake-modules
- makedepends = git
makedepends = qt6-base
depends = glibc
depends = libgcc
depends = libstdc++
options = !lto
- source =
git+https://invent.kde.org/libraries/cxx-rust-cssparser#commit=7f27a2cb4e2e4bf5ce2da534799df10e347f6212
- sha256sums =
3bee58ec8b5f1dec58be7911d303ccc071856b3d1b4bd08f099d21b870c2a567
+ source =
https://download.kde.org/stable/cxx-rust-cssparser/cxx-rust-cssparser-1.0.0.tar.xz
+ sha256sums =
df233783cb017d352a7b96d9a0fefca5a1121b8fe384216c28f9544f682e6277
pkgname = cxx-rust-cssparser
=====================================
PKGBUILD
=====================================
@@ -1,30 +1,26 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=cxx-rust-cssparser
-pkgver=git20260324
+pkgver=1.0.0
pkgrel=1
-_commit=7f27a2cb4e2e4bf5ce2da534799df10e347f6212
arch=(x86_64)
pkgdesc='Library for parsing CSS using the Rust cssparser crate'
url='https://kde.org/plasma-desktop/'
license=(LGPL-2.1-only
- LGPL-3.0-only
- LicenseRef-KDE-Accepted-LGPL)
+ LGPL-3.0-only)
depends=(glibc
libgcc
libstdc++)
makedepends=(corrosion
extra-cmake-modules
- git
qt6-base)
-source=(git+https://invent.kde.org/libraries/cxx-rust-cssparser#commit=$_commit)
-sha256sums=('3bee58ec8b5f1dec58be7911d303ccc071856b3d1b4bd08f099d21b870c2a567')
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('df233783cb017d352a7b96d9a0fefca5a1121b8fe384216c28f9544f682e6277')
options=(!lto)
build() {
- CFLAGS+=" -ffat-lto-objects" \
- cmake -B build -S $pkgname \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cxx-rust-cssparser/-/commit/62c4a07d444c8f14ab49820ce559455f5e2e4643
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cxx-rust-cssparser/-/commit/62c4a07d444c8f14ab49820ce559455f5e2e4643
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help