[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/openoffice.org/devel openoffice.org.spec,1.330,1.331
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/openoffice.org/devel openoffice.org.spec,1.330,1.331
- Date: Wed, 20 Jul 2005 11:10:45 -0400
Author: caolanm
Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24691
Modified Files:
openoffice.org.spec
Log Message:
HighContrast gone now
Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -r1.330 -r1.331
--- openoffice.org.spec 20 Jul 2005 12:36:22 -0000 1.330
+++ openoffice.org.spec 20 Jul 2005 15:10:42 -0000 1.331
@@ -1020,7 +1020,6 @@
#cp -r sysui/unxlng*/misc/redhat/usr/share/application-registry $RPM_BUILD_ROOT/%{_datadir}
rm -rf sysui/unxlng*/misc/redhat/usr/share/application-registry
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons
-cp -r sysui/unxlng*/misc/redhat/usr/share/icons/HighContrast $RPM_BUILD_ROOT/%{_datadir}/icons
tar -C $RPM_BUILD_ROOT/%{_datadir}/icons -xzf %{SOURCE1}
cp -r sysui/unxlng*/misc/redhat/usr/share/mime-info $RPM_BUILD_ROOT/%{_datadir}
cp -r sysui/unxlng*/misc/redhat/usr/share/mimelnk $RPM_BUILD_ROOT/%{_datadir}
@@ -2599,7 +2598,7 @@
%post core
update-desktop-database -q %{_datadir}/applications
-for theme in HighContrast hicolor; do
+for theme in hicolor; do
touch --no-create %{_datadir}/icons/$theme
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q %{_datadir}/icons/$theme
@@ -2608,7 +2607,7 @@
%postun core
update-desktop-database -q %{_datadir}/applications
-for theme in HighContrast hicolor; do
+for theme in hicolor; do
touch --no-create %{_datadir}/icons/$theme
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q %{_datadir}/icons/$theme
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]