rpms/anjal/devel anjal-toolbar.patch, NONE, 1.1 anjal.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Wed Aug 19 21:50:59 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/anjal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8286/devel

Modified Files:
	.cvsignore sources 
Added Files:
	anjal-toolbar.patch anjal.spec import.log 
Log Message:
- initial import


anjal-toolbar.patch:
 mail-shell.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE anjal-toolbar.patch ---
diff --git a/src/mail-shell.c b/src/mail-shell.c
index 88cb76f..8e3e5e7 100644
--- a/src/mail-shell.c
+++ b/src/mail-shell.c
@@ -409,7 +409,8 @@ mail_shell_construct (MailShell *shell)
 		g_signal_connect (priv->top_bar, "expose-event",
 						  G_CALLBACK (color_expose),
 						  shell);
-		gtk_widget_set_size_request (priv->top_bar, -1, 42);	
+		/* Leave it to the theme to decide the height */
+		/* gtk_widget_set_size_request (priv->top_bar, -1, 42);	*/
 	}
 
 	/* Check mail button and the spinner */


--- NEW FILE anjal.spec ---
# Tarfile created using git
# git clone git://git.gnome.org/anjal
# git archive --format=tar --prefix=anjal-0.1.0/ %{git_version} | bzip2 > anjal-0.1.0-%{gitdate}.tar.bz2

%define gitdate 20090813
%define git_version 2d4e6a0
%define tarfile %{name}-%{version}-%{gitdate}.tar.bz2
%define snapshot %{gitdate}git%{git_version}

Name:           anjal
Version:        0.1.0
Release:        0.4.%{snapshot}%{?dist}
Summary:        An email client for small screen devices

Group:          Applications/Productivity
License:        LGPLv2 or LGPLv3
URL:            http://live.gnome.org/Anjal/
Source0:        %{tarfile}
Patch0:         anjal-toolbar.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: anerley-devel
BuildRequires: clutter-devel
BuildRequires: clutter-gtk-devel
BuildRequires: evolution-devel
BuildRequires: evolution-data-server-devel
BuildRequires: GConf2-devel
BuildRequires: gtk2-devel
BuildRequires: nbtk-devel
BuildRequires: webkitgtk-devel
BuildRequires: unique-devel
BuildRequires: sqlite-devel
BuildRequires: desktop-file-utils
BuildRequires: intltool
BuildRequires: libtool

%description
Anjal is a mail client for small screen devices like NetBooks. It 
features a nice multi-line message list, with text-preview of the 
latest messages in the thread. It supports a tab interface for 
folders, new mail and config. Being based on evolution it supports 
all the mail backends including POP3, IMAP4, Exchange and GroupWare.

%prep
%setup -q
%patch0 -p1 -b .toolbar

# run autogen.sh until we have a proper release
NOCONFIGURE=yes ./autogen.sh

%build
%configure --with-mozilla=no --with-anerley
make %{?_smp_mflags} V=1

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYING.LGPL2 COPYING.LGPL3 TODO README
%{_bindir}/anjal
%{_datadir}/anjal
%{_datadir}/applications/anjal.desktop

%changelog
* Wed Aug 19 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-0.4
- Update to latest git head.

* Tue Aug 11 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-0.3
- Update to latest upstream git head for final fixes for build

* Wed Jul  8 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-0.2
- Spec file updates

* Wed Jun 24 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-0.1
- Initial build


--- NEW FILE import.log ---
anjal-0_1_0-0_4_20090813git2d4e6a0_fc11:HEAD:anjal-0.1.0-0.4.20090813git2d4e6a0.fc11.src.rpm:1250718564


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Aug 2009 21:43:32 -0000	1.1
+++ .cvsignore	19 Aug 2009 21:50:59 -0000	1.2
@@ -0,0 +1 @@
+anjal-0.1.0-20090813.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Aug 2009 21:43:32 -0000	1.1
+++ sources	19 Aug 2009 21:50:59 -0000	1.2
@@ -0,0 +1 @@
+29828c0f3dd5b5caa3fc050a8c202394  anjal-0.1.0-20090813.tar.bz2




More information about the scm-commits mailing list