From 242f375d6b5a8ed35bbe03714e4fc640271671de Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:20:14 +0100 Subject: [PATCH 1/8] libXrandr: Strip trailing space --- libXrandr-1.4.2-0.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXrandr-1.4.2-0.bee b/libXrandr-1.4.2-0.bee index fac371256..15e79b4b3 100755 --- a/libXrandr-1.4.2-0.bee +++ b/libXrandr-1.4.2-0.bee @@ -52,7 +52,7 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXrandr-${PKGVE #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From 76fafb85c7510033395724be1eefab5a75594ced Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:20:52 +0100 Subject: [PATCH 2/8] libXrandr: Convert to versionless bee file --- libXrandr-1.4.2-0.bee => libXrandr.be0 | 2 ++ 1 file changed, 2 insertions(+) rename libXrandr-1.4.2-0.bee => libXrandr.be0 (98%) diff --git a/libXrandr-1.4.2-0.bee b/libXrandr.be0 similarity index 98% rename from libXrandr-1.4.2-0.bee rename to libXrandr.be0 index 15e79b4b3..6862c372a 100755 --- a/libXrandr-1.4.2-0.bee +++ b/libXrandr.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libXrandr-1.4.2-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 01b4d2d5ecdd1d24a886d9e772d452e8a0f3324f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:22:44 +0100 Subject: [PATCH 3/8] libXrandr: Use new, secure source URL The current URL moved permanently. ``` $ curl -I http://xorg.freedesktop.org/releases/individual/lib/ HTTP/1.1 301 Moved Permanently Date: Fri, 17 Nov 2017 11:21:44 GMT Server: Apache/2.4.10 (Debian) Location: https://www.x.org/releases/individual/lib/ Content-Type: text/html; charset=iso-8859-1 ``` --- libXrandr.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXrandr.be0 b/libXrandr.be0 index 6862c372a..fbed7fec6 100755 --- a/libXrandr.be0 +++ b/libXrandr.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXrandr-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.x.org/releases/individual/lib/libXrandr-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 2173935283e30dcfe14ce30aaca10392e024d912 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:23:12 +0100 Subject: [PATCH 4/8] libXrandr: Update version from 1.4.2 to 1.5.1 Version 1.5.0 adds support for monitor objects, needed for tiled displays, that means displays with more than one panel (MST, Multi-Stream Transport) like the Dell UP3214Q [1]. Announcement [1]: > Add support for monitors and fixes requires on libX11. > > Keith Packard (2): > libXrandr: Clean up compiler warnings > Add monitors, update to version 1.5 (v2) > > Michael Joost (1): > Remove fallback for _XEatDataWords, require libX11 1.6 for it [1] https://en.wikipedia.org/wiki/DisplayPort#Multiple_displays_on_single_DisplayPort_connector [2] https://lists.x.org/archives/xorg-announce/2015-May/002606.html --- libXrandr.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXrandr.be0 b/libXrandr.be0 index fbed7fec6..f2e9be912 100755 --- a/libXrandr.be0 +++ b/libXrandr.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libXrandr-1.4.2-0 +# BEE_VERSION libXrandr-1.5.1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From fbca595f9535ca192042978455dc44c1c6cbcf99 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:13:14 +0100 Subject: [PATCH 5/8] xrandr: Strip trailing space --- xrandr-1.4.1-0.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr-1.4.1-0.bee b/xrandr-1.4.1-0.bee index 1c96ca49d..909006a9c 100755 --- a/xrandr-1.4.1-0.bee +++ b/xrandr-1.4.1-0.bee @@ -52,7 +52,7 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xrandr-${PKGVERSI #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From 0bf27ee18c063fab89da01aee9f2c6e9de3dbff6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:13:58 +0100 Subject: [PATCH 6/8] xrandr: Convert to versionless bee file --- xrandr-1.4.1-0.bee => xrandr.be0 | 2 ++ 1 file changed, 2 insertions(+) rename xrandr-1.4.1-0.bee => xrandr.be0 (98%) diff --git a/xrandr-1.4.1-0.bee b/xrandr.be0 similarity index 98% rename from xrandr-1.4.1-0.bee rename to xrandr.be0 index 909006a9c..8767ba8ff 100755 --- a/xrandr-1.4.1-0.bee +++ b/xrandr.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION xrandr-1.4.1-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 760f800cf9999037e12fbd269bc93bf09dbadf24 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:16:45 +0100 Subject: [PATCH 7/8] xrandr: Use new, secure source URL The current URL moved permanently. ``` $ curl -I http://xorg.freedesktop.org/releases/individual/app/ HTTP/1.1 301 Moved Permanently Date: Fri, 17 Nov 2017 11:16:23 GMT Server: Apache/2.4.10 (Debian) Location: https://www.x.org/releases/individual/app/ Content-Type: text/html; charset=iso-8859-1 ``` --- xrandr.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr.be0 b/xrandr.be0 index 8767ba8ff..735cbfc7e 100755 --- a/xrandr.be0 +++ b/xrandr.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xrandr-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.x.org/releases/individual/app/xrandr-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From e5ac742e7cf79bffde318cc1b61e85c432a5cd88 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:18:06 +0100 Subject: [PATCH 8/8] xrandr: Update version from 1.4.1 to 1.5.0 Announcement [1]: > xrandr is a command line interface to the X11 Resize, Rotate, and Reflect > (RandR) extension. > > This release adds support for the new monitor objects added in RandR 1.5, and > fixes a few bugs. > > > Aaron Plattner (2): > Split verbose mode printing into a helper function > xrandr 1.5.0 > > Chris Wilson (3): > Mark disabling an output as a change in its CRTC > Mark all CRTC as currently unused for second picking CRTC pass > Only use the current information when setting modes > > Dave Airlie (2): > xrandr: parse property returns correctly. > xrandr: don't return NULL from a void > > Keith Packard (3): > Increase keystone.5c default window size > keystone: Report matrix error. Deal with "primary" in xrandr output > Add monitor support (v2) [1] https://lists.freedesktop.org/archives/xorg-announce/2016-February/002677.html --- xrandr.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr.be0 b/xrandr.be0 index 735cbfc7e..7810f5f5b 100755 --- a/xrandr.be0 +++ b/xrandr.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xrandr-1.4.1-0 +# BEE_VERSION xrandr-1.5.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)