meson-1.3.1
This commit is contained in:
@@ -5,15 +5,16 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
pisitools.insinto("/usr/share/vim/vimfiles", "data/syntax-highlighting/vim/*")
|
||||
# pisitools.insinto("/usr/share/emacs/site-lisp", "data/syntax-highlighting/emacs/*")
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>High productivity build system</Summary>
|
||||
<Description>Yüksek verimli üretme sistemi</Description>
|
||||
<Archive sha1sum="39b8a4bff467fdaa5f9ee87e04715bd97a148378" type="targz">https://github.com/mesonbuild/meson/releases/download/1.2.2/meson-1.2.2.tar.gz</Archive>
|
||||
<Archive sha1sum="c002c2eef733507e5930326222af9c31563ec170" type="targz">https://github.com/mesonbuild/meson/releases/download/1.3.1/meson-1.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.11.6">python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0007-Revert-rust-apply-global-project-and-environment-C-a.patch</Patch>
|
||||
<!-- <Patch level="1">0007-Revert-rust-apply-global-project-and-environment-C-a.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="43">
|
||||
<Date>2023-12-27</Date>
|
||||
<Version>1.3.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="42">
|
||||
<Date>2023-10-15</Date>
|
||||
<Version>1.2.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user