Browse Source

contrib: qtwayland: update to 5.15.8

pull/141/head
Steve Lhomme 4 years ago
parent
commit
d32ad1a6bc
  1. 2
      contrib/src/qtwayland/SHA512SUMS
  2. 11
      contrib/src/qtwayland/rules.mak

2
contrib/src/qtwayland/SHA512SUMS

@ -1 +1 @@
d6619f35b3ab163372a0d49a2221c487d5936b6d9ebeb92a7fd41521c424d550eea7c5c584e07f15bde1ec5ece1bd5774845eb9956ce793e546197ffdb28d594 qtwayland-5.15.1.tar.xz
6c6e9dc20f98d71abd7dba54ff278bf4535e70f86bfc4e6dd46c1af7c87777f045a6aba02bba3eb786f7cf383da5fb72b03e1e6ec636c8be0cde0e4e5b7b5b2d qtwayland-everywhere-src-5.15.8.tar.xz

11
contrib/src/qtwayland/rules.mak

@ -1,19 +1,18 @@
# qtwayland
QTWAYLAND_VERSION_MAJOR := 5.15
QTWAYLAND_VERSION := $(QTWAYLAND_VERSION_MAJOR).1
QTWAYLAND_URL := $(QT)/$(QTWAYLAND_VERSION_MAJOR)/$(QTWAYLAND_VERSION)/submodules/qtwayland-everywhere-src-$(QTWAYLAND_VERSION).tar.xz
QTWAYLAND_VERSION := $(QTWAYLAND_VERSION_MAJOR).8
QTWAYLAND_URL := $(QT)/$(QTWAYLAND_VERSION_MAJOR)/$(QTWAYLAND_VERSION)/submodules/qtwayland-everywhere-opensource-src-$(QTWAYLAND_VERSION).tar.xz
DEPS_qtwayland = qtdeclarative $(DEPS_qtdeclarative)
$(TARBALLS)/qtwayland-$(QTWAYLAND_VERSION).tar.xz:
$(TARBALLS)/qtwayland-everywhere-src-$(QTWAYLAND_VERSION).tar.xz:
$(call download,$(QTWAYLAND_URL))
.sum-qtwayland: qtwayland-$(QTWAYLAND_VERSION).tar.xz
.sum-qtwayland: qtwayland-everywhere-src-$(QTWAYLAND_VERSION).tar.xz
qtwayland: qtwayland-$(QTWAYLAND_VERSION).tar.xz .sum-qtwayland
qtwayland: qtwayland-everywhere-src-$(QTWAYLAND_VERSION).tar.xz .sum-qtwayland
$(UNPACK)
mv qtwayland-everywhere-src-$(QTWAYLAND_VERSION) qtwayland-$(QTWAYLAND_VERSION)
sed -i.orig '/SUBDIRS/d' "$(UNPACK_DIR)/tests/tests.pro"
sed -i.orig 's/"egl drm"/"egl"/g' \
$(UNPACK_DIR)/src/compositor/configure.json \

Loading…
Cancel
Save