Accepting request 544001 from home:Zaitor:branches:X11:XOrg
- Add U_xkbcomp_pkgconfig-add-bindir.patch: pkgconfig: Add our bindir to xkbcomp.pc. OBS-URL: https://build.opensuse.org/request/show/544001 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=17
This commit is contained in:
parent
fab4beb794
commit
562bad6256
20
U_xkbcomp_pkgconfig-add-bindir.patch
Normal file
20
U_xkbcomp_pkgconfig-add-bindir.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
From 3e2a6ad4edfbf21c3f76f8319f0039b7f589944f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Adam Jackson <ajax@redhat.com>
|
||||||
|
Date: Mon, 6 Nov 2017 12:54:41 -0500
|
||||||
|
Subject: pkgconfig: Add our bindir to xkbcomp.pc
|
||||||
|
|
||||||
|
Reviewed-by: Daniel Stone <daniels@collabora.com>
|
||||||
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
||||||
|
|
||||||
|
diff --git a/xkbcomp.pc.in b/xkbcomp.pc.in
|
||||||
|
index b8d6023..4d138c8 100644
|
||||||
|
--- a/xkbcomp.pc.in
|
||||||
|
+++ b/xkbcomp.pc.in
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
+bindir=@bindir@
|
||||||
|
datarootdir=@datarootdir@
|
||||||
|
datadir=@datadir@
|
||||||
|
xkbconfigdir=@XKBCONFIGROOT@
|
||||||
|
--
|
||||||
|
cgit v0.10.2
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 20 22:42:36 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add U_xkbcomp_pkgconfig-add-bindir.patch: pkgconfig: Add our
|
||||||
|
bindir to xkbcomp.pc.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 2 12:21:16 UTC 2017 - sndirsch@suse.com
|
Tue May 2 12:21:16 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ Url: http://xorg.freedesktop.org/
|
|||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig
|
Source1: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
|
Patch0: U_xkbcomp_pkgconfig-add-bindir.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@ -51,6 +52,7 @@ into one of several output formats.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user