mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
1cf9f87b65
a/mkinitrd-1.4.11-x86_64-15.txz: Rebuilt. Use the standard mktemp utility from GNU coreutils, not the old tempfile. d/help2man-1.47.15-x86_64-1.txz: Upgraded. l/aspell-en-2019.10.06_0-x86_64-1.txz: Upgraded. l/gtk+3-3.24.20-x86_64-1.txz: Upgraded. l/imagemagick-7.0.10_9-x86_64-1.txz: Upgraded. n/irssi-1.2.2-x86_64-2.txz: Rebuilt. Fixed ctrl-space killing input with recent glib. Thanks to tramtrist and Urchlay. x/xterm-354-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-de-20161207_7_0-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-ga-5.1_0-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-it-2.4_20070901_0-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-ml-0.04_1-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-pl-6.0_20200327_0-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-pt_BR-20131030_12_0-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-pt_PT-20190329_1_0-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-sk-2.02_0-x86_64-1.txz: Upgraded. extra/aspell-word-lists/aspell-tl-0.4_0-x86_64-1.txz: Upgraded.
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
--- ./Makefile.in.orig 2020-04-27 09:37:05.000000000 -0500
|
|
+++ ./Makefile.in 2020-04-27 13:08:49.593281753 -0500
|
|
@@ -1241,7 +1241,6 @@
|
|
dist-hook:
|
|
mkdir $(distdir)/subprojects
|
|
cp -p $(srcdir)/subprojects/*.wrap $(distdir)/subprojects
|
|
- $(top_srcdir)/check-version.py $(top_srcdir)/configure.ac $(top_srcdir)/meson.build
|
|
|
|
distclean-local:
|
|
if test "$(srcdir)" = "."; then :; else \
|
|
--- ./meson.build.orig 2020-04-27 09:35:59.000000000 -0500
|
|
+++ ./meson.build 2020-04-27 13:09:29.805285185 -0500
|
|
@@ -987,16 +987,6 @@
|
|
install_dir : join_paths(gtk_datadir, 'gtk-3.0', 'valgrind'))
|
|
endif
|
|
|
|
-test(
|
|
- 'version-check',
|
|
- find_program('check-version.py'),
|
|
- args: [
|
|
- join_paths(meson.current_source_dir(), 'configure.ac'),
|
|
- join_paths(meson.current_source_dir(), 'meson.build'),
|
|
- ],
|
|
- suite: 'gtk',
|
|
-)
|
|
-
|
|
summary = [
|
|
'',
|
|
'------',
|
|
--- ./Makefile.am.orig 2020-04-23 12:14:53.000000000 -0500
|
|
+++ ./Makefile.am 2020-04-27 13:08:28.015279911 -0500
|
|
@@ -84,7 +84,6 @@
|
|
dist-hook:
|
|
mkdir $(distdir)/subprojects
|
|
cp -p $(srcdir)/subprojects/*.wrap $(distdir)/subprojects
|
|
- $(top_srcdir)/check-version.py $(top_srcdir)/configure.ac $(top_srcdir)/meson.build
|
|
|
|
distclean-local:
|
|
if test "$(srcdir)" = "."; then :; else \
|