From 58718111b59e84848949fec961814b537f8d0c2a Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 23 Dec 2020 20:33:04 +0000 Subject: [PATCH 1/2] xfce new release. --- desktop/xfce/addon/mousepad/actions.py | 2 +- desktop/xfce/addon/mousepad/pspec.xml | 12 ++- .../xfce/addon/xfce4-genmon-plugin/actions.py | 16 ++-- .../xfce/addon/xfce4-genmon-plugin/pspec.xml | 11 ++- .../xfce/addon/xfce4-screensaver/pspec.xml | 11 +-- desktop/xfce/base/exo/actions.py | 2 +- desktop/xfce/base/exo/pspec.xml | 13 ++- desktop/xfce/base/garcon/actions.py | 2 +- desktop/xfce/base/garcon/pspec.xml | 14 +++- desktop/xfce/base/libxfce4ui/actions.py | 3 +- desktop/xfce/base/libxfce4ui/pspec.xml | 14 +++- desktop/xfce/base/libxfce4util/actions.py | 1 - desktop/xfce/base/libxfce4util/pspec.xml | 14 +++- desktop/xfce/base/thunar-volman/actions.py | 2 +- desktop/xfce/base/thunar-volman/pspec.xml | 12 ++- desktop/xfce/base/thunar/pspec.xml | 16 +++- desktop/xfce/base/tumbler/actions.py | 2 +- desktop/xfce/base/tumbler/pspec.xml | 18 +++- desktop/xfce/base/xfce4-appfinder/pspec.xml | 12 ++- desktop/xfce/base/xfce4-dev-tools/pspec.xml | 11 ++- desktop/xfce/base/xfce4-panel/actions.py | 19 +++-- desktop/xfce/base/xfce4-panel/pspec.xml | 83 ++++++++++--------- .../xfce/base/xfce4-power-manager/pspec.xml | 15 +++- desktop/xfce/base/xfce4-session/actions.py | 2 +- desktop/xfce/base/xfce4-session/pspec.xml | 19 +++-- desktop/xfce/base/xfce4-settings/pspec.xml | 17 ++-- desktop/xfce/base/xfce4-terminal/actions.py | 2 +- desktop/xfce/base/xfce4-terminal/pspec.xml | 11 ++- desktop/xfce/base/xfconf/actions.py | 4 +- desktop/xfce/base/xfconf/pspec.xml | 15 +++- desktop/xfce/base/xfdesktop/pspec.xml | 15 +++- desktop/xfce/base/xfwm4/actions.py | 2 +- desktop/xfce/base/xfwm4/pspec.xml | 11 ++- 33 files changed, 274 insertions(+), 129 deletions(-) diff --git a/desktop/xfce/addon/mousepad/actions.py b/desktop/xfce/addon/mousepad/actions.py index 11c342a399..d92d7545dd 100644 --- a/desktop/xfce/addon/mousepad/actions.py +++ b/desktop/xfce/addon/mousepad/actions.py @@ -18,5 +18,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README*", "THANKS", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README.md", "THANKS", "TODO") diff --git a/desktop/xfce/addon/mousepad/pspec.xml b/desktop/xfce/addon/mousepad/pspec.xml index b6a9046d31..5bb04a8b8a 100644 --- a/desktop/xfce/addon/mousepad/pspec.xml +++ b/desktop/xfce/addon/mousepad/pspec.xml @@ -15,8 +15,9 @@ Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad. - - https://archive.xfce.org/src/apps/mousepad/0.4/mousepad-0.4.90.tar.bz2 + + https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.1.tar.bz2 + intltool gtk3-devel @@ -47,6 +48,13 @@ + + 2020-12-24 + 0.5.1 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-21 0.4.90 diff --git a/desktop/xfce/addon/xfce4-genmon-plugin/actions.py b/desktop/xfce/addon/xfce4-genmon-plugin/actions.py index 2241bf1d08..f698030a76 100644 --- a/desktop/xfce/addon/xfce4-genmon-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-genmon-plugin/actions.py @@ -9,14 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - # fix build failure w/ xfce4-panel-4.15.0 - pisitools.dosed("panel-plugin/main.c", "", "") - pisitools.dosed("panel-plugin/config_gui.c", "", "") - pisitools.dosed("panel-plugin/config_gui.h", "", "") - autotools.configure() - - - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + # fix build failure w/ xfce4-panel-4.15.0 +# pisitools.dosed("panel-plugin/main.c", "", "") +# pisitools.dosed("panel-plugin/config_gui.c", "", "") +# pisitools.dosed("panel-plugin/config_gui.h", "", "") + autotools.configure() + + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): autotools.make() @@ -25,3 +24,4 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS", "README") + diff --git a/desktop/xfce/addon/xfce4-genmon-plugin/pspec.xml b/desktop/xfce/addon/xfce4-genmon-plugin/pspec.xml index 0d0b98f7de..d93054bcd9 100644 --- a/desktop/xfce/addon/xfce4-genmon-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-genmon-plugin/pspec.xml @@ -15,8 +15,8 @@ This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel. The string can also contain markup to displayed an image, a bar, a button and a personalized tooltip. - - https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.0/xfce4-genmon-plugin-4.0.2.tar.bz2 + + https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.1/xfce4-genmon-plugin-4.1.0.tar.bz2 intltool @@ -45,6 +45,13 @@ + + 2020-12-24 + 4.1.0 + Ver. bump + wascheme@tuta.io + fury + 2020-06-25 4.0.2 diff --git a/desktop/xfce/addon/xfce4-screensaver/pspec.xml b/desktop/xfce/addon/xfce4-screensaver/pspec.xml index 09c4a4b36f..a932474341 100644 --- a/desktop/xfce/addon/xfce4-screensaver/pspec.xml +++ b/desktop/xfce/addon/xfce4-screensaver/pspec.xml @@ -17,8 +17,8 @@ xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop. - - https://archive.xfce.org/src/apps/xfce4-screensaver/0.1/xfce4-screensaver-0.1.10.tar.bz2 + + https://archive.xfce.org/src/apps/xfce4-screensaver/0.1/xfce4-screensaver-0.1.11.tar.bz2 xmlto @@ -32,6 +32,7 @@ xfconf-devel garcon-devel libwnck3-devel + libglvnd-devel dbus-glib-devel libxklavier-devel libXScrnSaver-devel @@ -52,8 +53,8 @@ xfconf garcon libXext - libglvnd libwnck3 + libglvnd dbus-glib gdk-pixbuf libxfce4ui @@ -73,8 +74,8 @@ - 2020-06-25 - 0.1.10 + 2020-12-24 + 0.1.11 Ver. bump wascheme@tuta.io fury diff --git a/desktop/xfce/base/exo/actions.py b/desktop/xfce/base/exo/actions.py index 6ac7d4419f..501119d4a3 100644 --- a/desktop/xfce/base/exo/actions.py +++ b/desktop/xfce/base/exo/actions.py @@ -20,5 +20,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README*", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README.md", "THANKS") diff --git a/desktop/xfce/base/exo/pspec.xml b/desktop/xfce/base/exo/pspec.xml index aa9c90d1fb..918c5a295a 100644 --- a/desktop/xfce/base/exo/pspec.xml +++ b/desktop/xfce/base/exo/pspec.xml @@ -17,13 +17,13 @@ exo is an extension library to Xfce, developed by os-cillation. While Xfce comes with quite a few libraries that are targeted at desktop development, exo is targeted at application development. - - https://archive.xfce.org/xfce/4.16pre1/src/exo-4.15.2.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/exo-4.16.0.tar.bz2 intltool perl-URI - gtk2-devel + gtk3-devel glib2-devel libX11-devel @@ -85,6 +85,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-19 4.15.2 diff --git a/desktop/xfce/base/garcon/actions.py b/desktop/xfce/base/garcon/actions.py index 4310b9b55c..917acbde79 100644 --- a/desktop/xfce/base/garcon/actions.py +++ b/desktop/xfce/base/garcon/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--enable-gtk2 --enable-libxfce4ui --disable-gtk-doc --disable-static") + autotools.configure("--enable-libxfce4ui --disable-gtk-doc --disable-static") #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") diff --git a/desktop/xfce/base/garcon/pspec.xml b/desktop/xfce/base/garcon/pspec.xml index b38d4c92a7..356686073a 100644 --- a/desktop/xfce/base/garcon/pspec.xml +++ b/desktop/xfce/base/garcon/pspec.xml @@ -15,13 +15,14 @@ garcon is an implementation of the freedesktop.org menu specification replacing the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and aims at covering the entire specification except for legacy menus. - https://archive.xfce.org/xfce/4.16pre1/src/garcon-0.7.1.tar.bz2 - + + https://archive.xfce.org/xfce/4.16/src/garcon-0.8.0.tar.bz2 + python3 intltool python-six - gtk2-devel + gtk3-devel glib2-devel freetype-devel @@ -79,6 +80,13 @@ + + 2020-12-24 + 0.8.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-19 0.7.1 diff --git a/desktop/xfce/base/libxfce4ui/actions.py b/desktop/xfce/base/libxfce4ui/actions.py index 24de6c54d6..9d3b2cfeb7 100644 --- a/desktop/xfce/base/libxfce4ui/actions.py +++ b/desktop/xfce/base/libxfce4ui/actions.py @@ -9,7 +9,6 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get i = "--with-vendor-info='Pisi Linux' \ - --enable-gtk2 \ --enable-vala=no \ --enable-introspection \ --enable-startup-notification \ @@ -28,5 +27,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README.md", "THANKS") diff --git a/desktop/xfce/base/libxfce4ui/pspec.xml b/desktop/xfce/base/libxfce4ui/pspec.xml index d842637a82..4ec8899254 100644 --- a/desktop/xfce/base/libxfce4ui/pspec.xml +++ b/desktop/xfce/base/libxfce4ui/pspec.xml @@ -15,19 +15,18 @@ libxfce4ui is a various GTK+ widgets for Xfce desktop environment. - - https://archive.xfce.org/xfce/4.16pre1/src/libxfce4ui-4.15.3.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/libxfce4ui-4.16.0.tar.bz2 python3 intltool - gtk2-devel + gtk3-devel vala-devel glib2-devel libSM-devel xfconf-devel - libxfce4util-devel libX11-devel libxfce4util-devel startup-notification-devel @@ -76,6 +75,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-18 4.15.3 diff --git a/desktop/xfce/base/libxfce4util/actions.py b/desktop/xfce/base/libxfce4util/actions.py index e391fdcc8e..a1f61cca8f 100644 --- a/desktop/xfce/base/libxfce4util/actions.py +++ b/desktop/xfce/base/libxfce4util/actions.py @@ -7,7 +7,6 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get -from pisi.actionsapi import shelltools def setup(): autotools.configure("--disable-static --enable-vala=no --disable-gtk-doc --enable-introspection") diff --git a/desktop/xfce/base/libxfce4util/pspec.xml b/desktop/xfce/base/libxfce4util/pspec.xml index 7880e592d7..ed69c23cba 100644 --- a/desktop/xfce/base/libxfce4util/pspec.xml +++ b/desktop/xfce/base/libxfce4util/pspec.xml @@ -15,14 +15,17 @@ Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment. - https://archive.xfce.org/src/xfce/libxfce4util/4.15/libxfce4util-4.15.4.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/libxfce4util-4.16.0.tar.bz2 + python3 - python3-pygobject3 gtk-doc intltool vala-devel + python-six xdg-user-dirs + python3-pygobject3 gobject-introspection-devel @@ -58,6 +61,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-19 4.15.4 diff --git a/desktop/xfce/base/thunar-volman/actions.py b/desktop/xfce/base/thunar-volman/actions.py index 924d5b76af..330575dcf8 100644 --- a/desktop/xfce/base/thunar-volman/actions.py +++ b/desktop/xfce/base/thunar-volman/actions.py @@ -17,5 +17,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README.md") diff --git a/desktop/xfce/base/thunar-volman/pspec.xml b/desktop/xfce/base/thunar-volman/pspec.xml index b44f35bbcd..f133373a5a 100644 --- a/desktop/xfce/base/thunar-volman/pspec.xml +++ b/desktop/xfce/base/thunar-volman/pspec.xml @@ -15,8 +15,9 @@ thunar-volman is an extension for the Thunar File Manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digical camera, it will automatically spawn your preferred photo application and import the new pictures from your camera - - https://archive.xfce.org/xfce/4.16pre1/src/thunar-volman-4.15.0.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/thunar-volman-4.16.0.tar.bz2 + intltool exo-devel @@ -54,6 +55,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-21 4.15.0 diff --git a/desktop/xfce/base/thunar/pspec.xml b/desktop/xfce/base/thunar/pspec.xml index a33a6fc41b..ea56d135fe 100644 --- a/desktop/xfce/base/thunar/pspec.xml +++ b/desktop/xfce/base/thunar/pspec.xml @@ -16,10 +16,10 @@ Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant - https://archive.xfce.org/xfce/4.16pre1/src/thunar-4.15.2.tar.bz2 - + + https://archive.xfce.org/xfce/4.16/src/thunar-4.16.0.tar.bz2 + - python3-devel intltool atk-devel exo-devel @@ -36,6 +36,7 @@ xfconf-devel libexif-devel libpcre-devel + python3-devel libpcre2-devel libgudev-devel libnotify-devel @@ -57,7 +58,6 @@ atk exo gtk3 - python3 dbus glib2 pango @@ -66,6 +66,7 @@ libICE libX11 xfconf + python3 libexif libpcre libgudev @@ -114,6 +115,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-19 4.15.2 diff --git a/desktop/xfce/base/tumbler/actions.py b/desktop/xfce/base/tumbler/actions.py index 9526e55f96..c2cc51a746 100644 --- a/desktop/xfce/base/tumbler/actions.py +++ b/desktop/xfce/base/tumbler/actions.py @@ -33,5 +33,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("README", "NEWS", "COPYING", "ChangeLog", "AUTHORS") + pisitools.dodoc("README.md", "NEWS", "COPYING", "ChangeLog", "AUTHORS") diff --git a/desktop/xfce/base/tumbler/pspec.xml b/desktop/xfce/base/tumbler/pspec.xml index e22a4545f9..c787e0ec69 100644 --- a/desktop/xfce/base/tumbler/pspec.xml +++ b/desktop/xfce/base/tumbler/pspec.xml @@ -13,8 +13,8 @@ desktop.xfce.base A thumbnail service Tumbler is a thumbnail service for the filemanager of Xfce desktop environment. - - https://archive.xfce.org/xfce/4.16pre1/src/tumbler-0.3.0.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/tumbler-4.16.0.tar.bz2 intltool @@ -24,11 +24,12 @@ libpng-devel libgsf-devel freetype-devel + libopenraw-devel gdk-pixbuf-devel poppler-glib-devel libjpeg-turbo-devel gst-plugins-base-devel - ffmpegthumbs + ffmpegthumbnailer-devel @@ -36,16 +37,18 @@ tumbler curl - glib2-devel + glib2 cairo libpng libgsf freetype gstreamer + libopenraw gdk-pixbuf poppler-glib libjpeg-turbo gst-plugins-base + ffmpegthumbnailer /etc/xdg/tumbler/tumbler.rc @@ -72,6 +75,13 @@ + + 2020-12-24 + 4.16.0 + First releasu For Beta. + alicengizkurt@gmail.com + Ali Cengiz Kurt + 2020-11-22 0.3.0 diff --git a/desktop/xfce/base/xfce4-appfinder/pspec.xml b/desktop/xfce/base/xfce4-appfinder/pspec.xml index 7bffd45628..1850621a0c 100644 --- a/desktop/xfce/base/xfce4-appfinder/pspec.xml +++ b/desktop/xfce/base/xfce4-appfinder/pspec.xml @@ -13,8 +13,9 @@ desktop.xfce.base Xfce application finder Xfce4-appfinder is a useful software that permits you to find every application in the system supporting desktop entry format - - https://archive.xfce.org/xfce/4.16pre1/src/xfce4-appfinder-4.15.1.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/xfce4-appfinder-4.16.0.tar.bz2 + intltool gtk3-devel @@ -46,6 +47,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-22 4.15.1 diff --git a/desktop/xfce/base/xfce4-dev-tools/pspec.xml b/desktop/xfce/base/xfce4-dev-tools/pspec.xml index 85866fa59c..e6150e3fa0 100644 --- a/desktop/xfce/base/xfce4-dev-tools/pspec.xml +++ b/desktop/xfce/base/xfce4-dev-tools/pspec.xml @@ -15,8 +15,8 @@ Xfce4-dev-tools contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook. - - https://archive.xfce.org/xfce/4.16pre1/src/xfce4-dev-tools-4.15.0.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/xfce4-dev-tools-4.16.0.tar.bz2 glib2-devel @@ -33,6 +33,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-18 4.15.0 diff --git a/desktop/xfce/base/xfce4-panel/actions.py b/desktop/xfce/base/xfce4-panel/actions.py index a209460437..05f97ae665 100644 --- a/desktop/xfce/base/xfce4-panel/actions.py +++ b/desktop/xfce/base/xfce4-panel/actions.py @@ -8,16 +8,19 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get +i = "--enable-introspection \ + --enable-gtk-doc \ + --enable-gio-unix \ + --disable-vala \ + --disable-debug \ + --disable-static \ + " def setup(): - pisitools.cflags.add("-Wno-deprecated-declarations") - 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 ") + pisitools.cflags.add("-Wno-deprecated-declarations") + autotools.configure(i) + + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): autotools.make() diff --git a/desktop/xfce/base/xfce4-panel/pspec.xml b/desktop/xfce/base/xfce4-panel/pspec.xml index ba12075b99..c4e76070fc 100644 --- a/desktop/xfce/base/xfce4-panel/pspec.xml +++ b/desktop/xfce/base/xfce4-panel/pspec.xml @@ -15,46 +15,47 @@ Xfce panel The Xfce4 panel supports multiple panels, with many options for their position, appearance, transparency and behavior. There are many items available by default to full fit a panel, like application launchers with detachable menus, a graphical pager, a tasklist, a clock, a system tray, a show / hide desktop switcher, and even more. It offers an easy way to add items using a dialog, and to move items accross different panels - - https://archive.xfce.org/xfce/4.16pre1/src/xfce4-panel-4.15.4.tar.bz2 - - gtk-doc - python3-devel - intltool - exo-devel - vala-devel - gtk3-devel - glib2-devel - cairo-devel - pango-devel - libSM-devel - libICE-devel - libX11-devel - libXpm-devel - garcon-devel - docbook-xsl - libdbusmenu-gtk3 - icon-theme-hicolor - xfconf-devel - desktop-file-utils - gettext-devel - libwnck3-devel - freetype-devel - libdbusmenu-devel - libxfce4ui-devel - gdk-pixbuf-devel - fontconfig-devel - libxfce4util-devel - startup-notification-devel - gobject-introspection-devel - - + + + https://archive.xfce.org/xfce/4.16/src/xfce4-panel-4.16.0.tar.bz2 + + + gtk-doc + intltool + exo-devel + vala-devel + gtk3-devel + glib2-devel + cairo-devel + pango-devel + libSM-devel + docbook-xsl + libICE-devel + libX11-devel + libXpm-devel + xfconf-devel + garcon-devel + python3-devel + gettext-devel + libwnck3-devel + freetype-devel + libxfce4ui-devel + gdk-pixbuf-devel + fontconfig-devel + libdbusmenu-gtk3 + libdbusmenu-devel + libxfce4util-devel + icon-theme-hicolor + desktop-file-utils + startup-notification-devel + gobject-introspection-devel + + xfce4-panel atk - python3 exo gtk3 cairo @@ -63,12 +64,13 @@ libX11 garcon xfconf + python3 libXext libwnck3 - libdbusmenu-gtk3 gdk-pixbuf libxfce4ui libxfce4util + libdbusmenu-gtk3 /etc/xdg @@ -87,7 +89,7 @@ Development files for Xfce4 Panel glib2-devel - gtk2-devel + gtk3-devel libxfce4util-devel xfce4-panel @@ -100,6 +102,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-19 4.15.4 diff --git a/desktop/xfce/base/xfce4-power-manager/pspec.xml b/desktop/xfce/base/xfce4-power-manager/pspec.xml index fc8d3f5ad8..3fdf2469b5 100644 --- a/desktop/xfce/base/xfce4-power-manager/pspec.xml +++ b/desktop/xfce/base/xfce4-power-manager/pspec.xml @@ -11,16 +11,16 @@ GPLv2 desktop.xfce.base app:gui - A power manager for the Xfce desktop + A power manager for the Xfce desktop. 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.7/xfce4-power-manager-1.7.1.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/xfce4-power-manager-4.16.0.tar.bz2 intltool - gtk2-devel + gtk3-devel dbus-devel glib2-devel @@ -77,6 +77,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-23 1.7.1 diff --git a/desktop/xfce/base/xfce4-session/actions.py b/desktop/xfce/base/xfce4-session/actions.py index bd0a756bad..c34ff55d30 100644 --- a/desktop/xfce/base/xfce4-session/actions.py +++ b/desktop/xfce/base/xfce4-session/actions.py @@ -21,5 +21,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "BUGS", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "COPYING", "BUGS", "NEWS", "README.md", "TODO") diff --git a/desktop/xfce/base/xfce4-session/pspec.xml b/desktop/xfce/base/xfce4-session/pspec.xml index e165420171..b87611f9d9 100644 --- a/desktop/xfce/base/xfce4-session/pspec.xml +++ b/desktop/xfce/base/xfce4-session/pspec.xml @@ -14,12 +14,13 @@ app:console Xfce session manager The session manager allows the user to save sessions and restore them after login. It is capable of saving several different sessions. It comes with three splash screen engines. And at last it helps you to log out, reboot, and shutdown the system. - https://archive.xfce.org/xfce/4.16pre1/src/xfce4-session-4.15.0.tar.bz2 - + + https://archive.xfce.org/xfce/4.16/src/xfce4-session-4.16.0.tar.bz2 + intltool atk-devel - gtk2-devel + gtk3-devel dbus-devel glib2-devel @@ -42,7 +43,7 @@ - xinitrc.patch + @@ -51,9 +52,6 @@ atk gtk3 - dbus glib2 cairo @@ -80,6 +78,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-21 4.15.0 diff --git a/desktop/xfce/base/xfce4-settings/pspec.xml b/desktop/xfce/base/xfce4-settings/pspec.xml index c2bbe125a1..06b51ee237 100644 --- a/desktop/xfce/base/xfce4-settings/pspec.xml +++ b/desktop/xfce/base/xfce4-settings/pspec.xml @@ -11,12 +11,10 @@ GPLv2 desktop.xfce.base app:gui - Xfce settings plugins - - Xfce4-settings is a configuration manager for Xfce desktop environment - - - https://archive.xfce.org/xfce/4.16pre1/src/xfce4-settings-4.15.2.tar.bz2 + Xfce settings manager. + Xfce4-settings is a configuration manager for Xfce desktop environment. + + https://archive.xfce.org/xfce/4.16/src/xfce4-settings-4.16.0.tar.bz2 intltool @@ -98,6 +96,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-21 4.15.2 diff --git a/desktop/xfce/base/xfce4-terminal/actions.py b/desktop/xfce/base/xfce4-terminal/actions.py index 7641ba7362..6f3cea4cd4 100644 --- a/desktop/xfce/base/xfce4-terminal/actions.py +++ b/desktop/xfce/base/xfce4-terminal/actions.py @@ -19,5 +19,5 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.removeDir("/usr/share/gnome-control-center") - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README.md", "THANKS") diff --git a/desktop/xfce/base/xfce4-terminal/pspec.xml b/desktop/xfce/base/xfce4-terminal/pspec.xml index 027bed12ea..224bd84ac2 100644 --- a/desktop/xfce/base/xfce4-terminal/pspec.xml +++ b/desktop/xfce/base/xfce4-terminal/pspec.xml @@ -15,8 +15,8 @@ xfce4-terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more - - https://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-0.8.9.2.tar.bz2 + + https://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-0.8.10.tar.bz2 intltool @@ -54,6 +54,13 @@ + + 2020-12-24 + 0.8.10 + New release. + alicengizkurt@gmail.com + Ali Cengiz Kurt + 2020-11-22 0.8.9.2 diff --git a/desktop/xfce/base/xfconf/actions.py b/desktop/xfce/base/xfconf/actions.py index 4593da6f0c..94213381b9 100644 --- a/desktop/xfce/base/xfconf/actions.py +++ b/desktop/xfce/base/xfconf/actions.py @@ -8,8 +8,8 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get -i = "--enable-vala=no \ - --enable-introspection \ +i = "--enable-introspection \ + --disable-vala \ --disable-static \ --disable-gtk-doc \ --disable-perl-bindings \ diff --git a/desktop/xfce/base/xfconf/pspec.xml b/desktop/xfce/base/xfconf/pspec.xml index f30eca27e4..9dec41a750 100644 --- a/desktop/xfce/base/xfconf/pspec.xml +++ b/desktop/xfce/base/xfconf/pspec.xml @@ -11,18 +11,18 @@ GPLv2 desktop.xfce.base library - Xfce multi channel setting library + Xfce multi channel setting library. Xfconf is a hirerchical (tree-like) configuration system for the Xfce graphical desktop environment. - - https://archive.xfce.org/xfce/4.16pre1/src/xfconf-4.15.0.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/xfconf-4.16.0.tar.bz2 python3 intltool - python-six vala-devel + python-six glib2-devel libxfce4util-devel gobject-introspection-devel @@ -61,6 +61,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-17 4.15.0 diff --git a/desktop/xfce/base/xfdesktop/pspec.xml b/desktop/xfce/base/xfdesktop/pspec.xml index 2b5b030bea..014ede3032 100644 --- a/desktop/xfce/base/xfdesktop/pspec.xml +++ b/desktop/xfce/base/xfdesktop/pspec.xml @@ -16,12 +16,14 @@ The desktop manager sets the background image, provides a right-click menu to launch applications and can optionally show files (including application launchers) or iconified windows. It includes gradient support for background color, saturation support for background image, real multiscreen and xinerama support, and it provides a desktop menu editor - https://archive.xfce.org/xfce/4.16pre1/src/xfdesktop-4.15.0.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/xfdesktop-4.16.0.tar.bz2 + intltool exo-devel dbus-devel - gtk2-devel + gtk3-devel pango-devel cairo-devel @@ -32,7 +34,7 @@ xfconf-devel libX11-devel libglade-devel - libwnck2-devel + libwnck3-devel libnotify-devel libxfce4ui-devel @@ -71,6 +73,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-22 4.15.0 diff --git a/desktop/xfce/base/xfwm4/actions.py b/desktop/xfce/base/xfwm4/actions.py index 0974661dc6..9c6936ea3b 100644 --- a/desktop/xfce/base/xfwm4/actions.py +++ b/desktop/xfce/base/xfwm4/actions.py @@ -17,5 +17,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COMPOSITOR", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COMPOSITOR", "COPYING", "NEWS", "README.md") diff --git a/desktop/xfce/base/xfwm4/pspec.xml b/desktop/xfce/base/xfwm4/pspec.xml index f2a32a364d..134aa7b1ef 100644 --- a/desktop/xfce/base/xfwm4/pspec.xml +++ b/desktop/xfce/base/xfwm4/pspec.xml @@ -15,8 +15,8 @@ The Xfce4 window manager manages the placement of application windows on the screen, provides beautiful window decorations, manages workspaces or virtual desktops, and natively supports multiscreen mode - - https://archive.xfce.org/xfce/4.16pre1/src/xfwm4-4.15.1.tar.bz2 + + https://archive.xfce.org/xfce/4.16/src/xfwm4-4.16.0.tar.bz2 intltool @@ -68,6 +68,13 @@ + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + 2020-11-21 4.15.1 From d874e2b3a5a41685cf9072efa951f0ffb8f2e7aa Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 23 Dec 2020 20:37:37 +0000 Subject: [PATCH 2/2] libopenraw. --- multimedia/graphics/libopenraw/actions.py | 24 ++++++ multimedia/graphics/libopenraw/pspec.xml | 86 +++++++++++++++++++ .../graphics/libopenraw/translations.xml | 13 +++ 3 files changed, 123 insertions(+) create mode 100644 multimedia/graphics/libopenraw/actions.py create mode 100644 multimedia/graphics/libopenraw/pspec.xml create mode 100644 multimedia/graphics/libopenraw/translations.xml diff --git a/multimedia/graphics/libopenraw/actions.py b/multimedia/graphics/libopenraw/actions.py new file mode 100644 index 0000000000..37ec7c52dc --- /dev/null +++ b/multimedia/graphics/libopenraw/actions.py @@ -0,0 +1,24 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-dependency-tracking --disable-static --enable-gnome") + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO") + diff --git a/multimedia/graphics/libopenraw/pspec.xml b/multimedia/graphics/libopenraw/pspec.xml new file mode 100644 index 0000000000..8f4a8b73b4 --- /dev/null +++ b/multimedia/graphics/libopenraw/pspec.xml @@ -0,0 +1,86 @@ + + + + + libopenraw + https://libopenraw.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv3+ + library + multimedia.graphics + A library for camera RAW files decoding. + + libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application. + + + https://libopenraw.freedesktop.org/download/libopenraw-0.1.3.tar.bz2 + + + libjpeg-turbo-devel + gdk-pixbuf-devel + libxml2-devel + boost-devel + curl-devel + + + + + libopenraw + + libjpeg-turbo + gdk-pixbuf + libgcc + + + /usr/lib + /usr/share/doc + + + + + libopenraw-devel + Development files for libopenraw + + libopenraw + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-12-29 + 0.1.3 + Ver. bump + fury + wascheme@tuta.io + + + 2014-05-24 + 0.0.9 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-01 + 0.0.9 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 0.0.9 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + diff --git a/multimedia/graphics/libopenraw/translations.xml b/multimedia/graphics/libopenraw/translations.xml new file mode 100644 index 0000000000..9c475019de --- /dev/null +++ b/multimedia/graphics/libopenraw/translations.xml @@ -0,0 +1,13 @@ + + + + libopenraw + RAW (Ham) fotoğraf dosyası işleme kütüphanesi + libopenraw, fotoğraf makineleri tarafından sunulan ham görüntü dosyalarını (RAW) işlemek için kullanılabilecek bir kütüphanedir. + + + + libopenraw-devel + libopenraw için geliştirme dosyaları + +