|
@@ -1,5 +1,5 @@
|
|
Name: rxvt-unicode
|
|
Name: rxvt-unicode
|
|
-Version: 9.07
|
|
+Version: 9.09
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Rxvt-unicode is an unicode version of rxvt
|
|
Summary: Rxvt-unicode is an unicode version of rxvt
|
|
Summary(ja): Rxvt-unicode は rxvt のユニコードバージョンです
|
|
Summary(ja): Rxvt-unicode は rxvt のユニコードバージョンです
|
|
@@ -8,6 +8,7 @@ Group: User Interface/X
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://software.schmorp.de/
|
|
URL: http://software.schmorp.de/
|
|
Source0: http://dist.schmorp.de/%{name}/%{name}-%{version}.tar.bz2
|
|
Source0: http://dist.schmorp.de/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
+Patch0: rxvt-unicode-scroll-modupdown.patch
|
|
#convert from rxvt origina icon
|
|
#convert from rxvt origina icon
|
|
Source1: urxvt.xpm
|
|
Source1: urxvt.xpm
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -18,6 +19,7 @@ BuildRequires: freetype2-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: libAfterImage-devel
|
|
BuildRequires: libAfterImage-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libICE-devel
|
|
|
|
+BuildRequires: librsvg2-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: libXrender-devel
|
|
@@ -36,7 +38,8 @@ Xft fonts.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-patch -p1 < doc/urxvt-8.2-256color.patch
|
|
+#patch -p1 < doc/urxvt-8.2-256color.patch
|
|
|
|
+%patch0 -p1 -b .scroll-modupdown
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --enable-xft --enable-font-styles --enable-afterimage \
|
|
%configure --enable-xft --enable-font-styles --enable-afterimage \
|
|
@@ -48,7 +51,7 @@ patch -p1 < doc/urxvt-8.2-256color.patch
|
|
--enable-mousewheel --enable-slipwheeling --enable-smart-resize \
|
|
--enable-mousewheel --enable-slipwheeling --enable-smart-resize \
|
|
--enable-pointer-blank \
|
|
--enable-pointer-blank \
|
|
--enable-xim --enable-resources \
|
|
--enable-xim --enable-resources \
|
|
- --enable-xterm-colors=256 \
|
|
+ --enable-256-color \
|
|
--with-codesets=all --enable-iso14755 --enable-frills
|
|
--with-codesets=all --enable-iso14755 --enable-frills
|
|
|
|
|
|
make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}
|
|
make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}
|
|
@@ -100,6 +103,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%{_datadir}/pixmaps/urxvt.xpm
|
|
%{_datadir}/pixmaps/urxvt.xpm
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Nov 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.09-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added patch0 from Fedora development
|
|
|
|
+- added BuildRequires: librsvg2-devel
|
|
|
|
+- did not apply urxvt-8.2-256color.patch
|
|
|
|
+ - enabled default
|
|
|
|
+
|
|
* Sat Jun 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.07-1
|
|
* Sat Jun 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.07-1
|
|
- initial build for VineLinux
|
|
- initial build for VineLinux
|
|
|
|
|