summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-12 15:02:29 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-16 11:13:00 -0500
commit7519914301a5cb2c5f0aedc5582f0da0e6eb3cdb (patch)
tree7984ece25cc37e042188e2aeae26830040ff707c
parent5458e50a46d107b91518adfa7a989951376f9876 (diff)
Fix .pc module versions
Just stuff the versions in the .pc file directly, @PACKAGE_VERSION@ is the version set in configure.ac which is now different. Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--applewmproto.pc.in2
-rw-r--r--bigreqsproto.pc.in2
-rw-r--r--compositeproto.pc.in2
-rw-r--r--damageproto.pc.in2
-rw-r--r--dmxproto.pc.in2
-rw-r--r--dri2proto.pc.in2
-rw-r--r--dri3proto.pc.in2
-rw-r--r--evieproto.pc.in2
-rw-r--r--fixesproto.pc.in2
-rw-r--r--fontcacheproto.pc.in2
-rw-r--r--fontsproto.pc.in2
-rw-r--r--glproto.pc.in2
-rw-r--r--inputproto.pc.in2
-rw-r--r--kbproto.pc.in2
-rw-r--r--lg3dproto.pc.in2
-rw-r--r--presentproto.pc.in2
-rw-r--r--printproto.pc.in2
-rw-r--r--randrproto.pc.in2
-rw-r--r--recordproto.pc.in2
-rw-r--r--renderproto.pc.in4
-rw-r--r--resourceproto.pc.in2
-rw-r--r--scrnsaverproto.pc.in2
-rw-r--r--trapproto.pc.in2
-rw-r--r--videoproto.pc.in2
-rw-r--r--windowswmproto.pc.in2
-rw-r--r--xcalibrateproto.pc.in2
-rw-r--r--xcmiscproto.pc.in2
-rw-r--r--xextproto.pc.in2
-rw-r--r--xf86bigfontproto.pc.in2
-rw-r--r--xf86dgaproto.pc.in2
-rw-r--r--xf86driproto.pc.in2
-rw-r--r--xf86miscproto.pc.in2
-rw-r--r--xf86rushproto.pc.in2
-rw-r--r--xf86vidmodeproto.pc.in2
-rw-r--r--xineramaproto.pc.in2
-rw-r--r--xproto.pc.in2
-rw-r--r--xproxymngproto.pc.in2
37 files changed, 38 insertions, 38 deletions
diff --git a/applewmproto.pc.in b/applewmproto.pc.in
index 6ec1c48..17841ac 100644
--- a/applewmproto.pc.in
+++ b/applewmproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: AppleWMProto
Description: AppleWM extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.4.2
Cflags: -I${includedir}
diff --git a/bigreqsproto.pc.in b/bigreqsproto.pc.in
index e3adbfd..94577ed 100644
--- a/bigreqsproto.pc.in
+++ b/bigreqsproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: BigReqsProto
Description: BigReqs extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.1.2
Cflags: -I${includedir}
diff --git a/compositeproto.pc.in b/compositeproto.pc.in
index 6348022..da429c7 100644
--- a/compositeproto.pc.in
+++ b/compositeproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: CompositeExt
Description: Composite extension headers
-Version: @PACKAGE_VERSION@
+Version: 0.4.2
Cflags: -I${includedir}
diff --git a/damageproto.pc.in b/damageproto.pc.in
index 25476b9..6fd9ef1 100644
--- a/damageproto.pc.in
+++ b/damageproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: DamageProto
Description: Damage extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.2.1
Cflags: -I${includedir}
diff --git a/dmxproto.pc.in b/dmxproto.pc.in
index 97cd1b8..e82ee7d 100644
--- a/dmxproto.pc.in
+++ b/dmxproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: DMXProto
Description: DMX extension headers
-Version: @PACKAGE_VERSION@
+Version: 2.3.1
Cflags: -I${includedir}
diff --git a/dri2proto.pc.in b/dri2proto.pc.in
index 647416e..cb5b171 100644
--- a/dri2proto.pc.in
+++ b/dri2proto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: DRI2Proto
Description: DRI2 extension headers
-Version: @PACKAGE_VERSION@
+Version: 2.8
Cflags: -I${includedir}
diff --git a/dri3proto.pc.in b/dri3proto.pc.in
index be8c7c6..6d81d07 100644
--- a/dri3proto.pc.in
+++ b/dri3proto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: DRI3Proto
Description: DRI3 extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.0
Cflags: -I${includedir}
diff --git a/evieproto.pc.in b/evieproto.pc.in
index 8585655..64e0ec4 100644
--- a/evieproto.pc.in
+++ b/evieproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: EvIEExt
Description: EvIE extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.1.1
Cflags: -I${includedir}
diff --git a/fixesproto.pc.in b/fixesproto.pc.in
index fabce86..f8258e2 100644
--- a/fixesproto.pc.in
+++ b/fixesproto.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@
Name: FixesProto
Description: X Fixes extension headers
-Version: @PACKAGE_VERSION@
+Version: 5.0
Cflags: -I${includedir}
Requires: xextproto >= 7.0.99.1
diff --git a/fontcacheproto.pc.in b/fontcacheproto.pc.in
index afb2127..eb4238b 100644
--- a/fontcacheproto.pc.in
+++ b/fontcacheproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: FontcacheProto
Description: Fontcache extension headers
-Version: @PACKAGE_VERSION@
+Version: 0.1.3
Cflags: -I${includedir}
diff --git a/fontsproto.pc.in b/fontsproto.pc.in
index b7db169..9d22354 100644
--- a/fontsproto.pc.in
+++ b/fontsproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: FontsProto
Description: Fonts extension headers
-Version: @PACKAGE_VERSION@
+Version: 2.1.3
Cflags: -I${includedir}
diff --git a/glproto.pc.in b/glproto.pc.in
index bd275d8..b951db5 100644
--- a/glproto.pc.in
+++ b/glproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: GLProto
Description: GL extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.4.17
Cflags: -I${includedir}
diff --git a/inputproto.pc.in b/inputproto.pc.in
index c499cda..1eb6619 100644
--- a/inputproto.pc.in
+++ b/inputproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: InputProto
Description: Input extension headers
-Version: @PACKAGE_VERSION@
+Version: 2.3.2
Cflags: -I${includedir}
diff --git a/kbproto.pc.in b/kbproto.pc.in
index 02a6d44..7410556 100644
--- a/kbproto.pc.in
+++ b/kbproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: KBProto
Description: KB extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.0.6
Cflags: -I${includedir}
diff --git a/lg3dproto.pc.in b/lg3dproto.pc.in
index 11ae302..3930ad7 100644
--- a/lg3dproto.pc.in
+++ b/lg3dproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: Lg3dProto
Description: LGE extension headers
-Version: @PACKAGE_VERSION@
+Version: 5.0
Cflags: -I${includedir}
diff --git a/presentproto.pc.in b/presentproto.pc.in
index 5d328e0..77196d4 100644
--- a/presentproto.pc.in
+++ b/presentproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: PresentProto
Description: Present extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.0
Cflags: -I${includedir}
diff --git a/printproto.pc.in b/printproto.pc.in
index ce186f0..8a2e2d6 100644
--- a/printproto.pc.in
+++ b/printproto.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@
Name: PrintProto
Description: Print extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.0.5
Requires.private: xau
Cflags: -I${includedir}
diff --git a/randrproto.pc.in b/randrproto.pc.in
index d94d353..85b776d 100644
--- a/randrproto.pc.in
+++ b/randrproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: RandrProto
Description: Randr extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.5.0
Cflags: -I${includedir}
diff --git a/recordproto.pc.in b/recordproto.pc.in
index 77cd38f..0ff4c0b 100644
--- a/recordproto.pc.in
+++ b/recordproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: RecordProto
Description: Record extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.14.2
Cflags: -I${includedir}
diff --git a/renderproto.pc.in b/renderproto.pc.in
index 17331e9..e6028ac 100644
--- a/renderproto.pc.in
+++ b/renderproto.pc.in
@@ -2,8 +2,8 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-
+
Name: RenderProto
Description: Render extension headers
-Version: @PACKAGE_VERSION@
+Version: 0.11.1
Cflags: -I${includedir}
diff --git a/resourceproto.pc.in b/resourceproto.pc.in
index 2851df1..a409db9 100644
--- a/resourceproto.pc.in
+++ b/resourceproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: ResourceProto
Description: Resource extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.2.0
Cflags: -I${includedir}
diff --git a/scrnsaverproto.pc.in b/scrnsaverproto.pc.in
index 87f9ddc..6556a2c 100644
--- a/scrnsaverproto.pc.in
+++ b/scrnsaverproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: ScrnSaverProto
Description: ScrnSaver extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.2.2
Cflags: -I${includedir}
diff --git a/trapproto.pc.in b/trapproto.pc.in
index 563d720..8cb0aa8 100644
--- a/trapproto.pc.in
+++ b/trapproto.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@
Name: TrapProto
Description: Trap extension headers
-Version: @PACKAGE_VERSION@
+Version: 3.4.3
Requires: xt
Cflags: -I${includedir}
diff --git a/videoproto.pc.in b/videoproto.pc.in
index 4aa7516..14b907a 100644
--- a/videoproto.pc.in
+++ b/videoproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: VideoProto
Description: Video extension headers
-Version: @PACKAGE_VERSION@
+Version: 2.3.3
Cflags: -I${includedir}
diff --git a/windowswmproto.pc.in b/windowswmproto.pc.in
index 09f8a3a..0a2ec0b 100644
--- a/windowswmproto.pc.in
+++ b/windowswmproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: WindowsWMProto
Description: WindowsWM extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.0.4
Cflags: -I${includedir}
diff --git a/xcalibrateproto.pc.in b/xcalibrateproto.pc.in
index f17f8d7..40b6fd0 100644
--- a/xcalibrateproto.pc.in
+++ b/xcalibrateproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XCalibrate
Description: XCalibrate extension headers
-Version: @PACKAGE_VERSION@
+Version: 0.1.0
Cflags: -I${includedir}
diff --git a/xcmiscproto.pc.in b/xcmiscproto.pc.in
index 86b030a..0dfbf21 100644
--- a/xcmiscproto.pc.in
+++ b/xcmiscproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XCMiscProto
Description: XCMisc extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.2.2
Cflags: -I${includedir}
diff --git a/xextproto.pc.in b/xextproto.pc.in
index e85200f..f66eeae 100644
--- a/xextproto.pc.in
+++ b/xextproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XExtProto
Description: XExt extension headers
-Version: @PACKAGE_VERSION@
+Version: 7.3.0
Cflags: -I${includedir}
diff --git a/xf86bigfontproto.pc.in b/xf86bigfontproto.pc.in
index 0db8c18..18c5647 100644
--- a/xf86bigfontproto.pc.in
+++ b/xf86bigfontproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XF86BigFontProto
Description: XF86BigFont extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.2.0
Cflags: -I${includedir}
diff --git a/xf86dgaproto.pc.in b/xf86dgaproto.pc.in
index fd1fc6e..5c5f8b1 100644
--- a/xf86dgaproto.pc.in
+++ b/xf86dgaproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XF86DGAProto
Description: XF86DGA extension headers
-Version: @PACKAGE_VERSION@
+Version: 2.1
Cflags: -I${includedir}
diff --git a/xf86driproto.pc.in b/xf86driproto.pc.in
index b52f9e3..93df292 100644
--- a/xf86driproto.pc.in
+++ b/xf86driproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XF86DRIProto
Description: XF86DRI extension headers
-Version: @PACKAGE_VERSION@
+Version: 2.1.1
Cflags: -I${includedir}/X11/dri
diff --git a/xf86miscproto.pc.in b/xf86miscproto.pc.in
index eb72923..af73fa3 100644
--- a/xf86miscproto.pc.in
+++ b/xf86miscproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XF86MiscProto
Description: XF86Misc extension headers
-Version: @PACKAGE_VERSION@
+Version: 0.9.3
Cflags: -I${includedir}
diff --git a/xf86rushproto.pc.in b/xf86rushproto.pc.in
index deb5615..fc5f63b 100644
--- a/xf86rushproto.pc.in
+++ b/xf86rushproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XF86RushProto
Description: XF86Rush extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.1.2
Cflags: -I${includedir}
diff --git a/xf86vidmodeproto.pc.in b/xf86vidmodeproto.pc.in
index afbb702..fcb74f2 100644
--- a/xf86vidmodeproto.pc.in
+++ b/xf86vidmodeproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XF86VidModeProto
Description: XF86VidMode extension headers
-Version: @PACKAGE_VERSION@
+Version: 2.3.1
Cflags: -I${includedir}
diff --git a/xineramaproto.pc.in b/xineramaproto.pc.in
index 8d1074d..1ffd37d 100644
--- a/xineramaproto.pc.in
+++ b/xineramaproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XineramaProto
Description: Xinerama extension headers
-Version: @PACKAGE_VERSION@
+Version: 1.2.1
Cflags: -I${includedir}
diff --git a/xproto.pc.in b/xproto.pc.in
index 63ae864..5f0a45d 100644
--- a/xproto.pc.in
+++ b/xproto.pc.in
@@ -6,5 +6,5 @@ includex11dir=@includedir@/X11
Name: Xproto
Description: Xproto headers
-Version: @PACKAGE_VERSION@
+Version: 7.0.31
Cflags: -I${includedir}
diff --git a/xproxymngproto.pc.in b/xproxymngproto.pc.in
index 4c4afcc..5c6fad6 100644
--- a/xproxymngproto.pc.in
+++ b/xproxymngproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: XProxyManagementProtocol
Description: X Proxy Management Protocol headers
-Version: @PACKAGE_VERSION@
+Version: 1.0.3
Cflags: -I${includedir}