2014-04-29 14:11:29 +00:00
|
|
|
Name: adwaita-icon-theme
|
2014-06-02 16:26:53 +00:00
|
|
|
Version: 3.13.2
|
2014-06-07 00:11:27 +00:00
|
|
|
Release: 2%{?dist}
|
2014-04-29 14:11:29 +00:00
|
|
|
Summary: Adwaita icon theme
|
|
|
|
|
|
|
|
License: LGPLv3+ or CC-BY-SA
|
|
|
|
URL: http://www.gnome.org
|
|
|
|
Source0: http://download.gnome.org/sources/adwaita-icon-theme/3.13/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: /usr/bin/gtk-update-icon-cache
|
|
|
|
|
2014-05-07 15:04:08 +00:00
|
|
|
# Replace adwaita-cursor-theme subpackage from gnome-themes-standard
|
|
|
|
Provides: adwaita-cursor-theme = %{version}-%{release}
|
|
|
|
Obsoletes: adwaita-cursor-theme < 3.13.1-2
|
|
|
|
|
2014-04-29 14:11:29 +00:00
|
|
|
%description
|
|
|
|
This package contains the Adwaita icon theme used by the GNOME desktop.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains the pkgconfig file for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
touch $RPM_BUILD_ROOT%{_datadir}/icons/Adwaita/icon-theme.cache
|
|
|
|
|
|
|
|
%post
|
|
|
|
touch --no-create %{_datadir}/icons/Adwaita &>/dev/null || :
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/Adwaita &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/Adwaita &>/dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/Adwaita &>/dev/null || :
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING*
|
|
|
|
%{_datadir}/icons/Adwaita/8x8/
|
|
|
|
%{_datadir}/icons/Adwaita/16x16/
|
|
|
|
%{_datadir}/icons/Adwaita/22x22/
|
|
|
|
%{_datadir}/icons/Adwaita/24x24/
|
|
|
|
%{_datadir}/icons/Adwaita/32x32/
|
|
|
|
%{_datadir}/icons/Adwaita/48x48/
|
|
|
|
%{_datadir}/icons/Adwaita/256x256/
|
|
|
|
%{_datadir}/icons/Adwaita/cursors/
|
|
|
|
%{_datadir}/icons/Adwaita/scalable/
|
|
|
|
%{_datadir}/icons/Adwaita/index.theme
|
|
|
|
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
|
|
|
|
|
|
|
%changelog
|
2014-06-07 00:11:27 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-02 16:26:53 +00:00
|
|
|
* Mon Jun 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
|
|
|
|
- Update to 3.13.2
|
|
|
|
|
2014-05-07 15:04:08 +00:00
|
|
|
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
|
|
|
|
- Replace adwaita-cursor-theme subpackage from gnome-themes-standard
|
|
|
|
|
2014-04-29 14:11:29 +00:00
|
|
|
* Mon Apr 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
|
|
|
|
- Initial Fedora packaging
|