rpms/lilyterm/devel import.log, NONE, 1.1 lilyterm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Sun Apr 19 01:36:39 UTC 2009


Author: cwickert

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log lilyterm.spec 
Log Message:
Initial Import of lilyterm. Review was at
https://bugzilla.redhat.com/show_bug.cgi?id=496167



--- NEW FILE import.log ---
lilyterm-0_9_6-1_fc11:HEAD:lilyterm-0.9.6-1.fc11.src.rpm:1240104927


--- NEW FILE lilyterm.spec ---
Name:           lilyterm
Version:        0.9.6
Release:        1%{?dist}
Summary:        Light and easy to use X Terminal Emulator

Group:          User Interface/X
License:        BSD
URL:            http://lilyterm.luna.com.tw
Source0:        http://lilyterm.luna.com.tw/lilyterm-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel >= 2.8.20
BuildRequires:  vte-devel >= 0.12.2
BuildRequires:  desktop-file-utils intltool

%description
LilyTerm is a light and easy to use libvte based X Terminal Emulator with a 
lot of features:
 * Supports multiple tabs, reorderable tabs and hides the tab tray when there 
   is only one tab
 * Add, close, swith, move, rename tabs with function keys
 * Disable/Enable function keys for temporary (use <Ctrl><`> by default).
 * Shows the foreground running command on tab and/or window title.
 * Change the font name, size, and window size with right click menu.
 * User custom function keys (need to edit profile).
 * Support for User/System profiles.
 * Supports true transparency if the window manager is composited.
 * Support for transparent background and background saturation.
 * Support for text and background color (need to edit profile).
 * Good support for UTF-8.
 * Decide the text encoding via environment. Using UTF-8 by default.
 * Change the text encoding with right click menu.


%prep
%setup -q
chmod +x ./autogen.sh


%build
./autogen.sh
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install                                       \
  --delete-original                                        \
  --remove-category=Utility                                \
  --add-category=System                                    \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
# we install the docfiles versioned
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/lilyterm/


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%config(noreplace) %{_sysconfdir}/xdg/lilyterm.rc
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/lilyterm.*


%changelog
* Sat Apr 11 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.6-1
- Update to 0.9.6

* Fri Jul 11 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.5-1
- Update to 0.9.5

* Thu Jul 10 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.4-1
- Update to 0.9.4

* Thu Jun 12 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.3-1
- Update to 0.9.3

* Mon May 12 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.0-1
- Update to 0.9.0

* Mon Apr 21 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.8.6-1
- Initial Fedora RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lilyterm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Apr 2009 01:27:20 -0000	1.1
+++ .cvsignore	19 Apr 2009 01:36:09 -0000	1.2
@@ -0,0 +1 @@
+lilyterm-0.9.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lilyterm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2009 01:27:20 -0000	1.1
+++ sources	19 Apr 2009 01:36:09 -0000	1.2
@@ -0,0 +1 @@
+d18e93fd679b9b8aea1d25d5cf4fbb70  lilyterm-0.9.6.tar.gz




More information about the fedora-extras-commits mailing list