From 59e2add4b5589f3516fb8d01d34021a553f78f82 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 21 Jun 2011 22:18:15 +0200 Subject: [PATCH 1/7] First import --- .gitignore | 1 + aldabra-theme-gnome.spec | 51 ++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 53 insertions(+) create mode 100644 aldabra-theme-gnome.spec diff --git a/.gitignore b/.gitignore index e69de29..5baa10a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/142247-Aldabra-0.7.5.zip diff --git a/aldabra-theme-gnome.spec b/aldabra-theme-gnome.spec new file mode 100644 index 0000000..f904f09 --- /dev/null +++ b/aldabra-theme-gnome.spec @@ -0,0 +1,51 @@ +%global theme_name Aldabra +%global theme_dir %{_datadir}/themes/%{theme_name} + +Name: aldabra-theme-gnome +Version: 0.7.5 +Release: 1%{?dist} +Summary: Aldabra theme pack for GNOME + +Group: User Interface/Desktops +License: LGPLv2 +URL: http://gnome-look.org/content/show.php/Aldabra?content=142247 +Source0: http://gnome-look.org/CONTENT/content-files/142247-%{theme_name}-0.7.5.zip + +Requires: adwaita-gtk3-theme +Requires: gtk-murrine-engine +BuildArch: noarch + +%description +Aldabra is a GTK2 theme that uses the Murrine and Pixmap engines to mimic the +look of Adwaita, the default GNOME 3 theme. The goal of this theme is to provide +visual consistency between GTK2 and GTK3 applications. + + +%prep +%setup -q -c + +find . -name "*~" -exec rm {} \; + + +%build + + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ +cp -a %{theme_name}/gtk-2.0/ $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ + +# The archive bundles copies of Adwaita's background and GTK3/Metacity +# themes. Symbolic links to system Adwaita will be used instead, as recommended +# by the author of the theme +ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ + + +%files +%defattr(-,root,root,-) +%doc COPYING NEWS +%{_datadir}/themes/%{theme_name}/ + + +%changelog +* Sat Jun 18 2011 Mohamed El Morabity - 0.7.5-1 +- Initial RPM release diff --git a/sources b/sources index e69de29..e028335 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +abe7f9234ea3842dc78b08643b1f2d51 142247-Aldabra-0.7.5.zip From ee04a4ac57bd9dacef692b09b709d54547d9d041 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 21 Jun 2011 22:35:20 +0200 Subject: [PATCH 2/7] First import --- .gitignore | 1 + aldabra-theme-gnome.spec | 51 ++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 53 insertions(+) create mode 100644 aldabra-theme-gnome.spec diff --git a/.gitignore b/.gitignore index e69de29..5baa10a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/142247-Aldabra-0.7.5.zip diff --git a/aldabra-theme-gnome.spec b/aldabra-theme-gnome.spec new file mode 100644 index 0000000..f904f09 --- /dev/null +++ b/aldabra-theme-gnome.spec @@ -0,0 +1,51 @@ +%global theme_name Aldabra +%global theme_dir %{_datadir}/themes/%{theme_name} + +Name: aldabra-theme-gnome +Version: 0.7.5 +Release: 1%{?dist} +Summary: Aldabra theme pack for GNOME + +Group: User Interface/Desktops +License: LGPLv2 +URL: http://gnome-look.org/content/show.php/Aldabra?content=142247 +Source0: http://gnome-look.org/CONTENT/content-files/142247-%{theme_name}-0.7.5.zip + +Requires: adwaita-gtk3-theme +Requires: gtk-murrine-engine +BuildArch: noarch + +%description +Aldabra is a GTK2 theme that uses the Murrine and Pixmap engines to mimic the +look of Adwaita, the default GNOME 3 theme. The goal of this theme is to provide +visual consistency between GTK2 and GTK3 applications. + + +%prep +%setup -q -c + +find . -name "*~" -exec rm {} \; + + +%build + + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ +cp -a %{theme_name}/gtk-2.0/ $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ + +# The archive bundles copies of Adwaita's background and GTK3/Metacity +# themes. Symbolic links to system Adwaita will be used instead, as recommended +# by the author of the theme +ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ + + +%files +%defattr(-,root,root,-) +%doc COPYING NEWS +%{_datadir}/themes/%{theme_name}/ + + +%changelog +* Sat Jun 18 2011 Mohamed El Morabity - 0.7.5-1 +- Initial RPM release diff --git a/sources b/sources index e69de29..e028335 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +abe7f9234ea3842dc78b08643b1f2d51 142247-Aldabra-0.7.5.zip From e87358cfa211a583cade42ec6f3c4b7ec31ea12c Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Thu, 10 Nov 2011 10:06:03 +0100 Subject: [PATCH 3/7] Update to 3.2.1 --- .gitignore | 1 + aldabra-theme-gnome.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5baa10a..8c504b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /142247-Aldabra-0.7.5.zip +/Aldabra-3.2.1.tar.gz diff --git a/aldabra-theme-gnome.spec b/aldabra-theme-gnome.spec index f904f09..91358ea 100644 --- a/aldabra-theme-gnome.spec +++ b/aldabra-theme-gnome.spec @@ -2,14 +2,14 @@ %global theme_dir %{_datadir}/themes/%{theme_name} Name: aldabra-theme-gnome -Version: 0.7.5 +Version: 3.2.1 Release: 1%{?dist} Summary: Aldabra theme pack for GNOME Group: User Interface/Desktops License: LGPLv2 URL: http://gnome-look.org/content/show.php/Aldabra?content=142247 -Source0: http://gnome-look.org/CONTENT/content-files/142247-%{theme_name}-0.7.5.zip +Source0: http://dl.dropbox.com/u/45326422/%{theme_name}-%{version}.tar.gz Requires: adwaita-gtk3-theme Requires: gtk-murrine-engine @@ -22,9 +22,7 @@ visual consistency between GTK2 and GTK3 applications. %prep -%setup -q -c - -find . -name "*~" -exec rm {} \; +%setup -q -n %{theme_name} %build @@ -32,7 +30,7 @@ find . -name "*~" -exec rm {} \; %install install -d $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ -cp -a %{theme_name}/gtk-2.0/ $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ +cp -a index.theme gtk-2.0/ $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ # The archive bundles copies of Adwaita's background and GTK3/Metacity # themes. Symbolic links to system Adwaita will be used instead, as recommended @@ -42,10 +40,12 @@ ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROO %files %defattr(-,root,root,-) -%doc COPYING NEWS %{_datadir}/themes/%{theme_name}/ %changelog +* Tue Nov 08 2011 Mohamed El Morabity - 3.2.1-1 +- Update to 3.2.1 + * Sat Jun 18 2011 Mohamed El Morabity - 0.7.5-1 - Initial RPM release diff --git a/sources b/sources index e028335..6fec9f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abe7f9234ea3842dc78b08643b1f2d51 142247-Aldabra-0.7.5.zip +6ed7f6b997eb0f297bee6d5c735bac69 Aldabra-3.2.1.tar.gz From 087bbe3ba089c715ba6ad64277a9708943e8c758 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 29 Nov 2011 08:04:06 +0100 Subject: [PATCH 4/7] Update to 3.2.2 --- .gitignore | 1 + aldabra-theme-gnome.spec | 19 +++++++++++-------- sources | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 8c504b7..15617c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /142247-Aldabra-0.7.5.zip /Aldabra-3.2.1.tar.gz +/Aldabra-3.2.2.tar.gz diff --git a/aldabra-theme-gnome.spec b/aldabra-theme-gnome.spec index 91358ea..d11dac4 100644 --- a/aldabra-theme-gnome.spec +++ b/aldabra-theme-gnome.spec @@ -2,12 +2,12 @@ %global theme_dir %{_datadir}/themes/%{theme_name} Name: aldabra-theme-gnome -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} Summary: Aldabra theme pack for GNOME Group: User Interface/Desktops -License: LGPLv2 +License: LGPLv2+ URL: http://gnome-look.org/content/show.php/Aldabra?content=142247 Source0: http://dl.dropbox.com/u/45326422/%{theme_name}-%{version}.tar.gz @@ -22,29 +22,32 @@ visual consistency between GTK2 and GTK3 applications. %prep -%setup -q -n %{theme_name} +%setup -q -c %build %install -install -d $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ -cp -a index.theme gtk-2.0/ $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ +install -d $RPM_BUILD_ROOT/%{theme_dir}/ +cp -a Aldabra/{index.theme,gtk-2.0/} $RPM_BUILD_ROOT/%{theme_dir}/ # The archive bundles copies of Adwaita's background and GTK3/Metacity # themes. Symbolic links to system Adwaita will be used instead, as recommended # by the author of the theme -ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/ +ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROOT/%{theme_dir}/ %files -%defattr(-,root,root,-) +%doc COPYING NEWS %{_datadir}/themes/%{theme_name}/ %changelog -* Tue Nov 08 2011 Mohamed El Morabity - 3.2.1-1 +* Tue Nov 29 2011 Mohamed El Morabity - 3.2.2-1 +- Update to 3.2.2 + +* Wed Nov 09 2011 Mohamed El Morabity - 3.2.1-1 - Update to 3.2.1 * Sat Jun 18 2011 Mohamed El Morabity - 0.7.5-1 diff --git a/sources b/sources index 6fec9f2..7c37287 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ed7f6b997eb0f297bee6d5c735bac69 Aldabra-3.2.1.tar.gz +c0930cc1a7f7dcabbbacfc923652db9b Aldabra-3.2.2.tar.gz From ed799a0faed1e32c641d9a7779cbf44f06d9e3b9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 15:07:40 -0600 Subject: [PATCH 5/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- aldabra-theme-gnome.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aldabra-theme-gnome.spec b/aldabra-theme-gnome.spec index d11dac4..2d33c01 100644 --- a/aldabra-theme-gnome.spec +++ b/aldabra-theme-gnome.spec @@ -3,7 +3,7 @@ Name: aldabra-theme-gnome Version: 3.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Aldabra theme pack for GNOME Group: User Interface/Desktops @@ -44,6 +44,9 @@ ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROO %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 3.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Nov 29 2011 Mohamed El Morabity - 3.2.2-1 - Update to 3.2.2 From 0ae5b99f95187e7676d689cb318f7bc131eebe91 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 10:44:40 -0500 Subject: [PATCH 6/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- aldabra-theme-gnome.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aldabra-theme-gnome.spec b/aldabra-theme-gnome.spec index 2d33c01..ff3a39f 100644 --- a/aldabra-theme-gnome.spec +++ b/aldabra-theme-gnome.spec @@ -3,7 +3,7 @@ Name: aldabra-theme-gnome Version: 3.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Aldabra theme pack for GNOME Group: User Interface/Desktops @@ -44,6 +44,9 @@ ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROO %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 3.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jan 12 2012 Fedora Release Engineering - 3.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 118e851c96d60ef8f51ff656d15f741a3d415124 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 4 Jun 2014 19:24:21 +0200 Subject: [PATCH 7/7] 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. --- .gitignore | 3 -- aldabra-theme-gnome.spec | 60 ---------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 .gitignore delete mode 100644 aldabra-theme-gnome.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 15617c3..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/142247-Aldabra-0.7.5.zip -/Aldabra-3.2.1.tar.gz -/Aldabra-3.2.2.tar.gz diff --git a/aldabra-theme-gnome.spec b/aldabra-theme-gnome.spec deleted file mode 100644 index ff3a39f..0000000 --- a/aldabra-theme-gnome.spec +++ /dev/null @@ -1,60 +0,0 @@ -%global theme_name Aldabra -%global theme_dir %{_datadir}/themes/%{theme_name} - -Name: aldabra-theme-gnome -Version: 3.2.2 -Release: 3%{?dist} -Summary: Aldabra theme pack for GNOME - -Group: User Interface/Desktops -License: LGPLv2+ -URL: http://gnome-look.org/content/show.php/Aldabra?content=142247 -Source0: http://dl.dropbox.com/u/45326422/%{theme_name}-%{version}.tar.gz - -Requires: adwaita-gtk3-theme -Requires: gtk-murrine-engine -BuildArch: noarch - -%description -Aldabra is a GTK2 theme that uses the Murrine and Pixmap engines to mimic the -look of Adwaita, the default GNOME 3 theme. The goal of this theme is to provide -visual consistency between GTK2 and GTK3 applications. - - -%prep -%setup -q -c - - -%build - - -%install -install -d $RPM_BUILD_ROOT/%{theme_dir}/ -cp -a Aldabra/{index.theme,gtk-2.0/} $RPM_BUILD_ROOT/%{theme_dir}/ - -# The archive bundles copies of Adwaita's background and GTK3/Metacity -# themes. Symbolic links to system Adwaita will be used instead, as recommended -# by the author of the theme -ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROOT/%{theme_dir}/ - - -%files -%doc COPYING NEWS -%{_datadir}/themes/%{theme_name}/ - - -%changelog -* Wed Jul 18 2012 Fedora Release Engineering - 3.2.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 3.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Nov 29 2011 Mohamed El Morabity - 3.2.2-1 -- Update to 3.2.2 - -* Wed Nov 09 2011 Mohamed El Morabity - 3.2.1-1 -- Update to 3.2.1 - -* Sat Jun 18 2011 Mohamed El Morabity - 0.7.5-1 -- Initial RPM release diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5784d07 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. diff --git a/sources b/sources deleted file mode 100644 index 7c37287..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -c0930cc1a7f7dcabbbacfc923652db9b Aldabra-3.2.2.tar.gz