[svn] r5842 - in trunk/rpms: . gtk2-engines-nodoka

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sat Sep 15 04:00:55 CEST 2007


Author: hadams
Date: 2007-09-15 04:00:49 +0200 (Sat, 15 Sep 2007)
New Revision: 5842

Added:
   trunk/rpms/gtk2-engines-nodoka/
   trunk/rpms/gtk2-engines-nodoka/gtk2-engines-nodoka.spec
Log:
added gtk2-engines-nodoka

Added: trunk/rpms/gtk2-engines-nodoka/gtk2-engines-nodoka.spec
===================================================================
--- trunk/rpms/gtk2-engines-nodoka/gtk2-engines-nodoka.spec	                        (rev 0)
+++ trunk/rpms/gtk2-engines-nodoka/gtk2-engines-nodoka.spec	2007-09-15 02:00:49 UTC (rev 5842)
@@ -0,0 +1,45 @@
+# $Id$
+# Authority:    hadams
+
+Name:           gtk2-engines-nodoka
+Version:        0.6
+Packager:       Christopher Bratusek <nano-master at gmx.de>
+Release:        14.2
+License:        GPL-2
+URL:            https://hosted.fedoraproject.org/projects/nodoka/wiki
+Source:         %{name}_%{version}-1nano.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  make, bash, gtk2-devel, sed
+
+Group:          NANO
+Summary:        GTK+2 Theme Engine
+
+%description
+Nodoka is the Fedora 8 GTK+2 Theme Engine
+It supports mac style menus, animation
+and animations from left to right
+
+%prep
+%setup -q
+
+%build
+cp new_config_sub config.sub
+cp new_config_guess config.guess
+./configure --prefix=/usr --enable-macmenu --enable-animation --enable-animationtoleft
+
+%install
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf "$RPM_BUILD_ROOT"
+
+%files
+%defattr(0755,root,root)
+/usr/lib/gtk-2.0/
+/usr/share/themes/Nodoka/gtk-2.0/gtkrc
+
+%changelog
+* Sun Jul 22 2007 Heiko Adams <info at fedora-blog.de> - 0.6-14.2
+- Rebuild for rpmforge
+



More information about the svn-commits mailing list