From c8bd5a2b35d7eda4b2edca697c57f0423c7510e3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 16 Sep 2018 14:41:37 +0300 Subject: [PATCH] libtool:rebuild --- desktop/gnome/base/file-roller/actions.py | 4 ++-- desktop/gnome/base/file-roller/pspec.xml | 2 +- desktop/gnome/base/gconf/actions.py | 2 +- desktop/gnome/base/gconf/pspec.xml | 2 +- desktop/gnome/base/gcr/actions.py | 2 +- desktop/gnome/base/gcr/pspec.xml | 2 +- desktop/gnome/base/gvfs/actions.py | 2 +- desktop/gnome/base/gvfs/pspec.xml | 2 +- desktop/gnome/base/libbonobo/actions.py | 3 ++- desktop/gnome/base/libbonobo/pspec.xml | 2 +- desktop/gnome2/glibmm/actions.py | 2 +- desktop/gnome2/glibmm/pspec.xml | 2 +- desktop/gnome2/orbit2/actions.py | 3 ++- desktop/gnome2/orbit2/pspec.xml | 2 +- desktop/lookandfeel/gtk2-engines-murrine/actions.py | 2 +- desktop/lookandfeel/gtk2-engines-murrine/pspec.xml | 2 +- desktop/toolkit/gtk/atkmm/actions.py | 3 ++- desktop/toolkit/gtk/atkmm/pspec.xml | 2 +- desktop/toolkit/gtk/cairo/actions.py | 2 +- desktop/toolkit/gtk/cairo/pspec.xml | 2 +- desktop/toolkit/gtk/cairomm/actions.py | 3 ++- desktop/toolkit/gtk/cairomm/pspec.xml | 2 +- desktop/toolkit/gtk/libglade/actions.py | 2 +- desktop/toolkit/gtk/libglade/pspec.xml | 2 +- desktop/toolkit/gtk/libwnck2/actions.py | 2 +- desktop/toolkit/gtk/libwnck2/pspec.xml | 2 +- game/misc/ode/actions.py | 2 +- game/misc/ode/pspec.xml | 2 +- hardware/mobile/libplist/actions.py | 2 +- hardware/mobile/libplist/pspec.xml | 2 +- hardware/sound/alsa-lib/actions.py | 2 +- hardware/sound/alsa-lib/pspec.xml | 2 +- multimedia/video/vlc/actions.py | 2 +- multimedia/video/vlc/pspec.xml | 2 +- multimedia/video/xine-lib/actions.py | 2 +- multimedia/video/xine-lib/pspec.xml | 2 +- network/chat/loudmouth/actions.py | 2 +- network/chat/loudmouth/pspec.xml | 2 +- network/connection/NetworkManager/actions.py | 2 +- network/connection/NetworkManager/pspec.xml | 2 +- office/misc/libetonyek/actions.py | 2 +- office/misc/libetonyek/pspec.xml | 2 +- office/misc/librevenge/actions.py | 4 ++-- office/misc/librevenge/pspec.xml | 2 +- office/spellcheck/aspell/actions.py | 2 +- office/spellcheck/aspell/pspec.xml | 2 +- programming/language/python/python-gtk/actions.py | 2 +- programming/language/python/python-gtk/pspec.xml | 2 +- programming/misc/htmlcxx/actions.py | 2 +- programming/misc/htmlcxx/pspec.xml | 2 +- programming/misc/libgsf/actions.py | 2 +- programming/misc/libgsf/pspec.xml | 2 +- programming/misc/libsigc++/actions.py | 2 +- programming/misc/libsigc++/pspec.xml | 2 +- programming/misc/libwpd/actions.py | 2 +- programming/misc/libwpd/pspec.xml | 2 +- programming/misc/libwpg/actions.py | 2 +- programming/misc/libwpg/pspec.xml | 2 +- programming/misc/libwps/actions.py | 2 +- programming/misc/libwps/pspec.xml | 2 +- programming/misc/libxmlpp/actions.py | 2 +- programming/misc/libxmlpp/pspec.xml | 2 +- programming/misc/raptor2/actions.py | 2 +- programming/misc/raptor2/pspec.xml | 2 +- programming/scm/subversion/actions.py | 2 +- programming/scm/subversion/pspec.xml | 2 +- science/electronics/geda/actions.py | 2 +- science/electronics/geda/pspec.xml | 2 +- science/misc/coin/actions.py | 2 +- science/misc/coin/pspec.xml | 2 +- x11/library/libXfont2/actions.py | 2 +- x11/library/libXfont2/pspec.xml | 2 +- x11/library/libxcb/actions.py | 2 +- x11/library/libxcb/pspec.xml | 2 +- x11/misc/argyllcms/actions.py | 4 ++-- x11/misc/argyllcms/pspec.xml | 2 +- x11/wm/openbox/actions.py | 2 +- x11/wm/openbox/pspec.xml | 2 +- 78 files changed, 85 insertions(+), 81 deletions(-) diff --git a/desktop/gnome/base/file-roller/actions.py b/desktop/gnome/base/file-roller/actions.py index 61bf04f70f..194271a0b2 100644 --- a/desktop/gnome/base/file-roller/actions.py +++ b/desktop/gnome/base/file-roller/actions.py @@ -13,7 +13,7 @@ def setup(): --disable-static \ --disable-schemas-compile") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() @@ -23,4 +23,4 @@ def install(): pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") - pisitools.insinto("/usr/share/pixmaps/", "data/icons/48x48/apps/file-roller.png", "file-roller.png") \ No newline at end of file + pisitools.insinto("/usr/share/pixmaps/", "data/icons/48x48/apps/file-roller.png", "file-roller.png") diff --git a/desktop/gnome/base/file-roller/pspec.xml b/desktop/gnome/base/file-roller/pspec.xml index 2c9803d44e..1d2413a6c5 100644 --- a/desktop/gnome/base/file-roller/pspec.xml +++ b/desktop/gnome/base/file-roller/pspec.xml @@ -59,7 +59,7 @@ - 2018-08-30 + 2018-09-16 3.26.2 Rebuild. Mustafa Cinasal diff --git a/desktop/gnome/base/gconf/actions.py b/desktop/gnome/base/gconf/actions.py index 202c24ee51..ec4cfbe900 100755 --- a/desktop/gnome/base/gconf/actions.py +++ b/desktop/gnome/base/gconf/actions.py @@ -25,7 +25,7 @@ def setup(): ") #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make("pkglibdir=/usr/lib/GConf") diff --git a/desktop/gnome/base/gconf/pspec.xml b/desktop/gnome/base/gconf/pspec.xml index 2a2cb8887a..2f67d389a6 100755 --- a/desktop/gnome/base/gconf/pspec.xml +++ b/desktop/gnome/base/gconf/pspec.xml @@ -100,7 +100,7 @@ - 2018-08-07 + 2018-09-16 3.2.6 Rebuild New T. Mustafa Cinasal diff --git a/desktop/gnome/base/gcr/actions.py b/desktop/gnome/base/gcr/actions.py index bc4289862b..7212034814 100644 --- a/desktop/gnome/base/gcr/actions.py +++ b/desktop/gnome/base/gcr/actions.py @@ -14,7 +14,7 @@ def setup(): autotools.configure("--prefix=/usr \ --sysconfdir=/etc") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/gnome/base/gcr/pspec.xml b/desktop/gnome/base/gcr/pspec.xml index 40ad053904..8ea4ab969e 100644 --- a/desktop/gnome/base/gcr/pspec.xml +++ b/desktop/gnome/base/gcr/pspec.xml @@ -93,7 +93,7 @@ - 2018-08-03 + 2018-09-16 3.28.0 Rebuild Mustafa Cinasal diff --git a/desktop/gnome/base/gvfs/actions.py b/desktop/gnome/base/gvfs/actions.py index 5703c57eef..75cde1a3fe 100644 --- a/desktop/gnome/base/gvfs/actions.py +++ b/desktop/gnome/base/gvfs/actions.py @@ -26,7 +26,7 @@ def setup(): --enable-udisks2 \ ") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/gnome/base/gvfs/pspec.xml b/desktop/gnome/base/gvfs/pspec.xml index 74a20f5e8b..ec9fd6df6f 100644 --- a/desktop/gnome/base/gvfs/pspec.xml +++ b/desktop/gnome/base/gvfs/pspec.xml @@ -297,7 +297,7 @@ - 2018-08-30 + 2018-09-16 1.34.2 Version Bump Mustafa Cinasal diff --git a/desktop/gnome/base/libbonobo/actions.py b/desktop/gnome/base/libbonobo/actions.py index 99e1888bfd..cc815e6359 100644 --- a/desktop/gnome/base/libbonobo/actions.py +++ b/desktop/gnome/base/libbonobo/actions.py @@ -14,7 +14,8 @@ def setup(): autotools.autoreconf("-fiv") autotools.configure("--disable-static \ --enable-bonobo-activation-debug=no") - pisitools.dosed("libtool"," -shared "," -Wl,--as-needed -shared ") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/gnome/base/libbonobo/pspec.xml b/desktop/gnome/base/libbonobo/pspec.xml index 82a8c0bb44..48a43ade16 100644 --- a/desktop/gnome/base/libbonobo/pspec.xml +++ b/desktop/gnome/base/libbonobo/pspec.xml @@ -78,7 +78,7 @@ - 2018-08-30 + 2018-09-16 2.32.1 Release Bump Pisi Linux Community diff --git a/desktop/gnome2/glibmm/actions.py b/desktop/gnome2/glibmm/actions.py index eb4364dc46..3d70b70329 100644 --- a/desktop/gnome2/glibmm/actions.py +++ b/desktop/gnome2/glibmm/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import pisitools def setup(): autotools.configure("--disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/gnome2/glibmm/pspec.xml b/desktop/gnome2/glibmm/pspec.xml index 5ac133163f..444ac6d59f 100644 --- a/desktop/gnome2/glibmm/pspec.xml +++ b/desktop/gnome2/glibmm/pspec.xml @@ -54,7 +54,7 @@ - 2018-08-02 + 2018-09-16 2.54.1 Rebuild. Pisi Linux Community diff --git a/desktop/gnome2/orbit2/actions.py b/desktop/gnome2/orbit2/actions.py index e2333e0cee..1d512c9165 100644 --- a/desktop/gnome2/orbit2/actions.py +++ b/desktop/gnome2/orbit2/actions.py @@ -12,7 +12,8 @@ WorkDir = "ORBit2-%s" % get.srcVERSION() def setup(): autotools.configure("--disable-static") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make("-j1") diff --git a/desktop/gnome2/orbit2/pspec.xml b/desktop/gnome2/orbit2/pspec.xml index 379c7906b4..282caf2428 100644 --- a/desktop/gnome2/orbit2/pspec.xml +++ b/desktop/gnome2/orbit2/pspec.xml @@ -68,7 +68,7 @@ - 2018-08-30 + 2018-09-16 2.14.19 Rebuild New T. Mustafa Cinasal diff --git a/desktop/lookandfeel/gtk2-engines-murrine/actions.py b/desktop/lookandfeel/gtk2-engines-murrine/actions.py index 1d775dd948..c840e543bf 100644 --- a/desktop/lookandfeel/gtk2-engines-murrine/actions.py +++ b/desktop/lookandfeel/gtk2-engines-murrine/actions.py @@ -14,7 +14,7 @@ def setup(): autotools.configure("--disable-static \ --enable-animation") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/lookandfeel/gtk2-engines-murrine/pspec.xml b/desktop/lookandfeel/gtk2-engines-murrine/pspec.xml index 8e2714ad5e..ec84aa4b46 100644 --- a/desktop/lookandfeel/gtk2-engines-murrine/pspec.xml +++ b/desktop/lookandfeel/gtk2-engines-murrine/pspec.xml @@ -44,7 +44,7 @@ - 2018-08-31 + 2018-09-16 0.98.2 Rebuild New T. Mustafa Cinasal diff --git a/desktop/toolkit/gtk/atkmm/actions.py b/desktop/toolkit/gtk/atkmm/actions.py index b369e49b17..091388819d 100644 --- a/desktop/toolkit/gtk/atkmm/actions.py +++ b/desktop/toolkit/gtk/atkmm/actions.py @@ -10,7 +10,8 @@ from pisi.actionsapi import get def setup(): autotools.configure("--disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/toolkit/gtk/atkmm/pspec.xml b/desktop/toolkit/gtk/atkmm/pspec.xml index 437f9530fb..ab62c690b5 100644 --- a/desktop/toolkit/gtk/atkmm/pspec.xml +++ b/desktop/toolkit/gtk/atkmm/pspec.xml @@ -59,7 +59,7 @@ - 2018-09-10 + 2018-09-16 2.24.2 Rebuild Pisi Linux Community diff --git a/desktop/toolkit/gtk/cairo/actions.py b/desktop/toolkit/gtk/cairo/actions.py index bfe06ce51c..13e4e56bc5 100644 --- a/desktop/toolkit/gtk/cairo/actions.py +++ b/desktop/toolkit/gtk/cairo/actions.py @@ -27,7 +27,7 @@ def setup(): pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/toolkit/gtk/cairo/pspec.xml b/desktop/toolkit/gtk/cairo/pspec.xml index b5356b42ff..af13b77d5f 100644 --- a/desktop/toolkit/gtk/cairo/pspec.xml +++ b/desktop/toolkit/gtk/cairo/pspec.xml @@ -138,7 +138,7 @@ - 2018-07-30 + 2018-09-16 1.15.12 Rebuild. Mustafa Cinasal diff --git a/desktop/toolkit/gtk/cairomm/actions.py b/desktop/toolkit/gtk/cairomm/actions.py index 949108e524..51e136c24b 100644 --- a/desktop/toolkit/gtk/cairomm/actions.py +++ b/desktop/toolkit/gtk/cairomm/actions.py @@ -10,7 +10,8 @@ from pisi.actionsapi import get def setup(): autotools.configure("--disable-static") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make("-j1") diff --git a/desktop/toolkit/gtk/cairomm/pspec.xml b/desktop/toolkit/gtk/cairomm/pspec.xml index fa2a596741..8e52dc1b73 100644 --- a/desktop/toolkit/gtk/cairomm/pspec.xml +++ b/desktop/toolkit/gtk/cairomm/pspec.xml @@ -60,7 +60,7 @@ - 2018-09-10 + 2018-09-16 1.12.2 Rebuild Pisi Linux Community diff --git a/desktop/toolkit/gtk/libglade/actions.py b/desktop/toolkit/gtk/libglade/actions.py index 5ce6913cb3..2e2a268a8f 100644 --- a/desktop/toolkit/gtk/libglade/actions.py +++ b/desktop/toolkit/gtk/libglade/actions.py @@ -11,7 +11,7 @@ def setup(): autotools.autoreconf("-vif") autotools.configure() - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/toolkit/gtk/libglade/pspec.xml b/desktop/toolkit/gtk/libglade/pspec.xml index 966b3275f9..e7e5162276 100644 --- a/desktop/toolkit/gtk/libglade/pspec.xml +++ b/desktop/toolkit/gtk/libglade/pspec.xml @@ -78,7 +78,7 @@ - 2018-08-14 + 2018-09-16 2.6.4 Rebuild New T. Mustafa Cinasal diff --git a/desktop/toolkit/gtk/libwnck2/actions.py b/desktop/toolkit/gtk/libwnck2/actions.py index e61bff7f9b..e30f57d90e 100644 --- a/desktop/toolkit/gtk/libwnck2/actions.py +++ b/desktop/toolkit/gtk/libwnck2/actions.py @@ -12,7 +12,7 @@ def setup(): #autotools.autoreconf("-vif") autotools.configure("--disable-static --enable-introspection") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/toolkit/gtk/libwnck2/pspec.xml b/desktop/toolkit/gtk/libwnck2/pspec.xml index b80724e1d3..61e901b126 100644 --- a/desktop/toolkit/gtk/libwnck2/pspec.xml +++ b/desktop/toolkit/gtk/libwnck2/pspec.xml @@ -74,7 +74,7 @@ - 2018-09-09 + 2018-09-16 2.31.0 Rebuild with new toolchain Pisi Linux Community diff --git a/game/misc/ode/actions.py b/game/misc/ode/actions.py index 53e8b3ad0e..20a0535798 100644 --- a/game/misc/ode/actions.py +++ b/game/misc/ode/actions.py @@ -18,7 +18,7 @@ def setup(): --enable-double-precision") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/game/misc/ode/pspec.xml b/game/misc/ode/pspec.xml index c4dadc6d8f..7bc2e51f0d 100644 --- a/game/misc/ode/pspec.xml +++ b/game/misc/ode/pspec.xml @@ -47,7 +47,7 @@ - 2018-09-14 + 2018-09-16 0.15.2 Rebuild New T. Mustafa Cinasal diff --git a/hardware/mobile/libplist/actions.py b/hardware/mobile/libplist/actions.py index 526e3fc828..948b81d074 100644 --- a/hardware/mobile/libplist/actions.py +++ b/hardware/mobile/libplist/actions.py @@ -18,7 +18,7 @@ def setup(): --disable-silent-rules \ ") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make("-j1") diff --git a/hardware/mobile/libplist/pspec.xml b/hardware/mobile/libplist/pspec.xml index 2c31c08e99..0c89522ff5 100644 --- a/hardware/mobile/libplist/pspec.xml +++ b/hardware/mobile/libplist/pspec.xml @@ -52,7 +52,7 @@ - 2018-08-10 + 2018-09-16 2.0.0 Rebuild New T. Mustafa Cinasal diff --git a/hardware/sound/alsa-lib/actions.py b/hardware/sound/alsa-lib/actions.py index f960849d80..bd1287f0fb 100644 --- a/hardware/sound/alsa-lib/actions.py +++ b/hardware/sound/alsa-lib/actions.py @@ -19,7 +19,7 @@ def setup(): autotools.autoreconf("-fi") autotools.configure(options) - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") # rpath fix pisitools.dosed("libtool", "^hardcode_libdir_flag_spec=.*", "hardcode_libdir_flag_spec=\"\"") diff --git a/hardware/sound/alsa-lib/pspec.xml b/hardware/sound/alsa-lib/pspec.xml index 22ab5055c9..d312f48714 100644 --- a/hardware/sound/alsa-lib/pspec.xml +++ b/hardware/sound/alsa-lib/pspec.xml @@ -66,7 +66,7 @@ - 2018-07-31 + 2018-09-16 1.1.5 Rebuild. Pisi Linux Community diff --git a/multimedia/video/vlc/actions.py b/multimedia/video/vlc/actions.py index ca60aeecfd..97b63a9a1d 100644 --- a/multimedia/video/vlc/actions.py +++ b/multimedia/video/vlc/actions.py @@ -117,7 +117,7 @@ def setup(): #shelltools.export("CFLAGS", "%s -fPIC -O2 -Wall -Wextra -DLUA_COMPAT_5_1" % get.CFLAGS()) # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/multimedia/video/vlc/pspec.xml b/multimedia/video/vlc/pspec.xml index 776a4df334..23d1b1434c 100644 --- a/multimedia/video/vlc/pspec.xml +++ b/multimedia/video/vlc/pspec.xml @@ -309,7 +309,7 @@ - 2018-08-07 + 2018-09-16 3.0.3 Version Bump. Mustafa Cinasal diff --git a/multimedia/video/xine-lib/actions.py b/multimedia/video/xine-lib/actions.py index 578ac17527..b8fd61f5ac 100644 --- a/multimedia/video/xine-lib/actions.py +++ b/multimedia/video/xine-lib/actions.py @@ -65,7 +65,7 @@ def setup(): #--with-wavpack \ #--with-internal-vcdlibs \ - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/multimedia/video/xine-lib/pspec.xml b/multimedia/video/xine-lib/pspec.xml index 803c885854..901148bade 100644 --- a/multimedia/video/xine-lib/pspec.xml +++ b/multimedia/video/xine-lib/pspec.xml @@ -137,7 +137,7 @@ - 2018-08-05 + 2018-09-16 1.2.9 Rebuild ffmpeg. Pisi Linux Community diff --git a/network/chat/loudmouth/actions.py b/network/chat/loudmouth/actions.py index 6c3f2bd0a1..902ef8ab56 100644 --- a/network/chat/loudmouth/actions.py +++ b/network/chat/loudmouth/actions.py @@ -11,7 +11,7 @@ def setup(): autotools.configure("--disable-static \ --prefix=/usr") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/network/chat/loudmouth/pspec.xml b/network/chat/loudmouth/pspec.xml index f9409900b9..3bf7c8067f 100644 --- a/network/chat/loudmouth/pspec.xml +++ b/network/chat/loudmouth/pspec.xml @@ -50,7 +50,7 @@ - 2018-08-19 + 2018-09-16 1.5.3 First release Alihan Öztürk diff --git a/network/connection/NetworkManager/actions.py b/network/connection/NetworkManager/actions.py index 57c6f659f5..b01909e744 100644 --- a/network/connection/NetworkManager/actions.py +++ b/network/connection/NetworkManager/actions.py @@ -52,7 +52,7 @@ def setup(): --libexecdir=/usr/lib/NetworkManager \ ") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/network/connection/NetworkManager/pspec.xml b/network/connection/NetworkManager/pspec.xml index 3992bf814f..1f46ba2c40 100644 --- a/network/connection/NetworkManager/pspec.xml +++ b/network/connection/NetworkManager/pspec.xml @@ -136,7 +136,7 @@ - 2018-08-13 + 2018-09-16 1.10.10 Version Bump diff --git a/office/misc/libetonyek/actions.py b/office/misc/libetonyek/actions.py index 763b404c57..19b5fc71e8 100644 --- a/office/misc/libetonyek/actions.py +++ b/office/misc/libetonyek/actions.py @@ -16,7 +16,7 @@ def setup(): --without-docs \ --enable-static=no ") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/office/misc/libetonyek/pspec.xml b/office/misc/libetonyek/pspec.xml index 1343718555..8d2f411f78 100644 --- a/office/misc/libetonyek/pspec.xml +++ b/office/misc/libetonyek/pspec.xml @@ -65,7 +65,7 @@ - 2018-08-09 + 2018-09-16 0.1.8 Rebuild. Pisi Linux Community diff --git a/office/misc/librevenge/actions.py b/office/misc/librevenge/actions.py index c1cbda9800..3f7e535887 100644 --- a/office/misc/librevenge/actions.py +++ b/office/misc/librevenge/actions.py @@ -13,7 +13,7 @@ def setup(): --disable-static \ --disable-werror") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() @@ -24,4 +24,4 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README") \ No newline at end of file + pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README") diff --git a/office/misc/librevenge/pspec.xml b/office/misc/librevenge/pspec.xml index 01e554ae35..f67f253a7b 100644 --- a/office/misc/librevenge/pspec.xml +++ b/office/misc/librevenge/pspec.xml @@ -48,7 +48,7 @@ - 2018-08-09 + 2018-09-16 0.0.4 Rebuild. Pisi Linux Community diff --git a/office/spellcheck/aspell/actions.py b/office/spellcheck/aspell/actions.py index 8956542b4f..e5de9013c2 100644 --- a/office/spellcheck/aspell/actions.py +++ b/office/spellcheck/aspell/actions.py @@ -18,7 +18,7 @@ def setup(): --sysconfdir=/etc/aspell \ --enable-docdir=/usr/share/doc/%s" % get.srcNAME()) - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/office/spellcheck/aspell/pspec.xml b/office/spellcheck/aspell/pspec.xml index 5975aeef18..34392a8e3a 100644 --- a/office/spellcheck/aspell/pspec.xml +++ b/office/spellcheck/aspell/pspec.xml @@ -52,7 +52,7 @@ - 2018-08-06 + 2018-09-16 0.60.6.1 Rebuild for new toolchain. Pisi Linux Community diff --git a/programming/language/python/python-gtk/actions.py b/programming/language/python/python-gtk/actions.py index 17b41a889c..2539e35b73 100644 --- a/programming/language/python/python-gtk/actions.py +++ b/programming/language/python/python-gtk/actions.py @@ -22,7 +22,7 @@ def setup(): shelltools.touch("%s/style.css" % get.curDIR()) pisitools.dosed("docs/Makefile", "CSS_FILES = .*", "CSS_FILES = %s/style.css" % get.curDIR()) - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/language/python/python-gtk/pspec.xml b/programming/language/python/python-gtk/pspec.xml index a840bccd02..c33e523b56 100644 --- a/programming/language/python/python-gtk/pspec.xml +++ b/programming/language/python/python-gtk/pspec.xml @@ -92,7 +92,7 @@ - 2018-08-14 + 2018-09-16 2.24.0 Rebuild New T. Mustafa Cinasal diff --git a/programming/misc/htmlcxx/actions.py b/programming/misc/htmlcxx/actions.py index 355ec5f943..0364df21f2 100644 --- a/programming/misc/htmlcxx/actions.py +++ b/programming/misc/htmlcxx/actions.py @@ -13,7 +13,7 @@ def setup(): autotools.autoreconf("-fiv") autotools.configure("--prefix=/usr") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/misc/htmlcxx/pspec.xml b/programming/misc/htmlcxx/pspec.xml index 83580a8848..cf321af0ce 100644 --- a/programming/misc/htmlcxx/pspec.xml +++ b/programming/misc/htmlcxx/pspec.xml @@ -51,7 +51,7 @@ - 2018-09-09 + 2018-09-16 0.86 Rebuild with new toolchain Mustafa Cinasal diff --git a/programming/misc/libgsf/actions.py b/programming/misc/libgsf/actions.py index a7de56c263..39ccfa57c3 100644 --- a/programming/misc/libgsf/actions.py +++ b/programming/misc/libgsf/actions.py @@ -13,7 +13,7 @@ def setup(): --enable-introspection \ --with-pic") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/misc/libgsf/pspec.xml b/programming/misc/libgsf/pspec.xml index 798009c990..0a1758808b 100644 --- a/programming/misc/libgsf/pspec.xml +++ b/programming/misc/libgsf/pspec.xml @@ -100,7 +100,7 @@ - 2018-09-09 + 2018-09-16 1.14.44 Version Bump. Mustafa Cinasal diff --git a/programming/misc/libsigc++/actions.py b/programming/misc/libsigc++/actions.py index 1d971ec4b4..5340b26f79 100644 --- a/programming/misc/libsigc++/actions.py +++ b/programming/misc/libsigc++/actions.py @@ -14,7 +14,7 @@ def setup(): autotools.configure("--disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/misc/libsigc++/pspec.xml b/programming/misc/libsigc++/pspec.xml index 48063c19af..9418aeebf4 100644 --- a/programming/misc/libsigc++/pspec.xml +++ b/programming/misc/libsigc++/pspec.xml @@ -49,7 +49,7 @@ - 2018-08-03 + 2018-09-16 2.10.0 Version Bump. Pisi Linux Community diff --git a/programming/misc/libwpd/actions.py b/programming/misc/libwpd/actions.py index 8e81cfef82..9ed0e1f1d3 100644 --- a/programming/misc/libwpd/actions.py +++ b/programming/misc/libwpd/actions.py @@ -17,7 +17,7 @@ def setup(): autotools.configure("--disable-static") # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/misc/libwpd/pspec.xml b/programming/misc/libwpd/pspec.xml index e810f25b16..ec61e5cc6c 100644 --- a/programming/misc/libwpd/pspec.xml +++ b/programming/misc/libwpd/pspec.xml @@ -59,7 +59,7 @@ - 2018-09-02 + 2018-09-16 0.10.2 Release Bump Pisi Linux Community diff --git a/programming/misc/libwpg/actions.py b/programming/misc/libwpg/actions.py index 9def7a1457..faa26d7a9c 100644 --- a/programming/misc/libwpg/actions.py +++ b/programming/misc/libwpg/actions.py @@ -15,7 +15,7 @@ def setup(): autotools.configure("--disable-static") # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/misc/libwpg/pspec.xml b/programming/misc/libwpg/pspec.xml index da898f3a77..e06d5c008a 100644 --- a/programming/misc/libwpg/pspec.xml +++ b/programming/misc/libwpg/pspec.xml @@ -60,7 +60,7 @@ - 2018-09-02 + 2018-09-16 0.3.2 Release Bump Pisi Linux Community diff --git a/programming/misc/libwps/actions.py b/programming/misc/libwps/actions.py index ba250cefae..3d6553e6fe 100644 --- a/programming/misc/libwps/actions.py +++ b/programming/misc/libwps/actions.py @@ -18,7 +18,7 @@ def setup(): --disable-werror") # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/misc/libwps/pspec.xml b/programming/misc/libwps/pspec.xml index c739f992c7..62dce34fdf 100644 --- a/programming/misc/libwps/pspec.xml +++ b/programming/misc/libwps/pspec.xml @@ -49,7 +49,7 @@ - 2018-09-02 + 2018-09-16 0.4.10 First release PisiLinux Community diff --git a/programming/misc/libxmlpp/actions.py b/programming/misc/libxmlpp/actions.py index 04d0ceab5e..0e24102490 100644 --- a/programming/misc/libxmlpp/actions.py +++ b/programming/misc/libxmlpp/actions.py @@ -16,7 +16,7 @@ def setup(): --enable-dependency-tracking") # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/misc/libxmlpp/pspec.xml b/programming/misc/libxmlpp/pspec.xml index 669610e88a..b570d25046 100644 --- a/programming/misc/libxmlpp/pspec.xml +++ b/programming/misc/libxmlpp/pspec.xml @@ -60,7 +60,7 @@ - 2018-08-03 + 2018-09-16 3.0.1 Version Bump Pisi Linux Community diff --git a/programming/misc/raptor2/actions.py b/programming/misc/raptor2/actions.py index 7d6155dd60..9194ffac03 100644 --- a/programming/misc/raptor2/actions.py +++ b/programming/misc/raptor2/actions.py @@ -19,7 +19,7 @@ def setup(): --disable-static" % docdir) # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/programming/misc/raptor2/pspec.xml b/programming/misc/raptor2/pspec.xml index c83e32a0dd..66f4cc3b7f 100644 --- a/programming/misc/raptor2/pspec.xml +++ b/programming/misc/raptor2/pspec.xml @@ -69,7 +69,7 @@ - 2018-09-02 + 2018-09-16 2.0.15 First Release Ayhan Yalçınsoy diff --git a/programming/scm/subversion/actions.py b/programming/scm/subversion/actions.py index f2d2a903fb..8619cbf92b 100644 --- a/programming/scm/subversion/actions.py +++ b/programming/scm/subversion/actions.py @@ -32,7 +32,7 @@ def setup(): --without-berkeley-db \ --disable-mod-activation") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): # svn diff --git a/programming/scm/subversion/pspec.xml b/programming/scm/subversion/pspec.xml index 2d43d32c0a..c5f4bc3509 100644 --- a/programming/scm/subversion/pspec.xml +++ b/programming/scm/subversion/pspec.xml @@ -128,7 +128,7 @@ - 2018-09-09 + 2018-09-16 1.10.2 Version bump. Mustafa Cinasal diff --git a/science/electronics/geda/actions.py b/science/electronics/geda/actions.py index 25a7789c22..7547fc3df1 100644 --- a/science/electronics/geda/actions.py +++ b/science/electronics/geda/actions.py @@ -17,7 +17,7 @@ def setup(): --localedir=/usr/share/locale \ --disable-update-xdg-database") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/science/electronics/geda/pspec.xml b/science/electronics/geda/pspec.xml index 65265207ce..f29e4e67c8 100644 --- a/science/electronics/geda/pspec.xml +++ b/science/electronics/geda/pspec.xml @@ -73,7 +73,7 @@ - 2018-09-09 + 2018-09-16 1.8.2 First release PisiLinux Community diff --git a/science/misc/coin/actions.py b/science/misc/coin/actions.py index 01d571407f..f2928c2b27 100644 --- a/science/misc/coin/actions.py +++ b/science/misc/coin/actions.py @@ -24,7 +24,7 @@ def setup(): --disable-dependency-tracking \ --enable-system-expat") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/science/misc/coin/pspec.xml b/science/misc/coin/pspec.xml index 3f2a815fff..751c1967ac 100644 --- a/science/misc/coin/pspec.xml +++ b/science/misc/coin/pspec.xml @@ -69,7 +69,7 @@ - 2018-09-07 + 2018-09-16 3.1.3 Rebuild with new toolchain Pisi Linux Community diff --git a/x11/library/libXfont2/actions.py b/x11/library/libXfont2/actions.py index 7f760c4488..f5a7eb072c 100644 --- a/x11/library/libXfont2/actions.py +++ b/x11/library/libXfont2/actions.py @@ -12,7 +12,7 @@ def setup(): autotools.configure("--disable-static \ --disable-devel-docs") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/x11/library/libXfont2/pspec.xml b/x11/library/libXfont2/pspec.xml index 1d6081a263..47ff93b3c7 100644 --- a/x11/library/libXfont2/pspec.xml +++ b/x11/library/libXfont2/pspec.xml @@ -53,7 +53,7 @@ - 2018-07-25 + 2018-09-16 2.0.3 Rebuild. PisiLinux Community diff --git a/x11/library/libxcb/actions.py b/x11/library/libxcb/actions.py index 365fe08bd3..f91408bff6 100644 --- a/x11/library/libxcb/actions.py +++ b/x11/library/libxcb/actions.py @@ -19,7 +19,7 @@ def setup(): --without-launchd \ --without-doxygen") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make("-j1") diff --git a/x11/library/libxcb/pspec.xml b/x11/library/libxcb/pspec.xml index d20b004977..b72cd8c5e6 100644 --- a/x11/library/libxcb/pspec.xml +++ b/x11/library/libxcb/pspec.xml @@ -81,7 +81,7 @@ - 2018-07-23 + 2018-09-16 1.12 Rebuild. PisiLinux Community diff --git a/x11/misc/argyllcms/actions.py b/x11/misc/argyllcms/actions.py index 512ef2f5ee..17c2671623 100644 --- a/x11/misc/argyllcms/actions.py +++ b/x11/misc/argyllcms/actions.py @@ -14,7 +14,7 @@ def setup(): autotools.configure("--disable-static") # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() @@ -22,4 +22,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README") \ No newline at end of file + pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README") diff --git a/x11/misc/argyllcms/pspec.xml b/x11/misc/argyllcms/pspec.xml index 415641e47f..2477cf8ba7 100755 --- a/x11/misc/argyllcms/pspec.xml +++ b/x11/misc/argyllcms/pspec.xml @@ -48,7 +48,7 @@ - 2018-07-29 + 2018-09-16 1.9.2 Rebuild. Mustafa Cinasal diff --git a/x11/wm/openbox/actions.py b/x11/wm/openbox/actions.py index 9563e6c0d0..73e793e9fd 100644 --- a/x11/wm/openbox/actions.py +++ b/x11/wm/openbox/actions.py @@ -24,7 +24,7 @@ def setup(): pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/x11/wm/openbox/pspec.xml b/x11/wm/openbox/pspec.xml index dc6880d8a7..dc7de67dd5 100644 --- a/x11/wm/openbox/pspec.xml +++ b/x11/wm/openbox/pspec.xml @@ -102,7 +102,7 @@ - 2018-07-31 + 2018-09-16 3.6.1 Rebuild New T. Mustafa Cinasal