X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=urxvt.spec;h=2a3fb31a378f5b8a9a49966b61b5dc8352f46532;hb=9d3f0af934e24e24f482cd7e81e5ceed7ac4b93d;hp=51279f351c0e33f6a92c79e356025d3e3495a63f;hpb=5afe203ab0ad22b804beed455f628f69bd325836;p=packages%2Furxvt.git diff --git a/urxvt.spec b/urxvt.spec index 51279f3..2a3fb31 100644 --- a/urxvt.spec +++ b/urxvt.spec @@ -1,19 +1,20 @@ # TODO: utempter support # # Conditional build: -%bcond_with 256colors # build with 256 color support +%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.12 -Release: 1 -License: GPL v2+ +Version: 9.22 +Release: 6 +License: GPL v3+ Group: X11/Applications Source0: http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2 -# Source0-md5: 945af37d661c8c45a7cac292160e7c70 +# Source0-md5: 93782dec27494eb079467dacf6e48185 Source1: %{name}.desktop +Patch0: %{name}-tic.patch URL: http://software.schmorp.de/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -24,9 +25,12 @@ 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) @@ -49,6 +53,7 @@ URxvt jest modyfikacją Rxvt uwzględniającą: %prep %setup -q -n rxvt-unicode-%{version} +%patch0 -p1 %build %{__aclocal} -I. @@ -62,7 +67,6 @@ URxvt jest modyfikacją Rxvt uwzględniającą: --enable-mousewheel \ --enable-next-scroll \ --with-term=rxvt \ - --disable-afterimage \ --enable-smart-resize %{__make}