aboutsummaryrefslogtreecommitdiffstats
path: root/community/fbida/no-pdf.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-01 04:57:20 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-01 06:55:24 -0300
commit9db5a6fe82b74c879c6f20e8cf93e78e11b75dbe (patch)
tree0a6ff0002609a59d9c8ec53fdc912dc3018ef91b /community/fbida/no-pdf.patch
parent271d822ab669110bec2703e8f63a3d0f728cd76d (diff)
downloadaports-9db5a6fe82b74c879c6f20e8cf93e78e11b75dbe.tar.bz2
aports-9db5a6fe82b74c879c6f20e8cf93e78e11b75dbe.tar.xz
community/fbida: upgrade to 2.14
Diffstat (limited to 'community/fbida/no-pdf.patch')
-rw-r--r--community/fbida/no-pdf.patch28
1 files changed, 15 insertions, 13 deletions
diff --git a/community/fbida/no-pdf.patch b/community/fbida/no-pdf.patch
index 32c63797ce..d8f9fc5b59 100644
--- a/community/fbida/no-pdf.patch
+++ b/community/fbida/no-pdf.patch
@@ -1,15 +1,17 @@
---- a/GNUmakefile 2016-04-05 12:59:50.000000000 +0300
-+++ b/GNUmakefile 2016-06-10 10:31:08.242069624 +0300
-@@ -15,7 +15,7 @@
- PKGS_IDA := libexif
- PKGS_FBI := freetype2 fontconfig libdrm libexif
- PKGS_FBPDF := libdrm poppler-glib gbm epoxy cairo-gl
+diff --git a/GNUmakefile b/GNUmakefile
+index c17ece6..beec01c 100644
+--- a/GNUmakefile
++++ b/GNUmakefile
+@@ -15,7 +15,7 @@ PKG_CONFIG = pkg-config
+ PKGS_IDA := libexif libpng libtiff-4 pixman-1
+ PKGS_FBI := freetype2 fontconfig libdrm libexif libpng libtiff-4 pixman-1
+ PKGS_FBPDF := libdrm poppler-glib gbm egl epoxy pixman-1
-HAVE_DEPS := $(shell $(PKG_CONFIG) $(PKGS_FBI) $(PKGS_FBPDF) && echo yes)
+HAVE_DEPS := $(shell $(PKG_CONFIG) $(PKGS_FBI) && echo yes)
- ifeq ($(HAVE_LINUX_FB_H),yes)
- ifneq ($(HAVE_DEPS),yes)
-@@ -39,7 +39,7 @@
+ # map pkg-config names to debian packages using apt-file
+ APT_REGEX = /($(shell echo $(PKGS_FBI) $(PKGS_FBPDF) | sed -e 's/ /|/g')).pc
+@@ -46,7 +46,7 @@ all: build
# what to build
TARGETS := exiftran thumbnail.cgi
ifeq ($(HAVE_LINUX_FB_H),yes)
@@ -18,12 +20,12 @@
endif
ifeq ($(HAVE_MOTIF),yes)
TARGETS += ida
-@@ -250,7 +250,7 @@
+@@ -250,7 +250,6 @@ install: build
ifeq ($(HAVE_LINUX_FB_H),yes)
$(INSTALL_BINARY) fbi $(bindir)
$(INSTALL_SCRIPT) fbgs $(bindir)
- $(INSTALL_SCRIPT) fbpdf $(bindir)
-+ #$(INSTALL_SCRIPT) fbpdf $(bindir)
- $(INSTALL_DATA) $(srcdir)/fbi.man $(mandir)/man1/fbi.1
- $(INSTALL_DATA) $(srcdir)/fbgs.man $(mandir)/man1/fbgs.1
+ $(INSTALL_DATA) $(srcdir)/man/fbi.1 $(mandir)/man1
+ $(INSTALL_DATA) $(srcdir)/man/fbgs.1 $(mandir)/man1
endif
+