public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xfdashboard] rawhide: Update to 1.1.0 + spec cleanup and modernization
Date: Sat, 01 Aug 2026 17:24:54 GMT	[thread overview]
Message-ID: <178560509418.1.9725425475475225398.rpms-xfdashboard-074297cf2fd3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xfdashboard
            Branch : rawhide
            Commit : 074297cf2fd3d9ec6e0322d645a72eebf9b3b3a7
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-31T02:05:17-03:00
            Stats  : +38/-39 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/xfdashboard/c/074297cf2fd3d9ec6e0322d645a72eebf9b3b3a7?branch=rawhide

            Log:
            Update to 1.1.0 + spec cleanup and modernization

Switch from autotools to meson build system

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index 61d21a0..9c52b01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
 /xfdashboard-0.8.0.tar.bz2
 /xfdashboard-0.8.1.tar.bz2
 /xfdashboard-1.0.0.tar.bz2
+/xfdashboard-1.1.0.tar.xz

diff --git a/sources b/sources
index ce88b50..516d16e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xfdashboard-1.0.0.tar.bz2) = 7c7da3d544de4eabe9f31c2744d7b862ed71a7e7bcadd40b61d64ce7d480e627c86992979718110d65d1534f50fd87d8241f509b26e0603b93443b4cca873d1c
+SHA512 (xfdashboard-1.1.0.tar.xz) = 83e0e552633e21f75b279c3ef3bee815dc15073ade8d90a0a4fe5971c064b93d2a4163078daa1a54df5806bd6fa83d3b8ab53335c7c818e2c158f8b93bf2e7ee

diff --git a/xfdashboard.spec b/xfdashboard.spec
index c6abe85..256d6f8 100644
--- a/xfdashboard.spec
+++ b/xfdashboard.spec
@@ -1,30 +1,29 @@
-%global majorversion 1.0
-%global libversion 0.10000.0
-
-Name:		xfdashboard
-Version:	1.0.0
-Release:	%autorelease
-Summary:	GNOME shell like dashboard for Xfce
-
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
-License:	GPL-2.0-or-later
-URL:		http://goodies.xfce.org/projects/applications/%{name}/start
-Source0:	http://archive.xfce.org/src/apps/xfdashboard/%{majorversion}/%{name}-%{version}.tar.bz2
-
-BuildRequires: make
-BuildRequires:	libwnck3-devel
-BuildRequires:	clutter-devel
-BuildRequires:	xfconf-devel
-BuildRequires:	garcon-devel
-BuildRequires:	libxfce4util-devel
-BuildRequires:	libtool
-BuildRequires:	xfce4-dev-tools
-BuildRequires:	libICE-devel
-BuildRequires:	desktop-file-utils
-BuildRequires:	libXcomposite-devel
-BuildRequires:	libXdamage-devel
-BuildRequires:	libXinerama-devel
-BuildRequires:	libappstream-glib
+%global majorversion 1.1
+%global libversion 0.10100.0
+
+Name:       xfdashboard
+Version:    1.1.0
+Release:    %autorelease
+Summary:    GNOME shell like dashboard for Xfce
+
+License:    GPL-2.0-or-later
+URL:        https://docs.xfce.org/apps/xfdashboard/start
+Source0:    https://archive.xfce.org/src/apps/xfdashboard/%{majorversion}/%{name}-%{version}.tar.xz
+
+BuildRequires:  clutter-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  garcon-devel
+BuildRequires:  gcc
+BuildRequires:  gettext
+BuildRequires:  libXcomposite-devel
+BuildRequires:  libXdamage-devel
+BuildRequires:  libXinerama-devel
+BuildRequires:  libappstream-glib
+BuildRequires:  libwnck3-devel
+BuildRequires:  libxfce4ui-devel
+BuildRequires:  libxfce4util-devel
+BuildRequires:  meson
+BuildRequires:  xfconf-devel
 
 %description
 Xfdashboard provides a GNOME shell dashboard like interface for use with Xfce
@@ -34,34 +33,33 @@ between different applications. The search feature works like Xfce's app finder
 which makes it convenient to search for and start applications.
 
 %package themes
-Summary:	Themes for xfdashboard
-Requires:	%{name}
+Summary:    Themes for xfdashboard
+BuildArch:  noarch
+Requires:   %{name}
 
 %description themes
 Additional themes for use with xfdashboard
 
 %package devel
-Summary:	Devel files for xfdashboard
-Requires:	%{name} = %{version}-%{release}
+Summary:    Devel files for xfdashboard
+Requires:   %{name} = %{version}-%{release}
 
 %description devel
 Development related files for xfdashboard
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-export CFLAGS="%{optflags}"
-
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %find_lang %{name}
 
-# remove .la files
+# remove .la files if any (meson shouldn't produce them, but let's keep it safe or remove it)
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 %check

                 reply	other threads:[~2026-08-01 17:24 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=178560509418.1.9725425475475225398.rpms-xfdashboard-074297cf2fd3@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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