Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
38de3d196b
!16 disable vala to fix build error
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-28 13:31:41 +00:00
zhouwenpei
27c3db1d53 disable vala to fix build error 2023-02-28 12:38:11 +00:00
openeuler-ci-bot
9347980d6d
!8 Drop intltoolize from autogen.sh
From: @kouwq 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-09-07 02:39:06 +00:00
Kou Wenqi
00d454d750 Drop intltool requirement from autogen.sh
intltool is not used by libxklavier.
2022-09-06 16:57:30 +08:00
openeuler-ci-bot
3492c26e9a
!5 enable tests
From: @liuyumeng1 
Reviewed-by: @zzm_567, @t_feng 
Signed-off-by: @t_feng
2022-04-06 06:14:21 +00:00
liuyumeng
cba80be6e4 enable tests 2022-04-06 11:26:05 +08:00
openeuler-ci-bot
294f9d8f40 !4 Delete a BuildRequires for gdb
From: @yu-shaogui
Reviewed-by: @weidongkl,@zzm_567,@yanan-rock
Signed-off-by: @yanan-rock
2021-07-24 07:58:07 +00:00
yushaogui
a708c16209 Delete a buildrequires for gdb 2021-07-21 14:29:56 +08:00
openeuler-ci-bot
263f3e6973 !3 add yaml file in package
Merge pull request !3 from gaoch_100/master
2020-07-21 11:10:17 +08:00
gaochao_100
f3efc566f1 add yaml file in package 2020-06-17 11:05:09 +08:00
3 changed files with 56 additions and 3 deletions

View 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

View File

@ -1,13 +1,15 @@
Name: libxklavier
Version: 5.4
Release: 18
Release: 22
Summary: Library with X keyboard related functions
License: LGPLv2+
URL: https://www.freedesktop.org/wiki/Software/LibXklavier
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: libXi-devel gdb gobject-introspection-devel
BuildRequires: libXi-devel gobject-introspection-devel
Requires: iso-codes
%description
@ -28,9 +30,12 @@ applications that require these.
%autosetup -n %{name}-%{version} -p1
%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
%check
make check
%install
%make_install
%delete_la_and_a
@ -57,6 +62,18 @@ applications that require these.
%{_datadir}/gtk-doc/*
%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
- modify buildrequires

4
libxklavier.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://anongit.freedesktop.org/git/libxklavier
tag_prefix: ^libxklavier-
seperator: .