Browse Source

新規パッケージ

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3946 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 13 years ago
parent
commit
e5c689bd4e

+ 107 - 0
f/faenza-icon-theme/faenza-icon-theme-vl.spec

@@ -0,0 +1,107 @@
+Name:           faenza-icon-theme
+Version:        0.9.2
+Release:        1%{?_dist_release}
+Summary:        Icon theme designed for Equinox GTK theme
+
+Group:          User Interface/Desktops 
+License:        GPL+
+URL:            http://gnome-look.org/content/show.php/Faenza?content=128143
+Source0:        http://faenza-icon-theme.googlecode.com/files/%{name}_%{version}.tar.gz
+BuildArch:      noarch
+
+%description
+Contains icons for Equinox GTK theme
+
+%prep
+%setup -q -c %{name}-%{version}
+
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+# change default gnome-menu icons
+cd ./Faenza/places/scalable/ && ln -sf start-here-gnome.svg start-here.svg && cd ../../..
+cd ./Faenza/places/22/ && ln -sf start-here-gnome.png start-here.png && cd ../../..
+cd ./Faenza/places/24/ && ln -sf start-here-gnome.png start-here.png && cd ../../..
+cd ./Faenza/places/32/ && ln -sf start-here-gnome.png start-here.png && cd ../../..
+cd ./Faenza/places/48/ && ln -sf start-here-gnome.png start-here.png && cd ../../..
+cd ./Faenza-Dark/places/scalable/ && ln -sf start-here-gnome.svg start-here.svg && cd ../../..
+cd ./Faenza-Dark/places/22/ && ln -sf start-here-gnome.png start-here.png && cd ../../..
+cd ./Faenza-Dark/places/24/ && ln -sf start-here-gnome.png start-here.png && cd ../../..
+cd ./Faenza-Dark/places/32/ && ln -sf start-here-gnome.png start-here.png && cd ../../..
+cd ./Faenza-Dark/places/48/ && ln -sf start-here-gnome.png start-here.png && cd ../../..
+# should include vine logo later...
+#cd ./Faenza/places/48/ && ln -sf distributor-logo-fedora.png distributor-logo.png && cd ../../..
+#cd ./Faenza/places/32/ && ln -sf distributor-logo-fedora.png distributor-logo.png && cd ../../..
+#cd ./Faenza/places/24/ && ln -sf distributor-logo-fedora.png distributor-logo.png && cd ../../..
+#cd ./Faenza/places/22/ && ln -sf distributor-logo-fedora.png distributor-logo.png && cd ../../..
+#cd ./Faenza/places/16/ && ln -sf distributor-logo-fedora.png distributor-logo.png && cd ../../..
+
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons
+cp -a ./Faenza/ $RPM_BUILD_ROOT%{_datadir}/icons
+cp -a ./Faenza-Dark/ $RPM_BUILD_ROOT%{_datadir}/icons
+cp -a ./Faenza-Darker/ $RPM_BUILD_ROOT%{_datadir}/icons
+cp -a ./Faenza-Darkest/ $RPM_BUILD_ROOT%{_datadir}/icons
+chmod 0644 $RPM_BUILD_ROOT%{_datadir}/icons/Faenza/index.theme
+chmod 0644 $RPM_BUILD_ROOT%{_datadir}/icons/Faenza-Dark/index.theme
+chmod 0644 $RPM_BUILD_ROOT%{_datadir}/icons/Faenza-Darker/index.theme
+chmod 0644 $RPM_BUILD_ROOT%{_datadir}/icons/Faenza-Darkest/index.theme
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post
+for d in Faenza Faenza-Dark Faenza-Darker Faenza-Darkest; do
+  touch --no-create %{_datadir}/icons/$d
+  if [ -x /usr/bin/gtk-update-icon-cache ]; then
+    /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/$d ||:
+  fi
+done
+
+
+%files
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING README
+%{_datadir}/icons/Faenza
+%{_datadir}/icons/Faenza-Dark
+%{_datadir}/icons/Faenza-Darker
+%{_datadir}/icons/Faenza-Darkest
+
+
+%changelog
+* Mon May 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.9.2-1
+- initial build for Vine Linux based on fedora development
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Aug 11 2010 Tajidin Abd <tajidinabd@archlinux.us> - 0.6-1
+- New Version from upstream
+
+* Tue Aug 10 2010 Tajidin Abd <tajidinabd@archlinux.us> - 0.5-5
+- Cleaned up files macro
+- Modified install macro  with -a option to keep timestamps on files
+
+* Mon Aug 09 2010 Tajidin Abd <tajidinabd@archlinux.us> - 0.5-4
+- Version number comes from URL
+- made corrections to prep macro 
+
+* Sun Aug 08 2010 Tajidin Abd <tajidinabd@arhclinux.us> - 0.5-3
+- Corrected version number
+- Added scriplet
+- Corrected unused of macro
+
+* Sun Aug 08 2010 Tajidin Abd <tajidinabd@archlinux.us> - 0.5.2-2
+- added global tarname macro
+- Corrected the License 
+- made corrections to scriplets
+- deleted redundant characters
+- changed permission issues to satisfy rpmlint errors
+
+* Thu Aug 05 2010 Tajidin Abd <tajidinabd@archlinux.us> - 0.5.2-1
+- Intial RPM release

