diff --git a/desktop/lookandfeel/gtk-theme-greybird/pspec.xml b/desktop/lookandfeel/gtk-theme-greybird/pspec.xml
index 89d2d3796e..1fd732081d 100644
--- a/desktop/lookandfeel/gtk-theme-greybird/pspec.xml
+++ b/desktop/lookandfeel/gtk-theme-greybird/pspec.xml
@@ -13,8 +13,8 @@
GPLv2
CC-BY-SA
data
-
- https://github.com/shimmerproject/Greybird/archive/v3.22.12.tar.gz
+
+ https://github.com/shimmerproject/Greybird/archive/refs/tags/v3.23.1.tar.gz
meson
@@ -38,6 +38,13 @@
+
+ 2022-08-20
+ 3.23.1
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2020-11-03
3.22.12
@@ -68,4 +75,3 @@
-
diff --git a/desktop/lookandfeel/gtk-theme-greybird/translations.xml b/desktop/lookandfeel/gtk-theme-greybird/translations.xml
index b0c9e7b785..527fc588d8 100644
--- a/desktop/lookandfeel/gtk-theme-greybird/translations.xml
+++ b/desktop/lookandfeel/gtk-theme-greybird/translations.xml
@@ -1,7 +1,7 @@
- gtk-theme-bluebird
+ gtk-theme-greybird
GTK Theme Suite - Greybird
GTK Theme Suite - Greybird
diff --git a/desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml b/desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml
index ef83658d1d..1419359e18 100644
--- a/desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml
+++ b/desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml
@@ -13,8 +13,8 @@
desktop.lookandfeel
Elementary Look for XFCE.
Elementary icons forked from upstream, extended and maintained for Xfce.
-
- https://github.com/shimmerproject/elementary-xfce/archive/v0.15.2.tar.gz
+
+ https://github.com/shimmerproject/elementary-xfce/archive/refs/tags/v0.17.tar.gz
librsvg
@@ -33,6 +33,13 @@
+
+ 2022-08-20
+ 0.17
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-10-13
0.15.2
diff --git a/desktop/lxde/lxsession/actions.py b/desktop/lxde/lxsession/actions.py
index 55d328ee0b..9fddf22103 100644
--- a/desktop/lxde/lxsession/actions.py
+++ b/desktop/lxde/lxsession/actions.py
@@ -9,8 +9,8 @@ from pisi.actionsapi import autotools, pisitools, get
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations")
pisitools.unlink("*.stamp")
- autotools.autoreconf("-fiv")
- autotools.configure("--enable-gtk3 --enable-buildin-polkit --enable-buildin-clipboard")
+ autotools.autoreconf("-fv")
+ autotools.configure("--enable-gtk3 --disable-buildin-polkit --disable-buildin-clipboard")
def build():
autotools.make()
diff --git a/desktop/lxde/lxsession/pspec.xml b/desktop/lxde/lxsession/pspec.xml
index 2fa31fc325..3270fe114e 100644
--- a/desktop/lxde/lxsession/pspec.xml
+++ b/desktop/lxde/lxsession/pspec.xml
@@ -21,6 +21,8 @@
vala-devel
gtk3-devel
glib2-devel
+ libSM-devel
+ libICE-devel
polkit-devel
elogind-devel
gettext-devel
@@ -55,7 +57,7 @@
- 2022-04-14
+ 2022-08-20
0.5.5
First build.
fury
diff --git a/x11/terminal/sakura/actions.py b/x11/terminal/sakura/actions.py
new file mode 100644
index 0000000000..465879dd1f
--- /dev/null
+++ b/x11/terminal/sakura/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import cmaketools, pisitools, get
+
+def setup():
+ cmaketools.configure()
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+# pisitools.dodoc("")
diff --git a/x11/terminal/sakura/pspec.xml b/x11/terminal/sakura/pspec.xml
new file mode 100644
index 0000000000..430689db74
--- /dev/null
+++ b/x11/terminal/sakura/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ sakura
+ https://www.pleyades.net/david/projects/sakura
+
+ fury
+ uglyside@yandex.ru
+
+ GPL-2
+ app:gui
+ x11.terminal
+ Simple but powerful libvte based terminal emulator.
+ Sakura is a terminal emulator and it's only dependencies are GTK and VTE. It uses a notebook to provide several terminals in one window and allows to change configuration options via a contextual menu. No more no less.
+
+ https://launchpad.net/sakura/trunk/3.8.5/+download/sakura-3.8.5.tar.bz2
+
+
+ cmake
+ vte-devel
+ gtk3-devel
+ libpcre2-devel
+
+
+
+
+ sakura
+
+ vte
+ gtk3
+ pango
+
+
+ /usr/bin
+ /usr/share
+
+
+
+
+
+ 2022-08-20
+ 3.8.5
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+
+