New commits:
commit d4b54b780a8dd434eaf4c4e046432ea3d07e0432
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libpng: => 1.6.23
commit fae12545e0afaf446ff04e3c29226f1de7db1f0b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
powerdevil - reduce depends
commit ca8d274fe977846b6f0c8ae3377a3b3b16a77058
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qupzilla: => 2.0.1
commit 0351965672dce93543ce2ac19820ec23dbeb1586
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qtwebkit - tweak
diff --git a/ChangeLog b/ChangeLog
index 0b32e9b..4297200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2016-06-21 Pavel Vinogradov <public AT sourcemage.org>
* chat-im/purple-vk-plugin: new spell, VK plugin for Pidgin
+2016-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * qupzilla: moved to qt5-qmake, now qt5 only
+
2016-06-17 Vlad Glagolev <stealth AT sourcemage.org>
* utils/sysdig: new spell, Linux system exploration and
troubleshooting
tool
diff --git a/graphics-libs/libpng/DETAILS b/graphics-libs/libpng/DETAILS
index a96d052..1d1a7f6 100755
--- a/graphics-libs/libpng/DETAILS
+++ b/graphics-libs/libpng/DETAILS
@@ -1,12 +1,12 @@
SPELL=libpng
- VERSION=1.6.22
-
SOURCE_HASH=sha512:48b11123661c382273d033371907347aec53d405e9e31e92a32ed77cf5d154bc720e2047a52b670cb4421c92d4a706a00cc1f73a25cd41a766fa2f2b75acc51c
+ VERSION=1.6.23
+
SOURCE_HASH=sha512:950e2fae24db1e53e80257b34a78d3708844551c460d84902becea2bb246cddb1bb581c1e1faadbe2cac45c4182051558554748c78964ab74d27a65998a31c18
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[1]=ftp://ftp.simplesystems.org/pub/png/src/libpng16/${SOURCE}
SOURCE_URL[0]=http://downloads.sourceforge.net/project/libpng/libpng16/${VERSION}/${SOURCE}
if [[ $ANI_PNG == y ]]; then
SOURCE2=$SPELL-$VERSION-apng.patch.gz
-
SOURCE2_HASH=sha512:d55f51cccf99748cd68d469dd83db25b2913242f7019e7fb97b635b1a639ef7349055884e94155fb5805046d1f9b6e90e29de2bf08f38af691deb6c58e229016
+
SOURCE2_HASH=sha512:105e7f70d1292f4a059e62fda7c4ffbfcd4eacd3c11cd1fbdd09bdcf2b1469a54ee864c4f5f22afe9e17ddfd1d10196661a69bb4eb469173a3bfc789181923ce
SOURCE2_URL[0]=http://downloads.sourceforge.net/project/libpng-apng/libpng16/${VERSION}/${SOURCE2}
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/graphics-libs/libpng/HISTORY b/graphics-libs/libpng/HISTORY
index e3e56a9..56c0ff1 100644
--- a/graphics-libs/libpng/HISTORY
+++ b/graphics-libs/libpng/HISTORY
@@ -1,3 +1,6 @@
+2016-06-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.23
+
2016-06-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.22
diff --git a/http/qupzilla/BUILD b/http/qupzilla/BUILD
deleted file mode 100755
index a839ab4..0000000
--- 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 c310a47..0000000
--- 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/http/qupzilla/DETAILS b/http/qupzilla/DETAILS
deleted file mode 100755
index d87bbf2..0000000
--- a/http/qupzilla/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- SPELL=qupzilla
- VERSION=1.6.1
-
SOURCE_HASH=sha512:30bc06aefdd3d92b6890f69f954c7ec4e0663fe832819f5c3b6bfc9ee6adc2cfbb585ec7b473ecf0efb3521b5c7527a928646667e3a411328b64eb2ac5977a38
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=https://github.com/QupZilla/qupzilla/archive/v${VERSION}.tar.gz
- WEB_SITE=http://www.qupzilla.com/
- LICENSE[0]=GPL
- ENTERED=20140120
- SHORT="web browser based on WebKit core and Qt Framework"
-cat << EOF
-QupZilla is modern web browser based on WebKit core and Qt Framework.
-EOF
diff --git a/http/qupzilla/HISTORY b/http/qupzilla/HISTORY
deleted file mode 100644
index 341ddf7..0000000
--- a/http/qupzilla/HISTORY
+++ /dev/null
@@ -1,11 +0,0 @@
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: depends -sub CXX gcc (half-automated)
-
-2014-02-04 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD, DEPENDS: add qt5 support
-
-2014-02-04 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.6.1
-
-2014-01-20 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS, DEPENDS: spell created, version 1.6.0
diff --git a/plasma/powerdevil/DEPENDS b/plasma/powerdevil/DEPENDS
index 61d9563..475af32 100755
--- a/plasma/powerdevil/DEPENDS
+++ b/plasma/powerdevil/DEPENDS
@@ -18,5 +18,8 @@ depends xcb-util-wm &&
depends pkgconfig &&
depends DEVICE-MANAGER &&