From 3df02058fb3d48a999bbc8d5d56c2910fbc249a4 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 24 Mar 2024 23:37:14 +0100
Subject: [PATCH] meld: update to 3.22.2

---
 components/editor/emacs/manifests/sample-manifest.p5m |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/editor/emacs/manifests/sample-manifest.p5m b/components/editor/emacs/manifests/sample-manifest.p5m
index 2a60e5c..1c29823 100644
--- a/components/editor/emacs/manifests/sample-manifest.p5m
+++ b/components/editor/emacs/manifests/sample-manifest.p5m
@@ -25,12 +25,12 @@
 
 file path=usr/bin/ebrowse
 file path=usr/bin/emacs
-file path=usr/bin/emacs-gtk
-hardlink path=usr/bin/emacs-gtk-$(HUMAN_VERSION) target=emacs-gtk
+hardlink path=usr/bin/emacs-gtk target=emacs-gtk-$(HUMAN_VERSION)
+file path=usr/bin/emacs-gtk-$(HUMAN_VERSION)
 file path=usr/bin/emacs-nox
 hardlink path=usr/bin/emacs-nox-$(HUMAN_VERSION) target=emacs-nox
-hardlink path=usr/bin/emacs-x target=emacs-x-$(HUMAN_VERSION)
-file path=usr/bin/emacs-x-$(HUMAN_VERSION)
+file path=usr/bin/emacs-x
+hardlink path=usr/bin/emacs-x-$(HUMAN_VERSION) target=emacs-x
 file path=usr/bin/emacsclient
 file path=usr/gnu/bin/ctags
 file path=usr/gnu/bin/etags
@@ -38,8 +38,8 @@
 file path=usr/gnu/share/man/man1/etags.1
 file path=usr/include/emacs-module.h
 file path=usr/lib/$(MACH64)/systemd/user/emacs.service
-file path=usr/lib/emacs/$(HUMAN_VERSION)/$(GCC_GNU_TRIPLET)/emacs-891f5883920546c74b3e8285f6d9f5fdc88e88990a823126115c7c61b19fb13a.pdmp
-file path=usr/lib/emacs/$(HUMAN_VERSION)/$(GCC_GNU_TRIPLET)/emacs-b80ca7051f0195dc05e6d6e94b7ea627d370dcecbb5cac64ad0e9df61afd537d.pdmp
+file path=usr/lib/emacs/$(HUMAN_VERSION)/$(GCC_GNU_TRIPLET)/emacs-1861595201d14351bedab5175fe996d7c2955a74d4595f1cc48dce878e58c447.pdmp
+file path=usr/lib/emacs/$(HUMAN_VERSION)/$(GCC_GNU_TRIPLET)/emacs-f90e082844161b68fb49265713952e4b5f2334bffb545e9d5638037abd784e2d.pdmp
 file path=usr/lib/emacs/$(HUMAN_VERSION)/$(GCC_GNU_TRIPLET)/emacs-gtk.pdmp
 file path=usr/lib/emacs/$(HUMAN_VERSION)/$(GCC_GNU_TRIPLET)/emacs-nox.pdmp
 file path=usr/lib/emacs/$(HUMAN_VERSION)/$(GCC_GNU_TRIPLET)/emacs-x.pdmp

--
Gitblit v1.9.3