- Enable 32-bit color depth (#656120)

epel8
Christoph Wickert 14 years ago
parent 8fca965e94
commit 01a7823b9b

@ -1,11 +0,0 @@
--- remmina-0.7.4.orig/src/Makefile.in 2010-02-17 14:23:16.000000000 +0100
+++ remmina-0.7.4/src/Makefile.in 2010-03-16 02:12:17.000000000 +0100
@@ -136,7 +136,7 @@
INTLTOOL_PERL = @INTLTOOL_PERL@
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@

@ -0,0 +1,18 @@
--- remmina-0.7.5/src/remminafile.c.orig 2010-11-23 09:17:25.774867000 +0500
+++ remmina-0.7.5/src/remminafile.c 2010-11-23 09:16:54.360867001 +0500
@@ -37,6 +37,7 @@
"15", N_("High Color (15 bit)"),
"16", N_("High Color (16 bit)"),
"24", N_("True Color (24 bit)"),
+ "32", N_("True Color (32 bit)"),
NULL
};
@@ -47,6 +48,7 @@
"8", N_("256 Colors"),
"16", N_("High Color (16 bit)"),
"24", N_("True Color (24 bit)"),
+ "32", N_("True Color (32 bit)"),
NULL
};

@ -1,12 +1,13 @@
Name: remmina Name: remmina
Version: 0.7.5 Version: 0.7.5
Release: 2%{?dist} Release: 3%{?dist}
Summary: Remote Desktop Client Summary: Remote Desktop Client
Group: Applications/Internet Group: Applications/Internet
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://remmina.sourceforge.net URL: http://remmina.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: remmina-0.7.5-32bpp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: intltool, gtk2-devel, libvncserver-devel BuildRequires: intltool, gtk2-devel, libvncserver-devel
@ -30,6 +31,7 @@ user interface. Currently RDP, VNC, XDMCP and SSH are supported.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .32bpp
%build %build
@ -76,6 +78,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%changelog %changelog
* Sat Nov 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.5-3
- Enable 32-bit color depth (#656120)
* Mon Jul 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.5-2 * Mon Jul 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.5-2
- Fix menu entry (#616115) - Fix menu entry (#616115)

Loading…
Cancel
Save