Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-terminal
Commits:
172f32fe by Maxime Gauduin at 2024-09-26T19:46:40+02:00
upgpkg: 1.0.0.alpha.2-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- + cosmic-terminal-lto.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cosmic-terminal
pkgdesc = Cosmic Terminal Emulator
- pkgver = 1.0.0.alpha.1
- pkgrel = 2
+ pkgver = 1.0.0.alpha.2
+ pkgrel = 1
url = https://github.com/pop-os/cosmic-term
arch = x86_64
groups = cosmic
@@ -15,7 +15,9 @@ pkgbase = cosmic-terminal
depends = libxkbcommon
depends = wayland
depends = cosmic-icon-theme
- source =
git+https://github.com/pop-os/cosmic-term.git#tag=be808b56cf24d03fc99cf44b0885078a81a16523
- b2sums =
7b0575b0c1e995c12be5f73a909ce1cc4752df94ab8cab5bf0930ac8c5a125d309ac8754c302195db33fd90180d5daa196c9857ecb4e994848e28e9314f74040
+ source =
git+https://github.com/pop-os/cosmic-term.git#tag=2e2a2376dfe0c6959e4e7d115f7b7d19405737ad
+ source = cosmic-terminal-lto.patch
+ b2sums =
5dd518b9824428279b0645dd4b535581dacba42f76459e087f89fa2193c36c71b850864419dde7cea11cd63149bafceff09b6319594c92d8ce08f9cc0f0207dd
+ b2sums =
4e28ab726f474f064a99dbb4dc75faa7ddfe00d7f5e238f57ba80ac75e44a2f6ed00ae2f3499fac94d40ec4dd773fc9eeb93c4543f8e63699ba437ba45f8783b
pkgname = cosmic-terminal
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Kyuzial <[email protected]>
pkgname=cosmic-terminal
-pkgver=1.0.0.alpha.1
-pkgrel=2
+pkgver=1.0.0.alpha.2
+pkgrel=1
pkgdesc='Cosmic Terminal Emulator'
arch=(x86_64)
url=https://github.com/pop-os/cosmic-term
@@ -22,12 +22,17 @@ makedepends=(
just
lld
)
-_tag=be808b56cf24d03fc99cf44b0885078a81a16523
-source=(git+https://github.com/pop-os/cosmic-term.git#tag=${_tag})
-b2sums=('7b0575b0c1e995c12be5f73a909ce1cc4752df94ab8cab5bf0930ac8c5a125d309ac8754c302195db33fd90180d5daa196c9857ecb4e994848e28e9314f74040')
+_tag=2e2a2376dfe0c6959e4e7d115f7b7d19405737ad
+source=(
+ git+https://github.com/pop-os/cosmic-term.git#tag=${_tag}
+ cosmic-terminal-lto.patch
+)
+b2sums=('5dd518b9824428279b0645dd4b535581dacba42f76459e087f89fa2193c36c71b850864419dde7cea11cd63149bafceff09b6319594c92d8ce08f9cc0f0207dd'
+
'4e28ab726f474f064a99dbb4dc75faa7ddfe00d7f5e238f57ba80ac75e44a2f6ed00ae2f3499fac94d40ec4dd773fc9eeb93c4543f8e63699ba437ba45f8783b')
prepare() {
cd cosmic-term
+ patch -Np1 -i ../cosmic-terminal-lto.patch
cargo fetch --locked
}
=====================================
cosmic-terminal-lto.patch
=====================================
@@ -0,0 +1,13 @@
+diff '--color=auto' -rupN cosmic-term.orig/Cargo.toml cosmic-term/Cargo.toml
+--- cosmic-term.orig/Cargo.toml 2024-09-26 19:41:32.601246122 +0200
++++ cosmic-term/Cargo.toml 2024-09-26 19:41:54.151487997 +0200
+@@ -59,6 +59,9 @@ fork = "0.1"
+ default = ["wgpu"]
+ wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
+
++[profile.release]
++lto = "thin"
++
+ [profile.release-with-debug]
+ inherits = "release"
+ debug = true
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-terminal/-/commit/172f32fed6fe4ca9d99fd548d3d1d2011a07b6b2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-terminal/-/commit/172f32fed6fe4ca9d99fd548d3d1d2011a07b6b2
You're receiving this email because of your account on gitlab.archlinux.org.