Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / cosmic-randr
Commits: 0dd72ab8 by Peter Jung at 2025-02-21T19:35:10+01:00 upgpkg: 1.0.0.alpha.6-1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - cosmic-randr-lto.patch Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = cosmic-randr pkgdesc = Library and utility for displaying and configuring Wayland outputs - pkgver = 1.0.0.alpha.5.1 + pkgver = 1.0.0.alpha.6 pkgrel = 1 url = https://github.com/pop-os/cosmic-randr arch = x86_64 @@ -13,9 +13,9 @@ pkgbase = cosmic-randr depends = gcc-libs depends = glibc depends = wayland - source = git+https://github.com/pop-os/cosmic-randr.git#tag=da7df14acdf18d9ae36d1fec15a8a91e0be6a192 + source = git+https://github.com/pop-os/cosmic-randr.git#tag=c247019230c5d820dd1c3d47bc4e3c52fb03b42f source = cosmic-randr-lto.patch - b2sums = 5cc8c4a3eca1858a06af3d815663875e56df68ec85c95cbe82a6557fe18105dc6e2a46b69bb5585267686ae11927038724e62d01d160180692f313d168a53f99 - b2sums = ea19e1316acfa3e4888264226180f4ee135d7d1b0d95f58310f35b9914b568edf31d0cd1d15f00ce26124dd9844a21b489cd2d0384ae096976a1433da9d3611b + b2sums = d24e0d06b1ef89583f4e22a338913256ee46e3659952c48a50131aa869f31b87f16a8169f856864b750a9335786726c3cddb7444471ac303ee105dbac247b7dc + b2sums = 3bcdff90827243e43c4c581a8982a2739c339a98de089739c0ceaea2fdd76e555bde0a81a52f3603ee3cf7ccf8cf9e1410fd7211e445252fda7ce909ce13d776 pkgname = cosmic-randr ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Mark Wagie <mark.wa...@proton.me> pkgname=cosmic-randr -pkgver=1.0.0.alpha.5.1 +pkgver=1.0.0.alpha.6 pkgrel=1 pkgdesc='Library and utility for displaying and configuring Wayland outputs' arch=(x86_64) @@ -21,13 +21,13 @@ makedepends=( just lld ) -_tag=da7df14acdf18d9ae36d1fec15a8a91e0be6a192 +_tag=c247019230c5d820dd1c3d47bc4e3c52fb03b42f source=( git+https://github.com/pop-os/cosmic-randr.git#tag=${_tag} cosmic-randr-lto.patch ) -b2sums=('5cc8c4a3eca1858a06af3d815663875e56df68ec85c95cbe82a6557fe18105dc6e2a46b69bb5585267686ae11927038724e62d01d160180692f313d168a53f99' - 'ea19e1316acfa3e4888264226180f4ee135d7d1b0d95f58310f35b9914b568edf31d0cd1d15f00ce26124dd9844a21b489cd2d0384ae096976a1433da9d3611b') +b2sums=('d24e0d06b1ef89583f4e22a338913256ee46e3659952c48a50131aa869f31b87f16a8169f856864b750a9335786726c3cddb7444471ac303ee105dbac247b7dc' + '3bcdff90827243e43c4c581a8982a2739c339a98de089739c0ceaea2fdd76e555bde0a81a52f3603ee3cf7ccf8cf9e1410fd7211e445252fda7ce909ce13d776') prepare() { cd cosmic-randr ===================================== cosmic-randr-lto.patch ===================================== @@ -1,11 +1,9 @@ -diff '--color=auto' -rupN cosmic-randr.orig/Cargo.toml cosmic-randr/Cargo.toml ---- cosmic-randr.orig/Cargo.toml 2024-09-26 19:12:39.805093974 +0200 -+++ cosmic-randr/Cargo.toml 2024-09-26 19:12:52.505237655 +0200 -@@ -4,4 +4,5 @@ resolver = "2" - - [profile.release] - opt-level = "s" --# rustflags = ["-C", "inline-threshold=1"] -\ No newline at end of file +diff --git a/Cargo.toml b/Cargo.toml +index 8f5666b..3d2cce8 100644 +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -6,3 +6,4 @@ resolver = "2" + package."*".opt-level = "s" + opt-level = 3 + # rustflags = ["-C", "inline-threshold=1"] +lto = "thin" -+# rustflags = ["-C", "inline-threshold=1"] View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-randr/-/commit/0dd72ab8ab6b438ceb2ea6ae68c48002b9de983a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-randr/-/commit/0dd72ab8ab6b438ceb2ea6ae68c48002b9de983a You're receiving this email because of your account on gitlab.archlinux.org.