From 843543e9eadc9d5597e8c256d89adde72a41a438 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: May 09 2009 03:20:22 +0000 Subject: remove obsolete patches --- diff --git a/emelfm2-0.4-hal_flags.patch b/emelfm2-0.4-hal_flags.patch deleted file mode 100644 index 8c2c74f..0000000 --- a/emelfm2-0.4-hal_flags.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- emelfm-0.4/Makefile.org 2008-04-02 17:14:21.000000000 +0200 -+++ emelfm-0.4-dev/Makefile 2008-04-02 17:06:10.000000000 +0200 -@@ -204,6 +204,9 @@ - ifeq ($(WITH_THUMBS),1) - lCFLAGS += $(shell pkg-config --cflags gimpthumb-2.0) - endif -+ifeq ($(WITH_HAL),1) -+lCFLAGS += $(shell pkg-config --cflags dbus-glib-1 hal) -+endif - - lLIBS_CFLAGS += -shared -fPIC -DPIC - #for vfs and gvfs plugin development diff --git a/emelfm2-0.5.1-Makefile.patch b/emelfm2-0.5.1-Makefile.patch deleted file mode 100644 index c9163a5..0000000 --- a/emelfm2-0.5.1-Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile 2009-02-25 22:55:46.000000000 +0100 -+++ Makefile.fixed 2009-03-01 18:42:25.000000000 +0100 -@@ -48,7 +48,9 @@ - COPYRIGHT=2003-$(shell date +"%04Y"), tooar - - ifeq ($(DOCS_VERSION), 1) --DOC_DIR=$(DOC_DIR)-$(VERSION) -+# cannot use just +=, that inserts a space -+TMP:=$(DOC_DIR)-$(VERSION) -+DOC_DIR:=$(TMP) - endif - - # object directories that have to be created