[tint2/f14/master] Initial import (#615153)

Germán A. Racca skytux at fedoraproject.org
Mon Aug 23 22:50:40 UTC 2010


commit 143e87f8eca39cdb959e2dd6bf97b3ca96326cd3
Author: Germán A. Racca <skytux at fedoraproject.org>
Date:   Mon Aug 23 19:48:46 2010 -0300

    Initial import (#615153)

 .gitignore |    1 +
 sources    |    1 +
 tint2.spec |   80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 82 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ae088e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tint2-0.11.tar.bz2
diff --git a/sources b/sources
index e69de29..634709c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6fc5731e7425125fa84a2add5cef4bff  tint2-0.11.tar.bz2
diff --git a/tint2.spec b/tint2.spec
new file mode 100644
index 0000000..ff48912
--- /dev/null
+++ b/tint2.spec
@@ -0,0 +1,80 @@
+Name:		tint2
+Version:	0.11
+Release:	2%{?dist}
+Summary:	A lightweight X11 desktop panel and task manager
+
+Group:		User Interface/Desktops
+License:	GPLv2
+URL:		http://code.google.com/p/tint2
+Source0:	http://tint2.googlecode.com/files/%{name}-%{version}.tar.bz2
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	cmake gtk2-devel
+BuildRequires:	pango-devel cairo-devel
+BuildRequires:	libXinerama-devel imlib2-devel
+BuildRequires:	libXdamage-devel libXcomposite-devel
+BuildRequires:	libXrender-devel libXrandr-devel
+
+%description
+tint2 is a simple panel/taskbar made for modern X window managers. It was
+specifically made for Openbox3 but should also work with other window managers
+(GNOME, KDE, etc...). It's based on ttm code http://code.google.com/p/ttm/.
+
+%prep
+%setup -q
+
+%build
+mkdir -p build
+pushd build
+%{cmake} -DENABLE_EXAMPLES=ON ..
+popd
+
+%install
+make install DESTDIR=%{buildroot} -C build
+
+# Drop docdir and put examples/ in %%doc
+mv %{buildroot}%{_defaultdocdir}/%{name}/examples .
+rm -rf %{buildroot}%{_defaultdocdir}
+
+# Remove tintwizard.py and package it separately
+rm -rf %{buildroot}%{_bindir}/tintwizard.py
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING INSTALL.txt README README.source examples/
+%{_bindir}/%{name}
+%{_bindir}/tint2conf
+%config(noreplace) %{_sysconfdir}/xdg/%{name}/tint2rc
+%{_datadir}/%{name}/default_icon.png
+%{_datadir}/applications/tint2conf.desktop
+%{_datadir}/pixmaps/tint2conf*
+%{_mandir}/man1/%{name}.*
+
+%changelog
+* Fri Aug 20 2010 Germán A. Racca <gracca at gmail.com> 0.11-2
+- Removed tintwizard.py because it was packaged separately
+
+* Fri Jul 02 2010 German A. Racca <gracca at gmail.com> 0.11-1
+- New version 0.11
+- Used %%{cmake} to perform compilation
+- Compiled with examples enabled
+- Now really fixed BuildRequires
+
+* Thu Apr 22 2010 German A. Racca <gracca at gmail.com> 0.9-2
+- Fixed BuildRequires
+
+* Fri Mar 26 2010 German A. Racca <gracca at gmail.com> 0.9-1
+- New version 0.9
+
+* Sat Mar 20 2010 German A. Racca <gracca at gmail.com> 0.8-2
+- Rearrangement of some commands for good rpm practice
+- Removed zero-length file
+
+* Fri Jan 15 2010 German A. Racca <gracca at gmail.com> 0.8-1
+- New version
+
+* Mon Dec 21 2009 German A. Racca <gracca at gmail.com> 0.7.1-1
+- Initial release of RPM package


More information about the scm-commits mailing list