From c4357fbb7fd5784355ad2d04d40d73904a612b37 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 13 Aug 2018 12:32:39 +0200 Subject: Revert "libayatana-ido3.pc.in: Unversion name of .pc pkg-config file (plus fix Name: field in .pc file)." This reverts commit b88e8e9201f23f5b89c636c75fc59e12a35fc349. --- Makefile.am | 9 +++++++-- libayatana-ido3.pc.in | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2c3ec98..a9afbed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,14 +7,19 @@ QUIET_GEN = $(Q:@=@echo ' GEN '$@;) SUBDIRS = src example tests +%-0.4.pc: %.pc + $(QUIET_GEN) cp -f $< $@ + pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libayatana-ido3.pc +pkgconfig_DATA = libayatana-ido3-0.4.pc CLEANFILES = \ - libayatana-ido3.pc \ + libayatana-ido3-0.4.pc \ $(NULL) DISTCLEANFILES = \ + libayatana-ido.pc \ + libayatana-ido3.pc \ Makefile.in \ aclocal.m4 \ autom4te.cache/ \ diff --git a/libayatana-ido3.pc.in b/libayatana-ido3.pc.in index 84af090..ae7a50f 100644 --- a/libayatana-ido3.pc.in +++ b/libayatana-ido3.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: libayatana-ido3 +Name: libayatana-ido Description: Ayatana Indicator Display Objects Version: @VERSION@ Libs: -L${libdir} -layatana-ido3-0.4 -- cgit v1.2.3