Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37829272
en ru br
Репозитории ALT
S:0.4.1-alt1
5.1: 0.3.6-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libxcbutil

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libxcbutil
Version: 0.3.6
Release: alt1
Serial: 1
Summary: XCB support libraries
License: MIT
Group: System/Libraries
URL: http://xcb.freedesktop.org/
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Provides: xcb-util = %version-%release
Obsoletes: xcb-util < %version-%release

Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires: gperf libxcb-devel xorg-xproto-devel

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

These libraries are currently included, roughly ordered by maturity:
render-util: Convenience functions for the Render extension.
aux: Convenient access to connection setup and some core requests.
atom: Standard core X atom constants and atom caching.
property: Callback X property-change handling.
icccm: Both client and window-manager helpers for ICCCM.
keysyms: Standard X key constants and conversion to/from keycodes.
event: Callback X event handling.
image: Port of Xlib's XImage and XShmImage functions.
wm: Framework for window manager implementation.

%package devel
Summary: Header files for XCB util libraries
Group: Development/C
Requires: %name = %version-%release
Provides: xcb-util-devel = %version-%release
Obsoletes: xcb-util-devel < %version-%release

%description devel
Header files for XCB util libraries.

%prep
%setup -q
%patch -p1

%build
%autoreconf
%configure \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

%files
%_libdir/*.so.*

%files devel
%_includedir/xcb
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin