From f3e58cc59131160ddf26d48724a1e5ed79a80137 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 1 Aug 2019 15:52:06 +0300 Subject: [PATCH] gnome base --- desktop/gnome/base/accountsservice/pspec.xml | 2 +- desktop/gnome/base/dconf-editor/pspec.xml | 2 +- desktop/gnome/base/file-roller/actions.py | 52 +++++++++---------- desktop/gnome/base/file-roller/pspec.xml | 10 +++- desktop/gnome/base/gcr/pspec.xml | 4 +- desktop/gnome/base/gnome-common/pspec.xml | 4 +- .../base/gsettings-desktop-schemas/actions.py | 49 +++++++++-------- .../base/gsettings-desktop-schemas/pspec.xml | 5 +- desktop/gnome/base/gvfs/pspec.xml | 4 +- desktop/gnome/base/libcroco/pspec.xml | 2 +- .../gnome/base/libgnome-keyring/actions.py | 3 ++ desktop/gnome/base/libgnome-keyring/pspec.xml | 5 +- desktop/gnome/base/libsecret/pspec.xml | 2 +- desktop/gnome/base/libwacom/pspec.xml | 2 +- desktop/gnome/base/zenity/pspec.xml | 2 +- 15 files changed, 82 insertions(+), 66 deletions(-) diff --git a/desktop/gnome/base/accountsservice/pspec.xml b/desktop/gnome/base/accountsservice/pspec.xml index 4d098c428d..6919d300dd 100644 --- a/desktop/gnome/base/accountsservice/pspec.xml +++ b/desktop/gnome/base/accountsservice/pspec.xml @@ -69,7 +69,7 @@ 2019-07-13 - 0.6.50 + 0.6.55 Version Bump. Erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/dconf-editor/pspec.xml b/desktop/gnome/base/dconf-editor/pspec.xml index 86a4cdc74b..d161c3a441 100644 --- a/desktop/gnome/base/dconf-editor/pspec.xml +++ b/desktop/gnome/base/dconf-editor/pspec.xml @@ -53,7 +53,7 @@ 2019-07-13 3.32.0 - Version Bump. + Version Bump erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/file-roller/actions.py b/desktop/gnome/base/file-roller/actions.py index 194271a0b2..f4154582fd 100644 --- a/desktop/gnome/base/file-roller/actions.py +++ b/desktop/gnome/base/file-roller/actions.py @@ -1,26 +1,26 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 2. -# See the file http://www.gnu.org/copyleft/gpl.txt. - -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -def setup(): - autotools.configure("--prefix=/usr \ - --disable-static \ - --disable-schemas-compile") - - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") - - pisitools.insinto("/usr/share/pixmaps/", "data/icons/48x48/apps/file-roller.png", "file-roller.png") +#!/usr/bin/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 pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.makedirs("build") + shelltools.cd("build") + shelltools.system("meson .. --prefix=/usr") + +def build(): + shelltools.cd("build") + shelltools.system("ninja") + +def install(): + shelltools.cd("build") + shelltools.system("DESTDIR=%s ninja install" % get.installDIR()) + + shelltools.cd("..") + pisitools.dodoc("COPYING", "NEWS", "README") diff --git a/desktop/gnome/base/file-roller/pspec.xml b/desktop/gnome/base/file-roller/pspec.xml index 8630d9536d..cbcacdd2c7 100644 --- a/desktop/gnome/base/file-roller/pspec.xml +++ b/desktop/gnome/base/file-roller/pspec.xml @@ -13,8 +13,9 @@ file-roller GNOME archive manager File-manager is a archive manager that create, modify and extract various archive formats with compression support - mirrors://gnome/file-roller/3.26/file-roller-3.26.2.tar.xz + mirrors://gnome/file-roller/3.32/file-roller-3.32.1.tar.xz + meson gtk3-devel gconf-devel intltool @@ -58,6 +59,13 @@ + + 2019-08-01 + 3.32.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-16 3.26.2 diff --git a/desktop/gnome/base/gcr/pspec.xml b/desktop/gnome/base/gcr/pspec.xml index 61fc438f97..fc69e4bb82 100644 --- a/desktop/gnome/base/gcr/pspec.xml +++ b/desktop/gnome/base/gcr/pspec.xml @@ -12,7 +12,7 @@ library The Gcr package contains libraries used for displaying certificates and accessing key stores. The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop. - ftp://ftp.gnome.org/pub/gnome/sources/gcr/3.9/gcr-3.9.91.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/gcr/3.28/gcr-3.28.1.tar.xz gnupg intltool @@ -94,7 +94,7 @@ 2019-07-13 - 3.9.91 + 3.28.1 Version bump Erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/gnome-common/pspec.xml b/desktop/gnome/base/gnome-common/pspec.xml index 69062b46e1..4f35031d01 100644 --- a/desktop/gnome/base/gnome-common/pspec.xml +++ b/desktop/gnome/base/gnome-common/pspec.xml @@ -12,7 +12,7 @@ library Common files for development of GNOME packages gnome-common package contains aclocal macros, makefile headers and documents tools in order to build GNOME sources. - ftp://ftp.gnome.org/pub/gnome/sources/gnome-common/3.7/gnome-common-3.7.4.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/gnome-common/3.18/gnome-common-3.18.0.tar.xz @@ -28,7 +28,7 @@ 2019-07-13 - 3.7.4 + 3.18.0 Version Bump. Erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/gsettings-desktop-schemas/actions.py b/desktop/gnome/base/gsettings-desktop-schemas/actions.py index 27eeeaac91..f4154582fd 100644 --- a/desktop/gnome/base/gsettings-desktop-schemas/actions.py +++ b/desktop/gnome/base/gsettings-desktop-schemas/actions.py @@ -1,23 +1,26 @@ -#!/usr/bin/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 pisitools -from pisi.actionsapi import get - -def setup(): - autotools.configure("--sbindir=/sbin \ - --disable-maintainer-mode \ - --disable-schemas-compile") - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("README","NEWS","MAINTAINERS") - +#!/usr/bin/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 pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.makedirs("build") + shelltools.cd("build") + shelltools.system("meson .. --prefix=/usr") + +def build(): + shelltools.cd("build") + shelltools.system("ninja") + +def install(): + shelltools.cd("build") + shelltools.system("DESTDIR=%s ninja install" % get.installDIR()) + + shelltools.cd("..") + pisitools.dodoc("COPYING", "NEWS", "README") diff --git a/desktop/gnome/base/gsettings-desktop-schemas/pspec.xml b/desktop/gnome/base/gsettings-desktop-schemas/pspec.xml index 5717f17530..c1949fa58f 100644 --- a/desktop/gnome/base/gsettings-desktop-schemas/pspec.xml +++ b/desktop/gnome/base/gsettings-desktop-schemas/pspec.xml @@ -12,8 +12,9 @@ data Collection of GSettings schemas for GNOME desktop Gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. - ftp://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/3.33/gsettings-desktop-schemas-3.33.0.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/3.33/gsettings-desktop-schemas-3.33.1.tar.xz + meson intltool glib2-devel @@ -45,7 +46,7 @@ 2019-07-13 - 3.33.0 + 3.33.1 version bump Erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/gvfs/pspec.xml b/desktop/gnome/base/gvfs/pspec.xml index 1d6fa5e18a..38696e0bba 100644 --- a/desktop/gnome/base/gvfs/pspec.xml +++ b/desktop/gnome/base/gvfs/pspec.xml @@ -13,7 +13,7 @@ library New generation gnome-virtual-file-system GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications. - http://ftp.gnome.org/mirror/gnome.org/sources/gvfs/1.41/gvfs-1.41.3.tar.xz + http://ftp.gnome.org/mirror/gnome.org/sources/gvfs/1.36/gvfs-1.36.3.tar.xz meson gtk-doc @@ -300,7 +300,7 @@ 2019-07-13 - 1.41.3 + 1.36.3 Version bump. Erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/libcroco/pspec.xml b/desktop/gnome/base/libcroco/pspec.xml index 3c6b94bfdf..1de7bf958b 100644 --- a/desktop/gnome/base/libcroco/pspec.xml +++ b/desktop/gnome/base/libcroco/pspec.xml @@ -88,7 +88,7 @@ 2019-07-13 0.6.13 - Version bump. + Version bump Erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/libgnome-keyring/actions.py b/desktop/gnome/base/libgnome-keyring/actions.py index 133b2cffd9..63fbe016e2 100644 --- a/desktop/gnome/base/libgnome-keyring/actions.py +++ b/desktop/gnome/base/libgnome-keyring/actions.py @@ -6,10 +6,13 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): + shelltools.system("""sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml""") autotools.configure("--disable-static \ + --with-pam-dir=/lib/security \ --disable-doc") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") diff --git a/desktop/gnome/base/libgnome-keyring/pspec.xml b/desktop/gnome/base/libgnome-keyring/pspec.xml index 69c8b54c6a..f6713bf8ec 100644 --- a/desktop/gnome/base/libgnome-keyring/pspec.xml +++ b/desktop/gnome/base/libgnome-keyring/pspec.xml @@ -12,7 +12,7 @@ library Compatibility library for accessing gnome-keyring3 libgnome-keyring is a library that used by applications to integrate with the gnome-keyring system. - ftp://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.31/gnome-keyring-3.31.91.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.28/gnome-keyring-3.28.2.tar.xz intltool gcr-devel @@ -36,6 +36,7 @@ /usr/bin /etc/xdg/autostart + /lib /usr/lib /usr/share /usr/share/dbus-1 @@ -71,7 +72,7 @@ 2019-07-13 - 3.31.91 + 3.28.2 Version Bump. Erkan IŞIK erkaanisik@pisilinux.org diff --git a/desktop/gnome/base/libsecret/pspec.xml b/desktop/gnome/base/libsecret/pspec.xml index afbd5c11d7..2ae24c0a9e 100644 --- a/desktop/gnome/base/libsecret/pspec.xml +++ b/desktop/gnome/base/libsecret/pspec.xml @@ -57,7 +57,7 @@ 2019-07-13 - 0.18.7 + 0.18.8 version bump. Erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/libwacom/pspec.xml b/desktop/gnome/base/libwacom/pspec.xml index abf6c57e81..94d5a1b4de 100644 --- a/desktop/gnome/base/libwacom/pspec.xml +++ b/desktop/gnome/base/libwacom/pspec.xml @@ -49,7 +49,7 @@ 2019-07-13 0.33 - Version Bump + Version Bump. Erkan IŞIK erkanisik@pisilinux.org diff --git a/desktop/gnome/base/zenity/pspec.xml b/desktop/gnome/base/zenity/pspec.xml index 6dbeb95618..a2879912d3 100644 --- a/desktop/gnome/base/zenity/pspec.xml +++ b/desktop/gnome/base/zenity/pspec.xml @@ -13,7 +13,7 @@ app:gui A rewrite of gdialog Zenity is the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts. - http://ftp.gnome.org/pub/gnome/sources/zenity/3.26/zenity-3.26.0.tar.xz + http://ftp.gnome.org/pub/gnome/sources/zenity/3.32/zenity-3.32.0.tar.xz itstool gtk3-devel