From 71871bade90a73b9d2517310929e843eadcc0886 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Mon, 17 Nov 2025 09:51:32 -0500 Subject: gigolo: upgrade 0.5.3 -> 0.6.0 Add a HOMEPAGE while we are here. Use meson build. Changelog: https://gitlab.xfce.org/apps/gigolo/-/tags/gigolo-0.6.0 Changelog: https://gitlab.xfce.org/apps/gigolo/-/tags/gigolo-0.5.4 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb | 10 ---------- meta-xfce/recipes-apps/gigolo/gigolo_0.6.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb create mode 100644 meta-xfce/recipes-apps/gigolo/gigolo_0.6.0.bb diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb deleted file mode 100644 index 4692f18294..0000000000 --- a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs" -SECTION = "x11/application" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native" - -inherit xfce-app - -SRC_URI[sha256sum] = "d25984f65744665e2433335249f9547a38cead45440027af0c397ebf254d2fd0" diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.6.0.bb b/meta-xfce/recipes-apps/gigolo/gigolo_0.6.0.bb new file mode 100644 index 0000000000..25e289fbdd --- /dev/null +++ b/meta-xfce/recipes-apps/gigolo/gigolo_0.6.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs" +HOMEPAGE = "https://docs.xfce.org/apps/gigolo/start" +SECTION = "x11/application" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +XFCEBASEBUILDCLASS = "meson" +XFCE_COMPRESS_TYPE = "xz" + +DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native" + +inherit xfce-app + +SRC_URI[sha256sum] = "f27dbb51abe8144c1b981f2d820ad1b279c1bc4623d7333b7d4f5f4777eb45ed" -- cgit v1.2.3-54-g00ecf