123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- Name: oxygen-icon-theme
- Summary: Oxygen icon theme
- Summary(ja): Oxygen アイコンテーマ
- Version: 4.4.3
- Release: 1%{?_dist_release}
- License: LGPLv3+
- Group: User Interface/Desktops
- URL: http://www.kde.org/
- Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/oxygen-icons-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- BuildRequires: cmake
- Requires(posttrans): gtk2
- Requires(postun): gtk2
- Obsoletes: oxygen-icon-theme-scalable < 4.2.85
- %description
- %{summary}.
- %description -l ja
- %{summary}.
- %prep
- %setup -q -n oxygen-icons-%{version}
- %build
- mkdir -p %{_target_platform}
- pushd %{_target_platform}
- unset QTDIR || : ; . /etc/profile.d/qt4.sh
- %cmake \
- -DCMAKE_BUILD_TYPE=release \
- -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
- -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
- -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
- -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
- ..
- popd
- make %{?_smp_mflags} -C %{_target_platform}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- touch --no-create %{_datadir}/icons/oxygen &> /dev/null || :
- %posttrans
- gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
- %postun
- if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/oxygen &> /dev/null || :
- gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
- fi
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS CONTRIBUTING COPYING TODO*
- %dir %{_datadir}/icons/oxygen
- %{_datadir}/icons/oxygen/*
- %changelog
- * Wed May 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.3-1
- - new upstream release
- - fixed changelog typo
- * Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.2-1
- - new upstream release
- * Sun Mar 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.1-1
- - new upstream release
- * Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.0-1
- - new upstream release
- * Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.3-1
- - new upstream release
- * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.2-1
- - new upsteam release
- * Sat Sep 5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.1-1
- - new upsteam release
- - used %%cmake macro
- * Sat Aug 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.0-2
- - Initial build for Vine Linux
- * Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
- - 4.3.0
- * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
- - 4.3rc3
- * Mon Jul 13 2009 Than Ngo <than@redhat.com> - 4.2.96-1
- - 4.3rc2
- * Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
- - 4.3rc1
- * Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.90-1
- - KDE-4.3 beta2 (4.2.90)
- * Fri May 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.85-1
- - oxygen-icons-4.2.85
- * Tue Mar 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-1
- - kde-4.2.2
- * Mon Mar 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-11
- - License: LGPLv3+
- - %%doc: AUTHORS CONTRIBUTING COPYING TODO*
- * Fri Mar 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-10
- - standalone (noarch) oxygen-icon-theme
|