summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xhttp/qupzilla/BUILD6
-rwxr-xr-xhttp/qupzilla/DEPENDS7
-rwxr-xr-xqt5-qmake/qupzilla/DEPENDS3
-rwxr-xr-xqt5-qmake/qupzilla/DETAILS (renamed from http/qupzilla/DETAILS)4
-rw-r--r--qt5-qmake/qupzilla/HISTORY (renamed from http/qupzilla/HISTORY)5
6 files changed, 13 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b32e9b2a7..4297200627 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2016-06-21 Pavel Vinogradov <public@sourcemage.org>
* chat-im/purple-vk-plugin: new spell, VK plugin for Pidgin
+2016-06-20 Treeve Jelbert <treeve@sourcemage.org>
+ * qupzilla: moved to qt5-qmake, now qt5 only
+
2016-06-17 Vlad Glagolev <stealth@sourcemage.org>
* utils/sysdig: new spell, Linux system exploration and troubleshooting
tool
diff --git a/http/qupzilla/BUILD b/http/qupzilla/BUILD
deleted file mode 100755
index a839ab43de..0000000000
--- a/http/qupzilla/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-if is_depends_enabled $SPELL qtbase;then
- qt5_build
-else
- qt4_build
-fi
-
diff --git a/http/qupzilla/DEPENDS b/http/qupzilla/DEPENDS
deleted file mode 100755
index c310a47fae..0000000000
--- a/http/qupzilla/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-depends -sub CXX gcc &&
-depends QT &&
-if is_depends_enabled $SPELL qtbase;then
- depends qtwebkit5
-else
- sub_depends qt4 WEBKIT
-fi
diff --git a/qt5-qmake/qupzilla/DEPENDS b/qt5-qmake/qupzilla/DEPENDS
new file mode 100755
index 0000000000..a3894f2302
--- /dev/null
+++ b/qt5-qmake/qupzilla/DEPENDS
@@ -0,0 +1,3 @@
+depends -sub CXX gcc &&
+depends qtbase &&
+depends qtwebengine
diff --git a/http/qupzilla/DETAILS b/qt5-qmake/qupzilla/DETAILS
index d87bbf22dd..518fcca185 100755
--- a/http/qupzilla/DETAILS
+++ b/qt5-qmake/qupzilla/DETAILS
@@ -1,6 +1,6 @@
SPELL=qupzilla
- VERSION=1.6.1
- SOURCE_HASH=sha512:30bc06aefdd3d92b6890f69f954c7ec4e0663fe832819f5c3b6bfc9ee6adc2cfbb585ec7b473ecf0efb3521b5c7527a928646667e3a411328b64eb2ac5977a38
+ VERSION=2.0.1
+ SOURCE_HASH=sha512:969751821b3760f5b93b1039429cf0f7be599ef24e595751e996c59aa4a52e3ccf837795d64ae36bd3540effe3733105e4513db85c05eef227d1337b1734ced3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/QupZilla/qupzilla/archive/v${VERSION}.tar.gz
diff --git a/http/qupzilla/HISTORY b/qt5-qmake/qupzilla/HISTORY
index 341ddf7ea4..5d7622a917 100644
--- a/http/qupzilla/HISTORY
+++ b/qt5-qmake/qupzilla/HISTORY
@@ -1,3 +1,8 @@
+2016-06-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: fix, now use qtwebengine, qt5 only
+ * BUILD: delete
+ * DETAILS: version 2.0.1
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)