From 1532b5a090c22f63889bc170ea712e4b7db6fdd1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Date: Sat, 29 Apr 2017 14:46:31 +0200 Subject: [PATCH] Update to 1.3.4 Build with Qt5 instead of Qt4 Add dependencies Signed-off-by: Pierre-Yves --- abi_used_libs | 13 +++++++------ package.yml | 22 +++++++++++++--------- pspec_x86_64.xml | 22 +++++++++++----------- 3 files changed, 31 insertions(+), 26 deletions(-) diff --git a/abi_used_libs b/abi_used_libs index 5068ed4..5aff98b 100644 --- a/abi_used_libs +++ b/abi_used_libs @@ -1,9 +1,10 @@ -libQtCore.so.4 -libQtDBus.so.4 -libQtGui.so.4 -libQtNetwork.so.4 -libQtSql.so.4 -libQtXml.so.4 +libQt5Core.so.5 +libQt5DBus.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5Sql.so.5 +libQt5Widgets.so.5 +libQt5Xml.so.5 libc.so.6 libgcc_s.so.1 libstdc++.so.6 diff --git a/package.yml b/package.yml index 3713c93..ee30fff 100644 --- a/package.yml +++ b/package.yml @@ -1,19 +1,23 @@ name : q4wine -version : 1.3.3 -release : 4 +version : 1.3.4 +release : 5 source : - - http://jaist.dl.sourceforge.net/project/q4wine/q4wine/q4wine%201.3.3/q4wine-1.3.3.tar.bz2 : 7f821dea698f122277062878743759d1f7adec289311ac30d2b40c28f184bb14 + - https://github.com/brezerk/q4wine/archive/v1.3.4.tar.gz : 3cb6a7d64c3ddd0ada5a8cfca5f9da46dc50881b10c9cb677c2757008fb1fb39 license : GPL-3.0 -summary : QT4 GUI for Wine +summary : Qt GUI for Wine component : virt description: | - Q4Wine is a qt4 GUI for wine. It will help you manage wine prefixes and installed applications. + Q4Wine is a Qt GUI for wine. It will help you manage wine prefixes and installed applications. builddeps : - - pkgconfig(QtCore) - - pkgconfig(icon-naming-utils) + - pkgconfig(gtk+-3.0) + - pkgconfig(Qt5UiTools) + - icoutils +rundeps : + - icoutils + - sqlite3 + - wine setup : | - ln -s /usr/bin/rcc-qt4 /usr/bin/rcc - %cmake . -DWITH_ICOUTILS=OFF + %cmake . -DQT5=ON -DUSE_BZIP2=ON build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml index 8126f69..683ab3c 100644 --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,20 +2,20 @@ q4wine - Justin Zobel - justin@solus-project.com + Pierre-Yves + pyu@skynet.be GPL-3.0 virt - QT4 GUI for Wine - Q4Wine is a qt4 GUI for wine. It will help you manage wine prefixes and installed applications. + Qt GUI for Wine + Q4Wine is a Qt GUI for wine. It will help you manage wine prefixes and installed applications. https://solus-project.com/sources/README.Solus q4wine - QT4 GUI for Wine - Q4Wine is a qt4 GUI for wine. It will help you manage wine prefixes and installed applications. + Qt GUI for Wine + Q4Wine is a Qt GUI for wine. It will help you manage wine prefixes and installed applications. virt @@ -31,12 +31,12 @@ - - 2016-10-08 - 1.3.3 + + 2017-04-29 + 1.3.4 Packaging update - Justin Zobel - justin@solus-project.com + Pierre-Yves + pyu@skynet.be \ No newline at end of file -- 2.12.2