x11-* ver. bump
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org Xmu library</Summary>
|
||||
<Description>libXmu provides a set of miscellaneous utility convenience functions for X libraries to use.</Description>
|
||||
<Archive sha1sum="7ff54ce38379fb795aebed38f6be404ee0dfeec6" type="tarbz2">mirrors://xorg/individual/lib/libXmu-1.1.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="7994b7b0a1cb5927df1d756a307e2f1410e64167" type="tarxz">https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>util-macros</Dependency>
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
@@ -73,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2022-10-18</Date>
|
||||
<Version>1.1.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>1.1.3</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org Xpm library</Summary>
|
||||
<Description>X Present Extension library</Description>
|
||||
<Archive sha1sum="8893cca785dc94f4a001b53f4308588ff6c3900a" type="tarbz2">https://www.x.org/archive/individual/lib/libXpresent-1.0.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="d6a07a35ae7a0acf240365c325b48ddd4ad641ea" type="tarxz">https://www.x.org/archive/individual/lib/libXpresent-1.0.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>util-macros</Dependency>
|
||||
<Dependency>xorg-proto</Dependency>
|
||||
@@ -74,7 +74,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-10-18</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-11-22</Date>
|
||||
<Version>1.0.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org PCI access library</Summary>
|
||||
<Description>libpciaccess is the Xorg library for portable PCI access routines across multiple operating systems.</Description>
|
||||
<Archive sha1sum="ffaa13f2df5f822da1089b55223b217c142ef919" type="tarbz2">mirrors://xorg/individual/lib/libpciaccess-0.16.tar.bz2</Archive>
|
||||
<Archive sha1sum="eb29913eae141d556d6bd1fb6570d7590325eb37" type="tarxz">mirrors://xorg/individual/lib/libpciaccess-0.17.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>util-macros</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -53,6 +53,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2022-10-18</Date>
|
||||
<Version>0.17</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2021-11-27</Date>
|
||||
<Version>0.16</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org xkbfile library</Summary>
|
||||
<Description>Libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension.</Description>
|
||||
<Archive sha1sum="487f314b6dbc17e93d0fe1e3741392156a9ca895" type="tarbz2">mirrors://xorg/individual/lib/libxkbfile-1.1.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="408af82002bca91850ae39a4e67ad792295fdb74" type="tarxz">mirrors://xorg/individual/lib/libxkbfile-1.1.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>util-macros</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2022-10-18</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-10</Date>
|
||||
<Version>1.1.0</Version>
|
||||
|
||||
@@ -4,18 +4,41 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
autotools.configure("--disable-static")
|
||||
# shelltools.system("sed -i 's/120/600/' test/meson.build")
|
||||
options = " --buildtype=release -Dloongson-mmi=disabled \
|
||||
--prefix=/usr \
|
||||
-Dvmx=disabled \
|
||||
-Darm-simd=disabled \
|
||||
-Dneon=disabled \
|
||||
-Diwmmxt=disabled \
|
||||
-Dmips-dspr2=disabled \
|
||||
-Dgtk=disabled"
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
options += " -Dtests=disabled \
|
||||
--libdir=/usr/lib32 \
|
||||
"
|
||||
|
||||
mesontools.configure(options)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
# def check():
|
||||
# mesontools.build("test")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
return
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "README")
|
||||
|
||||
@@ -12,8 +12,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Pixel manipulation library</Summary>
|
||||
<Description>Pixman contains lowlevel pixel manipulation routines.</Description>
|
||||
<Archive sha1sum="c625853be8a5369cece57ab7dba558ff739a6332" type="tarxz">mirrors://xorg/individual/lib/pixman-0.40.0.tar.xz</Archive>
|
||||
<Archive sha1sum="d58f0bd6db217aa2e05e2462401dabc228863dda" type="tarxz">mirrors://xorg/individual/lib/pixman-0.42.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -41,9 +42,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>pixman-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<PartOf>_emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for pixman</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildType>_emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libpng-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -56,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2022-10-18</Date>
|
||||
<Version>0.42.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-06-06</Date>
|
||||
<Version>0.40.0</Version>
|
||||
|
||||
@@ -26,4 +26,4 @@ def install():
|
||||
if get.buildTYPE() == "emul32":
|
||||
return
|
||||
|
||||
pisitools.dodoc("README")
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>XCB cursor library</Summary>
|
||||
<Description>The xcb-util-image module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.</Description>
|
||||
<Archive sha1sum="26562eb6d4151307f7b6a53453d360ecfc0563ac" type="tarbz2">https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="bad1de5607d14705b131efd5486c8456fc4d7177" type="tarxz">https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>util-macros</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
@@ -69,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2022-10-19</Date>
|
||||
<Version>0.1.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-05-22</Date>
|
||||
<Version>0.1.3</Version>
|
||||
|
||||
@@ -26,4 +26,4 @@ def install():
|
||||
if get.buildTYPE() == "emul32":
|
||||
return
|
||||
|
||||
pisitools.dodoc("README")
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A number of libraries which sit on top of libxcb</Summary>
|
||||
<Description>The xcb-util-image module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.</Description>
|
||||
<Archive sha1sum="c9c9361781911a47b28f74fc6ebe0abd1273fae4" type="tarbz2">http://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="dde9892e5ddd900a2f784304614e1f6344b70279" type="tarxz">http://xcb.freedesktop.org/dist/xcb-util-image-0.4.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>util-macros</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
@@ -65,6 +65,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2022-10-19</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-05-22</Date>
|
||||
<Version>0.4.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user