Arora: apply all patches

Fixes #1124.
This commit is contained in:
Christian Prochaska 2014-04-14 15:43:59 +02:00 committed by Christian Helmuth
parent 5d23e5903e
commit 0e208c3d3d
1 changed files with 4 additions and 10 deletions

View File

@ -9,6 +9,8 @@ PORTS += $(ARORA)
prepare:: $(CONTRIB_DIR)/$(ARORA)
PATCHES_DIR = src/app/arora/patches
#
# Port-specific local rules
#
@ -17,13 +19,5 @@ $(DOWNLOAD_DIR)/$(ARORA_TGZ):
$(CONTRIB_DIR)/$(ARORA): $(DOWNLOAD_DIR)/$(ARORA_TGZ)
$(VERBOSE)tar xfz $< -C $(CONTRIB_DIR) && touch $@
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_qt5_cpp.patch
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_genode.patch
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_nitpicker_plugin.patch
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_move_window.patch
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_disable_adblock.patch
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_bookmarks.patch
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_disable_program_exit.patch
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_startpage.patch
$(VERBOSE)patch -d $@ -p1 -i ../../src/app/arora/patches/arora_disable_log_messages.patch
$(VERBOSE)for p in $(shell cat $(PATCHES_DIR)/series); do \
patch -d $@ -p1 -i ../../$(PATCHES_DIR)/$$p; done;