jer 15/04/20 04:22:28
Added: rofi-0.15.2-run_test_sh.patch
rofi-0.15.2-Werror.patch
Log:
Version bump (bug #546834 by avx).
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.1 x11-misc/rofi/files/rofi-0.15.2-run_test_sh.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/files/rofi-0.15.2-run_test_sh.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/files/rofi-0.15.2-run_test_sh.patch?rev=1.1&content-type=text/plain
Index: rofi-0.15.2-run_test_sh.patch
===================================================================
--- a/Makefile.am
+++ b/Makefile.am
@@ -137,14 +137,6 @@
test: ${bin_PROGRAMS}
./rofi_test
./helper_test
- $(top_srcdir)/test/run_test.sh 123 $(top_builddir)/textbox_test
$(top_builddir) $(top_srcdir)/doc/example.xresources
- $(top_srcdir)/test/run_test.sh 200
$(top_srcdir)/test/run_errormsg_test.sh $(top_builddir)
$(top_srcdir)/doc/example.xresources
- $(top_srcdir)/test/run_test.sh 201
$(top_srcdir)/test/run_switchdialog_test.sh $(top_builddir)
$(top_srcdir)/doc/example.xresources
- $(top_srcdir)/test/run_test.sh 202 $(top_srcdir)/test/run_dmenu_test.sh
$(top_builddir) $(top_srcdir)/doc/example.xresources
- $(top_srcdir)/test/run_test.sh 203
$(top_srcdir)/test/run_dmenu_custom_test.sh $(top_builddir)
$(top_srcdir)/doc/example.xresources
- $(top_srcdir)/test/run_test.sh 204 $(top_srcdir)/test/run_run_test.sh
$(top_builddir) $(top_srcdir)/doc/example.xresources
- $(top_srcdir)/test/run_test.sh 205
$(top_srcdir)/test/run_script_test.sh $(top_builddir)
$(top_srcdir)/doc/example.xresources
-
.PHONY: cppcheck
1.1 x11-misc/rofi/files/rofi-0.15.2-Werror.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/files/rofi-0.15.2-Werror.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/files/rofi-0.15.2-Werror.patch?rev=1.1&content-type=text/plain
Index: rofi-0.15.2-Werror.patch
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
##
# Setup automake to be silent and in foreign mode.
##
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AM_SILENT_RULES([yes])
##
@@ -14,6 +14,7 @@
##
AC_PROG_CC([clang gcc cc])
AC_PROG_CC_C99
+AM_PROG_CC_C_O
AC_USE_SYSTEM_EXTENSIONS