summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorTreeve Jelbert2021-02-24 13:44:44 +0100
committerTreeve Jelbert2021-02-24 13:58:48 +0100
commit0f37a82fd218eb582a5fe73695828d226b62ae83 (patch)
tree85e99b0f50ed884860b30aae44c4487fb932a5e9 /xorg
parent86f8c3da4bc559b3de18570fcf495b19fbcac574 (diff)
xorgproto: => 2021.2
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/xorgproto/DETAILS2
-rw-r--r--xorg/xorgproto/HISTORY4
-rwxr-xr-xxorg/xorgproto/PRE_BUILD3
3 files changed, 8 insertions, 1 deletions
diff --git a/xorg/xorgproto/DETAILS b/xorg/xorgproto/DETAILS
index 1913ff250e..4fa1968057 100755
--- a/xorg/xorgproto/DETAILS
+++ b/xorg/xorgproto/DETAILS
@@ -1,6 +1,6 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=xorgproto
- VERSION=2020.1
+ VERSION=2021.2
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
diff --git a/xorg/xorgproto/HISTORY b/xorg/xorgproto/HISTORY
index 27b6bd509e..557c8c821b 100644
--- a/xorg/xorgproto/HISTORY
+++ b/xorg/xorgproto/HISTORY
@@ -1,3 +1,7 @@
+2021-02-24 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2021.2
+ * PRE_BUILD: added, fix for missing script
+
2020-04-14 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2020.1
diff --git a/xorg/xorgproto/PRE_BUILD b/xorg/xorgproto/PRE_BUILD
new file mode 100755
index 0000000000..b024fbfe85
--- /dev/null
+++ b/xorg/xorgproto/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/keysymfile/,+4D' meson.build