Browse Source

NEW: mate-themes
vine-themes: fix window-frame
gtk-murrine-engine: update

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9605 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 8 years ago
parent
commit
e8bc55d673

+ 6 - 3
g/gtk-murrine-engine/gtk-murrine-engine-vl.spec

@@ -1,11 +1,11 @@
 Summary: Murrine GTK2 engine
 Name: gtk-murrine-engine
-Version: 0.98.1.1
-Release: 2%{?_dist_release}
+Version: 0.98.2
+Release: 1%{?_dist_release}
 License: LGPLv2 or LGPLv3
 Group: System Environment/Libraries
 URL: http://www.cimitan.com/murrine/
-Source0: http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-%{version}.tar.xz
 Source10: http://cimi.netsons.org/media/download_gallery/MurrinaFancyCandy.tar.bz2
 Source11: http://cimi.netsons.org/media/download_gallery/MurrinaVerdeOlivo.tar.bz2
 Source12: http://cimi.netsons.org/media/download_gallery/MurrinaAquaIsh.tar.bz2
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/themes/*
 
 %changelog
+* Mon Jun 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.98.2-1
+- update to 0.98.2
+
 * Fri Nov 07 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.98.1.1-2
 - rebuilt with libpng-1.6.12
 

+ 82 - 0
m/mate-themes/mate-thems-vl.spec

@@ -0,0 +1,82 @@
+%define use_gtk3  gtk3.16
+
+Summary:        Desktop themes for MATE applications
+Name:           mate-themes
+Version:        1.10.0
+Release:        1%{?_dist_release}
+License:        LGPLv2+
+Group:          User Interface/Desktops
+URL:            http://mate-desktop.org/
+Source0:        http://pub.mate-desktop.org/releases/1.10/%{name}-%{use_gtk3}-%{version}.tar.xz
+
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:  gtk3-devel >= 3.0.0
+BuildRequires:  gtk2-devel >= 2.0.0
+Requires:       vine-themes
+Requires:       gtk-murrine-engine
+Requires(postun,posttrans): glib2
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       Takemikaduchi
+
+%description
+The mate-themes package contains the standard theme for the MATE
+desktop, which provides default appearance for cursors, desktop background,
+window borders and GTK+ applications.
+
+%prep
+%setup -q -n %{name}-%{use_gtk3}-%{version}
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+
+%find_lang %{name}
+
+%post
+for t in  mate ContrastHigh; do
+  touch --no-create %{_datadir}/icons/$t &>/dev/null
+done
+
+%postun
+if [ $1 -eq 0 ] ; then
+    for t in  mate ContrastHigh; do
+        touch --no-create %{_datadir}/icons/$t &>/dev/null
+        gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
+    done
+fi
+
+%posttrans
+for t in  mate ContrastHigh; do
+  gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
+done
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc COPYING NEWS ChangeLog
+%{_datadir}/icons/ContrastHigh/
+%{_datadir}/icons/mate/
+%{_datadir}/themes/BlackMATE/
+%{_datadir}/themes/BlackMenta/
+%{_datadir}/themes/BlueMenta/
+%{_datadir}/themes/ContrastHigh/
+%{_datadir}/themes/ContrastHighInverse/
+%{_datadir}/themes/GreenLaguna/
+%{_datadir}/themes/Menta/
+%{_datadir}/themes/Shiny/
+%{_datadir}/themes/TraditionalGreen/
+%{_datadir}/themes/TraditionalOk/
+%{_datadir}/themes/TraditionalOkTest/
+
+
+%changelog
+* Mon Jun 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
+- initial build

+ 5 - 2
v/vine-themes/vine-themes-vl.spec

@@ -1,12 +1,12 @@
 Summary: Vine themes for gtk/metacity/icons
 Summary(ja): gtk/metacity/icons 用 Vine テーマ 
 Name: vine-themes
-Version: 7.0.5
+Version: 7.0.6
 Release: 1%{?_dist_release}
 License: GPLv2
 Group: User Interface/Desktops
 
-Source0: metatheme-vine-7.0.5.tar.xz
+Source0: metatheme-vine-7.0.6.tar.xz
 Source1: icon-theme-vine-7.0.1.tar.xz
 Source2: cursor-theme-vine-7.tar.xz
 
@@ -68,6 +68,9 @@ fi
 %{_datadir}/themes/*
 
 %changelog
+* 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