summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
Diffstat (limited to 'deps')
-rw-r--r--deps/.qt5_updates2
-rw-r--r--deps/PyQt5/.url2
-rwxr-xr-xdeps/PyQt5/PyQt5.SlackBuild10
-rwxr-xr-xdeps/alldeps.SlackBuild8
-rwxr-xr-xdeps/grantlee/grantlee.SlackBuild2
-rw-r--r--deps/hack-font-ttf/.url4
-rw-r--r--deps/hack-font-ttf/CHANGELOG.md743
-rw-r--r--deps/hack-font-ttf/LICENSE.md64
-rwxr-xr-xdeps/hack-font-ttf/hack-font-ttf.SlackBuild86
-rw-r--r--deps/hack-font-ttf/slack-desc19
-rwxr-xr-xdeps/libdbusmenu-qt5/libdbusmenu-qt5.SlackBuild2
-rwxr-xr-xdeps/phonon/phonon.SlackBuild2
-rwxr-xr-xdeps/polkit-qt5-1/polkit-qt5-1.SlackBuild2
-rw-r--r--deps/poppler/.url2
-rw-r--r--deps/poppler/patches/poppler_cpp11.patch18
-rwxr-xr-xdeps/poppler/poppler.SlackBuild141
-rw-r--r--deps/poppler/slack-desc19
-rw-r--r--deps/qca-qt5/.url2
-rwxr-xr-xdeps/qca-qt5/qca-qt5.SlackBuild5
-rw-r--r--deps/qca-qt5/qca_qiodevice.patch23
-rw-r--r--deps/qt-gstreamer/.url1
-rwxr-xr-xdeps/qt-gstreamer/qt-gstreamer.SlackBuild2
-rwxr-xr-xdeps/qt5-webkit/qt5-webkit.SlackBuild8
-rw-r--r--deps/qt5/.url2
-rw-r--r--deps/qt5/patches/qt5.glibc224.patch33
-rw-r--r--deps/qt5/patches/qt5.qtbug-49452.patch58
-rw-r--r--deps/qt5/patches/qt5.qtbug-53237.patch90
-rwxr-xr-xdeps/qt5/qt5.SlackBuild39
-rwxr-xr-xdeps/sni-qt/sni-qt.SlackBuild2
-rwxr-xr-xdeps/updates.SlackBuild7
30 files changed, 1328 insertions, 70 deletions
diff --git a/deps/.qt5_updates b/deps/.qt5_updates
new file mode 100644
index 0000000..83e0cb6
--- /dev/null
+++ b/deps/.qt5_updates
@@ -0,0 +1,2 @@
+sni-qt qca-qt5 qt-gstreamer phonon PyQt5 polkit-qt5-1 grantlee poppler libdbusmenu-qt5
+
diff --git a/deps/PyQt5/.url b/deps/PyQt5/.url
index 2be86e4..a73d338 100644
--- a/deps/PyQt5/.url
+++ b/deps/PyQt5/.url
@@ -1,2 +1,2 @@
-http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.6/PyQt5_gpl-5.6.tar.gz
+https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.7/PyQt5_gpl-5.7.tar.gz
diff --git a/deps/PyQt5/PyQt5.SlackBuild b/deps/PyQt5/PyQt5.SlackBuild
index 7252b86..b0b39b3 100755
--- a/deps/PyQt5/PyQt5.SlackBuild
+++ b/deps/PyQt5/PyQt5.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for PyQt
# Copyright 2008 Aleksandar Samardzic <asamardzic@gmail.com>
-# Copyright 2008, 2009, 2010, 2011, 2015 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2015, 2016 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@
# Modified by Eric Hameleers <alien@slackware.com>
PKGNAM=PyQt5
-VERSION=${VERSION:-5.6}
+VERSION=${VERSION:-5.7}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -67,9 +67,9 @@ rm -rf ${PKGNAM}_gpl-$VERSION
tar xvf $CWD/${PKGNAM}_gpl-$VERSION.tar.?z* || exit 1
cd ${PKGNAM}_gpl-$VERSION || exit 1
-# The additional include path was removed due to this line,
-# resulting in "fatal error: dbus/dbus-arch-deps.h: No such file or directory"
-sed -i '/target_config.dbus_inc_dirs = \[\]/d' configure.py
+## The additional include path was removed due to this line,
+## resulting in "fatal error: dbus/dbus-arch-deps.h: No such file or directory"
+#sed -i '/target_config.dbus_inc_dirs = \[\]/d' configure.py
chown -R root:root .
find . \
diff --git a/deps/alldeps.SlackBuild b/deps/alldeps.SlackBuild
index 1f695d9..b86b334 100755
--- a/deps/alldeps.SlackBuild
+++ b/deps/alldeps.SlackBuild
@@ -18,6 +18,8 @@ ALLDEPS=" \
ninja \
sni-qt \
libinput \
+ libxkbcommon \
+ wayland \
qt5 \
qt5-webkit \
OpenAL \
@@ -34,8 +36,7 @@ ALLDEPS=" \
polkit-qt5-1 \
grantlee \
grantlee-qt4 \
- wayland \
- libxkbcommon \
+ poppler \
json-glib \
libdbusmenu-gtk \
libindicator \
@@ -44,9 +45,10 @@ ALLDEPS=" \
lmdb \
libproxy \
telepathy \
+ hack-font-ttf \
noto-font-ttf \
noto-cjk-font-ttf \
-
+ elogind \
"
# Not needed, conflicts with qt-gstreamer files
#qt-gstreamer0 \
diff --git a/deps/grantlee/grantlee.SlackBuild b/deps/grantlee/grantlee.SlackBuild
index 27f1e41..b9445c8 100755
--- a/deps/grantlee/grantlee.SlackBuild
+++ b/deps/grantlee/grantlee.SlackBuild
@@ -26,7 +26,7 @@
PKGNAM=grantlee
SRCNAM=grantlee
VERSION=${VERSION:-5.1.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:--j7}
diff --git a/deps/hack-font-ttf/.url b/deps/hack-font-ttf/.url
new file mode 100644
index 0000000..0a9120a
--- /dev/null
+++ b/deps/hack-font-ttf/.url
@@ -0,0 +1,4 @@
+https://github.com/chrissimpkins/Hack/releases/download/v2.020/Hack-v2_020-ttf.tar.xz
+https://raw.githubusercontent.com/chrissimpkins/Hack/master/CHANGELOG.md
+https://raw.githubusercontent.com/chrissimpkins/Hack/master/LICENSE.md
+https://raw.githubusercontent.com/chrissimpkins/Hack/master/README.md
diff --git a/deps/hack-font-ttf/CHANGELOG.md b/deps/hack-font-ttf/CHANGELOG.md
new file mode 100644
index 0000000..db91f4b
--- /dev/null
+++ b/deps/hack-font-ttf/CHANGELOG.md
@@ -0,0 +1,743 @@
+# Version 2.020
+
+- divided the vertical stroke in the pipe glyph (U+007C), italic and bold italic sets
+- modified U+007C hints in TrueType builds at 6, 7, 10, 11, 12, 13, 14 ppem italic set
+- modified U+007C hints in TrueType builds at 6, 7, 10, 14 ppem bold italic set
+- modified slant angle and stroke length (U+005C), italic and bold italic sets
+- centered U+007C and U+005C, all sets
+- modified zero (U+0030) oval fill hints in regular set
+- added Powerline glyphs to the bold, italic, and bold italic sets
+- U+2502 upper terminal to 1950, lower terminal to -530, all sets
+- U+2503 upper terminal to 1950, lower terminal to -530, all sets
+- U+250C lower terminal to -530, all sets
+- U+250D lower terminal to -530, all sets
+- U+250E lower terminal to -530, all sets
+- U+250F lower terminal to -530, all sets
+- U+2510 lower terminal to -530, all sets
+- U+2511 lower terminal to -530, all sets
+- U+2512 lower terminal to -530, all sets
+- U+2513 lower terminal to -530, all sets
+- U+2514 upper terminal to 1950, all sets
+- U+2515 upper terminal to 1950, all sets
+- U+2516 upper terminal to 1950, all sets
+- U+2517 upper terminal to 1950, all sets
+- U+2518 upper terminal to 1950, all sets
+- U+2519 upper terminal to 1950, all sets
+- U+251A upper terminal to 1950, all sets
+- U+251B upper terminal to 1950, all sets
+- U+251C upper terminal to 1950, lower terminal to -530, all sets
+- U+251D upper terminal to 1950, lower terminal to -530, all sets
+- U+251E upper terminal to 1950, lower terminal to -530, all sets
+- U+251F upper terminal to 1950, lower terminal to -530, all sets
+- U+2520 upper terminal to 1950, lower terminal to -530, all sets
+- U+2521 upper terminal to 1950, lower terminal to -530, all sets
+- U+2522 upper terminal to 1950, lower terminal to -530, all sets
+- U+2523 upper terminal to 1950, lower terminal to -530, all sets
+- U+2524 upper terminal to 1950, lower terminal to -530, all sets
+- U+2525 upper terminal to 1950, lower terminal to -530, all sets
+- U+2526 upper terminal to 1950, lower terminal to -530, all sets
+- U+2527 upper terminal to 1950, lower terminal to -530, all sets
+- U+2528 upper terminal to 1950, lower terminal to -530, all sets
+- U+2529 upper terminal to 1950, lower terminal to -530, all sets
+- U+252A upper terminal to 1950, lower terminal to -530, all sets
+- U+252B upper terminal to 1950, lower terminal to -530, all sets
+- U+252C lower terminal to -530, all sets
+- U+252D lower terminal to -530, all sets
+- U+252E lower terminal to -530, all sets
+- U+252F lower terminal to -530, all sets
+- U+2530 lower terminal to -530, all sets
+- U+2531 lower terminal to -530, all sets
+- U+2532 lower terminal to -530, all sets
+- U+2533 lower terminal to -530, all sets
+- U+2534 upper terminal to 1950, all sets
+- U+2535 upper terminal to 1950, all sets
+- U+2536 upper terminal to 1950, all sets
+- U+2537 upper terminal to 1950, all sets
+- U+2538 upper terminal to 1950, all sets
+- U+2539 upper terminal to 1950, all sets
+- U+253A upper terminal to 1950, all sets
+- U+253B upper terminal to 1950, all sets
+- U+252C upper terminal to 1950, lower terminal to -530, all sets
+- U+252D upper terminal to 1950, lower terminal to -530, all sets
+- U+253E upper terminal to 1950, lower terminal to -530, all sets
+- U+253F upper terminal to 1950, lower terminal to -530, all sets
+- U+2540 upper terminal to 1950, lower terminal to -530, all sets
+- U+2541 upper terminal to 1950, lower terminal to -530, all sets
+- U+2542 upper terminal to 1950, lower terminal to -530, all sets
+- U+2543 upper terminal to 1950, lower terminal to -530, all sets
+- U+2544 upper terminal to 1950, lower terminal to -530, all sets
+- U+2545 upper terminal to 1950, lower terminal to -530, all sets
+- U+2546 upper terminal to 1950, lower terminal to -530, all sets
+- U+2547 upper terminal to 1950, lower terminal to -530, all sets
+- U+2548 upper terminal to 1950, lower terminal to -530, all sets
+- U+2549 upper terminal to 1950, lower terminal to -530, all sets
+- U+254A upper terminal to 1950, lower terminal to -530, all sets
+- U+254B upper terminal to 1950, lower terminal to -530, all sets
+- U+2551 upper terminal to 1950, lower terminal to -530, all sets
+- U+2552 lower terminal to -530, all sets
+- U+2553 lower terminals to -530, all sets
+- U+2554 lower terminals to -530, all sets
+- U+2555 lower terminal to -530, all sets
+- U+2556 lower terminals to -530, all sets
+- U+2557 lower terminals to -530, all sets
+- U+2558 upper terminal to 1950, all sets
+- U+2558 upper terminals to 1950, all sets
+- U+2559 upper terminals to 1950, all sets
+- U+255A upper terminals to 1950, all sets
+- U+255B upper terminal to 1950, all sets
+- U+255C upper terminals to 1950, all sets
+- U+255D upper terminals to 1950, all sets
+- U+255E upper terminal to 1950, lower terminal to -530, all sets
+- U+255F upper terminals to 1950, lower terminals to -530, all sets
+- U+2560 upper terminals to 1950, lower terminals to -530, all sets
+- U+2561 upper terminal to 1950, lower terminal to -530, all sets
+- U+2562 upper terminals to 1950, lower terminals to -530, all sets
+- U+2563 upper terminals to 1950, lower terminals to -530, all sets
+- U+2564 lower terminal to -530, all sets
+- U+2565 lower terminals to -530, all sets
+- U+2566 lower terminals to -530, all sets
+- U+2567 upper terminal to 1950, all sets
+- U+2568 upper terminals to 1950, all sets
+- U+2569 upper terminals to 1950, all sets
+- U+256A upper terminal to 1950, lower terminal to -530, all sets
+- U+256B upper terminals to 1950, lower terminals to -530, all sets
+- U+256C upper terminals to 1950, lower terminals to -530, all sets
+- U+256D lower terminal to -530, all sets
+- U+256E lower terminal to -530, all sets
+- U+256F upper terminal to 1950, all sets
+- U+2570 upper terminal to 1950, all sets
+- U+2571 adjusted horizontal position and length of strokes
+- U+2572 adjusted horizontal position and length of strokes
+- U+2573 adjusted horizontal position and length of strokes
+- U+2575 upper terminal to 1950, all sets
+- U+2577 lower terminal to -530, all sets
+- U+2578 horizontal alignment of superior margin of the stroke (1 unit adjustment)
+- U+2579 upper terminal to 1950, all sets
+- U+257B lower terminal to -530, all sets
+- U+257D upper terminal to 1950, lower terminal to -530, all sets
+- U+257F upper terminal to 1950, lower terminal to -530, all sets
+- updated OpenType name table field 1 0 0
+- updated OpenType name table field 3 1 1033
+- new [Windows installer](https://github.com/source-foundry/Hack-windows-installer)
+- added line spacing adjustment shell scripts
+- added font-tables.py OpenType table reporting script
+- updated dev-versioner.py OpenType table versioning script to support UTF16 big endian encoding of nameID=5, platformID=3 name table
+
+
+# Version 2.019 (release build)
+
+ttf, otf, webfont builds
+
+- removed SVG from webfont releases
+- Corrected U+2588 glyph shape in regular set (had inappropriately small width and height)
+- decreased width U+2580 all sets
+- decreased width U+2581 all sets
+- decreased width U+2582 all sets
+- decreased width U+2583 all sets
+- decreased width U+2584 all sets
+- decreased width U+2585 all sets
+- decreased width U+2586 all sets
+- decreased width U+2857 all sets
+- adjusted left sidebearing U+2589 all sets
+- adjusted left sidebearing U+258A all sets
+- adjusted left sidebearing U+258B all sets
+- adjusted left sidebearing U+258C all sets
+- adjusted left sidebearing U+258D all sets
+- adjusted left sidebearing U+258E all sets
+- adjusted left sidebearing U+258F all sets
+- adjusted right sidebearing U+2590 all sets
+- decreased width of U+2594 all sets
+- adjusted right sidebearing U+2595 all sets
+- adjusted left sidebearing U+2596 all sets
+- adjusted right sidebearing U+2597 all sets
+- adjusted left sidebearing U+2598 all sets
+- decreased width of U+2599 all sets
+- decreased width of U+259A all sets
+- decreased width of U+259B all sets
+- decreased width of U+259C all sets
+- adjusted right sidebearing U+259D all sets
+- decreased width of U+259E all sets
+- decreased width of U+259F all sets
+- increased upper terminal position to 1950 units U+2580 all sets
+- increased upper terminal position to 1950 units U+2588 all sets
+- increased upper terminal position to 1950 units U+2589 all sets
+- increased upper terminal position to 1950 units U+258A all sets
+- increased upper terminal position to 1950 units U+258B all sets
+- increased upper terminal position to 1950 units U+258C all sets
+- increased upper terminal position to 1950 units U+258D all sets
+- increased upper terminal position to 1950 units U+258E all sets
+- increased upper terminal position to 1950 units U+258F all sets
+- increased upper terminal position to 1950 units U+2590 all sets
+- increased upper terminal position to 1950 units U+2594 all sets
+- increased upper terminal position to 1950 units U+2595 all sets
+- increased upper terminal position to 1950 units U+2598 all sets
+- increased upper terminal position to 1950 units U+2599 all sets
+- increased upper terminal position to 1950 units U+259A all sets
+- increased upper terminal position to 1950 units U+259B all sets
+- increased upper terminal position to 1950 units U+259C all sets
+- increased upper terminal position to 1950 units U+259D all sets
+- increased upper terminal position to 1950 units U+259E all sets
+- increased upper terminal position to 1950 units U+259F all sets
+- reverted Cyrillic lower case es glyph (U+0441) to Latin lower case c shape
+- reverted Cyrillic upper case es glyph (U+0421) to Latin upper case C shape
+
+
+# Version 2.018 (release build)
+
+ttf, otf, webfont builds
+
+Patch for missing glyphs in regular set:
+
+- added U+016C (upper case U breve), regular set - Issue #21
+- added U+016D (lower case u breve), regular set - Issue #21
+
+
+# Version 2.017 (release build)
+
+ttf, otf, webfont builds
+
+Changes vs. release v2.015:
+
+- increased vertical position of the tilde (U+007E) to improve alignment with other glyphs - Issue #23
+- increased width of the vertical stroke on the dollar symbol (U+0024) - Issue #92
+- modified Cyrillic upper case C (U+0421) to differentiate from Latin C - Issues #22 & #29
+- modified Cyrillic lower case c (U+0441) to differentiate from Latin c - Issues #22 & #29
+- modified upper case theta (U+0398) to differentiate from lower case theta - Issue #36
+- added U+0132 (IJ) glyph - Issue #52
+- added U+0133 (ij) glyph - Issue #52
+- added U+013F (upper case L dot) glyph - Issue #52
+- added U+0140 (lower case l dot) glyph - Issue #52
+- added U+0162 (upper case T cedilla) glyph - Issue #52
+- added U+0163 (lower case t cedilla) glyph - Issue #52
+- added U+0138 (kgreenlandic) glyph - Issue #52
+- added U+266A (musical note) glyph - Issue #52
+- added U+0149 (lower case n apostrophe) - Issue #52
+- added U+1EF9 (lower case y tilde) glyph - Issue #102
+- added U+1EF8 (upper case Y tilde) glyph - Issue #102
+- added U+1EBD (lower case e tilde) glyph - Issue #102
+- added U+1EBC (upper case E tilde) glyph - Issue #102
+- added U+2116 (numero) glyph - Issues #22 & #114
+- added U+01A4 (p hook) glyph - Issue #105
+- added U+0108 (upper case C circumflex) - Issue #21
+- added U+0109 (lower case c circumflex) - Issue #21
+- added U+011C (upper case G circumflex) - Issue #21
+- added U+011D (lower case g circumflex) - Issue #21
+- added U+0124 (upper case H circumflex) - Issue #21
+- added U+0125 (lower case h circumflex) - Issue #21
+- added U+0134 (upper case J circumflex) - Issue #21
+- added U+0135 (lower case j circumflex) - Issue #21
+- added U+015C (upper case S circumflex) - Issue #21
+- added U+015D (lower case s circumflex) - Issue #21
+- added U+016C (upper case U breve) - Issue #21
+- added U+016D (lower case u breve) - Issue #21
+- added U+20B7 (spesmilo) - Issue #21
+- fixed missing null glyph (U+0000) in regular, italic, bolditalic sets
+- removed duplicate CR glyph (U+000D) in all sets - Issue #149
+- updated ttfautohint to version 1.4.1 for TrueType (.ttf) build instruction sets
+
+# Version 2.016 (testing build)
+
+- increased vertical position of the tilde (U+007E) to improve alignment with other glyphs - Issue #23
+- increased width of the vertical stroke on the dollar symbol (U+0024) - Issue #92
+- modified Cyrillic upper case C (U+0421) to differentiate from Latin C - Issues #22 & #29
+- modified Cyrillic lower case c (U+0441) to differentiate from Latin c - Issues #22 & #29
+- modified upper case theta (U+0398) to differentiate from lower case theta - Issue #36
+- added U+1EF9 (lower case y tilde) glyph - Issue #102
+- added U+1EF8 (upper case Y tilde) glyph - Issue #102
+- added U+1EBD (lower case e tilde) glyph - Issue #102
+- added U+1EBC (upper case E tilde) glyph - Issue #102
+- added U+2116 (numero) glyph - Issues #22 & #114
+- added U+01A4 (p hook) glyph - Issue #105
+- added U+0108 (upper case C circumflex) - Issue #21
+- added U+0109 (lower case c circumflex) - Issue #21
+- added U+011C (upper case G circumflex) - Issue #21
+- added U+011D (lower case g circumflex) - Issue #21
+- added U+0124 (upper case H circumflex) - Issue #21
+- added U+0125 (lower case h circumflex) - Issue #21
+- added U+0134 (upper case J circumflex) - Issue #21
+- added U+0135 (lower case j circumflex) - Issue #21
+- added U+015C (upper case S circumflex) - Issue #21
+- added U+015D (lower case s circumflex) - Issue #21
+- added U+016C (upper case U breve) - Issue #21
+- added U+016D (lower case u breve) - Issue #21
+- added U+20B7 (spesmilo) - Issue #21
+- updated ttfautohint to version 1.4 for TrueType (.ttf) build instruction sets
+
+
+# Version 2.015 (release build)
+
+ttf, otf, webfont builds
+
+Changes vs. release v2.013:
+
+- new vertical metrics = decreased line spacing height - Issues #28, #32, #39, #41, #95, #103
+- adjusted vertical position of the colon to a higher position, improves alignment with other punctuation glyphs (U+003A) - Issue #66
+- changed vertical position of the dash (U+002D) so that regular and oblique, bold and bold oblique are properly aligned - Issue #107
+- updated hinting algorithm for bold set (improved point position over stem of lowercase j/i for some text sizes) - Issue #84
+- underscore (U+005F) centered, increased width, increased height & aligned vertical position closer to baseline - Issues #97, #98, #100, 103,
+- increased vertical position of dieresis mark on lowercase u dieresis (U+00FC) - Issue #61
+- increased vertical position of dieresis mark on lowercase i dieresis (U+00EF)
+- increased vertical position of dieresis mark on lowercase e dieresis (U+00EB)
+- decreased vertical position of the asterisk (U+002A) - Issue #34
+- new design for ascii tilde - broader curves, taller glyph with goal to improve appearance at small text sizes where it tended to render like a dash (U+007E) - Issue #37
+- new ttf build autohinting script (./postbuild_processing/tt-hinting/autohint.sh)
+- new ttf build autohinting Control Instructions File - bold set (./postbuild_processing/tt-hinting/Hack-Bold-TA.txt)
+- new ttf build release script (./postbuild_processing/tt-hinting/release.sh)
+- new web font release script (./postbuild_processing/webfonts/releasewebfonts.sh)
+- new vfb to UFO source file conversion script (./tools/makeufo.sh)
+- new UFO source file types - includes separate source files for TrueType (`*-TT.ufo`) and PostScript (`*-PS.ufo`) releases
+- source file path changes: now includes separate `ufo` and `vfb` directories under the `./source` repository directory
+- Hack Open Font license updated to version 2.0. The license changes better define the Hack project as a derivative project of the Bitstream Vera Sans Mono typeface project and are intended to make the license more consistent with the Bitstream Vera libre, open source license under which Hack is co-licensed. There are no new restrictions on use of the fonts with these license changes. Embedding permissions are made explicit in this version of the Hack Open Font license.
+
+
+# Version 2.014 (testing build)
+
+- ttf only build for testing
+- updated hinting algorithm for bold set (corrected incorrect point position of lowercase j/i at some sizes) - Issue #84
+- adjusted vertical metrics - Issues #28, #32, #39, #41, #95, #103
+- centered, increased width, & adjusted vertical position of underscore - Issues #97, #98, #100, 103,
+- increased vertical position of dieresis mark on lowercase u dieresis (U+00FC) - Issue #61
+- increased vertical position of dieresis mark on lowercase i dieresis (U+00EF)
+- increased vertical position of dieresis mark on lowercase e dieresis (U+00EB)
+- decreased vertical position of the asterisk (U+002A) - Issue #34
+- new design for ascii tilde (U+007E) - Issue #37
+
+
+# Version 2.013 (release build)
+
+ttf, otf, webfont builds
+
+Changes vs. release v2.010
+
+- Fixed missing middle dot glyph (U+00B7), adjusted width of U+00B7 em box to address spacing issues in editors that highlight empty spaces (Issues #27 & 46)
+- Powerline glyph alignment and size adjustments (Issue #33)
+- Fixed name tables to address:
+ - incorrect oblique rendering with Java type renderers on OS X (Issue #26)
+ - incorrect italic + bold + bold oblique rendering in some syntax highlighters (Issues #42, #50, #60)
+ - backslash character took inappropriate vertical alignment because of incorrect slant angle in some editors (Issue #67)
+- Changed oblique and bold oblique font names to "Hack Italic" and "Hack Bold Italic" to address Windows listings
+- Changed oblique and bold oblique webfont names to "hack-italic-webfont.[xxx]" and "hack-bolditalic-webfont.[xxx]"
+- Changed oblique and bold oblique basic Latin + Latin-1 webfont subsets to the names "hack-italic-latin-webfont.[xxx]" and "hack-bolditalic-latin-webfont.[xxx]"
+- Changed license name from "Modified SIL Open Font License" to "Hack Open Font License" to comply with SIL regulations for SIL Open Font License modifications
+- Removed all license references to SIL to comply with SIL regulations for modifications of the SIL Open Font License
+- Removed SIL Open Font License preamble from the Hack Open Font License to comply with SIL regulations for modifications of the SIL Open Font License
+- Removed the following statement from Hack Open Font License condition #3: "This restriction only applies to the primary font name as presented to the users." to address a reserved font name conflict with the Bitstream Vera license
+- Modified the build directory structure for the Hack web fonts
+- Added Hack webfont CSS files to the build directory
+
+# Version 2.012 (testing build)
+
+- ttf only build for testing
+- Powerline glyph alignment and size adjustments (Issue #33)
+- Fixed name tables to address:
+ - incorrect oblique rendering with Java type renderers on OS X (Issue #26)
+ - incorrect italic + bold + bold oblique rendering in some syntax highlighters (Issues #42, #50, #60)
+ - backslash character took inappropriate vertical alignment because of incorrect slant angle in some editors (Issue #67)
+
+# Version 2.011 (testing build)
+
+- ttf only build for testing
+- fixed missing middle dot glyph (U+00B7), adjusted width of U+00B7 em box to address spacing issues in editors that highlight empty spaces (Issues 27 & 46)
+
+
+# Version 2.010
+
+### New Glyphs
+
+- New glyphs for Revised Western European (ISO-8859-15, Latin-9) character set (shapes from DejaVu Sans Mono typeface)
+- New glyphs for Central European (ISO-8859-2, Latin-2) character set (shapes from DejaVu Sans Mono typeface)
+- New glyphs for South European (ISO-8859-3, Latin-3) character set (shapes from DejaVu Sans Mono typeface)
+- New glyphs for Vietnamese character set (shapes from DejaVu Sans Mono typeface)
+- New glyphs for Pan African Latin character set (shapes from DejaVu Sans Mono typeface)
+- New glyphs for Cyrillic (ISO-8859-5) character set (shapes from DejaVu Sans Mono typeface)
+- New glyphs for Greek (ISO-8859-7) character set (shapes from DejaVu Sans Mono typeface)
+- New glyphs for Armenian character set (shapes from DejaVu Sans Mono typeface)
+- New glyphs for Georgian character set (shapes from DejaVu Sans Mono typeface)
+- New punctuation glyphs
+- New Powerline glyphs
+- New number glyphs
+- New scientific inferior numerals
+- New superscript numerals
+- New subscript numerals
+- New symbol glyphs
+- New **dotlessi**
+- New **iacute**
+- New **icircumflex**
+- New **idieresis**
+- New **igrave**
+- New **imacron**
+- New **iogonek**
+- New **itilde**
+- New **uppercase upsilon**
+- New **uppercase upsilon tonos**
+- New uni0069
+- New uni0457
+- New uni0458
+
+
+### Modified Glyphs
+
+##### Latin Character Set
+
+- Modified **uppercase Q** - added flared tail and modified tail angle
+- Modified **uppercase F** - central arm lowered to fill open gap at the base
+- Modified **lowercase a** - added curved tail/spur
+- Modified **lowercase b** - decreased width of terminal, opened angle
+- Modified **lowercase d** - decreased width of terminal, opened angle
+- Modified **lowercase g** - decreased width of terminal, opened angle
+- Modified **lowercase i** - rounded corners of the dot, oriented dot position left of center relative to vertical stem, adjusted vertical position of the horizontal stem to x-height, lengthened the vertical stem to slightly overshoot baseline with the curved tail, decreased width of horizontal stem
+- Modified **lowercase j** - rounded corners of the dot, oriented dot position left of center relative to vertical stem
+- Modified **lowercase l** - lengthened the vertical stem to overshoot the baseline with the curved tail
+- Modified **lowercase m** - decreased width of terminal, opened angle
+- Modified **lowercase n** - decreased width of terminal, opened angle
+- Modified **lowercase p** - decreased width of terminal, opened angle
+- Modified **lowercase q** - decreased width of terminal, opened angle
+- Modified **lowercase r** - decreased width of terminal, opened angle
+- Modified **lowercase t** - added angle to the upper terminal, increased length of the vertical stem to allow the curved tail to slightly overshoot the baseline
+- Modified **lowercase y** - modified curves
+- Modified **0** - modified width and length of central oval fill, improved symmetry of the oval fill in all sets
+- Modified **2** - rounded the upper left corner of the base, decreased width of the spine of the hook
+- Modified **Abreve** - modified curves
+- Modified **Aogonek** - modified curve, decreased the width of the tail to meet typeface metrics
+- Modified **Eogonek** - modified tail curve
+- Modified **Iogonek** - modified tail curve
+- Modified **Itilde** - modified tilde curve
+- Modified **Ohorn** - modified horn curve
+- Modified **Oslash** - modified curves
+- Modified **Oslashacute** - modified curves
+- Modified **Otilde** - modified tilde curve
+- Modified **Racute** - modified bowl and leg curves
+- Modified **Rcaron** - modiifed bowl and leg curves
+- Modified **Rcommaaccent** - modified bowl and leg curves
+- Modified **Scommaaccent** - modified curves
+- Modified **Tcommaaccent** - modified comma accent curves
+- Modified **Ucircumflex** - modified curves
+- Modified **Udieresis** - modified curves
+- Modified **Ugrave** - modified curves
+- Modified **Uhorn** - modified curves
+- Modified **Uhungarumlaut** - modified curves
+- Modified **Umacron** - modified curves
+- Modified **Uogonek** - modified curves
+- Modified **Uring** - modified curves
+- Modified **Utilde** - modified curves
+- Modified **agrave** - decreased width of terminal, opened angle in regular and bold sets
+- Modified **aacute** - decreased width of terminal, opened angle in regular and bold sets
+- Modified **abreve** - decreased width of upper terminal to create an angled stem
+- Modified **acircumflex** - decreased width of terminal, opened angle
+- Modified **atilde** - decreased width of terminal, opened angle
+- Modified **adieresis** - decreased width of terminal, opened angle
+- Modified **amacron** - decreased width of upper terminal to create an angled stem
+- Modified **aring** - decreased width of terminal, opened angle
+- Modified **dcroat** - decreased width of terminal, opened angle
+- Modified **dcaron** - decreased width of lower terminal to create angled stem
+- Modified **ecaron** - modified curves
+- Modified **ecircumflex** - modified curves
+- Modified **edieresis** - modified curves
+- Modified **egrave** - modified curves
+- Modified **emacron** - modified curves
+- Modified **eogonek** - modified curves
+- Modified **gbreve** - modified curves of bowl and tail
+- Modified **gcaron** - modified curves of bowl and tail, decreased width of upper terminal to create angled stem
+- Modified **gcommaaccent** - modified curves of bowl and tail, decreased width of upper terminal to create angled stem
+- Modified **gdotaccent** - modified curves of bowl and tail, decreased width of upper terminal to create angled stem
+- Modified **hbar** - adjusted curves
+- Modified **dotlessi** - decreased width of horizontal stem
+- Modified **iacute** - decreased width of horizontal stem
+- Modified **icircumflex** - decreased width of horizontal stem
+- Modified **idieresis** - decreased width of horizontal stem
+- Modified **igrave** - decreased width of horizontal stem
+- Modified **imacron** - decreased width of horizontal stem
+- Modified **iogonek** - decreased width of horizontal stem
+- Modified **itilde** -decreased width of horizontal stem
+- Modified **nacute** - adjusted curves
+- Modified **ncaron** - adjusted curves
+- Modified **ncommaaccent** - adjusted curves
+- Modified **eng** - adjusted curves, decreased the upper terminal width to create an angled stem
+- Modified **nacute** - decreased width of upper terminal to create angled stem
+- Modified **ncaron** - decreased width of upper terminal to create angled stem
+- Modified **ncommaaccent** - decreased width of upper terminal to create angled stem
+- Modified **ntilde** - adjusted curves
+- Modified **ohorn** - adjusted curves
+- Modified **ohungarumlaut** - adjusted curves
+- Modified **omacron** - adjusted curves
+- Modified **oslash** - adjusted curves
+- Modified **oslashacute** - adjusted curves
+- Modified **otilde** - adjusted curves
+- Modified **racute** - adjusted curves, decreased width of upper terminal to create angled stem
+- Modified **rcaron** - adjusted curves, decreased width of upper terminal to create angled stem
+- Modified **rcommaaccent** - adjusted curves, decreased width of upper terminal to create angled stem
+- Modified **sacute** - adjusted curves
+- Modified **scedila** - adjusted curves
+- Modified **scommaaccent** - adjusted curves
+- Modified **lowercase t** - decreased length of the left terminal to angle the horizontal stem
+- Modified **tbar** - decreased length of the left terminal to angle the horizontal stem
+- Modified **tcaron** - decreased length of the left terminal to angle the horizontal stem
+- Modified **tcommaaccent** - adjusted curves, decreased length of the left terminal to angle the horizontal stem
+- Modified **uhorn** - adjusted curves, decreased width of lower terminal to create angled stem
+- Modified **uhungarumlaut** - adjusted curves, decreased width of lower terminal to create angled stem
+- Modified **umacron** - adjusted curves, decreased width of lower terminal to create angled stem
+- Modified **uogonek** - adjusted curves, decreased width of lower terminal to create angled stem
+- Modified **uring** - adjusted curves, decreased width of lower terminal to create angled stem
+- Modified **utilde** - adjusted curves, decreased width of lower terminal to create angled stem
+- Modified **yacute** - adjusted curves
+- Modified **ycircumflex** - adjusted curves
+- Modified **ydieresis** - adjusted curves
+- Modified **ygrave** - adjusted curves
+- Modified **zdotaccent** - rounded corners of dot
+- Modified **gbreve** - decreased width of terminal, opened angle in regular and bold sets
+- Modified **ntilde** - decreased width of terminal, opened angle in regular and bold sets
+- Modified **ugrave** - decreased width of terminal, opened angle in regular and bold sets
+- Modified **uacute** - decreased width of terminal, opened angle in regular and bold sets
+- Modified **ucircumflex** - decreased width of terminal, opened angle in regular and bold sets
+- Modified **udieresis** - decreased width of terminal, opened angle in regular and bold sets
+- Modified **exclamdown** - rounded corners of the dot
+- Modified **dieresis** - rounded corners
+- Modified **questionmarkdown** - rounded corners of the dot
+- Modified **ordfeminine** - decreased width of lower terminal on the a character to create angled stem
+- Modified **Adieresis** - rounded corners of dieresis component of glyph
+- Modified **Edieresis** - rounded corners of dieresis component of glyph
+- Modified **Idieresis** - rounded corners of dieresis component of glyph
+- Modified **Odieresis** - rounded corners of dieresis component of glyph
+- Modified **Udieresis** - rounded corners of dieresis component of glyph
+- Modified **Ydieresis** - rounded corners of dieresis component of glyph
+- Modified **adieresis** - rounded corners of dieresis component of glyph
+- Modified **edieresis** - rounded corners of dieresis component of glyph
+- Modified **idieresis** - rounded corners of dieresis component of glyph
+- Modified **odieresis** - rounded corners of dieresis component of glyph
+- Modified **udieresis** - rounded corners of dieresis component of glyph
+- Modified **ydieresis** - rounded corners of dieresis component of glyph
+- Modified **Idotaccent** - rounded corners of the dot
+- Modified **dotaccent** - rounded corners of the dot
+- Modified **ellipsis** - rounded corners of the dots
+- Modified **periodcentered** - rounded corners of the dot
+
+
+##### Greek Character Set
+
+- Modified **upsilondieresistonos** - adjusted vertical position to properly position on the baseline
+- Modified **iotadieresistonos** - adjusted vertical position to properly position on the baseline
+- Modified **eth** - altered curve of the neck
+- Modified **uppercase eta** - modified the curves
+- Modified **uppercase theta** - modified the curves
+- Modified **uppercase omicron** - modified the curves
+- Modified **uppercase rho** - modified the curves
+- Modified **uppercase psi** - modified the curves
+- Modified **uppercase upsilon** - new glyph style (change from Latin Y shape)
+- Modified **uppercase omega** - modified the curves
+- Modified **uppercase alphatonos** - adjusted right and left sidebearings, corrected position of the tonos symbol
+- Modified **uppercase epsilontonos** - adjusted right and left sidebearings, corrected position of the tonos symbol
+- Modified **uppercase etatonos** - adjusted right and left sidebearings, corrected position of the tonos symbol
+- Modified **uppercase iotatonos** - adjusted right and left sidebearings, corrected position of the tonos symbol
+- Modified **uppercase omicrontonos** - adjusted right and left sidebearings, corrected position of the tonos symbol
+- Modified **uppercase upsilontonos** - adjusted right and left sidebearings, corrected position of the tonos symbol
+- Modified **uppercase omegatonos** - adjusted right and left sidebearings, corrected position of the tonos symbol
+- Modified **uppercase iotadieresis** - rounded the dieresis points
+- Modified **uppercase upsilondieresis** - new upsilon shape, rounded the dieresis points
+- Modified **lowercase alpha** - adjusted curves
+- Modified **lowercase beta** - adjusted curves
+- Modified **lowercase gamma** - adjusted curves
+- Modified **lowercase delta** - adjusted curves
+- Modified **lowercase epsilon** - adjusted curves
+- Modified **lowercase zeta** - adjusted curves
+- Modified **lowercase eta** - decreased width of the top terminal to create angled stem, adjusted curves
+- Modified **lowercase theta** - adjusted curves
+- Modified **lowercase iota** - adjusted curves
+- Modified **lowercase lambda** - adjusted curves
+- Modified **lowercase mu** - adjusted curves
+- Modified **lowercase nu** - adjusted curves
+- Modified **lowercase xi** - adjusted curves
+- Modified **lowercase omicron** - adjusted curves
+- Modified **lowercase pi** - adjusted curves
+- Modified **lowercase rho** - adjusted curves
+- Modified **lowercase sigmafinal** - adjusted curves
+- Modified **lowercase sigma** - adjusted curves
+- Modified **lowercase tau** - adjusted curves
+- Modified **lowercase upsilon** - adjusted curves
+- Modified **lowercase phi** - adjusted curves
+- Modified **lowercase chi** - adjusted curves
+- Modified **lowercase psi** - adjusted curves
+- Modified **lowercase omega** - adjusted curves
+- Modified **lowercase iotatonos** - adjusted curves
+- Modified **lowercase iotadieresis** - rounded points of the dieresis, adjusted curves
+- Modified **iotadieresistonos** - rounded corners of points of dieresis mark, appropriately positioned tonos mark, adjusted curves
+- Modified **lowercase upsilontonos** - adjusted curves
+- Modified **lowercase upsilondieresis** - rounded points of dieresis mark, adjusted curves
+- Modified **upsilondieresistonos** - rounded corners of points of dieresis mark, appropriately positioned tonos mark, adjusted curves
+- Modified **lowercase omicrontonos** - adjusted curves
+- Modified **lowercase omegatonos** - adjusted curves
+- Modified **lowercase alphatonos** - adjusted curves
+- Modified **lowercase epsilontonos** - adjusted curves
+- Modified **lowercase etatonos** - decreased width of top terminal to create angled stem, adjusted curves
+
+
+##### Cyrillic Character Set
+
+- Modified curves in uni0411, uni0412, uni0401, uni0417, uni041B, uni041E, uni0420, uni0421, uni0423, uni040E, uni0424, uni0427, uni042F, uni042C, uni042A, uni042B, uni0409, uni040A, uni0405, uni0404, uni042D, uni0408, uni040B, uni042E, uni0402, uni0462, uni0472, uni0494, uni0498, uni04AA, uni04BA, uni04CB, uni04D0, uni04D2, uni04D6, uni04D8, uni04DA, uni04DC, uni04DE, uni04E0, uni04E4, uni04E6, uni04E8, uni04EA, uni04EC, uni04EE, uni04F0, uni04F2, uni04F4, uni04F8, uni0510, uni051A, uni0430, uni0431, uni0432, uni0434, uni0435, uni0450, uni0451, uni0437, uni0439, uni043B, uni043E, uni0440, uni0441, uni0443, uni045E, uni0444, uni0447, uni044F, uni044C, uni044A, uni044B, uni0459, uni045A, uni0455, uni0454, uni044D, uni0456, uni0457, uni0458, uni045B, uni044E, uni0452, uni0463, uni0473, uni0499, uni04AB, uni04BB, uni04CC, uni04D1, uni04D3, uni04D7, uni04D9, uni04DB, uni04DD, uni04DF, uni04E1, uni04E5, uni04E7, uni04E9, uni04EB, uni04ED, uni04EF, uni04F1, uni04F3, uni04F5, uni04F9, uni0511, uni051B, uni04D5
+- Rounded corners of points of dieresis marks in uni0401, uni0407, uni04D2, uni04DA, uni04DC, uni04DE, uni04E4, uni04E6, uni04EA, uni04EC, uni04F0, uni04F4, uni04F8, uni0451, uni0457, uni04D3, uni04DB, uni04DD, uni04DF, uni04E5, uni04E7, uni04EB, uni04ED, uni04F1, uni04F5, uni04F9
+- Rounded corners of dots in uni0456, uni0458
+- Modified **lowercase i** glyphs (uni0456, uni0457) so that they are consistent with the shape of the Hack Latin lowercase i
+- Modified **uni0430** - decreased width of lower terminal to create angle
+- Modified **uni0440** - decreased width of upper terminal to create angle
+- Modified **uni04D1** - decreased width of lower terminal to create angle
+- Modified **uni04D3** - decreased width of lower terminal to create angle
+- Modified **uni051B** - decreased width of upper terminal to create angle
+- Numerous metrics changes to better align the Cyrillic glyphs in a fixed width format
+
+##### Armenian Character Set
+
+- Modified curves in uni0531, uni0532, uni0533, uni0534, uni0535, uni0536, uni0538, uni0539, uni053A, uni053B, uni053D, uni053E, uni053F, uni0540, uni0541, uni0542, uni0543, uni0544, uni0545, uni0546, uni0547, uni0548, uni0549, uni054A, uni054B, uni054C, uni054D, uni054E, uni054F, uni0550, uni0551, uni0553, uni0554, uni0555, uni0556, uni0561, uni0562, uni0563, uni0564, uni0565, uni0566, uni0568, uni0569, uni056A, uni056B, uni056D, uni056E, uni056F, uni0570, uni0571, uni0572, uni0573, uni0574, uni0575, uni0576, uni0577, uni0578, uni0579, uni057A, uni057B, uni057C, uni057D, uni057E, uni057F, uni0580, uni0581, uni0583, uni0584, uni0585, uni0586, uni0587
+- Modified **uni0563** - decreased width of the upper terminal to create angle
+- Modified **uni0564** - decreased width of the upper terminal to create angle
+- Modified **uni0566** - decreased width of the upper terminal to create angle
+- Modified **uni0568** - decreased width of the upper terminal to create angle
+- Modified **uni0569** - decreased width of the upper terminal to create angle
+- Modified **uni0572** - decreased width of the upper terminal to create angle
+- Modified **uni0573** - decreased width of the upper terminal to create angle
+- Modified **uni0574** - decreased width of the upper terminal to create angle
+- Modified **uni0576** - decreased width of the upper terminal to create angle
+- Modified **uni0578** - decreased width of the upper terminal to create angle
+- Modified **uni057C** - decreased width of the upper terminal to create angle
+- Modified **uni057D** - decreased width of the upper terminal to create angle
+- Modified **uni0580** - decreased width of the upper terminal to create angle
+- Modified **uni0581** - decreased width of the upper terminal to create angle
+- Modified **uni0584** - decreased width of the upper terminal to create angle
+
+
+##### Georgian Character Set
+
+- Modified curves in uni10D0, uni10D1, uni10D2, uni10D3, uni10D4, uni10D5, uni10D6, uni10D7, uni10D8, uni10D9, uni10DA, uni10DB, uni10DC, uni10DD, uni10DE, uni10DF, uni10E0, uni10E1, uni10E2, uni10E3, uni10E4, uni10E5, uni10E6, uni10E7, uni10E8, uni10E9, uni10EA, uni10EB, uni10EC, uni10ED, uni10EE, uni10EF, uni10F0, uni10F1, uni10F2, uni10F3, uni10F4, uni10F5, uni10F6, uni10F7, uni10F8, uni10F9, uni10FA, uni10FC, uni055C, uni055E
+- Rounded corners of points in uni10FB, uni0589
+
+
+##### Punctuation Character Set
+
+- Modified curves in uni2047, questiondown, uni203D, uni203F, uni2048, uni2049, uni204B, uni2E18, uni2E1F, uni2E2E, uni2E18.case, questiondown.case, uni208E, uni207E, uni2768, uni2769, uni276B, uni27C5, uni27C6, uni2987, uni2988, uni055C, uni055E, uni061F, H18533, circle, uni25EF, uni25D0, uni25D1, uni25D2, uni25D3, uni25D6, uni25D7, uni25D4, uni25D5, uni25F4, uni25F5, uni25F6, uni25F7, uni25CD, uni25C9, uni25CE, openbullet, invbullet, invcircle, uni25DA, uni25DB, uni25E0, uni25E1, uni25DC, uni25DD, uni25DE, uni25DF, ampersand, copyright, registered, section, degree
+- Modified **dong** - decreased width of the lower terminal to create an angled stem
+- Modified **uni20A5** - decreased width of the upper terminal to create an angled stem
+- Modified **uni225D** - decreased width of the lower terminal on the d character to create an angled stem
+- Modified **uni225E** - decreased width of the upper terminal to create an angled stem
+
+
+##### Symbol Character Set
+
+- Modified curves in cent, colonmonetary, dong, euro, florin, lira, peseta, sterling, uni0E3F, uni20A0, uni20A2, uni20A5, uni20A8, uni20AA, uni20AF, uni20B0, uni20B1, uni20B2, uni20B4, uni20B5, uni20B9, approxequal, asciitilde, circlemultiply, circleplus, congruent, element, emptyset, infinity, integral, integralbt, integraltp, intersection, notelement, notsubset, partialdiff, percent, perthousand, propersubset, propersuperset, proportional, reflexsubset, reflexsuperset, similar, suchthat, therefore, uni2031, uni2126, uni2201, uni220A, uni220C, uni220D, uni2218, uni221B, uni222C, uni222D, uni2235, uni2236, uni2237, uni2238, uni2239, uni223A, uni223B, uni223D, uni2241, uni2242, uni2243, uni2244, uni2246, uni2247, uni2249, uni224A, uni224B, uni224C, uni224E, uni224F, uni2250, uni2251, uni2252, uni2253, uni2254, uni2255, uni2256, uni2257, uni2258, uni225D, uni225E, uni225F, uni2272, uni2273, uni2274, uni2275, uni227C, uni227D, uni227E, uni227F, uni2285, uni2288, uni2289, uni228B, uni228D, uni2296, uni2298, uni2299, uni229A, uni229B, uni229C, uni229D, uni22B8, uni22CD, uni22D0, uni22D1, uni22DE, uni22DF, uni22E0, uni22E1, uni22E6, uni22E7, uni22E8, uni22E9, uni22EF, uni23A8, uni23AC, uni27DC, uni2A00, uni2A6A, uni2A6B, union, uni219C, uni219D, uni21AD, uni21A9, uni21AA, uni21AB, uni21AC, uni21B6, uni21B7, uni21BA, uni21BB, uni21F4, H18533, circle, uni25EF, uni25D0, uni25D1, uni25D2, uni25D3, uni25D6, uni25D7, uni25D4, uni25D5, uni25F4, uni25F5, uni25F6, uni25F7, uni25CD, uni25C9, uni25CE, openbullet, invbullet, invcircle, uni25DA, uni25DB, uni25E0, uni25E1, uni25DC, uni25DD, uni25DE, uni25DF, at, ampersand, copyright, registered, section, degree, uni0606, uni03F6
+
+### Metrics Changes
+
+- Changed line gap / typo line gap to 275 units
+- Modified **uppercase P** - increased right sidebearing to equal sidebearing of uppercase O glyph
+- Modified **uppercase Z** - changed to right = left sidebearing (shifts orientation to left) for regular, bold, oblique sets
+- Modified **uppercase Z** - reduced left sidebearing for bold oblique set, not necessary to make this equal as with above sets
+- Modified **lowercase a** - reduced left sidebearing
+- Modified **lowercase c** - reduced left sidebearing
+- Modified **lowercase e** - increased left sidebearing
+- Modified **lowercase g** - increased left sidebearing
+- Modified **lowercase i** - increased left sidebearing
+- Modified **lowercase j** - increased left sidebearing
+- Modified **lowercase k** - reduced left sidebearing
+- Modified **lowercase r** - reduced left sidebearing
+- Modified **3** - increased left sidebearing
+- Modified **Zacute** - centered glyph (reduced left sidebearing, increased right sidebearing)
+- Modified **Zcaron** - centered glyph (reduced left sidebearing, increased right sidebearing)
+- Modified **Zdotaccent** - centered glyph (reduced left sidebearing, increased right sidebearing)
+- Modified **aacute** - increased left sidebearing
+- Modified **abreve** - increased left sidebearing
+- Modified **acircumflex** - increased left sidebearing
+- Modified **adieresis** - increased left sidebearing
+- Modified **agrave** - increased left sidebearing
+- Modified **amacron** - increased left sidebearing
+- Modified **aogonek** - increased left sidebearing
+- Modified **aring** - increased left sidebearing
+- Modified **atilde** - increased left sidebearing
+- Modified **kcommaaccent** - decreased left sidebearing
+- Modified **racute** - decreased left sidebearing
+- Modified **rcaron** - decreased left sidebearing
+- Modified **rcommaaccent** - decreased left sidebearing
+- Mofified **Mu** - increased left sidebearing
+- Modified **Zeta** - reduced left sidebearing to center the glyph
+- Modified **Rho** - reduced left sidebearing
+- Modified **Phi** - increased left sidebearing
+- Modified **left guillemet** - increased right sidebearing
+- Modified **right guillemet** - increased left sidebearing
+- Modified **left brace** - increased right sidebearing
+- Modified **right brace** - increased left sidebearing
+- Modified **left bracket** - increased right sidebearing
+- Modified **right bracket** - increased left sidebearing
+- Modified **left parenthesis** - increased right sidebearing
+- Modified **right parenthesis** - increased left sidebearing
+- Adjusted spacing on all diacritic marks in the regular, bold, oblique, and bold oblique set
+
+### True Type Instructions / PostScript Hinting
+
+- New TrueType instructions / PostScript hinting across the entire glyph set
+
+### Removed
+
+- Removed **fi** and **fl** ligatures. Spacing issues that require these ligatures are not present in this monospaced typeface
+
+
+# Version 1.3
+
+### Modified Glyphs
+
+- Curve adjustments & curve smoothing across all glyphs in the font collection
+- hinting improvements
+
+### Build Files
+
+- New binary build system - should result in improved cross-platform compatibility for font binaries
+
+
+# Version 1.2
+
+### Modified Glyphs
+
+- Modified **lowercase i** glyph. Removed serif and added curved tail
+- Modified **hyphen** glyph. Widened
+- Modified **zero** glyph. Adjusted alignment and shape of the oval fill
+- Modified **left parenthesis** glyph. Increased right sidebearing length
+- Modified **right parenthesis** glyph. Increased left sidebearing length
+
+### Source
+
+- Converted to UFO formatted source
+
+
+# Version 1.0.1
+
+- Modified the SIL license to permit dual licensing with the Bitstream Vera license. This modification removed the stipulation that multiple licenses are not possible (preamble and section #5) and was intended to create the new Reserved Font Name Hack for this typeface modification and preserve the right (for myself and others) to define Reserved Font Names for all future fonts derived from this typeface. There are no other modifications to either license under which this font is released.
+- This release did not introduce changes to the glyphs included in the typeface
+
+
+# Version 1.0.0
+- Branched Bitstream Vera Sans Mono 1.10 release
+
+## Changes
+
+### New Glyphs
+
+- New **exclamation point** glyph. Circular full stop point, tapered line, increased weight relative to other characters.
+- New **asterisk** glyph. Glyph shape from Source Code Pro. Modified vertical position of the glyph to orient closer to the ascender.
+- New **period** glyph. Circular full stop point, modified from square glyph.
+- New **comma** glyph. Rounded comma shape from Source Code Pro, modified from square glyph.
+- New **colon** glyph. Circular colon points, modified from square points.
+- New **semicolon** glyph. Circular point and rounded comma shape from Source Code Pro, increased vertical spacing between the shapes
+
+
+### Modified Glyphs
+- Modified **percent** glyph. Increased line length and added vertical line ends.
+- Modified **zero** glyph. Changed circular fill to oval fill.
+- Modified **left square bracket** glyph. Increased height of the glyph.
+- Modified **right square bracket** glyph. Increased height of the glyph.
+- Modified **left curly bracket** glyph. Modified vertical position, increased length of the horizontal stem, decreased left sidebearing
+- Modified **right curly bracket** glyph. Modified vertical position, increased length of the horizontal stem, decreased right sidebearing
+- Modified **question mark** glyph. Changed square full stop point to circular full stop point.
+- Modified **hyphen** glyph. Raised vertical alignment to center `->` character combinations.
+
+### Font Styles
+- **Regular** - includes all changes indicated above
+- **Regular Oblique** - includes all changes indicated above
+- **Bold** - includes all changes indicated above
+- **Bold Oblique** - includes all changes indicated above
+
+
diff --git a/deps/hack-font-ttf/LICENSE.md b/deps/hack-font-ttf/LICENSE.md
new file mode 100644
index 0000000..e9fc8a1
--- /dev/null
+++ b/deps/hack-font-ttf/LICENSE.md
@@ -0,0 +1,64 @@
+## License
+
+Hack Copyright 2015, Christopher Simpkins with Reserved Font Name "Hack".
+
+Bitstream Vera Sans Mono Copyright 2003 Bitstream Inc. and licensed under the Bitstream Vera License with Reserved Font Names "Bitstream" and "Vera"
+
+DejaVu modifications of the original Bitstream Vera Sans Mono typeface have been committed to the public domain.
+
+
+
+This Font Software is licensed under the Hack Open Font License v2.0 and the Bitstream Vera License.
+
+These licenses are copied below.
+
+
+### Hack Open Font License v2.0
+
+(Version 1.0 - 06 September 2015)
+
+(Version 2.0 - 27 September 2015)
+
+Copyright 2015 by Christopher Simpkins. All Rights Reserved.
+
+DEFINITIONS
+
+"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
+
+PERMISSION AND CONDITIONS
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated source code, documentation, and binary files (the "Font Software"), to reproduce and distribute the modifications to the Bitstream Vera Font Software, including without limitation the rights to use, study, copy, merge, embed, modify, redistribute, and/or sell modified or unmodified copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions:
+
+(1) The above copyright notice and this permission notice shall be included in all modified and unmodified copies of the Font Software typefaces. These notices can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
+
+(2) The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing the word "Hack".
+
+(3) Neither the Font Software nor any of its individual components, in original or modified versions, may be sold by itself.
+
+TERMINATION
+
+This license becomes null and void if any of the above conditions are not met.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
+
+Except as contained in this notice, the names of Christopher Simpkins and the Author(s) of the Font Software shall not be used to promote, endorse or advertise any modified version, except to acknowledge the contribution(s) of Christopher Simpkins and the Author(s) or with their explicit written permission. For further information, contact: chris at sourcefoundry dot org.
+
+
+
+### BITSTREAM VERA LICENSE
+
+Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions:
+
+The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces.
+
+The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera".
+
+This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names.
+
+The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
+
+Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.
diff --git a/deps/hack-font-ttf/hack-font-ttf.SlackBuild b/deps/hack-font-ttf/hack-font-ttf.SlackBuild
new file mode 100755
index 0000000..ab48b87
--- /dev/null
+++ b/deps/hack-font-ttf/hack-font-ttf.SlackBuild
@@ -0,0 +1,86 @@
+#!/bin/sh
+
+# Copyright 2016 Eric Hameleers, Eindhoven, NL
+# Copyright 2016 Patrick J. Volkerding, Sebeka, MN USA
+# All rights reserved.
+#
+# Permission to use, copy, modify, and distribute this software for
+# any purpose with or without fee is hereby granted, provided that
+# the above copyright notice and this permission notice appear in all
+# copies.
+#
+# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+# -----------------------------------------------------------------------------
+
+
+PRGNAM=hack-font-ttf
+SRCNAM=Hack
+VERSION=${VERSION:-"2.020"}
+SRCVER=$(echo $VERSION |tr . _)
+ARCH=noarch
+BUILD=${BUILD:-1}
+
+CWD=$(pwd)
+TMP=${TMP:-/tmp}
+PKG=$TMP/package-$PRGNAM
+
+rm -rf $PKG
+mkdir -p $TMP $PKG
+
+# Font directory location depends on the X build prefix:
+# Determine what X we're running (the modular X returns the prefix
+# in the next command, while older versions stay silent):
+XPREF=$(pkg-config --variable=prefix x11)
+if [ "$XPREF" = "" ]; then
+ XPREF='/usr/X11R6'
+ FONTDIR="$XPREF/lib/X11/fonts/TTF"
+else
+ FONTDIR="/usr/share/fonts/TTF"
+fi
+mkdir -p $PKG$FONTDIR
+
+# Install the TTF fonts:
+cd $PKG$FONTDIR/
+tar xvf $CWD/${SRCNAM}-v${SRCVER}-ttf.tar.xz || exit 1
+chown -R root:root .
+chmod 644 $PKG$FONTDIR/*
+
+# Post-install script:
+mkdir -p $PKG/install
+cat << EOT > $PKG/install/doinst.sh
+# Update X font indexes and the font cache:
+if [ -x .$XPREF/bin/mkfontdir ]; then
+ chroot . $XPREF/bin/mkfontscale $FONTDIR
+ chroot . $XPREF/bin/mkfontdir $FONTDIR
+fi
+if [ -x .$XPREF/bin/fc-cache ]; then
+ chroot . $XPREF/bin/fc-cache $FONTDIR
+fi
+EOT
+
+# Add documentation:
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ $CWD/CHANGELOG.md $CWD/LICENSE.md $CWD/README.md \
+ $PKG/usr/doc/$PRGNAM-$VERSION
+find $PKG/usr/doc -type f -exec chmod 644 {} \;
+
+# Add a package description:
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+
+# Build the package:
+cd $PKG
+/sbin/makepkg -l y -c n $TMP/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}.txz
+
diff --git a/deps/hack-font-ttf/slack-desc b/deps/hack-font-ttf/slack-desc
new file mode 100644
index 0000000..03c97d1
--- /dev/null
+++ b/deps/hack-font-ttf/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+hack-font-ttf: hack-font-ttf (TrueType font based on Bitstream Vera Mono)
+hack-font-ttf:
+hack-font-ttf: Hack is a typeface designed for writing source code.
+hack-font-ttf: It expands upon the contributions of the Bitstream Vera
+hack-font-ttf: & DejaVu projects.
+hack-font-ttf: Hack includes monospaced regular, bold, oblique, and bold oblique
+hack-font-ttf: sets to cover all of your syntax highlighting needs.
+hack-font-ttf:
+hack-font-ttf:
+hack-font-ttf: hack-font-ttf home: http://sourcefoundry.org/hack/
+hack-font-ttf:
diff --git a/deps/libdbusmenu-qt5/libdbusmenu-qt5.SlackBuild b/deps/libdbusmenu-qt5/libdbusmenu-qt5.SlackBuild
index 68d613d..efec6bd 100755
--- a/deps/libdbusmenu-qt5/libdbusmenu-qt5.SlackBuild
+++ b/deps/libdbusmenu-qt5/libdbusmenu-qt5.SlackBuild
@@ -31,7 +31,7 @@
PKGNAM=libdbusmenu-qt5
VERSION=${VERSION:-r267_20140619}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:--j7}
diff --git a/deps/phonon/phonon.SlackBuild b/deps/phonon/phonon.SlackBuild
index b3eecd9..a3850ea 100755
--- a/deps/phonon/phonon.SlackBuild
+++ b/deps/phonon/phonon.SlackBuild
@@ -26,7 +26,7 @@
PKGNAM=phonon
VERSION=${VERSION:-4.9.0}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
NUMJOBS=${NUMJOBS:--j7}
diff --git a/deps/polkit-qt5-1/polkit-qt5-1.SlackBuild b/deps/polkit-qt5-1/polkit-qt5-1.SlackBuild
index 99f92a3..a9b7303 100755
--- a/deps/polkit-qt5-1/polkit-qt5-1.SlackBuild
+++ b/deps/polkit-qt5-1/polkit-qt5-1.SlackBuild
@@ -25,7 +25,7 @@
PKGNAM=polkit-qt5-1
VERSION=${VERSION:-50624e0_20160719git}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:--j7}
diff --git a/deps/poppler/.url b/deps/poppler/.url
new file mode 100644
index 0000000..ac32d25
--- /dev/null
+++ b/deps/poppler/.url
@@ -0,0 +1,2 @@
+https://poppler.freedesktop.org/poppler-0.46.0.tar.xz
+
diff --git a/deps/poppler/patches/poppler_cpp11.patch b/deps/poppler/patches/poppler_cpp11.patch
new file mode 100644
index 0000000..2eeedd1
--- /dev/null
+++ b/deps/poppler/patches/poppler_cpp11.patch
@@ -0,0 +1,18 @@
+diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
+index 13d090c..9803d38 100644
+--- a/poppler/SplashOutputDev.cc
++++ b/poppler/SplashOutputDev.cc
+@@ -94,6 +94,13 @@ extern "C" int unlink(char *filename);
+ #endif
+ #endif
+
++#if __cplusplus > 199711L
++#include <cmath>
++#ifndef isfinite
++#define isfinite(x) std::isfinite(x)
++#endif
++#endif
++
+ static inline void convertGfxColor(SplashColorPtr dest,
+ SplashColorMode colorMode,
+ GfxColorSpace *colorSpace,
diff --git a/deps/poppler/poppler.SlackBuild b/deps/poppler/poppler.SlackBuild
new file mode 100755
index 0000000..93891ea
--- /dev/null
+++ b/deps/poppler/poppler.SlackBuild
@@ -0,0 +1,141 @@
+#!/bin/sh
+
+# Copyright 2006, 2007, 2008, 2009, 2010, 2012 Patrick J. Volkerding, Sebeka, MN, USA
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+# Modified 2016 by Eric Hameleers <alien@slackware.com>
+
+PKGNAM=poppler
+VERSION=${VERSION:-0.45.0}
+BUILD=${BUILD:-2}
+NUMJOBS=${NUMJOBS:-" -j7 "}
+
+# Automatically determine the architecture we're building on:
+if [ -z "$ARCH" ]; then
+ case "$(uname -m)" in
+ i?86) ARCH=i586 ;;
+ arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
+ # Unless $ARCH is already set, use uname -m for all other archs:
+ *) ARCH=$(uname -m) ;;
+ esac
+ export ARCH
+fi
+
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "s390" ]; then
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "x86_64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
+fi
+
+case "$ARCH" in
+ arm*) TARGET=$ARCH-slackware-linux-gnueabi ;;
+ *) TARGET=$ARCH-slackware-linux ;;
+esac
+
+CWD=$(pwd)
+TMP=${TMP:-/tmp}
+PKG=$TMP/package-${PKGNAM}
+rm -rf $PKG
+mkdir -p $TMP $PKG
+
+cd $TMP || exit 1
+rm -rf ${PKGNAM}-${VERSION}
+tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z* || exit 1
+cd ${PKGNAM}-$VERSION || exit 1
+
+# This is needed for compilation with c++11 compiler:
+cat $CWD/patches/poppler_cpp11.patch | patch -p1 --verbose || exit 1
+
+chown -R root:root .
+find . \
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
+ -exec chmod 644 {} \;
+
+# Adding " -std=c++11" to CXXFLAGS is needed for compiling against Qt 5.7:
+CFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++11" \
+./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --sysconfdir=/etc \
+ --enable-xpdf-headers \
+ --enable-poppler-qt4 \
+ --enable-poppler-qt5 \
+ --enable-cairo-output \
+ --mandir=/usr/man \
+ --disable-static \
+ --enable-zlib \
+ --build=$TARGET
+
+make $NUMJOBS || make || exit 1
+make install DESTDIR=$PKG || exit 1
+
+# Remove files that overlap with the xpdf package:
+rm -f $PKG/usr/bin/pdfdetach $PKG/usr/man/man1/pdfdetach.1
+
+find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+
+# Compress and link manpages, if any:
+if [ -d $PKG/usr/man ]; then
+ ( cd $PKG/usr/man
+ for manpagedir in $(find . -type d -name "man*") ; do
+ ( cd $manpagedir
+ for eachpage in $( find . -type l -maxdepth 1) ; do
+ ln -s $( readlink $eachpage ).gz $eachpage.gz
+ rm $eachpage
+ done
+ gzip -9 *.?
+ )
+ done
+ )
+fi
+
+mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
+cp -a AUTHORS COPYING* INSTALL NEWS README README-XPDF TODO \
+ $PKG/usr/doc/${PKGNAM}-$VERSION
+( cd $PKG/usr/doc/${PKGNAM}-$VERSION
+ ln -s /usr/share/gtk-doc/html/poppler html )
+
+# If there's a ChangeLog, installing at least part of the recent history
+# is useful, but don't let it get totally out of control:
+if [ -r ChangeLog ]; then
+ DOCSDIR=$(echo $PKG/usr/doc/${PKGNAM}-$VERSION)
+ cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog
+ touch -r ChangeLog $DOCSDIR/ChangeLog
+fi
+
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+
+cd $PKG
+/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-$ARCH-$BUILD.txz
+
diff --git a/deps/poppler/slack-desc b/deps/poppler/slack-desc
new file mode 100644
index 0000000..c325956
--- /dev/null
+++ b/deps/poppler/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+poppler: poppler (a library for rendering PDF documents)
+poppler:
+poppler: Poppler is a library based on the xpdf PDF viewer developed by Derek
+poppler: Noonburg of Glyph and Cog, LLC. Since xpdf does not provide a shared
+poppler: library, whenever a flaw was found potentially dozens of applications
+poppler: incorporating code from xpdf would have to be patched. By providing
+poppler: a centralized PDF library this duplicated effort will be eliminated.
+poppler:
+poppler: Homepage: http://poppler.freedesktop.org
+poppler:
+poppler:
diff --git a/deps/qca-qt5/.url b/deps/qca-qt5/.url
new file mode 100644
index 0000000..e63affd
--- /dev/null
+++ b/deps/qca-qt5/.url
@@ -0,0 +1,2 @@
+http://download.kde.org/stable/qca/2.1.1/src/qca-2.1.1.tar.xz
+
diff --git a/deps/qca-qt5/qca-qt5.SlackBuild b/deps/qca-qt5/qca-qt5.SlackBuild
index 2b73fcf..26e8990 100755
--- a/deps/qca-qt5/qca-qt5.SlackBuild
+++ b/deps/qca-qt5/qca-qt5.SlackBuild
@@ -24,7 +24,7 @@
PKGNAM=qca-qt5
SRCNAM=qca
VERSION=${VERSION:-2.1.1}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
NUMJOBS=${NUMJOBS:--j6}
# Automatically determine the architecture we're building on:
@@ -60,9 +60,6 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* || exit 1
cd $SRCNAM-$VERSION || exit 1
-## Add a missing include. Fixes build against Qt 5.5:
-#cat $CWD/qca_qiodevice.patch | patch -p1 --verbose || exit 1
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/deps/qca-qt5/qca_qiodevice.patch b/deps/qca-qt5/qca_qiodevice.patch
deleted file mode 100644
index e6b18a2..0000000
--- a/deps/qca-qt5/qca_qiodevice.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Hrvoje Senjan <hrvoje.senjan@gmail.com>
-Date: Sat, 17 Jan 2015 19:12:18 +0000
-Subject: Add missing QIODevice include
-X-Git-Url: http://quickgit.kde.org/?p=qca.git&a=commitdiff&h=7207e6285e932044cd66d49d0dc484666cfb0092
----
-Add missing QIODevice include
-
-Fixes build with Qt 5.5
----
-
-
---- a/include/QtCrypto/qca_basic.h
-+++ b/include/QtCrypto/qca_basic.h
-@@ -35,6 +35,8 @@
-
- #include "qca_core.h"
-
-+#include <QIODevice>
-+
- // Qt5 comes with QStringLiteral for wrapping string literals, which Qt4 does
- // not have. It is needed if the headers are built with QT_NO_CAST_FROM_ASCII.
- // Defining it here as QString::fromUtf8 for convenience.
-
diff --git a/deps/qt-gstreamer/.url b/deps/qt-gstreamer/.url
new file mode 100644
index 0000000..a31a2c5
--- /dev/null
+++ b/deps/qt-gstreamer/.url
@@ -0,0 +1 @@
+http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-1.2.0.tar.xz
diff --git a/deps/qt-gstreamer/qt-gstreamer.SlackBuild b/deps/qt-gstreamer/qt-gstreamer.SlackBuild
index 62e17f7..2470b81 100755
--- a/deps/qt-gstreamer/qt-gstreamer.SlackBuild
+++ b/deps/qt-gstreamer/qt-gstreamer.SlackBuild
@@ -24,7 +24,7 @@
PKGNAM=qt-gstreamer
VERSION=${VERSION:-1.2.0}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
NUMJOBS=${NUMJOBS:--j7}
diff --git a/deps/qt5-webkit/qt5-webkit.SlackBuild b/deps/qt5-webkit/qt5-webkit.SlackBuild
index df11112..59e9b9b 100755
--- a/deps/qt5-webkit/qt5-webkit.SlackBuild
+++ b/deps/qt5-webkit/qt5-webkit.SlackBuild
@@ -22,10 +22,10 @@
# Derived from the qt5.SlackBuild
-# Modifications for qt5-webkit 5.6.0, 5.6.1 2016 by Eric Hameleers, Eindhoven, NL
+# Modifications for qt5-webkit 5.6.0, 5.6.1, 5.7.0 2016 by Eric Hameleers, Eindhoven, NL
PKGNAM=qt5-webkit
-VERSION=${VERSION:-5.6.1}
+VERSION=${VERSION:-5.7.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -84,8 +84,8 @@ echo "Extracting qtwebkit-opensource-src-$VERSION.tar.xz"
tar xf $CWD/qtwebkit-opensource-src-$VERSION.tar.xz || exit 1
cd qtwebkit-opensource-src-$VERSION || exit 1
-# Fix linking to pthread:
-cat $CWD/patches/qt5-webkit.pthread.patch | patch -p1 --verbose || exit 1
+## Fix linking to pthread:
+#cat $CWD/patches/qt5-webkit.pthread.patch | patch -p1 --verbose || exit 1
chown -R root:root .
find . \
diff --git a/deps/qt5/.url b/deps/qt5/.url
index c819030..34da870 100644
--- a/deps/qt5/.url
+++ b/deps/qt5/.url
@@ -1 +1 @@
-http://download.qt.io/official_releases/qt/5.6/5.6.1-1/single/qt-everywhere-opensource-src-5.6.1-1.tar.xz
+http://download.qt.io/official_releases/qt/5.7/5.7.0/single/qt-everywhere-opensource-src-5.7.0.tar.gz
diff --git a/deps/qt5/patches/qt5.glibc224.patch b/deps/qt5/patches/qt5.glibc224.patch
new file mode 100644
index 0000000..773781a
--- /dev/null
+++ b/deps/qt5/patches/qt5.glibc224.patch
@@ -0,0 +1,33 @@
+From b12ffcd411d4776f7120ccecb3be34344d930d2b Mon Sep 17 00:00:00 2001
+From: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
+Date: Tue, 9 Aug 2016 16:21:29 +0200
+Subject: Do not depend on Linux 4.5
+
+Avoid using MADV_FREE that was only recently added to Linux. It will fail when
+run on older Linux kernels.
+
+Change-Id: I9b0369fb31402f088b2327c12f70dd39f5e4c8c0
+Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
+---
+ chromium/third_party/WebKit/Source/wtf/PageAllocator.cpp | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/3rdparty/chromium/third_party/WebKit/Source/wtf/PageAllocator.cpp b/src/3rdparty/chromium/third_party/WebKit/Source/wtf/PageAllocator.cpp
+index 121b687..be7c3b9 100644
+--- a/src/3rdparty/chromium/third_party/WebKit/Source/wtf/PageAllocator.cpp
++++ b/src/3rdparty/chromium/third_party/WebKit/Source/wtf/PageAllocator.cpp
+@@ -39,6 +39,11 @@
+
+ #include <sys/mman.h>
+
++#if OS(LINUX) && defined(MADV_FREE)
++// Added in Linux 4.5, but we don't want to depend on 4.5 at runtime
++#undef MADV_FREE
++#endif
++
+ #ifndef MADV_FREE
+ #define MADV_FREE MADV_DONTNEED
+ #endif
+--
+cgit v1.0-4-g1e03
+
diff --git a/deps/qt5/patches/qt5.qtbug-49452.patch b/deps/qt5/patches/qt5.qtbug-49452.patch
new file mode 100644
index 0000000..4549ff1
--- /dev/null
+++ b/deps/qt5/patches/qt5.qtbug-49452.patch
@@ -0,0 +1,58 @@
+From 6f423555eba55ccdf7287071e10576bc1b687fd2 Mon Sep 17 00:00:00 2001
+From: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
+Date: Mon, 1 Aug 2016 13:39:53 +0200
+Subject: [PATCH] REG: Fix unwanted cache flush in Freetype engine
+
+The Freetype cache was almost completely disabled by
+134c6db8587a8ce156d4fa31ffa62605821851b2 because after that
+change, the lockedAlphaMapForGlyph() function would no longer
+cut off early for empty glyphs like spaces, but rather go
+through all alpha map functions before it realized that there
+was nothing to render. This would in turn invalidate the cache
+for every empty glyph, causing all glyphs to be rerendered for
+every isolated word.
+
+This change adds back a cut off. This is only needed in the
+lockedAlphaMapForGlyph() function, since the superclass implementation
+of the other alpha map functions already contains a cut off for
+width/height == 0.
+
+[ChangeLog][Qt Gui][Text] Fixed a performance regression in Freetype
+engine that was introduced in Qt 5.5.
+
+Change-Id: I381285939909e99cc5fb5f3497fecf9fa871f29a
+Task-number: QTBUG-49452
+Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
+---
+ src/gui/text/qfontengine_ft.cpp | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/gui/text/qfontengine_ft.cpp b/src/gui/text/qfontengine_ft.cpp
+index 4de41df..7c878da 100644
+--- a/src/gui/text/qfontengine_ft.cpp
++++ b/src/gui/text/qfontengine_ft.cpp
+@@ -1716,7 +1716,7 @@ glyph_metrics_t QFontEngineFT::alphaMapBoundingBox(glyph_t glyph, QFixed subPixe
+
+ static inline QImage alphaMapFromGlyphData(QFontEngineFT::Glyph *glyph, QFontEngine::GlyphFormat glyphFormat)
+ {
+- if (glyph == Q_NULLPTR)
++ if (glyph == Q_NULLPTR || glyph->height == 0 || glyph->width == 0)
+ return QImage();
+
+ QImage::Format format = QImage::Format_Invalid;
+@@ -1764,11 +1764,15 @@ QImage *QFontEngineFT::lockedAlphaMapForGlyph(glyph_t glyphIndex, QFixed subPixe
+
+ currentlyLockedAlphaMap = alphaMapFromGlyphData(glyph, neededFormat);
+
++ const bool glyphHasGeometry = glyph != Q_NULLPTR && glyph->height != 0 && glyph->width != 0;
+ if (!cacheEnabled && glyph != &emptyGlyph) {
+ currentlyLockedAlphaMap = currentlyLockedAlphaMap.copy();
+ delete glyph;
+ }
+
++ if (!glyphHasGeometry)
++ return Q_NULLPTR;
++
+ if (currentlyLockedAlphaMap.isNull())
+ return QFontEngine::lockedAlphaMapForGlyph(glyphIndex, subPixelPosition, neededFormat, t, offset);
+
diff --git a/deps/qt5/patches/qt5.qtbug-53237.patch b/deps/qt5/patches/qt5.qtbug-53237.patch
new file mode 100644
index 0000000..c6d5739
--- /dev/null
+++ b/deps/qt5/patches/qt5.qtbug-53237.patch
@@ -0,0 +1,90 @@
+From 8e889378115c69508b050a511621ac8e30ec4158 Mon Sep 17 00:00:00 2001
+From: Jesus Fernandez <jesus.fernandez@theqtcompany.com>
+Date: Mon, 13 Jun 2016 19:09:15 +0200
+Subject: [PATCH] Fix UNSIGNED values in QMYSQL
+
+The unsigned flag in columns was ignored when creating the list of
+bound values in a mysql table. So the result iteration with
+QSqlQuery::next stops after the first wrong truncated value.
+
+[ChangeLog][QtSql] Fixed QSqlQuery::prepare value truncation error when
+using UNSIGNED values in a MySQL database.
+
+Task-number: QTBUG-53969
+Task-number: QTBUG-53237
+Change-Id: I10d977993445f2794f1dd8c88b2e83517ef524f3
+Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
+---
+ src/sql/drivers/mysql/qsql_mysql.cpp | 1 +
+ tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp | 39 +++++++++++++++++++++++
+ 2 files changed, 40 insertions(+)
+
+diff --git a/src/sql/drivers/mysql/qsql_mysql.cpp b/src/sql/drivers/mysql/qsql_mysql.cpp
+index 96bdcc4..55bf499 100644
+--- a/src/sql/drivers/mysql/qsql_mysql.cpp
++++ b/src/sql/drivers/mysql/qsql_mysql.cpp
+@@ -387,6 +387,7 @@ bool QMYSQLResultPrivate::bindInValues()
+ bind->buffer_length = f.bufLength = fieldInfo->length + 1;
+ bind->is_null = &f.nullIndicator;
+ bind->length = &f.bufLength;
++ bind->is_unsigned = fieldInfo->flags & UNSIGNED_FLAG ? 1 : 0;
+ f.outField=field;
+
+ ++i;
+diff --git a/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp b/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp
+index bd553d5..f1c4333 100644
+--- a/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp
++++ b/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp
+@@ -233,6 +233,9 @@ private slots:
+ void QTBUG_36211_data() { generic_data("QPSQL"); }
+ void QTBUG_36211();
+
++ void QTBUG_53969_data() { generic_data("QMYSQL"); }
++ void QTBUG_53969();
++
+ void sqlite_constraint_data() { generic_data("QSQLITE"); }
+ void sqlite_constraint();
+
+@@ -3652,6 +3655,42 @@ void tst_QSqlQuery::QTBUG_36211()
+ }
+ }
+
++void tst_QSqlQuery::QTBUG_53969()
++{
++ QFETCH( QString, dbName );
++ QVector<int> values = QVector<int>() << 10 << 20 << 127 << 128 << 1, tableValues;
++ QSqlDatabase db = QSqlDatabase::database( dbName );
++ CHECK_DATABASE( db );
++ tableValues.reserve(values.size());
++ if (tst_Databases::getDatabaseType(db) == QSqlDriver::MySqlServer) {
++ const QString tableName(qTableName("bug53969", __FILE__, db));
++ tst_Databases::safeDropTable( db, tableName );
++
++ QSqlQuery q(db);
++ QVERIFY_SQL(q, exec(QString("CREATE TABLE %1 (id INT AUTO_INCREMENT PRIMARY KEY, "
++ "test_number TINYINT(3) UNSIGNED)")
++ .arg(tableName)));
++
++ QVERIFY_SQL(q, prepare("INSERT INTO " + tableName + " (test_number) VALUES (:value)"));
++
++ QVector<int>::iterator begin = values.begin(), end = values.end(), it;
++ for (it = begin; it != end; ++it) {
++ q.bindValue(":value", *it);
++ QVERIFY_SQL(q, exec());
++ }
++
++ QVERIFY_SQL(q, prepare("SELECT test_number FROM " + tableName));
++ QVERIFY_SQL(q, exec());
++
++ while (q.next()) {
++ bool ok;
++ tableValues.push_back(q.value(0).toUInt(&ok));
++ QVERIFY(ok);
++ }
++ QCOMPARE(values, tableValues);
++ }
++}
++
+ void tst_QSqlQuery::oraOCINumber()
+ {
+ QFETCH( QString, dbName );
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index e7df254..0b5c52f 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/qt5.SlackBuild
@@ -47,12 +47,13 @@
# Modifications for qt 5.5.1 2015,2016 by Eric Hameleers, Eindhoven, NL
# Modifications for qt 5.6.0 2016 by Eric Hameleers, Eindhoven, NL
# Modifications for qt 5.6.1 2016 by Eric Hameleers, Eindhoven, NL
+# Modifications for qt 5.7.0 2016 by Eric Hameleers, Eindhoven, NL
PKGNAM=qt5
-VERSION=${VERSION:-5.6.1-1}
+VERSION=${VERSION:-5.7.0}
PKGSRC=$(echo $VERSION |cut -d- -f1)
PKGVER=$(echo $VERSION |tr - _)
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:--j7}
@@ -134,25 +135,20 @@ fi
# Fix path to mysql header:
cat $CWD/patches/qt5.mysql.h.diff | patch -p1 --verbose || exit 1
-## Properly detect ALSA version 1.1.0 as being newer than 1.0.10:
-#cat $CWD/patches/qt5.alsa.patch | patch -p1 --verbose || exit 1
-#
-## Build with explicitlib, preventing linker errors:
-#cd qtbase
-# cat $CWD/patches/qt5.qtbug-51621.patch | patch -p1 --verbose || exit 1
-#cd -
-#
-## Backport fixes for QtDBus deadlocks:
-#cd qtbase
-# cat $CWD/patches/qt5.qtbug-51648.patch | patch -p1 --verbose || exit 1
-# cat $CWD/patches/qt5.qtbug-51649.patch | patch -p1 --verbose || exit 1
-# cat $CWD/patches/qt5.qtbug-51676.patch | patch -p1 --verbose || exit 1
-#cd -
-#
-## qtwebengine fails to build with system nss 3.23:
-#cd qtwebengine
-# cat $CWD/patches/qt5.qtbug-51890.patch | patch -p1 --verbose || exit 1
-#cd -
+# Fix UNSIGNED values in QMYSQL:
+cd qtbase
+ cat $CWD/patches/qt5.qtbug-53237.patch | patch -p1 --verbose || exit 1
+cd -
+
+# Fix freetype engine performance:
+cd qtbase
+ cat $CWD/patches/qt5.qtbug-49452.patch | patch -p1 --verbose || exit 1
+cd -
+
+# Don't depend on features that were only added in linux 4.5:
+cd qtwebengine
+ cat $CWD/patches/qt5.glibc224.patch | patch -p1 --verbose || exit 1
+cd -
if ! pkg-config --exists libpulse 2>/dev/null ; then
# Forcibly disable pulseaudio in qtwebengine:
@@ -197,6 +193,7 @@ export QT_PLUGIN_PATH="${QTDIR}/qtbase/plugins"
-dbus \
-glib \
-icu \
+ -opengl \
-openssl \
-optimized-qmake \
-qpa xcb \
diff --git a/deps/sni-qt/sni-qt.SlackBuild b/deps/sni-qt/sni-qt.SlackBuild
index d1bb6a5..1d090f9 100755
--- a/deps/sni-qt/sni-qt.SlackBuild
+++ b/deps/sni-qt/sni-qt.SlackBuild
@@ -23,7 +23,7 @@
PKGNAM=sni-qt
VERSION=${VERSION:-0.2.6}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
NUMJOBS=${NUMJOBS:--j6}
# Automatically determine the architecture we're building on:
diff --git a/deps/updates.SlackBuild b/deps/updates.SlackBuild
index 396c411..97def37 100755
--- a/deps/updates.SlackBuild
+++ b/deps/updates.SlackBuild
@@ -19,6 +19,8 @@ ALLDEPS=" \
sni-qt \
OpenAL \
libinput \
+ libxkbcommon \
+ wayland \
qt5 \
qt5-webkit \
qca-qt5 \
@@ -30,8 +32,7 @@ ALLDEPS=" \
polkit-qt5-1 \
grantlee \
grantlee-qt4 \
- wayland \
- libxkbcommon \
+ poppler \
json-glib \
libdbusmenu-gtk \
libindicator \
@@ -40,8 +41,10 @@ ALLDEPS=" \
lmdb \
libproxy \
telepathy \
+ hack-font-ttf \
noto-font-ttf \
noto-cjk-font-ttf \
+ elogind \
"
# Not needed, conflicts with qt-gstreamer files
#qt-gstreamer0 \