public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ryan Brue <ryanbrue.dev@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cosmic-launcher] f43: Update to 1.8.0
Date: Wed, 09 Sep 2026 20:59:47 GMT	[thread overview]
Message-ID: <178898758759.1.14275366044026595754.rpms-cosmic-launcher-35cba023d155@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cosmic-launcher
Branch : f43
Commit : 35cba023d155c520d03b06c997372952dd70bc60
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-09-09T15:59:39-05:00
Stats  : +89/-70 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-launcher/c/35cba023d155c520d03b06c997372952dd70bc60?branch=f43

Log:
Update to 1.8.0

---
diff --git a/.gitignore b/.gitignore
index 5498d46..e207fad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,5 @@
 /vendor-1.5.0.tar.gz
 /cosmic-launcher-1.6.0.tar.gz
 /vendor-1.6.0.tar.gz
+/cosmic-launcher-1.8.0.tar.gz
+/vendor-1.8.0.tar.gz

diff --git a/cosmic-launcher.spec b/cosmic-launcher.spec
index 0912b15..9e9b0b4 100644
--- a/cosmic-launcher.spec
+++ b/cosmic-launcher.spec
@@ -10,12 +10,12 @@ ExcludeArch: %{ix86}
 # While our version corresponds to an upstream tag, we still need to define
 # these macros in order to set the VERGEN_GIT_SHA and VERGEN_GIT_COMMIT_DATE
 # environment variables in multiple sections of the spec file.
-%global commit a9ad093127884e5bdbe11beb1580427abc936947
-%global commitdatestring 2026-08-18 14:04:05 +0200
-%global cosmic_minver 1.6.0
+%global commit 9d649e2db050ca85bf91850d5c54db9507936575
+%global commitdatestring 2026-09-05 00:24:28 +0200
+%global cosmic_minver 1.8.0
 
 Name:           cosmic-launcher
-Version: 1.6.0
+Version: 1.8.0
 Release:        %autorelease
 Summary:        Pop launcher frontend for the COSMIC Desktop Environment
 
@@ -64,9 +64,16 @@ else
 fi
 
 %build
+# Used by build.rs to expand the .desktop and .metainfo.xml files
+export APP_ID="com.system76.CosmicLauncher"
 # Set vergen environment variables
 export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'"
 export VERGEN_GIT_SHA="%{commit}"
+# The zbus-lockstep #[validate] macro resolves the AT-SPI XML directory to
+# "vendor/xml" (the vendored xml crate) instead of atspi-common's own
+# "xml" directory, which makes it panic on files without an extension.
+# Explicitly point it at the right directory.
+export LOCKSTEP_XML_PATH="$PWD/vendor/atspi-common/xml"
 %cargo_build
 %{cargo_license_summary}
 %{cargo_license} > LICENSE.dependencies
@@ -79,10 +86,20 @@ sed 's/^\([^+]*\)+.*+\([^+]*\)$/\1+\2/' -i cargo-vendor.txt
 export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'"
 export VERGEN_GIT_SHA="%{commit}"
 just rootdir=%{buildroot} prefix=%{_prefix} install
+# The justfile installs the generated metainfo file into
+# %{_datadir}/appdata, but the files section expects it in %{_metainfodir}
+# (%{_datadir}/metainfo). Move it to the correct location.
+mkdir -p %{buildroot}%{_metainfodir}
+mv %{buildroot}%{_datadir}/appdata/com.system76.CosmicLauncher.metainfo.xml \
+    %{buildroot}%{_metainfodir}/
 
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/com.system76.CosmicLauncher.desktop
 %if %{with check}
+# Used by build.rs to expand the .desktop and .metainfo.xml files
+export APP_ID="com.system76.CosmicLauncher"
+# Required by zbus-lockstep to resolve the AT-SPI XML directory
+export LOCKSTEP_XML_PATH="$PWD/vendor/atspi-common/xml"
 # Set vergen environment variables
 export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'"
 export VERGEN_GIT_SHA="%{commit}"

