Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570106
en ru br
ALT Linux repos
S:1.2.1-alt1
5.0: 1.0.5-alt1
4.1: 1.0.5-alt1
4.0: 1.0.3-alt1

Group :: System/X11
RPM: xrdb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: xrdb
Version: 1.2.0
Release: alt1

Summary: X server resource database utility
License: MIT/X11
Group: System/X11

Url: http://xorg.freedesktop.org
Packager: Valery Inozemtsev <shrek at altlinux.org>

%ifarch %e2k
Requires: mcpp
%else
Requires: cpp
%endif

Source: %name-%version.tar.gz

BuildRequires: libXmu-devel xorg-util-macros

%description
Xrdb is used to get or set the contents of the RESOURCE_MANAGER
property on the root window of screen 0, or the SCREEN_RESOURCES
property on the root window of any or all screens, or everything
combined.

You would normally run this program from your X startup file.

%prep
%setup

%build
%autoreconf
%configure \
%ifarch %e2k
--with-cpp=%_bindir/mcpp
%else
--with-cpp=%_bindir/cpp
%endif

%make_build

%install
%makeinstall_std

%files
%doc README*
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin