X-Git-Url: http://git.pld-linux.org/?p=packages%2Furxvt.git;a=blobdiff_plain;f=urxvt.spec;h=3bc47d82847645aaba7b2e04d24915c41428aaaa;hp=1505ddbd796996557daf8a24e76a70d09a04e204;hb=8dce1a89192383078b71c9bc095e1e098305ee6d;hpb=0a040d64a548a365278e6c155cd19d868e14608a diff --git a/urxvt.spec b/urxvt.spec index 1505ddb..3bc47d8 100644 --- a/urxvt.spec +++ b/urxvt.spec @@ -1,27 +1,36 @@ -%bcond_with 256colors # build with 256 color support +# TODO: utempter support +# +# Conditional build: +%bcond_without 256colors # build without 256 color support +# %include /usr/lib/rpm/macros.perl Summary: Rxvt terminal with unicode support and some improvements Summary(pl.UTF-8): Terminal Rxvt z obsługą unicode i kilkoma usprawnieniami Name: urxvt -Version: 9.10 -Release: 1 -License: GPL v2+ +Version: 9.22 +Release: 4 +License: GPL v3+ Group: X11/Applications Source0: http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2 -# Source0-md5: a23aa40b31e843878b6f9c44768de430 +# Source0-md5: 93782dec27494eb079467dacf6e48185 Source1: %{name}.desktop +Patch0: %{name}-tic.patch URL: http://software.schmorp.de/ BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: fontconfig-devel +BuildRequires: gdk-pixbuf2-devel >= 2.0 BuildRequires: libstdc++-devel -BuildRequires: perl-devel +BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: pkgconfig BuildRequires: rpm-perlprov BuildRequires: sed >= 4.0 +BuildRequires: startup-notification-devel +BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXft-devel BuildRequires: xorg-lib-libXpm-devel +BuildRequires: xorg-lib-libXrender-devel BuildRequires: zlib-devel Requires: terminfo BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -44,6 +53,7 @@ URxvt jest modyfikacją Rxvt uwzględniającą: %prep %setup -q -n rxvt-unicode-%{version} +%patch0 -p1 %build %{__aclocal} -I. @@ -57,7 +67,6 @@ URxvt jest modyfikacją Rxvt uwzględniającą: --enable-mousewheel \ --enable-next-scroll \ --with-term=rxvt \ - --disable-afterimage \ --enable-smart-resize %{__make}