diff --git a/sources b/sources
index ce16ba3..56cf05f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-launcher-1.6.0.tar.gz) = e5b6832edac08cada0bd26a09f21891085309bf06cfa818795ca12faf96ede080c945b117bee630257c94b9342716541c2563238ca0c6823cb71fd1110c07498
-SHA512 (vendor-1.6.0.tar.gz) = de025dafaef39b839d5f86f54515ef4f68fb002ed0d7cf601f048ffe877dd55a0ac6be4898ddac2dd56e832e36dd1d5722bf5f983416b1d639ce5fd4af15ebc5
+SHA512 (cosmic-launcher-1.8.0.tar.gz) = a1853a37acf262ef4549ae650a73718b8858f8c1cd06eb91de808e43e77b7f8b22abb3e7d338c447950621bdb4ff98679c877e2310855b29559b657c630b3967
+SHA512 (vendor-1.8.0.tar.gz) = 87e790cf2899ad7cd18f51ac39f55ce616ade4c1819666121eec1a8444f2607fe4ed648bf2f254b96f1ab8c7af8ef70853364e094a4f1825402c0daf13c2144a

diff --git a/vendor-config-1.6.0.toml b/vendor-config-1.6.0.toml
deleted file mode 100644
index 74b60df..0000000
--- a/vendor-config-1.6.0.toml
+++ /dev/null
@@ -1,64 +0,0 @@
-[source.crates-io]
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/iced-rs/cryoglyph.git?rev=e429a025df36ab8145708acb309080ae3deec17a"]
-git = "https://github.com/iced-rs/cryoglyph.git"
-rev = "e429a025df36ab8145708acb309080ae3deec17a"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/jackpot51/rust-atomicwrites"]
-git = "https://github.com/jackpot51/rust-atomicwrites"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-protocols?rev=32283d7"]
-git = "https://github.com/pop-os/cosmic-protocols"
-rev = "32283d7"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-settings-daemon"]
-git = "https://github.com/pop-os/cosmic-settings-daemon"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/dbus-settings-bindings"]
-git = "https://github.com/pop-os/dbus-settings-bindings"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/freedesktop-icons"]
-git = "https://github.com/pop-os/freedesktop-icons"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/launcher/"]
-git = "https://github.com/pop-os/launcher/"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/libcosmic/"]
-git = "https://github.com/pop-os/libcosmic/"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/smithay-clipboard?tag=sctk-0.20"]
-git = "https://github.com/pop-os/smithay-clipboard"
-tag = "sctk-0.20"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0"]
-git = "https://github.com/pop-os/softbuffer"
-tag = "cosmic-4.0"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20"]
-git = "https://github.com/pop-os/window_clipboard.git"
-tag = "sctk-0.20"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/winit.git?tag=cosmic-0.14"]
-git = "https://github.com/pop-os/winit.git"
-tag = "cosmic-0.14"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/wash2/accesskit?tag=cosmic-0.14"]
-git = "https://github.com/wash2/accesskit"
-tag = "cosmic-0.14"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file

diff --git a/vendor-config-1.8.0.toml b/vendor-config-1.8.0.toml
new file mode 100644
index 0000000..74b60df
--- /dev/null
+++ b/vendor-config-1.8.0.toml
@@ -0,0 +1,64 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/iced-rs/cryoglyph.git?rev=e429a025df36ab8145708acb309080ae3deec17a"]
+git = "https://github.com/iced-rs/cryoglyph.git"
+rev = "e429a025df36ab8145708acb309080ae3deec17a"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/jackpot51/rust-atomicwrites"]
+git = "https://github.com/jackpot51/rust-atomicwrites"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-protocols?rev=32283d7"]
+git = "https://github.com/pop-os/cosmic-protocols"
+rev = "32283d7"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-settings-daemon"]
+git = "https://github.com/pop-os/cosmic-settings-daemon"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/dbus-settings-bindings"]
+git = "https://github.com/pop-os/dbus-settings-bindings"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/freedesktop-icons"]
+git = "https://github.com/pop-os/freedesktop-icons"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/launcher/"]
+git = "https://github.com/pop-os/launcher/"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/libcosmic/"]
+git = "https://github.com/pop-os/libcosmic/"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/smithay-clipboard?tag=sctk-0.20"]
+git = "https://github.com/pop-os/smithay-clipboard"
+tag = "sctk-0.20"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0"]
+git = "https://github.com/pop-os/softbuffer"
+tag = "cosmic-4.0"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20"]
+git = "https://github.com/pop-os/window_clipboard.git"
+tag = "sctk-0.20"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/winit.git?tag=cosmic-0.14"]
+git = "https://github.com/pop-os/winit.git"
+tag = "cosmic-0.14"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/wash2/accesskit?tag=cosmic-0.14"]
+git = "https://github.com/wash2/accesskit"
+tag = "cosmic-0.14"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"
\ No newline at end of file

                 reply	other threads:[~2026-09-09 20:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178898758759.1.14275366044026595754.rpms-cosmic-launcher-35cba023d155@fedoraproject.org \
    --to=ryanbrue.dev@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox