[SCM] kcm-touchpad packaging branch, master, updated. fb612158ab9285fbb41d5a3dd573f3559fa4d95c
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Mar 31 14:29:05 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kcm-touchpad.git;a=commitdiff;h=4089623
The following commit has been merged in the master branch:
commit 4089623921064bbe50e27ece06912dc51dec1e2b
Author: Jonathan Riddell <jr at jriddell.org>
Date: Wed Jan 14 18:26:26 2015 +0100
Add missing xcb build-deps (not sure they're all used but it keeps cmake happy)
---
debian/changelog | 2 ++
debian/control | 18 +++++++++++++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c1598db..02cf59d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ kcm-touchpad (4:5.1.95-0ubuntu1) UNRELEASED; urgency=medium
[ Jonathan Riddell ]
* New upstream beta release
+ * Add missing xcb build-deps (not sure they're all used but it keeps
+ cmake happy)
-- Jonathan Riddell <jriddell at ubuntu.com> Wed, 14 Jan 2015 13:25:42 +0100
diff --git a/debian/control b/debian/control
index 9293693..6f438d6 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,13 @@ Build-Depends: cmake,
libqt5x11extras5-dev,
libx11-dev,
libx11-xcb-dev,
+ libxcb-composite0-dev,
+ libxcb-cursor-dev,
+ libxcb-damage0-dev,
+ libxcb-dpms0-dev,
libxcb-dri2-0-dev,
libxcb-dri3-dev,
+ libxcb-ewmh-dev,
libxcb-glx0-dev,
libxcb-icccm4-dev,
libxcb-image0-dev,
@@ -27,12 +32,23 @@ Build-Depends: cmake,
libxcb-present-dev,
libxcb-randr0-dev,
libxcb-record0-dev,
+ libxcb-render-util0-dev,
libxcb-render0-dev,
+ libxcb-res0-dev,
+ libxcb-screensaver0-dev,
libxcb-shape0-dev,
libxcb-shm0-dev,
libxcb-sync-dev,
libxcb-util0-dev,
+ libxcb-xevie0-dev,
+ libxcb-xf86dri0-dev,
libxcb-xfixes0-dev,
+ libxcb-xinerama0-dev,
+ libxcb-xkb-dev,
+ libxcb-xprint0-dev,
+ libxcb-xtest0-dev,
+ libxcb-xv0-dev,
+ libxcb-xvmc0-dev,
libxcb1-dev,
libxcursor-dev,
libxi-dev,
@@ -41,7 +57,7 @@ Build-Depends: cmake,
plasma-framework-dev,
xserver-xorg-dev,
xserver-xorg-input-synaptics-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://www.kde.org
Package: kde-config-touchpad
--
kcm-touchpad packaging
More information about the pkg-kde-commits
mailing list