[SCM] kscreen packaging branch, master, updated. debian/1.0.2.1-1
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Feb 26 21:11:52 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kscreen.git;a=commitdiff;h=5605638
The following commit has been merged in the master branch:
commit 560563891095f5e890f6903ccffe56096758de33
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Fri Feb 21 01:36:33 2014 +0100
New patch: add_switchDisplayTwoScreensNoCommonMode_json
---
debian/changelog | 1 +
.../add_switchDisplayTwoScreensNoCommonMode_json | 135 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 137 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d64f171..4fffd99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,5 +5,6 @@ kscreen (1.0.2.1-1) UNRELEASED; urgency=low
[ Maximiliano Curia ]
* Add autopkgtests.
+ * New patch: add_switchDisplayTwoScreensNoCommonMode_json
-- Rohan Garg <rohan at kde.org> Sat, 23 Nov 2013 06:31:01 +1100
diff --git a/debian/patches/add_switchDisplayTwoScreensNoCommonMode_json b/debian/patches/add_switchDisplayTwoScreensNoCommonMode_json
new file mode 100644
index 0000000..3f8eccf
--- /dev/null
+++ b/debian/patches/add_switchDisplayTwoScreensNoCommonMode_json
@@ -0,0 +1,135 @@
+Index: kscreen/tests/configs/switchDisplayTwoScreensNoCommonMode.json
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ kscreen/tests/configs/switchDisplayTwoScreensNoCommonMode.json 2014-02-21 01:42:35.084520344 +0100
+@@ -0,0 +1,130 @@
++{
++ "screen" :
++ {
++ "id" : 1,
++ "maxSize" : {
++ "width" : 8192,
++ "height" : 8192
++ },
++ "minSize" : {
++ "width" : 320,
++ "height" : 200
++ },
++ "currentSize" : {
++ "width" : 3286,
++ "height" : 1848
++ }
++ },
++ "outputs" :
++ [
++ {
++ "id" : 1,
++ "name" : "LVDS1",
++ "type" : "LVDS",
++ "modes" :
++ [
++ {
++ "id" : 3,
++ "name" : "1366x768",
++ "refreshRate" : 59.9,
++ "size" : {
++ "width" : 1366,
++ "height" : 768
++ }
++ },
++ {
++ "id" : 2,
++ "name" : "1360x768",
++ "refreshRate" : 59.9,
++ "size" : {
++ "width" : 1360,
++ "height" : 768
++ }
++ },
++ {
++ "id" : 1,
++ "name" : "1280x720",
++ "refreshRate" : 60,
++ "size" : {
++ "width" : 1280,
++ "height" : 720
++ }
++ }
++ ],
++ "pos" : {
++ "x" : 0,
++ "y" : 0
++ },
++ "currentMode" : 3,
++ "preferredModes" : [3],
++ "rotation" : 1,
++ "connected" : true,
++ "enabled" : true,
++ "primary" : true,
++ "edid" : "AP///////wBMLcMFMzJGRQkUAQMOMx14Ku6Ro1RMmSYPUFQjCACBAIFAgYCVAKlAswABAQEBAjqAGHE4LUBYLEUA/h8RAAAeAAAA/QA4PB5REQAKICAgICAgAAAA/ABTeW5jTWFzdGVyCiAgAAAA/wBIOU1aMzAyMTk2CiAgAC4="
++ },
++ {
++ "id" : 2,
++ "name" : "HDMI1",
++ "type" : "HDMI",
++ "modes" :
++ [
++ {
++ "id" : 5,
++ "name" : "1920x1080",
++ "refreshRate" : 60,
++ "size" : {
++ "width" : 1920,
++ "height" : 1080
++ }
++ },
++ {
++ "id" : 4,
++ "name" : "1600x1200",
++ "refreshRate" : 60,
++ "size" : {
++ "width" : 1600,
++ "height" : 1200
++ }
++ },
++ {
++ "id" : 3,
++ "name" : "1024x768",
++ "refreshRate" : 59.9,
++ "size" : {
++ "width" : 1024,
++ "height" : 768
++ }
++ },
++ {
++ "id" : 2,
++ "name" : "800x600",
++ "refreshRate" : 59.9,
++ "size" : {
++ "width" : 800,
++ "height" : 600
++ }
++ },
++ {
++ "id" : 2,
++ "name" : "640x480",
++ "refreshRate" : 59.9,
++ "size" : {
++ "width" : 640,
++ "height" : 480
++ }
++ }
++ ],
++ "pos" : {
++ "x" : 1366,
++ "y" : 0
++ },
++ "preferredModes" : [5],
++ "rotation" : 1,
++ "connected" : true,
++ "enabled" : false,
++ "primary" : false,
++ "edid" : "AP///////wAQrBbwTExLQQ4WAQOANCB46h7Frk80sSYOUFSlSwCBgKlA0QBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAaAAAA/wBGNTI1TTI0NUFLTEwKAAAA/ABERUxMIFUyNDEwCiAgAAAA/QA4TB5REQAKICAgICAgAToCAynxUJAFBAMCBxYBHxITFCAVEQYjCQcHZwMMABAAOC2DAQAA4wUDAQI6gBhxOC1AWCxFAAZEIQAAHgEdgBhxHBYgWCwlAAZEIQAAngEdAHJR0B4gbihVAAZEIQAAHowK0Iog4C0QED6WAAZEIQAAGAAAAAAAAAAAAAAAAAAAPg=="
++ }
++ ]
++}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..94bc4c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add_switchDisplayTwoScreensNoCommonMode_json
--
kscreen packaging
More information about the pkg-kde-commits
mailing list