- Add libX11-devel, libXtst-devel dependencies, remove xorg-x11-devel - updated to 0.25 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.25 - 2023-08-21 - Resolve naming conflict with perl CORE (issue #8) - Implement XGetKeyboardControl and struct XKeyboardState - Allow C-style API for XTranslateCoordinates, XQueryPointer, and XGetGeometry that return values into params, while also allowing perl-style API that returns a list. - Many documentation updates (full method coverage) - Numerous tooling improvements and author tests - Update to Devel::PPPort-3.71 0.24 - 2023-08-16 - Add function XWarpPointer, and Display->warp_pointer OBS-URL: https://build.opensuse.org/request/show/1108682 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-X11-Xlib?expand=0&rev=15
27 lines
650 B
YAML
27 lines
650 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: gcc glibc-devel pkgconfig
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXtst-devel
|
|
BuildRequires: xvfb-run
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: -
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
custom_test: |-
|
|
xvfb-run -a %{__make} test
|
|
#ignore_requires: Bizarre::Module
|