From e2add121d2713ca72f3c4cf6ae2d557dd4cfc062 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 8 Apr 2021 00:18:26 +0200 Subject: gigolo: upgrade 0.5.1 -> 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.5.2 ======================= A bugfix and translation update, a new icon, various cleanups.. thanks to all contributors ! ====== - Update TODO - Refresh Glade file, drop unused tab labels (fixes #13) - move the logic setting GtkSpin port value to setup_for_type() (#11) - Use new icon in window titlebar - Fix compilation warnings - autoconf: Some updates - Only show an error dialog if the host field is visible/required - Remove capitalization from icon name - Update GenericName (#2) - Fix comment style. - Remove GSourceFunc casts - Update Makefile.am - Add gigolo.ui to POTFILES.in (Issue #6) - Added new icons following new style and reverse DNS format. - Add new README.md and update AM_INIT_AUTOMAKE - Add basic GitLab pipeline - Bug #16717: Move from exo-csource to xdt-csource - Translation Updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb | 11 ----------- meta-xfce/recipes-apps/gigolo/gigolo_0.5.2.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb create mode 100644 meta-xfce/recipes-apps/gigolo/gigolo_0.5.2.bb diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb deleted file mode 100644 index 1233fe0693..0000000000 --- a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native" - -inherit xfce-app - -SRC_URI[md5sum] = "94e89ad3fabba7167760004b64062f4a" -SRC_URI[sha256sum] = "ca87badb5871e4844579704704ea9e5ede444f710a3b264c12b60b2a0e48e14e" diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.2.bb b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.2.bb new file mode 100644 index 0000000000..517f1f4c50 --- /dev/null +++ b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.2.bb @@ -0,0 +1,10 @@ +SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native" + +inherit xfce-app + +SRC_URI[sha256sum] = "e34a1aa0755f9f6c234c7d24b23a6cecd6ef50741d79da3bb6f698a2281dbbc3" -- cgit 1.2.3-korg