Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
system76-firmware
Commits:
191a6af3 by Maxime Gauduin at 2026-06-03T11:31:23+02:00
upgpkg: 1.0.76-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = system76-firmware
pkgdesc = System76 Firmware Tool and Daemon
pkgver = 1.0.76
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/system76-firmware
arch = x86_64
license = GPL-3.0-only
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=system76-firmware
pkgver=1.0.76
-pkgrel=1
+pkgrel=2
pkgdesc='System76 Firmware Tool and Daemon'
arch=(x86_64)
url=https://github.com/pop-os/system76-firmware
@@ -32,6 +32,7 @@
b2sums=('d3c0f62ca7a267126f5b9fd81737fc827c6e40f0cad6cbc145368bec864ea0cbfce2e27
prepare() {
cd system76-firmware
sed -i
's|\$(sysconfdir)/dbus-1/system.d/|\$(datarootdir)/dbus-1/system.d/|g' Makefile
+ sed -i 's|\$(sysconfdir)/systemd/system/|\$(libdir)/systemd/system/|g'
Makefile
}
build() {
@@ -42,7 +43,6 @@ build() {
package() {
cd system76-firmware
make DESTDIR="${pkgdir}" install
- mv "${pkgdir}"/etc/systemd "${pkgdir}"/usr/lib/
}
# vim: ts=2 sw=2 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/system76-firmware/-/commit/191a6af3ca48b9b723bcf6e131936d33c752d7b6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/system76-firmware/-/commit/191a6af3ca48b9b723bcf6e131936d33c752d7b6
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