From 02ec74d5d504f76e5d4d629630c2fb9ce0320018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Thu, 18 Feb 2016 19:27:55 +0000 Subject: [PATCH] pkgconfig: Updated (0.28 -> 0.29) --- base/pkgconfig/fix-reinstall.patch | 43 ------------------------------ base/pkgconfig/pkgconfig.desc | 6 ++--- 2 files changed, 3 insertions(+), 46 deletions(-) delete mode 100644 base/pkgconfig/fix-reinstall.patch diff --git a/base/pkgconfig/fix-reinstall.patch b/base/pkgconfig/fix-reinstall.patch deleted file mode 100644 index e5cd4ed18..000000000 --- a/base/pkgconfig/fix-reinstall.patch +++ /dev/null @@ -1,43 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../pkgconfig/fix-reinstall.patch -# Copyright (C) 2015 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -diff --git a/Makefile.am b/Makefile.am -index 41e48e8..3f97ff8 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -39,7 +39,7 @@ pkg_config_SOURCES= \ - if HOST_TOOL - host_tool = $(host)-pkg-config$(EXEEXT) - install-exec-hook: -- cd $(DESTDIR)$(bindir) && $(LN) pkg-config$(EXEEXT) $(host_tool) -+ cd $(DESTDIR)$(bindir) && $(LN) -f pkg-config$(EXEEXT) $(host_tool) - uninstall-hook: - cd $(DESTDIR)$(bindir) && rm -f $(host_tool) - endif -diff --git a/Makefile.in b/Makefile.in -index a1ad77c..23ef8d8 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -1093,7 +1093,7 @@ uninstall-man: uninstall-man1 - uninstall-man1 - - @HOST_TOOL_TRUE@install-exec-hook: --@HOST_TOOL_TRUE@ cd $(DESTDIR)$(bindir) && $(LN) pkg-config$(EXEEXT) $(host_tool) -+@HOST_TOOL_TRUE@ cd $(DESTDIR)$(bindir) && $(LN) -f pkg-config$(EXEEXT) $(host_tool) - @HOST_TOOL_TRUE@uninstall-hook: - @HOST_TOOL_TRUE@ cd $(DESTDIR)$(bindir) && rm -f $(host_tool) - - diff --git a/base/pkgconfig/pkgconfig.desc b/base/pkgconfig/pkgconfig.desc index 5d0b57985..3e771ac65 100644 --- a/base/pkgconfig/pkgconfig.desc +++ b/base/pkgconfig/pkgconfig.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../pkgconfig/pkgconfig.desc -[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2016 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -31,8 +31,8 @@ [L] GPL [S] Stable -[V] 0.28 +[V] 0.29 [P] X 01---5---9 105.000 -[D] 882350378 pkg-config-0.28.tar.gz http://www.freedesktop.org/software/pkgconfig/releases/ +[D] 2314902679 pkg-config-0.29.tar.gz http://www.freedesktop.org/software/pkgconfig/releases/