gnome-terminal ver. bump
This commit is contained in:
@@ -7,9 +7,11 @@
|
|||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import mesontools
|
from pisi.actionsapi import mesontools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.system(""" sed -i -r 's:"(/system):"/org/gnome\1:g' src/external.gschema.xml""")
|
||||||
mesontools.configure()
|
mesontools.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
@@ -18,4 +20,6 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
mesontools.install()
|
mesontools.install()
|
||||||
|
|
||||||
|
pisitools.removeDir("/usr/lib/systemd")
|
||||||
|
|
||||||
pisitools.dodoc("COPYING*", "README*")
|
pisitools.dodoc("COPYING*", "README*")
|
||||||
|
|||||||
@@ -12,8 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>The GNOME Terminal Emulator</Summary>
|
<Summary>The GNOME Terminal Emulator</Summary>
|
||||||
<Description>GNOME Terminal Emülatörü</Description>
|
<Description>GNOME Terminal Emülatörü</Description>
|
||||||
<Archive sha1sum="c34ff55d7037b5df9c49b3c770eda4f8075f39ad" type="tarbz2">https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/3.46.1/gnome-terminal-3.46.1.tar.bz2</Archive>
|
<Archive sha1sum="e0f89c3766e7c4c52cda563d255ecf532be4ffb3" type="tarbz2">https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/3.48.2/gnome-terminal-3.48.2.tar.bz2</Archive>
|
||||||
<!-- <Archive sha1sum="cc3c290dbccaed68fc66e486c578fec1a810be77" type="tarxz">https://download.gnome.org/sources/gnome-terminal/3.44/gnome-terminal-3.44.1.tar.xz</Archive> -->
|
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>meson</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>itstool</Dependency>
|
<Dependency>itstool</Dependency>
|
||||||
@@ -72,10 +71,18 @@
|
|||||||
<Path fileType="info">/usr/share/metainfo</Path>
|
<Path fileType="info">/usr/share/metainfo</Path>
|
||||||
<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/xdg-terminals/org.gnome.Terminal.desktop</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2023-09-12</Date>
|
||||||
|
<Version>3.48.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2022-09-21</Date>
|
<Date>2022-09-21</Date>
|
||||||
<Version>3.46.1</Version>
|
<Version>3.46.1</Version>
|
||||||
|
|||||||
@@ -10,13 +10,15 @@ def setup():
|
|||||||
# Disable tracker 2.0 plugin
|
# Disable tracker 2.0 plugin
|
||||||
pisitools.dosed("meson_options.txt", "'tracker',", " ")
|
pisitools.dosed("meson_options.txt", "'tracker',", " ")
|
||||||
mesontools.configure("-Dapi-docs=false \
|
mesontools.configure("-Dapi-docs=false \
|
||||||
-Dtests=false \
|
-Dtests=false \
|
||||||
-Dexamples=false")
|
-Dsystemd-user-units-dir=/tmp \
|
||||||
|
-Dexamples=false")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
mesontools.build()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.install()
|
mesontools.install()
|
||||||
|
pisitools.removeDir("/tmp")
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "README*", "NEWS")
|
pisitools.dodoc("AUTHORS", "README*", "NEWS")
|
||||||
|
|||||||
@@ -87,6 +87,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="14">
|
||||||
|
<Date>2023-09-12</Date>
|
||||||
|
<Version>0.42.4</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="13">
|
<Update release="13">
|
||||||
<Date>2023-08-02</Date>
|
<Date>2023-08-02</Date>
|
||||||
<Version>0.42.4</Version>
|
<Version>0.42.4</Version>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.system("sed -i 's/install_dir: systemd_userunitdir,//' service/meson.build")
|
||||||
mesontools.configure("-Dgtk_doc=true")
|
mesontools.configure("-Dgtk_doc=true")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -70,6 +70,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="10">
|
||||||
|
<Date>2023-09-12</Date>
|
||||||
|
<Version>0.40.0</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="9">
|
<Update release="9">
|
||||||
<Date>2021-05-24</Date>
|
<Date>2021-05-24</Date>
|
||||||
<Version>0.40.0</Version>
|
<Version>0.40.0</Version>
|
||||||
|
|||||||
@@ -7,45 +7,44 @@
|
|||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.makedirs("build")
|
options = "--prefix=/usr \
|
||||||
shelltools.cd("build")
|
--sysconfdir=/etc \
|
||||||
options = "meson --prefix=/usr --sysconfdir=/etc \
|
|
||||||
--libexec=/usr/libexec/at-spi2 \
|
--libexec=/usr/libexec/at-spi2 \
|
||||||
-Dintrospection=enabled \
|
-Dintrospection=enabled \
|
||||||
-Ddbus_daemon=/usr/bin/dbus-daemon \
|
-Ddbus_daemon=/usr/bin/dbus-daemon \
|
||||||
|
-Dsystemd_user_dir=/tmp \
|
||||||
|
--buildtype=release \
|
||||||
-D docs=true \
|
-D docs=true \
|
||||||
"
|
"
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += "--datadir=/usr/emul32 \
|
options += " --datadir=/usr/emul32 \
|
||||||
--libexec=/usr/emul32 \
|
--libexec=/usr/emul32 \
|
||||||
--sysconfdir=/usr/emul32 \
|
--sysconfdir=/usr/emul32 \
|
||||||
--libdir=lib32 \
|
--libdir=lib32 \
|
||||||
-Dintrospection=disabled \
|
-Dintrospection=disabled \
|
||||||
-D docs=false .."
|
-D docs=false"
|
||||||
|
|
||||||
|
|
||||||
shelltools.system(options)
|
mesontools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
mesontools.build()
|
||||||
shelltools.system("ninja")
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
mesontools.install()
|
||||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
#pisitools.dosed("%s/usr/share/dbus-1/services" % get.installDIR(), "^(Exec=)\/usr/tmp", r"\1/usr/libexec/at-spi2")
|
#pisitools.dosed("%s/usr/share/dbus-1/services" % get.installDIR(), "^(Exec=)\/usr/tmp", r"\1/usr/libexec/at-spi2")
|
||||||
#pisitools.dosed("%s/usr/share/dbus-1/accessibility-services" % get.installDIR(), "^(Exec=)\/usr/tmp", r"\1/usr/libexec/at-spi2")
|
#pisitools.dosed("%s/usr/share/dbus-1/accessibility-services" % get.installDIR(), "^(Exec=)\/usr/tmp", r"\1/usr/libexec/at-spi2")
|
||||||
pisitools.dosed("%s/usr/lib/systemd/user" % get.installDIR(), "^(ExecStart=)\/usr/emul32", r"\1/usr/libexec/at-spi2")
|
# pisitools.dosed("%s/usr/lib/systemd/user" % get.installDIR(), "^(ExecStart=)\/usr/emul32", r"\1/usr/libexec/at-spi2")
|
||||||
pisitools.removeDir("/usr/emul32")
|
pisitools.removeDir("/usr/emul32")
|
||||||
|
pisitools.removeDir("/tmp")
|
||||||
pisitools.dosym("/usr/libexec/at-spi2/at-spi-bus-launcher", "/usr/lib/at-spi2-core/at-spi-bus-launcher")
|
pisitools.dosym("/usr/libexec/at-spi2/at-spi-bus-launcher", "/usr/lib/at-spi2-core/at-spi-bus-launcher")
|
||||||
return
|
return
|
||||||
|
|
||||||
shelltools.cd("..")
|
|
||||||
pisitools.dodoc("NEWS", "README*")
|
pisitools.dodoc("NEWS", "README*")
|
||||||
|
|||||||
@@ -205,6 +205,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="25">
|
||||||
|
<Date>2023-09-11</Date>
|
||||||
|
<Version>2.48.4</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="24">
|
<Update release="24">
|
||||||
<Date>2023-09-03</Date>
|
<Date>2023-09-03</Date>
|
||||||
<Version>2.48.4</Version>
|
<Version>2.48.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user