gnome * ver. bump
This commit is contained in:
@@ -7,16 +7,17 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING")
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>LGPLv2</License>
|
||||
<Summary>Extensible screen reader that provides access to the desktop</Summary>
|
||||
<Description>Extensible screen reader that provides access to the desktop.</Description>
|
||||
<Archive sha1sum="910785e482be6dd2b596598498a08168ed7f706b" type="tarxz">https://download.gnome.org/sources/orca/45/orca-45.2.tar.xz</Archive>
|
||||
<Archive sha1sum="5b0bd48ef1d768192344dcc08237de78905adb53" type="tarxz">https://download.gnome.org/sources/orca/46/orca-46.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -69,6 +69,13 @@
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="23">
|
||||
<Date>2024-04-01</Date>
|
||||
<Version>46.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="22">
|
||||
<Date>2024-01-06</Date>
|
||||
<Version>45.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user