Compare commits
10 Commits
683db154b2
...
38de3d196b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38de3d196b | ||
|
|
27c3db1d53 | ||
|
|
9347980d6d | ||
|
|
00d454d750 | ||
|
|
3492c26e9a | ||
|
|
cba80be6e4 | ||
|
|
294f9d8f40 | ||
|
|
a708c16209 | ||
|
|
263f3e6973 | ||
|
|
f3efc566f1 |
32
autogen.sh-Drop-intltool-requirement.patch
Normal file
32
autogen.sh-Drop-intltool-requirement.patch
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
From 4590ef4cb64b9a2fc45b82bd06a6358ff3aed1f3 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Michael Biebl <biebl@debian.org>
|
||||||
|
Date: Thu, 20 Oct 2016 19:14:14 +0200
|
||||||
|
Subject: [PATCH] autogen.sh: Drop intltool requirement
|
||||||
|
|
||||||
|
intltool is not used by libxklavier.
|
||||||
|
|
||||||
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98363
|
||||||
|
---
|
||||||
|
autogen.sh | 6 ------
|
||||||
|
1 file changed, 6 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/autogen.sh b/autogen.sh
|
||||||
|
index c0b4dcf..279d1e9 100755
|
||||||
|
--- a/autogen.sh
|
||||||
|
+++ b/autogen.sh
|
||||||
|
@@ -13,12 +13,6 @@ if test -z $GTKDOCIZE; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
-INTLTOOLIZE=`which intltoolize`
|
||||||
|
-if test -z $INTLTOOLIZE; then
|
||||||
|
- echo "*** No intltoolize found, please install the intltool package ***"
|
||||||
|
- exit 1
|
||||||
|
-fi
|
||||||
|
-
|
||||||
|
AUTORECONF=`which autoreconf`
|
||||||
|
if test -z $AUTORECONF; then
|
||||||
|
echo "*** No autoreconf found, please install it ***"
|
||||||
|
--
|
||||||
|
2.9.3
|
||||||
|
|
||||||
@ -1,13 +1,15 @@
|
|||||||
Name: libxklavier
|
Name: libxklavier
|
||||||
Version: 5.4
|
Version: 5.4
|
||||||
Release: 18
|
Release: 22
|
||||||
Summary: Library with X keyboard related functions
|
Summary: Library with X keyboard related functions
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://www.freedesktop.org/wiki/Software/LibXklavier
|
URL: https://www.freedesktop.org/wiki/Software/LibXklavier
|
||||||
Source0: http://people.freedesktop.org/~svu/%{name}-%{version}.tar.bz2
|
Source0: http://people.freedesktop.org/~svu/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
Patch9001: autogen.sh-Drop-intltool-requirement.patch
|
||||||
|
|
||||||
BuildRequires: make libX11-devel libxml2-devel iso-codes-devel glib2-devel libxkbfile-devel
|
BuildRequires: make libX11-devel libxml2-devel iso-codes-devel glib2-devel libxkbfile-devel
|
||||||
BuildRequires: libXi-devel gdb gobject-introspection-devel
|
BuildRequires: libXi-devel gobject-introspection-devel
|
||||||
Requires: iso-codes
|
Requires: iso-codes
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,9 +30,12 @@ applications that require these.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}'
|
%configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}' --disable-vala
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la_and_a
|
%delete_la_and_a
|
||||||
@ -57,6 +62,18 @@ applications that require these.
|
|||||||
%{_datadir}/gtk-doc/*
|
%{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2023 zhouwenpei <zhouwenpei@h-partners.com> - 5.4-22
|
||||||
|
- disable vala to fix build error
|
||||||
|
|
||||||
|
* Tue Sep 6 2022 kouwenqi <kouwenqi@kylinos.cn> - 5.4-21
|
||||||
|
- Drop intltool requirement from autogen.sh
|
||||||
|
|
||||||
|
* Wed Apr 6 2022 liuyumeng1 <liuyumeng5@h-partners.com> -5.4-20
|
||||||
|
- enable tests
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 yushaogui <yushaogui@huawei.com> - 5.4-19
|
||||||
|
- delete a buildrequires for gdb
|
||||||
|
|
||||||
* Sat Mar 21 2020 yanglijin <yanglijin@huawei.com> - 5.4-18
|
* Sat Mar 21 2020 yanglijin <yanglijin@huawei.com> - 5.4-18
|
||||||
- modify buildrequires
|
- modify buildrequires
|
||||||
|
|
||||||
|
|||||||
4
libxklavier.yaml
Normal file
4
libxklavier.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://anongit.freedesktop.org/git/libxklavier
|
||||||
|
tag_prefix: ^libxklavier-
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user