]> git.pld-linux.org Git - packages/QtSingleApplication.git/commitdiff
hack: link qt5 version qith qt5 libs auto/th/QtSingleApplication-2.6.1-3
authorElan Ruusamäe <glen@delfi.ee>
Wed, 13 Apr 2016 06:23:59 +0000 (09:23 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 Apr 2016 06:23:59 +0000 (09:23 +0300)
QtSingleApplication.spec

index f0605643465d8bf8b08d081fae98783f89aad42c..f68d4db67572a4abf37a5270bca3b32f384d590a 100644 (file)
@@ -9,7 +9,7 @@
 Summary:       Qt library to start applications only once per user
 Name:          QtSingleApplication
 Version:       2.6.1
-Release:       2.1
+Release:       3
 License:       GPL v3 or LGPL v2 with exceptions
 Group:         Libraries
 Source0:       https://github.com/qtproject/qt-solutions/archive/%{commit}/%{name}-%{commit}.tar.gz
@@ -130,6 +130,10 @@ cd build-qt5
 # XXX fix QtLockedFile package?
 qmake-qt5 INCLUDEPATH+=%{_includedir}/qt5/QtSolutions
 %{__make}
+# XXX: relink with proper version
+%{__sed} -i -e 's/QtSolutions/Qt5Solutions/' buildlib/Makefile*
+rm -r lib
+%{__make}
 
 # ensure the it links to right version of LockedFile
 for l in SingleApplication SingleCoreApplication; do
This page took 0.099638 seconds and 4 git commands to generate.