From eac2f0b511b804c07471d54e3e2d86b440021f0c Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 8 Feb 2020 19:43:16 +0300 Subject: [PATCH] gtksourceview:ver. bump --- desktop/toolkit/gtk/gtkspell3/pspec.xml | 7 +++++++ desktop/toolkit/gtk/libglade/pspec.xml | 7 +++++++ desktop/toolkit/gtk/libwnck2/actions.py | 18 ++++++++---------- desktop/toolkit/gtk/libwnck2/pspec.xml | 18 +++++++++++++----- 4 files changed, 35 insertions(+), 15 deletions(-) diff --git a/desktop/toolkit/gtk/gtkspell3/pspec.xml b/desktop/toolkit/gtk/gtkspell3/pspec.xml index 9d503a4f05..22e7c6890d 100644 --- a/desktop/toolkit/gtk/gtkspell3/pspec.xml +++ b/desktop/toolkit/gtk/gtkspell3/pspec.xml @@ -107,6 +107,13 @@ + + 2020-02-08 + 3.0.10 + Rebuild. + PisiLinux Community + admins@pisilinux.org + 2019-04-06 3.0.10 diff --git a/desktop/toolkit/gtk/libglade/pspec.xml b/desktop/toolkit/gtk/libglade/pspec.xml index e7e5162276..5f7e162bf5 100644 --- a/desktop/toolkit/gtk/libglade/pspec.xml +++ b/desktop/toolkit/gtk/libglade/pspec.xml @@ -77,6 +77,13 @@ + + 2020-02-08 + 2.6.4 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-16 2.6.4 diff --git a/desktop/toolkit/gtk/libwnck2/actions.py b/desktop/toolkit/gtk/libwnck2/actions.py index e30f57d90e..12e7a11ccc 100644 --- a/desktop/toolkit/gtk/libwnck2/actions.py +++ b/desktop/toolkit/gtk/libwnck2/actions.py @@ -1,29 +1,27 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import mesontools from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - #autotools.autoreconf("-vif") - autotools.configure("--disable-static --enable-introspection") - - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + mesontools.configure("-Dbuildtype=release") def build(): - autotools.make() + mesontools.build() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - + mesontools.install() + pisitools.remove("/usr/bin/wnck-urgency-monitor") pisitools.remove("/usr/bin/wnckprop") - pisitools.removeDir("/usr/share/gtk-doc") + #pisitools.removeDir("/usr/share/gtk-doc") pisitools.removeDir("/usr/bin") pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "MAINTAINERS") diff --git a/desktop/toolkit/gtk/libwnck2/pspec.xml b/desktop/toolkit/gtk/libwnck2/pspec.xml index 3ba7aef7a7..b87e44f38a 100644 --- a/desktop/toolkit/gtk/libwnck2/pspec.xml +++ b/desktop/toolkit/gtk/libwnck2/pspec.xml @@ -1,4 +1,3 @@ - @@ -14,17 +13,18 @@ app:console A window navigation construction kit libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. It allows applications to monitor information about open windows, workspaces, their names/icons, and so forth. - https://download.gnome.org/sources/libwnck/2.31/libwnck-2.31.0.tar.xz + http://ftp.gnome.org/pub/gnome/sources/libwnck/3.32/libwnck-3.32.0.tar.xz startup-notification-devel gobject-introspection-devel libXres-devel pango-devel - gtk2-devel + gtk3-devel glib2-devel intltool libXt-devel gettext + meson libwnck-2.18.0-above.patch @@ -36,11 +36,12 @@ startup-notification gdk-pixbuf + libXrender libXres pango libX11 cairo - gtk2 + gtk3 atk glib2 @@ -58,7 +59,7 @@ Development files for libwnck2 libwnck2 - gtk2-devel + gtk3-devel cairo-devel pango-devel libXres-devel @@ -73,6 +74,13 @@ + + 2020-02-08 + 2.32.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-24 2.31.0