123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- Summary: Vine themes for gtk/metacity/icons
- Summary(ja): gtk/metacity/icons 用 Vine テーマ
- Name: vine-themes
- Version: 7.0.13
- Release: 1%{?_dist_release}
- Group: system
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: daisuke
- License: GPLv2
- Source0: metatheme-vine-7.0.13.tar.xz
- Source1: icon-theme-vine-7.0.3.tar.xz
- Source2: cursor-theme-vine-7.tar.xz
- BuildRoot: %{_tmppath}/%{name}-root
- BuildArch: noarch
- Obsoletes: gnome-themes-vine < 3.8.0-2
- Provides: gnome-themes-vine = %{version}-%{release}
- Conflicts: metacity < 2.34.13-4
- %description
- Contains the vine themes for Gnome desktop environment.
- %description -l ja
- このパッケージにはGNOMEデスクトップ環境用 Vine テーマが含まれます。
- %prep
- %build
- %install
- rm -rf $RPM_BUILD_ROOT
- mkdir -p $RPM_BUILD_ROOT%{_datadir}
- mkdir $RPM_BUILD_ROOT%{_datadir}/themes
- mkdir $RPM_BUILD_ROOT%{_datadir}/icons
- # install Vine
- tar xvf %{SOURCE0} -C $RPM_BUILD_ROOT%{_datadir}/themes
- tar xvf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/icons
- tar xvf %{SOURCE2} -C $RPM_BUILD_ROOT%{_datadir}/icons
- # remove audio, battery icons
- for file in `find $RPM_BUILD_ROOT%{_datadir}/icons/Vine/ | egrep "audio|battery"`; do
- rm -f $file
- done
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root)
- %{_datadir}/icons/*
- %{_datadir}/themes/*
- %changelog
- * Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.13-1
- - added @text_view_bg for vte-0.64.
- * Mon Jan 07 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.12-1
- - fixed styles deprecated by gtk-3.22.
- - changed order of fallbacks.
- - dropped gnome-power-manager.svg.
- * Sat Dec 15 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.11-1
- - fixed styles deprecated by gtk-3.22.
- * Sat Jan 13 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.10-1
- - fixed metacity theme.
- - fixed menu color.
- * Fri Aug 5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.9-1
- - removed deprecated elements.
- - fixed a typo.
- * Sun Jul 31 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.8-2
- - update Source1 (icon-theme-vine-7.0.2.tar.xz)
- * Sat Jul 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.8-1
- - update gtk3 theme
- * Tue Aug 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.7-1
- - fix gtk3 theme
- * Tue Jun 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.6-1
- - fix gtk3 theme on window-frame
- * Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.5-1
- - fix gtk3 theme on gnome-shell
- * Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.4-1
- - update gtk3 theme, fix submenu background color.
- * Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.3-1
- - fix titlebar background
- * Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.2-1
- - fix gtk3 theme on gnome-shell
- * Thu Jul 17 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.1-1
- - fix gtk3 theme
- * Wed Jul 16 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0-1
- - rename from gnome-themes-vine
- - add metacity-vine-theme (splitted from metacity)
- - update gtk2/gtk3/metacity/icon theme
- - add Require(pre): gtk2, instead of gtk3
- - add conflict to metacity
|