vala ver. bump
This commit is contained in:
@@ -15,6 +15,9 @@ def setup():
|
|||||||
autotools.autoreconf("-vfi")
|
autotools.autoreconf("-vfi")
|
||||||
autotools.configure("--disable-valadoc \
|
autotools.configure("--disable-valadoc \
|
||||||
--with-pic")
|
--with-pic")
|
||||||
|
|
||||||
|
|
||||||
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<License>BSD</License>
|
<License>BSD</License>
|
||||||
<Summary>A modern programming language for GNOME</Summary>
|
<Summary>A modern programming language for GNOME</Summary>
|
||||||
<Description>Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.</Description>
|
<Description>Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.</Description>
|
||||||
<Archive sha1sum="ca417c1247209f49c1968ce58639ed2afe33c905" type="tarxz">mirrors://gnome/vala/0.44/vala-0.44.11.tar.xz</Archive>
|
<Archive sha1sum="93f8b4d2d4618e1b42e9a52de9fb711c026f634e" type="tarxz">mirrors://gnome/vala/0.48/vala-0.48.12.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
<Path fileType="data">/usr/share/vala-*/vapi</Path>
|
<Path fileType="data">/usr/share/vala-*/vapi</Path>
|
||||||
<Path fileType="data">/usr/share/vala/vapi/libvala-0.44.vapi</Path>
|
<Path fileType="data">/usr/share/vala/vapi/libvala-*.vapi</Path>
|
||||||
<Path fileType="data">/usr/share/vim/vimfiles</Path>
|
<Path fileType="data">/usr/share/vim/vimfiles</Path>
|
||||||
</Files>
|
</Files>
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
@@ -71,6 +71,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2020-12-15</Date>
|
||||||
|
<Version>0.48.12</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2020-01-31</Date>
|
<Date>2020-01-31</Date>
|
||||||
<Version>0.44.11</Version>
|
<Version>0.44.11</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user