summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authorMichel Salim <salimma@fedoraproject.org>2011-03-21 23:38:23 +0100
committerMichel Salim <salimma@fedoraproject.org>2011-03-21 23:38:23 +0100
commit8c7d6fec3e761e9e906f0e4bd84f54460f4bc681 (patch)
tree45b1c9b183b50fe03abae6cd7cd68dc812f2d146 /gnome
parent9217338b8325794bdd569035b192afe4a5d5d931 (diff)
downloadspecs-8c7d6fec3e761e9e906f0e4bd84f54460f4bc681.tar.gz
specs-8c7d6fec3e761e9e906f0e4bd84f54460f4bc681.tar.xz
specs-8c7d6fec3e761e9e906f0e4bd84f54460f4bc681.zip
add GNOME Tweak Tool
Diffstat (limited to 'gnome')
-rw-r--r--gnome/gnome-tweak-tool.spec58
1 files changed, 58 insertions, 0 deletions
diff --git a/gnome/gnome-tweak-tool.spec b/gnome/gnome-tweak-tool.spec
new file mode 100644
index 0000000..807c7ae
--- /dev/null
+++ b/gnome/gnome-tweak-tool.spec
@@ -0,0 +1,58 @@
+Name: gnome-tweak-tool
+Version: 2.91.92
+Release: 1%{?dist}
+Summary: A tool for advanced GNOME 3 customization
+
+# note: need to check with upstream
+License: GPL+
+URL: http://live.gnome.org/GnomeTweakTool
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/2.91/gnome-tweak-tool-%{version}.tar.bz2
+
+BuildArch: noarch
+BuildRequires: GConf2
+BuildRequires: pkgconfig(gsettings-desktop-schemas)
+BuildRequires: pkgconfig(pygobject-2.0)
+Requires: GConf2
+
+%description
+GNOME Tweak Tool is an application for changing the advanced settings
+of GNOME 3.
+
+Features:
+* Support shell theme change and installation
+* Tweak GTK+ theme
+* Tweak the user-interface and title bar fonts
+* Tweak icons in menus and buttons
+* Tweak behavior on laptop lid close
+* Tweak shell font size
+* Tweak file manager desktop icons
+* Tweak title bar click action
+
+
+%prep
+%setup -q
+
+
+%build
+./configure --prefix=%{_prefix}
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+# License not included in source
+%doc NEWS README
+%{_bindir}/%{name}
+%{python_sitelib}/gtweak
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/%{name}
+
+
+%changelog
+* Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
+- Initial package