public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/hikari] rawhide: update to 3.0.0 fixes rhbz#2461117
Date: Wed, 01 Jul 2026 01:59:18 GMT	[thread overview]
Message-ID: <178287115809.1.11532455415931958119.rpms-hikari-26756dfca1f6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/hikari
            Branch : rawhide
            Commit : 26756dfca1f686091419d5bdfbc577ea958500a7
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-30T22:49:43-03:00
            Stats  : +28/-21 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/hikari/c/26756dfca1f686091419d5bdfbc577ea958500a7?branch=rawhide

            Log:
            update to 3.0.0 fixes rhbz#2461117

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 32441f3..94e835c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /hikari-2.3.1.tar.gz
 /hikari-2.3.2.tar.gz
 /hikari-2.3.3.tar.gz
+/hikari-3.0.0.tar.gz

diff --git a/hikari.spec b/hikari.spec
index 54b44c9..95b99d3 100644
--- a/hikari.spec
+++ b/hikari.spec
@@ -1,26 +1,29 @@
 Name:           hikari
-Version:        2.3.3
+Version:        3.0.0
 Release:        %autorelease
 Summary:        Stacking Wayland compositor with tiling capabilities
 
 License:        BSD-2-Clause
-URL:            https://hikari.acmelabs.space/
-Source0:        %{url}/releases/%{name}-%{version}.tar.gz
+URL:            https://codeberg.org/thomasadam/hikari
+Source0:        %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
-BuildRequires: bmake
-BuildRequires: mk-files
-BuildRequires: gcc
-BuildRequires: pkgconfig(wayland-protocols)
-BuildRequires: pkgconfig(libucl)
-BuildRequires: (pkgconfig(wlroots) >= 0.15 with pkgconfig(wlroots) < 0.16)
-BuildRequires: pkgconfig(pango)
-BuildRequires: pkgconfig(cairo)
-BuildRequires: pkgconfig(libinput)
-BuildRequires: pkgconfig(libevdev)
-BuildRequires: glib2-devel
-BuildRequires: pixman-devel
-BuildRequires: pam-devel
-Recommends: xorg-x11-server-Xwayland
+BuildRequires:  bmake
+BuildRequires:  gcc
+BuildRequires:  glib2-devel
+BuildRequires:  mk-files
+BuildRequires:  pam-devel
+BuildRequires:  pandoc-cli
+BuildRequires:  pixman-devel
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(libevdev)
+BuildRequires:  pkgconfig(libinput)
+BuildRequires:  pkgconfig(libucl)
+BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(wayland-protocols)
+BuildRequires:  pkgconfig(wayland-server)
+BuildRequires:  pkgconfig(wlroots-0.19)
+BuildRequires:  pkgconfig(xkbcommon)
+Recommends:     xorg-x11-server-Xwayland
 
 %description
 Hikari is a stacking Wayland compositor with additional tiling capabilities, it
@@ -28,7 +31,7 @@ is heavily inspired by the Calm Window manager (cwm(1)). Its core concepts are
 views, groups, sheets and the workspace.
 
 %prep
-%autosetup
+%autosetup -n %{name}
 
 %build
 %set_build_flags
@@ -37,7 +40,7 @@ export LDFLAGS_EXTRA="$LDFLAGS"
 bmake WITH_POSIX_C_SOURCE=YES \
       WITH_XWAYLAND=YES \
       WITH_SCREENCOPY=YES \
-      WITH_GAMMACONTOL=YES \
+      WITH_GAMMACONTROL=YES \
       WITH_LAYERSHELL=YES \
       WITH_VIRTUAL_INPUT=YES
 
@@ -53,10 +56,13 @@ for binary in %{buildroot}/usr/bin/hikari %{buildroot}/usr/bin/hikari-unlocker; 
       chmod 0755 "${binary:?}"
 done
 
+%check
+# No upstream tests are available
+
 %files
 %license LICENSE
 %doc README.md
-%config %{_sysconfdir}/pam.d/%{name}-unlocker
+%config(noreplace) %{_sysconfdir}/pam.d/%{name}-unlocker
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %attr(0755, root, root) %{_bindir}/%{name}
 %attr(0755, root, root) %{_bindir}/%{name}-unlocker

diff --git a/sources b/sources
index 6dc14c0..c697955 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hikari-2.3.3.tar.gz) = 15b6244ef46b29ad069475e8fadbafb01a65c8f96d1f89dd315d36f79dfea9a542936a5472e42237000f506094c7e08be37961c92a7eeed31477f4ed548f39f3
+SHA512 (hikari-3.0.0.tar.gz) = 674a867a823215770f0ff6c35a99b6d7514bea71884d128d7b8140f98d44e7a6648b458466c85f628020921fbd68ccf19b211a352184e0c348f54ae5a9af1ff5

                 reply	other threads:[~2026-07-01  1: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=178287115809.1.11532455415931958119.rpms-hikari-26756dfca1f6@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --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