public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-aw-qt] f44: Fix error with not finding logo
@ 2026-06-03 17:39 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-03 17:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-aw-qt
Branch : f44
Commit : cc6639fcb19d21c5b414b84af5b3b5cb6592fe19
Author : Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Date   : 2026-06-03T19:31:37+02:00
Stats  : +4/-4 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-aw-qt/c/cc6639fcb19d21c5b414b84af5b3b5cb6592fe19?branch=f44

Log:
Fix error with not finding logo

---
diff --git a/.gitignore b/.gitignore
index 1ca68f6..6660108 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
 /aw-qt-43864b2.tar.gz
-/logo-128.png
-/logo.png
 /aw-qt-6ab7e3f.tar.gz
 /aw-qt-6fbb5f7.tar.gz

diff --git a/logo-128.png b/logo-128.png
new file mode 100644
index 0000000..99e9a0c
Binary files /dev/null and b/logo-128.png differ

diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..d5e59a6
Binary files /dev/null and b/logo.png differ

diff --git a/python-aw-qt.spec b/python-aw-qt.spec
index 26265b3..95e80a7 100644
--- a/python-aw-qt.spec
+++ b/python-aw-qt.spec
@@ -10,8 +10,10 @@ Summary:        Service manager and tray icon managing aw-server and watchers, b
 License:        MPL-2.0
 URL:            https://github.com/ActivityWatch/aw-qt
 Source0:        %{url}/archive/%{commit}/%{srcname}-%{short_commit}.tar.gz
-Source1:        https://raw.githubusercontent.com/ActivityWatch/media/cb597f7c2e2b135505fe5d6b3042960a638892cf/logo/logo.png
-Source2:        https://raw.githubusercontent.com/ActivityWatch/media/cb597f7c2e2b135505fe5d6b3042960a638892cf/logo/logo-128.png
+# https://raw.githubusercontent.com/ActivityWatch/media/cb597f7c2e2b135505fe5d6b3042960a638892cf/logo/logo.png
+Source1:        logo.png
+# https://raw.githubusercontent.com/ActivityWatch/media/cb597f7c2e2b135505fe5d6b3042960a638892cf/logo/logo-128.png
+Source2:        logo-128.png
 Patch:          0001-Avoid-FTBFS-on-upcoming-Fedora.patch
 
 BuildArch:      noarch

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-03 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 17:39 [rpms/python-aw-qt] f44: Fix error with not finding logo 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox