summaryrefslogtreecommitdiffstats
path: root/xorg/xserver
diff options
context:
space:
mode:
authorPavel Vinogradov2018-04-25 18:33:54 -0400
committerPavel Vinogradov2018-04-25 18:48:54 -0400
commitd88a9aeaaa7917cc36f35000575d83ec29ad36a8 (patch)
tree63ba3333be55e4ed8ed08d40b3c197bab3aaa078 /xorg/xserver
parentb31c6debd9b822eba3db89fbbaada092debc3470 (diff)
xorg/xserver: version 1.19.99.905
Diffstat (limited to 'xorg/xserver')
-rwxr-xr-xxorg/xserver/DETAILS2
-rw-r--r--xorg/xserver/HISTORY4
-rwxr-xr-xxorg/xserver/PRE_BUILD5
3 files changed, 9 insertions, 2 deletions
diff --git a/xorg/xserver/DETAILS b/xorg/xserver/DETAILS
index 9ae9af880f..e3ed4328d8 100755
--- a/xorg/xserver/DETAILS
+++ b/xorg/xserver/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=xserver
SPELLX=xorg-server
- VERSION=1.19.99.904
+ VERSION=1.19.99.905
SOURCE=$SPELLX-$VERSION.tar.bz2
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/xserver/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index baa8a75ac3..974cde1c83 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,7 @@
+2018-04-25 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 1.19.99.905
+ * PRE_BUILD: tweaked
+
2018-04-11 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.19.99.904
diff --git a/xorg/xserver/PRE_BUILD b/xorg/xserver/PRE_BUILD
index 922c0ab256..386aae9588 100755
--- a/xorg/xserver/PRE_BUILD
+++ b/xorg/xserver/PRE_BUILD
@@ -1,3 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches
+apply_patch_dir patches &&
+
+# Dirty hack for 1.19.99.905
+cp include/xwayland-config.h.in include/xwayland-config.h.meson.in