diff --git a/desktop/xfce/base/libxfce4ui/pspec.xml b/desktop/xfce/base/libxfce4ui/pspec.xml
index c13963f96c..85244188cd 100644
--- a/desktop/xfce/base/libxfce4ui/pspec.xml
+++ b/desktop/xfce/base/libxfce4ui/pspec.xml
@@ -28,7 +28,6 @@
libSM-devel
xfconf-devel
libX11-devel
- libxfce4util-devel
startup-notification-devel
gobject-introspection-devel
@@ -48,7 +47,6 @@
libICE
libX11
gdk-pixbuf
- libxfce4util
startup-notification
diff --git a/desktop/xfce/base/pisilinux-default-settings-xfce/actions.py b/desktop/xfce/base/pisilinux-default-settings-xfce/actions.py
deleted file mode 100644
index 9606820301..0000000000
--- a/desktop/xfce/base/pisilinux-default-settings-xfce/actions.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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 pythonmodules
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import pisitools
-
-def setup():
- shelltools.chmod("etc/xdg/additional-logout", mode = 0755)
-
-def install():
- pythonmodules.install()
- pisitools.insinto("/etc/skel/.config", "./etc/skel/xfce4", "xfce4")
-
diff --git a/desktop/xfce/base/pisilinux-default-settings-xfce/pspec.xml b/desktop/xfce/base/pisilinux-default-settings-xfce/pspec.xml
deleted file mode 100644
index bf8da40e1f..0000000000
--- a/desktop/xfce/base/pisilinux-default-settings-xfce/pspec.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- pisilinux-default-settings-xfce
- https://www.pisilinux.org/
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv3
- data
- PisiLinux default settings for xfce
- This package contains the xfce default settings for Pisilinux.
-
- https://github.com/4fury/pisilinux-default-settings-xfce/archive/2.0.3.tar.gz
-
-
-
-
- pisilinux-default-settings-xfce
-
-
- xfce4-settings
- xfce4-session
- xfce4-panel
- xfdesktop
- xfwm4
- orage
- mpv-player
- nocsd
- evince
- file-roller
- xfce4-notifyd
- xfce4-xkb-plugin
- xfce4-clipman-plugin
-
-
- /etc/skel/.config
- /etc/env.d/80xfce_specific
- /etc/xdg/autostart/additional-logout.desktop
- /etc/xdg/xfce4/scripts/additional-logout
- /usr/share
-
-
-
-
-
-
-
-
- 2019-12-10
- 2.0.3
- Ver. bump
- fury
- wascheme@tuta.io
-
-
- 2016-09-08
- 0.2.1
- First release
- Ergün Salman
- poyraz76@pisilinux.org
-
-
-
-
diff --git a/desktop/xfce/base/pisilinux-default-settings-xfce/translations.xml b/desktop/xfce/base/pisilinux-default-settings-xfce/translations.xml
deleted file mode 100644
index 106879e10a..0000000000
--- a/desktop/xfce/base/pisilinux-default-settings-xfce/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- pisilinux-default-settings-xfce
- Pisilinux xfce öntanımlı ayarları
- Bu paket, PisiLinux xfce için öntanımlı ayarları içerir.
-
-
diff --git a/desktop/xfce/base/tumbler/pspec.xml b/desktop/xfce/base/tumbler/pspec.xml
index e86178fc8a..d2a7fedf03 100644
--- a/desktop/xfce/base/tumbler/pspec.xml
+++ b/desktop/xfce/base/tumbler/pspec.xml
@@ -29,7 +29,7 @@
poppler-glib-devel
libjpeg-turbo-devel
gst-plugins-base-devel
-
+ ffmpegthumbs
@@ -49,14 +49,16 @@
poppler-glib
libjpeg-turbo
gst-plugins-base
-
+ ffmpegthumbs
/etc/xdg/tumbler/tumbler.rc
/usr/lib
+ /usr/lib/pkgconfig
/usr/share/
/usr/share/locale
/usr/share/doc
+ /usr/share/gtk-doc
@@ -70,8 +72,6 @@
/usr/include
- /usr/lib/pkgconfig
- /usr/share/gtk-doc
diff --git a/desktop/xfce/base/xfce4-panel/actions.py b/desktop/xfce/base/xfce4-panel/actions.py
index 424fe78c1b..a209460437 100644
--- a/desktop/xfce/base/xfce4-panel/actions.py
+++ b/desktop/xfce/base/xfce4-panel/actions.py
@@ -11,7 +11,12 @@ from pisi.actionsapi import get
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations")
- autotools.configure("--enable-introspection --enable-vala=no --enable-gtk-doc --disable-static")
+ autotools.configure("--enable-introspection \
+ --enable-vala=no \
+ --enable-gtk-doc \
+ --enable-gio-unix \
+ --disable-debug \
+ --disable-static")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
diff --git a/desktop/xfce/base/xfce4-panel/pspec.xml b/desktop/xfce/base/xfce4-panel/pspec.xml
index e59e1cb2d3..09c59e29fd 100644
--- a/desktop/xfce/base/xfce4-panel/pspec.xml
+++ b/desktop/xfce/base/xfce4-panel/pspec.xml
@@ -8,7 +8,6 @@
Ayhan Yalçınsoy
ayhanyalcinsoy@pisilinux.org
- GPLv2
LGPLv2.1
desktop.xfce.base
library
@@ -20,12 +19,10 @@
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-panel-4.15.4.tar.bz2
- python3
+ python3-devel
intltool
exo-devel
- dbus-devel
vala-devel
- gtk2-devel
gtk3-devel
glib2-devel
cairo-devel
@@ -35,6 +32,9 @@
libX11-devel
libXpm-devel
garcon-devel
+ icon-theme-hicolor
+ xfconf-devel
+ desktop-file-utils
gettext-devel
libwnck3-devel
freetype-devel
@@ -52,10 +52,9 @@
xfce4-panel
atk
+ python3
exo
- gtk2
gtk3
- dbus
cairo
pango
glib2
diff --git a/desktop/xfce/base/xfce4-power-manager/actions.py b/desktop/xfce/base/xfce4-power-manager/actions.py
index 9b7667c586..1baade6371 100644
--- a/desktop/xfce/base/xfce4-power-manager/actions.py
+++ b/desktop/xfce/base/xfce4-power-manager/actions.py
@@ -17,5 +17,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README.md", "TODO")
diff --git a/desktop/xfce/base/xfce4-power-manager/pspec.xml b/desktop/xfce/base/xfce4-power-manager/pspec.xml
index 4a15855723..6e43ef513f 100644
--- a/desktop/xfce/base/xfce4-power-manager/pspec.xml
+++ b/desktop/xfce/base/xfce4-power-manager/pspec.xml
@@ -15,8 +15,8 @@
This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption(such as LCD brightness level, monitor sleep, CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption.
-
- https://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/xfce4-power-manager-1.6.6.tar.bz2
+
+ https://archive.xfce.org/src/xfce/xfce4-power-manager/1.7/xfce4-power-manager-1.7.1.tar.bz2
intltool
@@ -77,103 +77,12 @@
-
- 2020-06-25
- 1.6.6
- Ver. bump
- fury
- wascheme@tuta.io
-
-
- 2019-08-12
- 1.6.5
- Ver. bump
- fury
- wascheme@tuta.io
-
-
- 2019-07-28
- 1.6.4
- Ver. bump
- fury
- wascheme@tuta.io
-
-
- 2019-07-02
- 1.6.3
- Ver. bump
- fury
- wascheme@tuta.io
-
-
- 2018-05-15
- 1.6.1
- Rebuild for Pisi Linux 2.0 and Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2015-05-19
- 1.4.4
- Rebuild
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
- 2015-03-23
- 1.4.4
- Version bump and removed lxpanel dep.
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
- 2015-03-02
- 1.4.3
- Version bump.
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
- 2014-06-10
- 1.2.0
- Release bump.
- Alihan Öztürk
- alihan@pisilinux.org
-
-
- 2014-05-27
- 1.2.0
- Rebuild
- Serdar Soytetir
- kaptan@pisilinux.org
-
-
- 2013-10-10
- 1.2.0
- Cleanup.
- Serdar Soytetir
- kaptan@pisilinux.org
-
-
- 2013-08-17
- 1.2.0
- Fix version number, update translations.
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-08-17
- 1.2.0
- Dep Fixed
- Erdinç Gültekin
- admins@pisilinux.org
-
- 2012-08-31
- 1.2.0
- First release
- Utku Berberoğlu
- admins@pisilinux.org
+ 2020-11-23
+ 1.7.1
+ First Release For Beta
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com