diff --git a/.gitignore b/.gitignore index 4e00809..b7f3ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Greybird-1.0.8.tar.gz /Greybird-1.2.tar.gz /Greybird-1.2.2.tar.gz +/v1.3.1.tar.gz diff --git a/greybird.spec b/greybird.spec index 74737df..027a490 100644 --- a/greybird.spec +++ b/greybird.spec @@ -1,17 +1,13 @@ %global theme_name Greybird Name: greybird -Version: 1.2.2 +Version: 1.3.1 Release: 1%{?dist} Summary: A clean minimalistic theme for Xfce, GTK+ 2 and 3 License: GPLv2+ or CC-BY-SA URL: http://shimmerproject.org/project/%{name}/ - -# The source for this package was pulled from upstream's vcs. Use the -# following commands to generate the tarball: -# wget https://github.com/shimmerproject/Greybird/archive/v{VERSION}.tar.gz -Source0: Greybird-%{version}.tar.gz +Source0: https://github.com/shimmerproject/%{theme_name}/archive/v%{version}.tar.gz BuildArch: noarch @@ -65,17 +61,15 @@ Themes for Xfce4 notifyd as part of the Greybird theme. # Cleanup # Remove Unity theme rm -f gtk-3.0/apps/unity.css -rm -f gtk-3.0/apps/unity-greeter.css +rm -f gtk-3.0/apps/lightdm-unity-greeter.css + sed -i '/unity\.css/d' gtk-3.0/gtk.css sed -i '/lightdm-unity-greeter\.css/d' gtk-3.0/gtk.css sed -i '/lightdm-gtk-greeter\.css/d' gtk-3.0/gtk.css - - %build # Nothing to build - %install mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme_name} cp -pr gtk-2.0/ gtk-3.0/ metacity-1/ xfwm4/ xfwm4_compact/ xfce-notify-4.0/ %{buildroot}%{_datadir}/themes/%{theme_name} @@ -112,6 +106,10 @@ cp -pr gtk-2.0/ gtk-3.0/ metacity-1/ xfwm4/ xfwm4_compact/ xfce-notify-4.0/ %{bu %{_datadir}/themes/%{theme_name}/xfce-notify-4.0/ %changelog +* Sun Feb 23 2014 Mukundan Ragavan - 1.3.1-1 +- Updated to 1.3.1 +- Fixed the source URL to directly download from github + * Wed Sep 18 2013 Athmane Madjoudj 1.2.2-1 - Update to 1.2.2 diff --git a/sources b/sources index 0ec5d9b..84313f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e731eb53ff430e04cebd7948a2d10b1f Greybird-1.2.2.tar.gz +952461eeb639081c3e305bff950d4f03 v1.3.1.tar.gz