Mailinglist Archive: zypp-commit (731 mails)
| < Previous | Next > |
[zypp-commit] r6868 - in /trunk/updater-kde/icons: CMakeLists.txt cr24-app-opensuseupdater_busy.mng opensuseupdater_busy.mng
- From: tgoettlicher@xxxxxxxxxxxxxxxx
- Date: Fri, 24 Aug 2007 11:25:26 -0000
- Message-id: <20070824112527.1FB682E64D@xxxxxxxxxxxxxxxx>
Author: tgoettlicher
Date: Fri Aug 24 13:25:26 2007
New Revision: 6868
URL: http://svn.opensuse.org/viewcvs/zypp?rev=6868&view=rev
Log:
fix installation of icons on 64bit
Added:
trunk/updater-kde/icons/opensuseupdater_busy.mng
- copied unchanged from r6865, trunk/updater-kde/icons/cr24-app-opensuseupdater_busy.mng
Removed:
trunk/updater-kde/icons/cr24-app-opensuseupdater_busy.mng
Modified:
trunk/updater-kde/icons/CMakeLists.txt
Modified: trunk/updater-kde/icons/CMakeLists.txt
URL: http://svn.opensuse.org/viewcvs/zypp/trunk/updater-kde/icons/CMakeLists.txt?rev=6868&r1=6867&r2=6868&view=diff
==============================================================================
--- trunk/updater-kde/icons/CMakeLists.txt (original)
+++ trunk/updater-kde/icons/CMakeLists.txt Fri Aug 24 13:25:26 2007
@@ -3,7 +3,9 @@
INSTALL_FILES( /share/apps/opensuseupdater/icons FILES )
KDE3_INSTALL_ICONS( hicolor )
-INSTALL(FILES cr24-app-opensuseupdater_busy.mng
- DESTINATION ${KDE3_DIR}/share/icons/hicolor/24x24/apps/
- RENAME opensuseupdater_busy.mng
- )
+#INSTALL(FILES cr24-app-opensuseupdater_busy.mng
+# DESTINATION ${KDE3_DIR}/share/icons/hicolor/24x24/apps/
+# RENAME opensuseupdater_busy.mng
+# )
+
+INSTALL_FILES( /share/icons/hicolor/24x24/apps/ FILES opensuseupdater_busy.mng )
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Fri Aug 24 13:25:26 2007
New Revision: 6868
URL: http://svn.opensuse.org/viewcvs/zypp?rev=6868&view=rev
Log:
fix installation of icons on 64bit
Added:
trunk/updater-kde/icons/opensuseupdater_busy.mng
- copied unchanged from r6865, trunk/updater-kde/icons/cr24-app-opensuseupdater_busy.mng
Removed:
trunk/updater-kde/icons/cr24-app-opensuseupdater_busy.mng
Modified:
trunk/updater-kde/icons/CMakeLists.txt
Modified: trunk/updater-kde/icons/CMakeLists.txt
URL: http://svn.opensuse.org/viewcvs/zypp/trunk/updater-kde/icons/CMakeLists.txt?rev=6868&r1=6867&r2=6868&view=diff
==============================================================================
--- trunk/updater-kde/icons/CMakeLists.txt (original)
+++ trunk/updater-kde/icons/CMakeLists.txt Fri Aug 24 13:25:26 2007
@@ -3,7 +3,9 @@
INSTALL_FILES( /share/apps/opensuseupdater/icons FILES )
KDE3_INSTALL_ICONS( hicolor )
-INSTALL(FILES cr24-app-opensuseupdater_busy.mng
- DESTINATION ${KDE3_DIR}/share/icons/hicolor/24x24/apps/
- RENAME opensuseupdater_busy.mng
- )
+#INSTALL(FILES cr24-app-opensuseupdater_busy.mng
+# DESTINATION ${KDE3_DIR}/share/icons/hicolor/24x24/apps/
+# RENAME opensuseupdater_busy.mng
+# )
+
+INSTALL_FILES( /share/icons/hicolor/24x24/apps/ FILES opensuseupdater_busy.mng )
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |