[pango/wip/meson: 2/3] Remove uninstalled pkg-config files



commit c1f5d3f874d3bb12f72be42d71eef644aae21238
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed May 17 17:25:38 2017 +0100

    Remove uninstalled pkg-config files
    
    No other library in the stack ships them any more, and they are of
    dubious use.

 Makefile.am                  |   19 +------------------
 configure.ac                 |    5 -----
 pango-uninstalled.pc.in      |    7 -------
 pangocairo-uninstalled.pc.in |    7 -------
 pangoft2-uninstalled.pc.in   |    8 --------
 pangowin32-uninstalled.pc.in |    7 -------
 pangoxft-uninstalled.pc.in   |    6 ------
 7 files changed, 1 insertions(+), 58 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9e31b34..cd32259 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,23 +9,6 @@ EXTRA_DIST =                   \
        pangoxft.pc.in          \
        pangoft2.pc.in          \
        pangowin32.pc.in        \
-       pango-uninstalled.pc.in         \
-       pangocairo-uninstalled.pc.in    \
-       pangoxft-uninstalled.pc.in      \
-       pangoft2-uninstalled.pc.in      \
-       pangowin32-uninstalled.pc.in    \
-       ChangeLog.pre-1-0       \
-       ChangeLog.pre-1-2       \
-       ChangeLog.pre-1-4       \
-       ChangeLog.pre-1-6       \
-       ChangeLog.pre-1-8       \
-       ChangeLog.pre-1-10      \
-       ChangeLog.pre-1-12      \
-       ChangeLog.pre-1-14      \
-       ChangeLog.pre-1-16      \
-       ChangeLog.pre-1-18      \
-       ChangeLog.pre-1-20      \
-       ChangeLog.pre-1-23      \
        MAINTAINERS             \
        HACKING                 \
        README.win32            \
@@ -43,7 +26,7 @@ MAINTAINERCLEANFILES = \
 
 ### ChangeLog generation
 
-CHANGELOG_START = 1.23.0^^
+CHANGELOG_START = "`git describe --abbrev=0 | sed -e 's|\([0-9]*\)\.\([0-9]*\)\.[0-9]*|\1.\2.0^^|'`"
 
 ChangeLog: $(srcdir)/ChangeLog
 $(srcdir)/ChangeLog:
diff --git a/configure.ac b/configure.ac
index 0b37a0b..0a20898 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,11 +663,6 @@ pangowin32.pc
 pangoft2.pc
 pangoxft.pc
 pangocairo.pc
-pango-uninstalled.pc
-pangowin32-uninstalled.pc
-pangoft2-uninstalled.pc
-pangoxft-uninstalled.pc
-pangocairo-uninstalled.pc
 config.h.win32
 ])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]