xorg-server-21.1.2

This commit is contained in:
Rmys
2021-12-15 23:24:54 +03:00
committed by GitHub
parent 0b1c40d2e7
commit 2ff9b35161
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("patch -Rp1 < 0001-revert-dpi-calculation.patch")
#shelltools.system("patch -Rp1 < 0001-revert-dpi-calculation.patch")
autotools.autoreconf("-fi")
autotools.configure("--enable-install-libxf86config \
+8 -4
View File
@@ -11,10 +11,7 @@
<License>MIT</License>
<Summary>X.Org X Server</Summary>
<Description>X server is the main application that allows a graphical interface.</Description>
<Archive sha1sum="feb1b35841cf64dcbef23802d7e0510e204361f9" type="tarxz">mirrors://xorg/individual/xserver/xorg-server-21.1.1.tar.xz</Archive>
<AdditionalFiles>
<AdditionalFile target="0001-revert-dpi-calculation.patch">0001-revert-dpi-calculation.patch</AdditionalFile>
</AdditionalFiles>
<Archive sha1sum="b08b68fc140562ff898d7c02dab2a8d601a361ea" type="tarxz">mirrors://xorg/individual/xserver/xorg-server-21.1.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>valgrind</Dependency>
<Dependency>elogind-devel</Dependency>
@@ -299,6 +296,13 @@
</Package>
<History>
<Update release="23">
<Date>2021-12-15</Date>
<Version>21.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2021-12-14</Date>
<Version>21.1.1</Version>