[SCM] qtbase packaging branch, experimental, updated. debian/5.6.0+dfsg-2-6-gd55bbec

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Apr 3 21:03:15 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=d55bbec

The following commit has been merged in the experimental branch:
commit d55bbecfcbd4282fc2ade7b14527d6955e2cc854
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Apr 3 23:01:28 2016 +0200

    Enable eglfs support on kfreebsd.
    
    Thanks Steven Chamberlain for the patch.
---
 debian/changelog                                                   | 2 ++
 debian/libqt5gui5.install-kfreebsd                                 | 4 ++++
 debian/{qtbase5-dev.install-linux => qtbase5-dev.install-kfreebsd} | 1 +
 debian/rules                                                       | 2 +-
 4 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 79afe6e..d176f66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ qtbase-opensource-src (5.6.0+dfsg-3) UNRELEASED; urgency=medium
   * Fix the packages list in debian/README.source.
   * Enable some mesa build-dependencies on hurd and kfreebsd too.
     Closes: #819456, thanks Jon Boden for the patch.
+  * Enable eglfs support on kfreebsd. Thanks Steven Chamberlain for the
+    patch.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 17 Mar 2016 09:59:33 -0300
 
diff --git a/debian/libqt5gui5.install-kfreebsd b/debian/libqt5gui5.install-kfreebsd
new file mode 100644
index 0000000..8ce5015
--- /dev/null
+++ b/debian/libqt5gui5.install-kfreebsd
@@ -0,0 +1,4 @@
+usr/lib/*/libQt5EglDeviceIntegration.so.*
+usr/lib/*/qt5/plugins/egldeviceintegrations/*
+usr/lib/*/qt5/plugins/platforms/libqeglfs.so
+usr/lib/*/qt5/plugins/platforms/libqminimalegl.so
diff --git a/debian/qtbase5-dev.install-linux b/debian/qtbase5-dev.install-kfreebsd
similarity index 63%
copy from debian/qtbase5-dev.install-linux
copy to debian/qtbase5-dev.install-kfreebsd
index d0976fd..68e4062 100644
--- a/debian/qtbase5-dev.install-linux
+++ b/debian/qtbase5-dev.install-kfreebsd
@@ -1,2 +1,3 @@
 usr/lib/*/libQt5EglDeviceIntegration.prl
 usr/lib/*/libQt5EglDeviceIntegration.so
+usr/lib/*/pkgconfig/Qt5EglDeviceIntegration.pc
diff --git a/debian/rules b/debian/rules
index 5d221c5..d704c33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ else
 	extra_configure_opts += -opengl desktop
 endif
 
-ifneq ($(DEB_HOST_ARCH_OS),linux)
+ifneq ($(DEB_HOST_ARCH_OS),$(findstring $(DEB_HOST_ARCH_OS), linux kfreebsd))
 	extra_configure_opts += -no-eglfs
 endif
 

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list