+ 112 - 0
g/gtk-equinox-engine/gtk-equinox-engine-vl.spec

@@ -0,0 +1,112 @@
+%global engine equinox
+%global tarname 121881-%{engine}
+%global tarver 1.50
+%global tarthemes 140449-%{engine}-themes
+
+Name:           gtk-equinox-engine
+Version:        1.50
+Release:        1%{?_dist_release}
+Summary:        Equinox theme engine for GTK+ 2.x
+
+Group:          System Environment/Libraries
+License:        GPLv2+
+URL:            http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
+Source0:        http://gnome-look.org/CONTENT/content-files/%{tarname}-%{tarver}.tar.gz
+Source1:        http://gnome-look.org/CONTENT/content-files/%{tarthemes}-%{tarver}.tar.gz
+
+BuildRequires:  gtk2-devel
+Requires:       faenza-icon-theme
+
+%description
+A new engine derived from Aurora 1.4. It features smooth gradients or glassy
+effects, subtle shadows, rounded widgets.
+
+%prep
+%setup -q -n %{engine}-%{tarver}
+
+# Unpack gtk themes here
+tar -xzf %{SOURCE1}
+
+# Fix executable bits for debuginfo package
+chmod 0644 src/*
+
+%build
+%configure --enable-animation
+make %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+# Copy themes to proper directory
+mkdir -p %{buildroot}%{_datadir}/themes
+mkdir -p tmpdoc
+mv *.crx tmpdoc
+mv Equinox* %{buildroot}%{_datadir}/themes
+
+# Remove .la files
+find %{buildroot} -name *.la | xargs rm -f || true
+
+# Fix executable bits for files in themes
+chmod 0644 %{buildroot}%{_datadir}/themes/Equinox\ Evolution/README
+chmod 0644 %{buildroot}%{_datadir}/themes/Equinox\ Evolution\ Dawn/index.theme
+chmod 0644 %{buildroot}%{_datadir}/themes/Equinox\ Evolution\ Midnight/index.theme
+chmod 0644 %{buildroot}%{_datadir}/themes/Equinox\ Evolution\ Midnight/README
+chmod 0644 %{buildroot}%{_datadir}/themes/Equinox\ Evolution\ Midnight/gtk-2.0/apps/gnome-panel.rc
+chmod 0644 %{buildroot}%{_datadir}/themes/Equinox\ Evolution\ Midnight/gtk-2.0/apps/google-chrome.rc
+chmod 0644 %{buildroot}%{_datadir}/themes/Equinox\ Evolution\ Midnight/gtk-2.0/fixes/fixes.rc
+
+# Fix executable bits for doc files
+chmod 0644 AUTHORS ChangeLog COPYING README
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING README tmpdoc/*
+%{_libdir}/gtk-2.0/2.10.0/engines/libequinox.so
+%{_datadir}/themes/Equinox*
+
+%changelog
+* Mon May 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.50-1
+- initial build for Vine Linux based on fedora development
+
+* Thu Apr 20 2011 Germ叩n A. Racca <skytux@fedoraproject.org> 1.40-1
+- Updated to new version
+- Removed old gtk themes and added new ones
+- Added dependency on Faenza icons
+
+* Mon Oct 04 2010 Germ叩n A. Racca <skytux@fedoraproject.org> 1.30.2-1
+- Updated to new version
+- Defined some globals
+
+* Fri Sep 03 2010 Germ叩n A. Racca <skytux@fedoraproject.org> 1.30-1
+- Updated to new version
+- Icon name in Equinox Glass theme corrected by upstream
+
+* Thu Aug 26 2010 Germ叩n A. Racca <gracca@gmail.com> 1.20-4
+- Removed dependency on gnome-icon-theme because faenza-icon-theme was released
+- Fixed icon name in Equinox Glass theme
+
+* Wed Jul 07 2010 German A. Racca <gracca@gmail.com> 1.20-3
+- Fix permissions for debuginfo package
+
+* Tue Jul 06 2010 German A. Racca <gracca@gmail.com> 1.20-2
+- Fixed confused release number
+- Removed %%BuildRoot tag
+- Replaced Faenza icon theme by Gnome
+- Added %%Requires tag
+
+* Tue Jun 29 2010 German A. Racca <gracca@gmail.com> 1.20-1
+- New version
+
+* Tue Jun 01 2010 German A. Racca <gracca@gmail.com> 1.1-3
+- Rebuild for Fedora 13
+- Added %%{dist} tag
+
+* Thu May 13 2010 German A. Racca <gracca@gmail.com> 1.1-2
+- Rearrangement of spec file
+
+* Tue Apr 06 2010 German A. Racca <gracca@gmail.com> 1.1-1
+- Initial release of RPM package