summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-11-17 09:51:32 -0500
committerKhem Raj <raj.khem@gmail.com>2025-11-18 08:17:54 -0800
commit71871bade90a73b9d2517310929e843eadcc0886 (patch)
treee8764f2ed303aa1f3fe9e0f1f9269722de4f9449
parentd3d49d7e0053bc65183238ff7502e2cf3f6d085d (diff)
downloadmeta-openembedded-71871bade90a73b9d2517310929e843eadcc0886.tar.gz
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 <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-apps/gigolo/gigolo_0.6.0.bb (renamed from meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb)6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb b/meta-xfce/recipes-apps/gigolo/gigolo_0.6.0.bb
index 4692f18294..25e289fbdd 100644
--- a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb
+++ b/meta-xfce/recipes-apps/gigolo/gigolo_0.6.0.bb
@@ -1,10 +1,14 @@
1SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs" 1SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs"
2HOMEPAGE = "https://docs.xfce.org/apps/gigolo/start"
2SECTION = "x11/application" 3SECTION = "x11/application"
3LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5 6
7XFCEBASEBUILDCLASS = "meson"
8XFCE_COMPRESS_TYPE = "xz"
9
6DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native" 10DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native"
7 11
8inherit xfce-app 12inherit xfce-app
9 13
10SRC_URI[sha256sum] = "d25984f65744665e2433335249f9547a38cead45440027af0c397ebf254d2fd0" 14SRC_URI[sha256sum] = "f27dbb51abe8144c1b981f2d820ad1b279c1bc4623d7333b7d4f5f4777eb45ed"