From 357d6443e31f52ff7109d43d1f369d6a1a262f73 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Oct 2010 16:16:43 -0700 Subject: [PATCH] fluxbox_1.1.1.bb: Delete duplicate fbrun.1 occurance from man_MANS Signed-off-by: Khem Raj --- .../fluxbox/fluxbox/remove-duplicate-fbrun.1.patch | 13 +++++++++++++ recipes/fluxbox/fluxbox_1.1.1.bb | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 recipes/fluxbox/fluxbox/remove-duplicate-fbrun.1.patch diff --git a/recipes/fluxbox/fluxbox/remove-duplicate-fbrun.1.patch b/recipes/fluxbox/fluxbox/remove-duplicate-fbrun.1.patch new file mode 100644 index 0000000000..dda6a0bae3 --- /dev/null +++ b/recipes/fluxbox/fluxbox/remove-duplicate-fbrun.1.patch @@ -0,0 +1,13 @@ +Index: fluxbox-1.1.1/doc/Makefile.am +=================================================================== +--- fluxbox-1.1.1.orig/doc/Makefile.am ++++ fluxbox-1.1.1/doc/Makefile.am +@@ -5,7 +5,7 @@ SUBDIRS = ru + CLEANFILES = fluxbox.1 fluxstyle.1 + MAINTAINERCLEANFILES = Makefile.in + man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \ +- startfluxbox.1 fluxstyle.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 ++ startfluxbox.1 fluxstyle.1 fluxbox-keys.5 fluxbox-remote.1 + EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 startfluxbox.1 fbsetbg.1 \ + fluxstyle.1.in CODESTYLE + distclean-local: diff --git a/recipes/fluxbox/fluxbox_1.1.1.bb b/recipes/fluxbox/fluxbox_1.1.1.bb index 7d3e1a6e2f..55a747c90c 100644 --- a/recipes/fluxbox/fluxbox_1.1.1.bb +++ b/recipes/fluxbox/fluxbox_1.1.1.bb @@ -3,10 +3,12 @@ HOMEPAGE = "http://www.fluxbox.org" LICENSE = "MIT" DEPENDS = "fontconfig virtual/libx11" +PR = "r1" PE = "1" SRC_URI = "${SOURCEFORGE_MIRROR}/fluxbox/fluxbox-${PV}.tar.gz \ file://fluxbox-wm \ + file://remove-duplicate-fbrun.1.patch \ " inherit autotools update-alternatives -- 2.39.5