123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- Summary: Adwaita icon theme
- Name: adwaita-icon-theme
- Version: 3.20
- Release: 1%{?_dist_release}
- Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz
- License: CC-BY-SA,LGPLv3
- BuildArch: noarch
- Group: User Interface/Desktops
- Requires: hicolor-icon-theme
- Requires(post): gtk2
- BuildRequires: icon-naming-utils >= 0.8.7
- BuildRequires: gtk2
- BuildRequires: pkgconfig
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- %{summary}
- %prep
- %setup -q
- %build
- %configure --disable-hicolor-check
- %install
- rm -rf $RPM_BUILD_ROOT
- %__make install DESTDIR=$RPM_BUILD_ROOT
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- for dir in /usr/share/icons/*; do
- if [ -d "$dir" -a -f "$dir/index.theme" ]; then
- /usr/bin/gtk-update-icon-cache --quiet $dir ||:
- fi
- done
- fi
-
- %files
- %defattr(-,root,root)
- %doc COPYING COPYING_CCBYSA3 COPYING_LGPL NEWS README
- %{_datadir}/icons/Adwaita
- %{_datadir}/pkgconfig/%{name}.pc
- %changelog
- * Fri Jul 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20-1
- - new upstream release
- * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
- - new upstream release
- * Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.2-1
- - new upstream release
- * Fri May 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.1-1
- - new upstream release
- * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
- - new upstream release
- * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
- - initial build
|