public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/libadwaita] f45: Drop an already merged patch
Date: Tue, 15 Sep 2026 18:15:00 GMT [thread overview]
Message-ID: <178949610063.1.2308528775790193771.rpms-libadwaita-7e73174e417b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libadwaita
Branch : f45
Commit : 7e73174e417b57586dc4b46babd9281c71e863cb
Author : Lukáš Tyrychtr <ltyrycht@redhat.com>
Date : 2026-09-15T20:14:47+02:00
Stats : +0/-32 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/libadwaita/c/7e73174e417b57586dc4b46babd9281c71e863cb?branch=f45
Log:
Drop an already merged patch
---
diff --git a/fix-sassc-requirement-for-tarball-builds.patch b/fix-sassc-requirement-for-tarball-builds.patch
deleted file mode 100644
index 7b00f65..0000000
--- a/fix-sassc-requirement-for-tarball-builds.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 954ef6ce80838b7e96cfc7f43287e99238c9639c Mon Sep 17 00:00:00 2001
-From: Jan Grulich <jgrulich@redhat.com>
-Date: Tue, 4 Aug 2026 16:13:26 +0200
-Subject: [PATCH] Fix sassc requirement for tarball builds
-
-The meson build checks for base.css to determine if pre-generated CSS
-is available, but the tarball ships gtk.css instead. This causes sassc
-to be required even for tarball builds where the compiled stylesheet
-is already present. Fix the check to look for gtk.css.
----
- src/stylesheet/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/stylesheet/meson.build b/src/stylesheet/meson.build
-index 023ebf7b7..1acc22ee4 100644
---- a/src/stylesheet/meson.build
-+++ b/src/stylesheet/meson.build
-@@ -3,7 +3,7 @@ fs = import('fs')
- stylesheet_deps = []
-
- # For git checkouts, but not for tarballs...
--if not fs.exists('base.css')
-+if not fs.exists('gtk.css')
- sassc = find_program('sassc', required: false)
- if not sassc.found()
- subproject('sassc', default_options: ['warning_level=0', 'werror=false'])
---
-GitLab
-
diff --git a/libadwaita.spec b/libadwaita.spec
index 1e897cc..fb21e3d 100644
--- a/libadwaita.spec
+++ b/libadwaita.spec
@@ -12,9 +12,6 @@ License: LGPL-2.1-or-later AND MIT
URL: https://gitlab.gnome.org/GNOME/libadwaita
Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_minor_version}/%{name}-%{gnome_tarball_version}.tar.xz
-# https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/1802
-Patch0: fix-sassc-requirement-for-tarball-builds.patch
-
%gnome_check_version
BuildRequires: desktop-file-utils
reply other threads:[~2026-09-15 18:15 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=178949610063.1.2308528775790193771.rpms-libadwaita-7e73174e417b@fedoraproject.org \
--to=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