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/gigolo] rawhide: Update to 0.6.0 + switch from autotools to meson build system
Date: Sat, 01 Aug 2026 17:26:08 GMT	[thread overview]
Message-ID: <178560516860.1.8180750306528499578.rpms-gigolo-04446f446411@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gigolo
            Branch : rawhide
            Commit : 04446f4464110d87b2c7b0fa09bc9a0880167e6e
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-31T16:34:49-03:00
            Stats  : +24/-19 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/gigolo/c/04446f4464110d87b2c7b0fa09bc9a0880167e6e?branch=rawhide

            Log:
            Update to 0.6.0 + switch from autotools to meson build system

spec cleanup and modernization

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

---
diff --git a/.gitignore b/.gitignore
index ef408e7..9ef9c9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ gigolo-0.4.1.tar.bz2
 /gigolo-0.5.2.tar.bz2
 /gigolo-0.5.3.tar.bz2
 /gigolo-0.5.4.tar.bz2
+/gigolo-0.6.0.tar.xz

diff --git a/gigolo.spec b/gigolo.spec
index 91a4c7c..13554b0 100644
--- a/gigolo.spec
+++ b/gigolo.spec
@@ -1,25 +1,24 @@
-%global minorversion 0.5
+# VCS   https://gitlab.xfce.org/apps/gigolo.git/
+
+%global minorversion 0.6
 
 Name:           gigolo
-Version:        0.5.4
+Version:        0.6.0
 Release:        %autorelease
 Summary:        GIO/GVFS management application
 
-# Automatically converted from old format: GPLv2 - review is highly recommended.
 License:        GPL-2.0-only
-URL:            http://goodies.xfce.org/projects/applications/gigolo/
-Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
+URL:            https://docs.xfce.org/apps/gigolo/start
+Source0:        https://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
 
-BuildRequires:  gettext
-BuildRequires:  gtk3-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc
-BuildRequires:  make
-
+BuildRequires:  gettext
+BuildRequires:  glib2-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  meson
 Requires:       gvfs-fuse
 
-Obsoletes: sion < 0.1.0-3
-
 %description
 A frontend to easily manage connections to remote filesystems using GIO/GVFS. 
 It allows you to quickly connect/mount a remote filesystem and manage
@@ -29,22 +28,27 @@ bookmarks of such.
 %setup -q
 
 %build
-#rm -f waf
-%configure
-%make_build
-
+%meson
+%meson_build
 
 %install
-%make_install
-%find_lang %{name}
+%meson_install
 
 # remove duplicate docs
-rm -rf %{buildroot}/%{_datadir}/doc/gigolo
+rm -rf %{buildroot}%{_docdir}/%{name}
+
+# Rename invalid hye locale to hy
+if [ -d %{buildroot}%{_datadir}/locale/hye ]; then
+    mv %{buildroot}%{_datadir}/locale/hye %{buildroot}%{_datadir}/locale/hy
+fi
 
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
 
+%check
+%meson_test
+
 %files -f %{name}.lang
 %license COPYING
 %doc AUTHORS ChangeLog NEWS TODO THANKS

diff --git a/sources b/sources
index 0a69c87..8f293fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gigolo-0.5.4.tar.bz2) = 39802369b53f764394914ce40477ba51f8eb00089f2fb6ffe6eb590e797de0662ff84bbcac9fdfa532c54cb293f1482d4fa8a1282aa82991b6b36d2e8a5a3b0f
+SHA512 (gigolo-0.6.0.tar.xz) = 08501cfa19ce83bd865477b9acf305c3a5cf99307c6fb48b50228c3c4d833dcc0ad07ea659d3c3e6978bf4cab965f3f1b021bcdfe09c1c1ad1b6d8eee214c9c0

                 reply	other threads:[~2026-08-01 17:26 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=178560516860.1.8180750306528499578.rpms-gigolo-04446f446411@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