public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libadwaita] rawhide: Drop an already merged patch
@ 2026-09-15 17:44
0 siblings, 0 replies; only message in thread
From: @ 2026-09-15 17:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libadwaita
Branch : rawhide
Commit : a5e3e8b09df40b3d849d0eb8a7a95097ffbd026f
Author : Lukáš Tyrychtr <ltyrycht@redhat.com>
Date : 2026-09-15T19:43:38+02:00
Stats : +0/-32 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/libadwaita/c/a5e3e8b09df40b3d849d0eb8a7a95097ffbd026f?branch=rawhide
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-15 17:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 17:44 [rpms/libadwaita] rawhide: Drop an already merged patch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox