pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dte: keep the desktop & appstream files to avoid muddying PLIST



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Thu Jan 4 22:08:07 2024 -0500
Changeset:	05855b0535b5107e5cfd151e0c240b9150968e8a

Modified Files:
	dte/distinfo
Added Files:
	dte/.gt-temp.txt
	dte/patches/patch-GNUmakefile

Log Message:
dte: keep the desktop & appstream files to avoid muddying PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=05855b0535b5107e5cfd151e0c240b9150968e8a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dte/.gt-temp.txt              |  0
 dte/distinfo                  |  2 +-
 dte/patches/patch-GNUmakefile | 22 ++++++++++++++++++++++
 3 files changed, 23 insertions(+), 1 deletion(-)

diffs:
diff --git a/dte/.gt-temp.txt b/dte/.gt-temp.txt
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/dte/distinfo b/dte/distinfo
index 4e5a818f23..1d39fc2758 100644
--- a/dte/distinfo
+++ b/dte/distinfo
@@ -3,5 +3,5 @@ $NetBSD: distinfo,v 1.5 2021/10/26 10:21:26 nia Exp $
 BLAKE2s (dte-1.11.1.tar.gz) = 1930bd74fe54962a8a808bf48a171bc19aabedc624b328fa02a1d777d32e7437
 SHA512 (dte-1.11.1.tar.gz) = bdc2100d1d9db8ed24fd5df37154c681625f1d8af66b3e544450f25fa90341d2ff151504b3718e7b2a69ebc28dac41a1841d1024cab9a60c82cc4807b88a4887
 Size (dte-1.11.1.tar.gz) = 415294 bytes
-SHA1 (patch-GNUmakefile) = 25dc647afed8b3694950f2d31903e7254898d547
+SHA1 (patch-GNUmakefile) = f8de9c3a3d84d89c996f72bad933a72ca2ad734a
 SHA1 (patch-src_buffer.c) = 0118730fde1e72a7f86cbcebc20f3061eda478a2
diff --git a/dte/patches/patch-GNUmakefile b/dte/patches/patch-GNUmakefile
new file mode 100644
index 0000000000..7b7aa06b42
--- /dev/null
+++ b/dte/patches/patch-GNUmakefile
@@ -0,0 +1,22 @@
+$NetBSD$
+
+Keep the desktop and appstream files on Darwin
+
+--- GNUmakefile.orig	2024-01-05 03:02:19.383401126 +0000
++++ GNUmakefile
+@@ -38,13 +38,8 @@ endef
+ 
+ all: $(dte)
+ check: check-tests check-opts
+-install: install-bin install-man install-bash-completion
+-uninstall: uninstall-bin uninstall-man uninstall-bash-completion
+-
+-ifneq "$(KERNEL)" "Darwin"
+- install: install-desktop-file install-appstream
+- uninstall: uninstall-desktop-file uninstall-appstream
+-endif
++install: install-bin install-man install-bash-completion install-desktop-file install-appstream
++uninstall: uninstall-bin uninstall-man uninstall-bash-completion uninstall-desktop-file uninstall-appstream
+ 
+ install-bin: all
+ 	$(Q) $(INSTALL) -d -m755 '$(DESTDIR)$(bindir)'


Home | Main Index | Thread Index | Old Index