diff mbox

[04/36] xorg: Bump xapp_xrandr version to 1.4.1

Message ID BLU0-SMTP451CF1192E7F15E363FE1A5D9B50@phx.gbl
State Accepted
Commit 9a8f1300c111b6818708e7905ede8191ee93abb8
Headers show

Commit Message

Bernd Kuhls Jan. 4, 2014, 1:38 p.m. UTC
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xapp_xrandr/xapp_xrandr.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Jan. 5, 2014, 8:59 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---
 >  package/x11r7/xapp_xrandr/xapp_xrandr.mk |    2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/x11r7/xapp_xrandr/xapp_xrandr.mk b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
 > index 9ba7332..7e03d29 100644
 > --- a/package/x11r7/xapp_xrandr/xapp_xrandr.mk
 > +++ b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -XAPP_XRANDR_VERSION = 1.3.5
 > +XAPP_XRANDR_VERSION = 1.4.1

That doesn't work:

checking for XRANDR... configure: error: Package requirements (xrandr >= 1.4 xrender x11 xproto >= 7.0.17) were not met:

Package dependency requirement 'xrandr >= 1.4' could not be satisfied.
Package 'xrandr' has version '1.3.2', required version is '>= 1.4'

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

I guess this should come after the xproto_randrproto bump?
Peter Korsgaard Jan. 5, 2014, 9:04 p.m. UTC | #2
>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---

Committed after reshuffling the series, thanks.
diff mbox

Patch

diff --git a/package/x11r7/xapp_xrandr/xapp_xrandr.mk b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
index 9ba7332..7e03d29 100644
--- a/package/x11r7/xapp_xrandr/xapp_xrandr.mk
+++ b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-XAPP_XRANDR_VERSION = 1.3.5
+XAPP_XRANDR_VERSION = 1.4.1
 XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.bz2
 XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XRANDR_LICENSE = MIT