x11-* ver. bump
This commit is contained in:
@@ -18,10 +18,15 @@ def setup():
|
||||
#pisitools.dosed("configure.ac", "\/var(\/run\/ConsoleKit)", "\\1")
|
||||
#pisitools.dosed("configure.ac", "^initscript", deleteLine=True)
|
||||
|
||||
shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
|
||||
#shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
|
||||
|
||||
#pisitools.dosed("src/core/nm-hostname-manager.c", "/etc/hostname", "/etc/env.d/01hostname")
|
||||
pisitools.cxxflags.add("-O2 -fPIC")
|
||||
|
||||
mesontools.configure("-Dmodify_system=true \
|
||||
-Difupdown=false \
|
||||
-Dconfig_plugins_default=keyfile \
|
||||
-Dhostname_persist=default \
|
||||
-Dqt=false \
|
||||
-Dselinux=false \
|
||||
-Debpf=true \
|
||||
@@ -40,8 +45,8 @@ def setup():
|
||||
-Dpppd_plugin_dir=/usr/lib/pppd/2.4.9 \
|
||||
-Ddbus_conf_dir=/usr/share/dbus-1/system.d \
|
||||
-Ddhclient=enabled \
|
||||
-D config_dns_rc_manager_default=symlink \
|
||||
-Dudev_dir=/lib/udev \
|
||||
-Dresolvconf=/etc/resolv.default.conf \
|
||||
-Diptables=/sbin/iptables \
|
||||
-Ddnsmasq=/usr/sbin/dnsmasq \
|
||||
-Dsystemdsystemunitdir=no \
|
||||
@@ -61,4 +66,6 @@ def install():
|
||||
|
||||
pisitools.dodir("/etc/NetworkManager/VPN")
|
||||
|
||||
#pisitools.dosym("/etc/env.d/01hostname", "/etc/hostname")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "CONTRIBUTING*", "COPYING", "NEWS", "README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Network connection manager powered by D-Bus and UDEV</Summary>
|
||||
<Description>NetworkManager attempts to keep an active network connection available at all times.</Description>
|
||||
<Archive sha1sum="1359a60d7996dab352b2fe12e64e021c35b7b4f3" type="tarxz">https://download.gnome.org/sources/NetworkManager/1.39/NetworkManager-1.39.12.tar.xz</Archive>
|
||||
<Archive sha1sum="6857b51b82c7779c9c29b24dc17eda48f95a46d9" type="tarxz">https://download.gnome.org/sources/NetworkManager/1.40/NetworkManager-1.40.2.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile target="po/tr.po">tr.po</AdditionalFile> -->
|
||||
</AdditionalFiles>
|
||||
@@ -160,6 +160,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="28">
|
||||
<Date>2022-10-18</Date>
|
||||
<Version>1.40.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="27">
|
||||
<Date>2022-07-29</Date>
|
||||
<Version>1.39.12</Version>
|
||||
|
||||
Reference in New Issue
Block a user