Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37540305
en ru br
ALT Linux repositórios
S:1.9-alt4.1
5.0: 1.9-alt2
4.1: 1.9-alt1.M41.1

Group :: Sistema/Bibliotecas
RPM: libmatchbox

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires: /usr/bin/doxygen libICE-devel libSM-devel libcheck-devel pkgconfig(x11) pkgconfig(xft)
# END SourceDeps(oneline)

Name: libmatchbox
Version: 1.9
Release: alt4
Summary: Libraries for the Matchbox Desktop
License: LGPLv2+
Group: System/Libraries
Url: http://projects.o-hand.com/matchbox/
Packager: Sugar Development Team <sugar at packages.altlinux.org>

%def_disable static

Source: http://matchbox-project.org/sources/%name/%version/%name-%version.tar.bz2
Source1: %name.watch
Patch: libmatchbox-1.9-alt-DSO.patch
Patch10: libmatchbox-1.9-add-needed.patch
Patch11: libmatchbox-1.9-libpng.patch

BuildRequires: pkg-config
BuildRequires: libXft-devel
BuildRequires: libXext-devel
BuildRequires: libpango-devel
BuildRequires: libpng-devel
BuildRequires: libjpeg-devel
BuildRequires: libxsettings-client-devel

%description
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.

%package devel
Summary: Header files for %name
Group: Development/C
Requires: %name = %version-%release

%description devel
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.

%if_enabled static
%package devel-static
Summary: Static libraries for %name
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.
%endif

%prep
%setup
%patch -p2
%patch10 -p1 -b .add-needed
%patch11 -p1 -b .libpng

%build
autoreconf -fisv
%configure \
--enable-pango \
--enable-jpeg \
--enable-png \
--enable-xsettings \
%{subst_enable static}
%make_build

%install
%make_install DESTDIR=%buildroot install

%files
%_libdir/*.so.*

%files devel
%doc AUTHORS ChangeLog README COPYING
%dir %{_includedir}/libmb
%{_includedir}/libmb/*.h
%_libdir/*.so
%_pkgconfigdir/*.pc

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009