mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* chore (muon): remove version dependant tracy callouts (#11604)
* chore (muon): remove version dependant tracy callouts
Signed-off-by: Owen-sz <owen@fyralabs.com>
* remove this too
Signed-off-by: Owen-sz <owen@fyralabs.com>
* bump(muon): release 1 → 2
* fucking
Signed-off-by: Owen-sz <owen@fyralabs.com>
* wait no actually we do want to bump the release
Signed-off-by: Owen-sz <owen@fyralabs.com>
---------
Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
(cherry picked from commit b1927ecb66)
* bump(muon): release 2 → 3
---------
Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name: muon
|
||||
Version: 0.5.0
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: A meson-compatible build system
|
||||
|
||||
# https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES
|
||||
@@ -20,9 +20,7 @@ BuildRequires: libarchive-devel
|
||||
BuildRequires: libpkgconf-devel
|
||||
BuildRequires: scdoc
|
||||
BuildRequires: git-core
|
||||
%if %{?fedora} < 44
|
||||
BuildRequires: pkgconfig(tracy) %dnl Temporary fix while Tracy does not build for 44+
|
||||
%endif
|
||||
BuildRequires: pkgconfig(tracy)
|
||||
BuildRequires: pkgconfig(libattr)
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(libb2)
|
||||
@@ -45,10 +43,7 @@ An implementation of the meson build system in c99 with minimal dependencies.
|
||||
%autosetup -p1
|
||||
|
||||
%conf
|
||||
%meson --wrap-mode=nofallback \
|
||||
%if %{?fedora} >= 44
|
||||
-Dtracy=disabled
|
||||
%endif
|
||||
%meson --wrap-mode=nofallback
|
||||
|
||||
%build
|
||||
%meson_build
|
||||
|
||||
Reference in New Issue
Block a user