public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/amarok] epel10: awol patch
Date: Mon, 06 Jul 2026 18:03:56 GMT	[thread overview]
Message-ID: <178336103640.1.13638019424725439299.rpms-amarok-862da3fad2db@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/amarok
Branch : epel10
Commit : 862da3fad2db9aa801b8148c841145e7c999e432
Author : Rex Dieter <rdieter@fedoraproject.org>
Date   : 2008-08-23T19:00:19+00:00
Stats  : +83/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/amarok/c/862da3fad2db9aa801b8148c841145e7c999e432?branch=epel10

Log:
awol patch

---
diff --git a/amarok-1.90-lib64.patch b/amarok-1.90-lib64.patch
new file mode 100644
index 0000000..f4c09bd
--- /dev/null
+++ b/amarok-1.90-lib64.patch
@@ -0,0 +1,83 @@
+diff -up amarok-1.90/src/scriptengine/generator/generator/qtscript_core.cmake.lib64 amarok-1.90/src/scriptengine/generator/generator/qtscript_core.cmake
+--- amarok-1.90/src/scriptengine/generator/generator/qtscript_core.cmake.lib64	2008-08-19 18:15:25.000000000 -0500
++++ amarok-1.90/src/scriptengine/generator/generator/qtscript_core.cmake	2008-08-20 10:26:42.000000000 -0500
+@@ -103,4 +103,4 @@ set_source_files_properties( ${Generated
+ add_library( qtscript_core MODULE ${Generated_QtCore_SRCS} )
+ add_dependencies( qtscript_core generator )
+ target_link_libraries( qtscript_core ${QT_LIBRARIES})
+-install( TARGETS qtscript_core DESTINATION lib/kde4/plugins/script )
++install( TARGETS qtscript_core DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script )
+diff -up amarok-1.90/src/scriptengine/generator/generator/qtscript_gui.cmake.lib64 amarok-1.90/src/scriptengine/generator/generator/qtscript_gui.cmake
+--- amarok-1.90/src/scriptengine/generator/generator/qtscript_gui.cmake.lib64	2008-08-19 18:15:25.000000000 -0500
++++ amarok-1.90/src/scriptengine/generator/generator/qtscript_gui.cmake	2008-08-20 10:26:42.000000000 -0500
+@@ -561,4 +561,4 @@ set_source_files_properties( ${Generated
+ add_library( qtscript_gui MODULE ${Generated_QtGUI_SRCS} )
+ add_dependencies( qtscript_gui generator )
+ target_link_libraries( qtscript_gui ${QT_LIBRARIES})
+-install( TARGETS qtscript_gui DESTINATION lib/kde4/plugins/script )
++install( TARGETS qtscript_gui DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script )
+diff -up amarok-1.90/src/scriptengine/generator/generator/qtscript_network.cmake.lib64 amarok-1.90/src/scriptengine/generator/generator/qtscript_network.cmake
+--- amarok-1.90/src/scriptengine/generator/generator/qtscript_network.cmake.lib64	2008-08-19 18:15:25.000000000 -0500
++++ amarok-1.90/src/scriptengine/generator/generator/qtscript_network.cmake	2008-08-20 10:26:42.000000000 -0500
+@@ -51,4 +51,4 @@ set_source_files_properties( ${Generated
+ add_library( qtscript_network MODULE ${Generated_QtNetwork_SRCS} )
+ add_dependencies( qtscript_network generator )
+ target_link_libraries( qtscript_network ${QT_LIBRARIES})
+-install( TARGETS qtscript_network DESTINATION lib/kde4/plugins/script )
++install( TARGETS qtscript_network DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script )
+diff -up amarok-1.90/src/scriptengine/generator/generator/qtscript_sql.cmake.lib64 amarok-1.90/src/scriptengine/generator/generator/qtscript_sql.cmake
+--- amarok-1.90/src/scriptengine/generator/generator/qtscript_sql.cmake.lib64	2008-08-19 18:15:25.000000000 -0500
++++ amarok-1.90/src/scriptengine/generator/generator/qtscript_sql.cmake	2008-08-20 10:26:42.000000000 -0500
+@@ -27,4 +27,4 @@ set_source_files_properties( ${Generated
+ add_library( qtscript_sql MODULE ${Generated_QtSql_SRCS} )
+ add_dependencies( qtscript_sql generator )
+ target_link_libraries( qtscript_sql ${QT_LIBRARIES})
+-install( TARGETS qtscript_sql DESTINATION lib/kde4/plugins/script )
++install( TARGETS qtscript_sql DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script )
+diff -up amarok-1.90/src/scriptengine/generator/generator/qtscript_uitools.cmake.lib64 amarok-1.90/src/scriptengine/generator/generator/qtscript_uitools.cmake
+--- amarok-1.90/src/scriptengine/generator/generator/qtscript_uitools.cmake.lib64	2008-08-19 18:15:26.000000000 -0500
++++ amarok-1.90/src/scriptengine/generator/generator/qtscript_uitools.cmake	2008-08-20 10:26:42.000000000 -0500
+@@ -7,4 +7,4 @@ set_source_files_properties( ${Generated
+ add_library( qtscript_uitools MODULE ${Generated_QtUiTools_SRCS} )
+ add_dependencies( qtscript_uitools generator )
+ target_link_libraries( qtscript_uitools ${QT_LIBRARIES})
+-install( TARGETS qtscript_uitools DESTINATION lib/kde4/plugins/script )
++install( TARGETS qtscript_uitools DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script )
+diff -up amarok-1.90/src/scriptengine/generator/generator/qtscript_webkit.cmake.lib64 amarok-1.90/src/scriptengine/generator/generator/qtscript_webkit.cmake
+--- amarok-1.90/src/scriptengine/generator/generator/qtscript_webkit.cmake.lib64	2008-08-19 18:15:25.000000000 -0500
++++ amarok-1.90/src/scriptengine/generator/generator/qtscript_webkit.cmake	2008-08-20 10:26:42.000000000 -0500
+@@ -17,4 +17,4 @@ set_source_files_properties( ${Generated
+ add_library( qtscript_webkit MODULE ${Generated_QtWebkit_SRCS} )
+ add_dependencies( qtscript_webkit generator )
+ target_link_libraries( qtscript_webkit ${QT_LIBRARIES})
+-install( TARGETS qtscript_webkit DESTINATION lib/kde4/plugins/script )
++install( TARGETS qtscript_webkit DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script )
+diff -up amarok-1.90/src/scriptengine/generator/generator/qtscript_xml.cmake.lib64 amarok-1.90/src/scriptengine/generator/generator/qtscript_xml.cmake
+--- amarok-1.90/src/scriptengine/generator/generator/qtscript_xml.cmake.lib64	2008-08-19 18:15:25.000000000 -0500
++++ amarok-1.90/src/scriptengine/generator/generator/qtscript_xml.cmake	2008-08-20 10:26:42.000000000 -0500
+@@ -48,4 +48,4 @@ set_source_files_properties( ${Generated
+ add_library( qtscript_xml MODULE ${Generated_QtXML_SRCS} )
+ add_dependencies( qtscript_xml generator )
+ target_link_libraries( qtscript_xml ${QT_LIBRARIES})
+-install( TARGETS qtscript_xml DESTINATION lib/kde4/plugins/script )
++install( TARGETS qtscript_xml DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script )
+diff -up amarok-1.90/src/scriptengine/generator/generator/qtscript_xmlpatterns.cmake.lib64 amarok-1.90/src/scriptengine/generator/generator/qtscript_xmlpatterns.cmake
+--- amarok-1.90/src/scriptengine/generator/generator/qtscript_xmlpatterns.cmake.lib64	2008-08-19 18:15:25.000000000 -0500
++++ amarok-1.90/src/scriptengine/generator/generator/qtscript_xmlpatterns.cmake	2008-08-20 10:26:42.000000000 -0500
+@@ -28,4 +28,4 @@ set_source_files_properties( ${Generated
+ add_library( qtscript_xmlpatterns MODULE ${Generated_QtXMLPatterns_SRCS} )
+ add_dependencies( qtscript_xmlpatterns generator )
+ target_link_libraries( qtscript_xmlpatterns ${QT_LIBRARIES})
+-install( TARGETS qtscript_xmlpatterns DESTINATION lib/kde4/plugins/script )
++install( TARGETS qtscript_xmlpatterns DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script )
+diff -up amarok-1.90/src/scripts/qtscript_debug/CMakeLists.txt.lib64 amarok-1.90/src/scripts/qtscript_debug/CMakeLists.txt
+--- amarok-1.90/src/scripts/qtscript_debug/CMakeLists.txt.lib64	2008-08-19 18:14:57.000000000 -0500
++++ amarok-1.90/src/scripts/qtscript_debug/CMakeLists.txt	2008-08-20 10:26:42.000000000 -0500
+@@ -10,5 +10,5 @@ install( PROGRAMS
+ 
+ install( PROGRAMS
+         debug/__init__.js
+-        DESTINATION lib/kde4/plugins/script/amarok/qtscript_debug/debug
++        DESTINATION ${LIB_INSTALL_DIR}/kde4/plugins/script/amarok/qtscript_debug/debug
+ )
+\ No newline at end of file

                 reply	other threads:[~2026-07-06 18:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178336103640.1.13638019424725439299.rpms-amarok-862da3fad2db@fedoraproject.org \
    --to=rdieter@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox