diff --git a/desktop/xfce/addon/gigolo/actions.py b/desktop/xfce/addon/gigolo/actions.py index f4dd3a1cfa..9dc89a0505 100644 --- a/desktop/xfce/addon/gigolo/actions.py +++ b/desktop/xfce/addon/gigolo/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "THANKS", "TODO") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "THANKS", "TODO") diff --git a/desktop/xfce/addon/gigolo/pspec.xml b/desktop/xfce/addon/gigolo/pspec.xml index 02ec796166..1b831f18e4 100644 --- a/desktop/xfce/addon/gigolo/pspec.xml +++ b/desktop/xfce/addon/gigolo/pspec.xml @@ -1,56 +1,56 @@ - - gigolo - https://www.uvena.de/gigolo/ - - Merve Yüzbaşıoğlu - admins@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A frontend to easily manage connections to remote filesystems using GIO/GVfs - - Gigolo allows you to quickly connect/mount local and remote filesystems and manage bookmarks of such. - - - https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.1.tar.bz2 - - - intltool - gtk3-devel - glib2-devel - - + + gigolo + https://www.uvena.de/gigolo/ + + Merve Yüzbaşıoğlu + admins@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A frontend to easily manage connections to remote filesystems using GIO/GVfs + + Gigolo allows you to quickly connect/mount local and remote filesystems and manage bookmarks of such. + + + https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.1.tar.bz2 + + + intltool + gtk3-devel + glib2-devel + + - - gigolo - - gvfs - gtk3 - dbus - glib2 - libX11 - gvfs-fuse - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + gigolo + + gvfs + gtk3 + dbus + glib2 + libX11 + gvfs-fuse + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - - - 2020-11-21 - 0.5.1 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-11-21 + 0.5.1 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/gigolo/translations.xml b/desktop/xfce/addon/gigolo/translations.xml index 014a9bbbc8..7d46cbf9b7 100644 --- a/desktop/xfce/addon/gigolo/translations.xml +++ b/desktop/xfce/addon/gigolo/translations.xml @@ -1,9 +1,9 @@ - - gigolo - GIO/GVfs kullanarak uzak dosya sistemleri için bağlantıları yönetme arayüzü - Gigolo, yerel ve uzak dosya sistemlerinin kolayca bağlanmasını ve yönetilmesini sağlayan bir arayüzdür. - + + gigolo + GIO/GVfs kullanarak uzak dosya sistemleri için bağlantıları yönetme arayüzü + Gigolo, yerel ve uzak dosya sistemlerinin kolayca bağlanmasını ve yönetilmesini sağlayan bir arayüzdür. + diff --git a/desktop/xfce/addon/keybinder/actions.py b/desktop/xfce/addon/keybinder/actions.py index b3431aa19d..ecd0dbc8fa 100644 --- a/desktop/xfce/addon/keybinder/actions.py +++ b/desktop/xfce/addon/keybinder/actions.py @@ -10,18 +10,18 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - pisitools.cflags.add("-Wno-deprecated-declarations") - shelltools.system("NOCONFIGURE=1 ./autogen.sh") - autotools.configure("--disable-static --enable-introspection") + pisitools.cflags.add("-Wno-deprecated-declarations") + shelltools.system("NOCONFIGURE=1 ./autogen.sh") + autotools.configure("--disable-static --enable-introspection") - #for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + #for fix unused dependency + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.rst") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.rst") diff --git a/desktop/xfce/addon/keybinder/pspec.xml b/desktop/xfce/addon/keybinder/pspec.xml index 82e9dbffe5..2380f19f91 100644 --- a/desktop/xfce/addon/keybinder/pspec.xml +++ b/desktop/xfce/addon/keybinder/pspec.xml @@ -1,66 +1,66 @@ - - keybinder - https://lazka.github.io/pgi-docs/Keybinder-3.0/index.html - - PisiLinux Community - admins@pisilinux.org - - X11 - desktop.xfce.addon - app:console - keybinder is a library for registering global keyboard shortcuts. - - keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. - - - https://codeload.github.com/kupferlauncher/keybinder/tar.gz/keybinder-3.0-v0.3.2 - - - gtk-doc - gtk3-devel - gnome-common - gobject-introspection-devel - - + + keybinder + https://lazka.github.io/pgi-docs/Keybinder-3.0/index.html + + PisiLinux Community + admins@pisilinux.org + + X11 + desktop.xfce.addon + app:console + keybinder is a library for registering global keyboard shortcuts. + + keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. + + + https://codeload.github.com/kupferlauncher/keybinder/tar.gz/keybinder-3.0-v0.3.2 + + + gtk-doc + gtk3-devel + gnome-common + gobject-introspection-devel + + - - keybinder - - gtk3 - glib2 - libX11 - gobject-introspection - - - /usr/lib/ - /usr/share - /usr/share/doc - - + + keybinder + + gtk3 + glib2 + libX11 + gobject-introspection + + + /usr/lib/ + /usr/share + /usr/share/doc + + - - keybinder-devel - Development files for keybinder - - keybinder - gtk3-devel - - - /usr/include/ - /usr/lib/pkgconfig - - + + keybinder-devel + Development files for keybinder + + keybinder + gtk3-devel + + + /usr/include/ + /usr/lib/pkgconfig + + - - - 2020-11-21 - 0.3.2 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-11-21 + 0.3.2 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/keybinder/translations.xml b/desktop/xfce/addon/keybinder/translations.xml index 28f1982896..b532dfe62e 100644 --- a/desktop/xfce/addon/keybinder/translations.xml +++ b/desktop/xfce/addon/keybinder/translations.xml @@ -1,13 +1,13 @@ - - keybinder - evrensel klavye kısayolları kayıtları için bir kütüphane. - Keybinder evrensel klavye kısayolları kayıtları için bir kütüphane ler içerir. Keybinder X Pencere Sistemi kullanarak GTK tabanlı uygulamalar ile çalışır. - + + keybinder + evrensel klavye kısayolları kayıtları için bir kütüphane. + Keybinder evrensel klavye kısayolları kayıtları için bir kütüphane ler içerir. Keybinder X Pencere Sistemi kullanarak GTK tabanlı uygulamalar ile çalışır. + - - keybinder-devel - keybinder için geliştirme dosyaları - + + keybinder-devel + keybinder için geliştirme dosyaları + diff --git a/desktop/xfce/addon/mousepad/actions.py b/desktop/xfce/addon/mousepad/actions.py index 78855e8c72..6e7ba6f5a5 100644 --- a/desktop/xfce/addon/mousepad/actions.py +++ b/desktop/xfce/addon/mousepad/actions.py @@ -9,14 +9,14 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - pisitools.cflags.add("-Wno-deprecated-declarations -Wno-incompatible-pointer-types") - autotools.configure("--enable-gtk3 --disable-static") + pisitools.cflags.add("-Wno-deprecated-declarations -Wno-incompatible-pointer-types") + autotools.configure("--enable-gtk3 --disable-static") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README.md", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README.md", "THANKS") diff --git a/desktop/xfce/addon/mousepad/pspec.xml b/desktop/xfce/addon/mousepad/pspec.xml index 122d74ab40..d00563fd19 100644 --- a/desktop/xfce/addon/mousepad/pspec.xml +++ b/desktop/xfce/addon/mousepad/pspec.xml @@ -1,64 +1,64 @@ - - mousepad - https://git.xfce.org/apps/mousepad/about/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - desktop.xfce.addon - app:gui - A simple text editor for Xfce - - 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.5/mousepad-0.5.1.tar.bz2 - - intltool - gtk3-devel - dbus-devel - glib2-devel - xfconf-devel - libxml2-devel - gtksourceview3-devel - - + + mousepad + https://git.xfce.org/apps/mousepad/about/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + desktop.xfce.addon + app:gui + A simple text editor for Xfce + + 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.5/mousepad-0.5.1.tar.bz2 + + intltool + gtk3-devel + dbus-devel + glib2-devel + xfconf-devel + libxml2-devel + gtksourceview3-devel + + - - mousepad - - gtk3 - glib2 - pango - xfconf - libxml2 - gtksourceview3 - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - + + mousepad + + gtk3 + glib2 + pango + xfconf + libxml2 + gtksourceview3 + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-12-24 - 0.5.1 - Version bump. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 0.4.90 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-12-24 + 0.5.1 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 0.4.90 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/mousepad/translations.xml b/desktop/xfce/addon/mousepad/translations.xml index b72f196638..1267c732db 100644 --- a/desktop/xfce/addon/mousepad/translations.xml +++ b/desktop/xfce/addon/mousepad/translations.xml @@ -1,8 +1,8 @@ - - mousepad - Xfce için küçük bir yazı düzenleyici - Mousepad, Xfce için yazılmış bir metin düzenleyicisidir. - + + mousepad + Xfce için küçük bir yazı düzenleyici + Mousepad, Xfce için yazılmış bir metin düzenleyicisidir. + diff --git a/desktop/xfce/addon/orage/actions.py b/desktop/xfce/addon/orage/actions.py index f03a2ab52b..4ff4bc2813 100644 --- a/desktop/xfce/addon/orage/actions.py +++ b/desktop/xfce/addon/orage/actions.py @@ -20,14 +20,14 @@ i = "-Wno-deprecated-declarations \ " def setup(): - pisitools.cflags.add(i) - autotools.configure(j) + pisitools.cflags.add(i) + autotools.configure(j) def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") diff --git a/desktop/xfce/addon/orage/files/libical3.patch b/desktop/xfce/addon/orage/files/libical3.patch index 2edd3a83b7..a423a84663 100644 --- a/desktop/xfce/addon/orage/files/libical3.patch +++ b/desktop/xfce/addon/orage/files/libical3.patch @@ -1,6 +1,6 @@ # from void linux orage pack. ---- a/src/ical-code.c 2015-04-10 13:26:26.000000000 +0300 -+++ b/src/ical-code.c 2019-11-04 08:25:57.898138096 +0300 +--- a/src/ical-code.c 2015-04-10 13:26:26.000000000 +0300 ++++ b/src/ical-code.c 2019-11-04 08:25:57.898138096 +0300 @@ -2579,7 +2579,6 @@ * when counting alarm time. */ if (rel == ICAL_RELATED_START) { diff --git a/desktop/xfce/addon/orage/pspec.xml b/desktop/xfce/addon/orage/pspec.xml index a3715cf636..83426a65d4 100644 --- a/desktop/xfce/addon/orage/pspec.xml +++ b/desktop/xfce/addon/orage/pspec.xml @@ -1,76 +1,76 @@ - - orage - https://github.com/balena/orage - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2 - app:gui - desktop.xfce.addon - A calendar for Xfce - Orage is a time-managing application for the Xfce desktop environment. - - https://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2 - - - gettext - intltool - db-devel - popt-devel - libical-devel - dbus-glib-devel - libnotify-devel - gdk-pixbuf-devel - xfce4-panel-devel - libxfce4util-devel - - - libical3.patch - - + + orage + https://github.com/balena/orage + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2 + app:gui + desktop.xfce.addon + A calendar for Xfce + Orage is a time-managing application for the Xfce desktop environment. + + https://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2 + + + gettext + intltool + db-devel + popt-devel + libical-devel + dbus-glib-devel + libnotify-devel + gdk-pixbuf-devel + xfce4-panel-devel + libxfce4util-devel + + + libical3.patch + + - - orage - - atk - dbus - gtk2 - popt - cairo - glib2 - pango - libX11 - libical - harfbuzz - freetype - dbus-glib - libnotify - gdk-pixbuf - fontconfig - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + orage + + atk + dbus + gtk2 + popt + cairo + glib2 + pango + libX11 + libical + harfbuzz + freetype + dbus-glib + libnotify + gdk-pixbuf + fontconfig + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - - - 2020-11-21 - 4.12.1 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-11-21 + 4.12.1 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/orage/translations.xml b/desktop/xfce/addon/orage/translations.xml index 54605dea5b..e4f4838e19 100644 --- a/desktop/xfce/addon/orage/translations.xml +++ b/desktop/xfce/addon/orage/translations.xml @@ -1,8 +1,8 @@ - - orage - Xfce için takvim - Orage, Xfce masaüstü yöneticisi için yapılmış zaman yönetimi uygulamasıdır. - + + orage + Xfce için takvim + Orage, Xfce masaüstü yöneticisi için yapılmış zaman yönetimi uygulamasıdır. + diff --git a/desktop/xfce/addon/parole/actions.py b/desktop/xfce/addon/parole/actions.py index 038f262095..62f9cc7896 100644 --- a/desktop/xfce/addon/parole/actions.py +++ b/desktop/xfce/addon/parole/actions.py @@ -16,15 +16,15 @@ i = "--disable-dependency-tracking \ " def setup(): - autotools.configure(i) + autotools.configure(i) - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO") diff --git a/desktop/xfce/addon/parole/pspec.xml b/desktop/xfce/addon/parole/pspec.xml index 31e0d5e42d..3d566d2343 100644 --- a/desktop/xfce/addon/parole/pspec.xml +++ b/desktop/xfce/addon/parole/pspec.xml @@ -1,94 +1,94 @@ - - parole - https://docs.xfce.org/apps/parole/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A modern simple media player - - Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. Parole is designed with simplicity, speed and resource usage in mind. - - - https://archive.xfce.org/src/apps/parole/1.0/parole-1.0.5.tar.bz2 - - - gtk-doc - intltool - gtk3-devel - python-six - glib2-devel - docbook-xsl - xfconf-devel - taglib-devel - libxslt-devel - libnotify-devel - gstreamer-devel - dbus-glib-devel - libxfce4ui-devel - libxfce4util-devel - gst-plugins-base-devel - - - - - + + parole + https://docs.xfce.org/apps/parole/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A modern simple media player + + Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. Parole is designed with simplicity, speed and resource usage in mind. + + + https://archive.xfce.org/src/apps/parole/1.0/parole-1.0.5.tar.bz2 + + + gtk-doc + intltool + gtk3-devel + python-six + glib2-devel + docbook-xsl + xfconf-devel + taglib-devel + libxslt-devel + libnotify-devel + gstreamer-devel + dbus-glib-devel + libxfce4ui-devel + libxfce4util-devel + gst-plugins-base-devel + + + + + - - parole - - gtk3 - dbus - glib2 - cairo - taglib - xfconf - libX11 - gstreamer - dbus-glib - libnotify - gdk-pixbuf - libxfce4ui - libxfce4util - gst-plugins-base - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + parole + + gtk3 + dbus + glib2 + cairo + taglib + xfconf + libX11 + gstreamer + dbus-glib + libnotify + gdk-pixbuf + libxfce4ui + libxfce4util + gst-plugins-base + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - parole-devel - Development files for parole - - parole - glib2-devel - gtk3-devel - libxfce4util-devel - - - /usr/include - /usr/share/gtk-doc - - + + parole-devel + Development files for parole + + parole + glib2-devel + gtk3-devel + libxfce4util-devel + + + /usr/include + /usr/share/gtk-doc + + - - - 2020-11-21 - 1.0.5 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-11-21 + 1.0.5 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/parole/translations.xml b/desktop/xfce/addon/parole/translations.xml index 83a50e6fb6..248ed50508 100644 --- a/desktop/xfce/addon/parole/translations.xml +++ b/desktop/xfce/addon/parole/translations.xml @@ -1,14 +1,14 @@ - - parole - Basit ve modern bir medya oynatıcı - Parole GStreamer üzerine Xfce masaüstüne iyi uyum sağlayacak şekilde yazılmış basit ve modern bir medya oynatıcıdır. Basitlik, hız ve kaynak kullanımı göz önünde tutularak yazılmıştır. - + + parole + Basit ve modern bir medya oynatıcı + Parole GStreamer üzerine Xfce masaüstüne iyi uyum sağlayacak şekilde yazılmış basit ve modern bir medya oynatıcıdır. Basitlik, hız ve kaynak kullanımı göz önünde tutularak yazılmıştır. + - - parole-devel - parole için geliştirme dosyaları - + + parole-devel + parole için geliştirme dosyaları + diff --git a/desktop/xfce/addon/ristretto/actions.py b/desktop/xfce/addon/ristretto/actions.py index 06f0bbc69e..4e8e6e9f53 100644 --- a/desktop/xfce/addon/ristretto/actions.py +++ b/desktop/xfce/addon/ristretto/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS") diff --git a/desktop/xfce/addon/ristretto/pspec.xml b/desktop/xfce/addon/ristretto/pspec.xml index 69241decf5..69f545a985 100644 --- a/desktop/xfce/addon/ristretto/pspec.xml +++ b/desktop/xfce/addon/ristretto/pspec.xml @@ -1,68 +1,68 @@ - - ristretto - https://docs.xfce.org/apps/ristretto/start - - Engin Manap - enginmanap@comu.edu.tr - - GPLv2 - app:gui - desktop.xfce.addon - Image viewer for Xfce - - Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment. - - - https://archive.xfce.org/src/apps/ristretto/0.10/ristretto-0.10.0.tar.bz2 - - - intltool - gtk3-devel - xfconf-devel - libgsf-devel - libexif-devel - tumbler-devel - libxfce4ui-devel - gdk-pixbuf-devel - poppler-glib-devel - libxfce4util-devel - libjpeg-turbo-devel - - + + ristretto + https://docs.xfce.org/apps/ristretto/start + + Engin Manap + enginmanap@comu.edu.tr + + GPLv2 + app:gui + desktop.xfce.addon + Image viewer for Xfce + + Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment. + + + https://archive.xfce.org/src/apps/ristretto/0.10/ristretto-0.10.0.tar.bz2 + + + intltool + gtk3-devel + xfconf-devel + libgsf-devel + libexif-devel + tumbler-devel + libxfce4ui-devel + gdk-pixbuf-devel + poppler-glib-devel + libxfce4util-devel + libjpeg-turbo-devel + + - - ristretto - - gtk3 - file - glib2 - cairo - pango - xfconf - libX11 - libexif - gdk-pixbuf - libxfce4ui - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - + + ristretto + + gtk3 + file + glib2 + cairo + pango + xfconf + libX11 + libexif + gdk-pixbuf + libxfce4ui + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-11-21 - 0.10.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-11-21 + 0.10.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/ristretto/translations.xml b/desktop/xfce/addon/ristretto/translations.xml index c66fae8810..ecc2b90ed2 100644 --- a/desktop/xfce/addon/ristretto/translations.xml +++ b/desktop/xfce/addon/ristretto/translations.xml @@ -1,9 +1,9 @@ - - ristretto - Xfce için resim göstericisi - Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleyicisidir. - + + ristretto + Xfce için resim göstericisi + Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleyicisidir. + diff --git a/desktop/xfce/addon/thunar-archive-plugin/actions.py b/desktop/xfce/addon/thunar-archive-plugin/actions.py index 4befb09238..fe76b9f537 100644 --- a/desktop/xfce/addon/thunar-archive-plugin/actions.py +++ b/desktop/xfce/addon/thunar-archive-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--libexecdir=/usr/lib/xfce4 --enable-gtk3 --disable-static") + autotools.configure("--libexecdir=/usr/lib/xfce4 --enable-gtk3 --disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch b/desktop/xfce/addon/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch index e95fbbe0e4..361b0e5411 100644 --- a/desktop/xfce/addon/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch +++ b/desktop/xfce/addon/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch @@ -1,22 +1,22 @@ diff -ur thunar-archive-plugin-0.3.1.old/scripts/ark.tap thunar-archive-plugin-0.3.1/scripts/ark.tap ---- thunar-archive-plugin-0.3.1.old/scripts/ark.tap 2013-05-11 13:48:30.000000000 +0400 -+++ thunar-archive-plugin-0.3.1/scripts/ark.tap 2015-07-05 12:56:25.288680104 +0400 +--- thunar-archive-plugin-0.3.1.old/scripts/ark.tap 2013-05-11 13:48:30.000000000 +0400 ++++ thunar-archive-plugin-0.3.1/scripts/ark.tap 2015-07-05 12:56:25.288680104 +0400 @@ -30,15 +30,15 @@ # check the action case $action in create) -- exec ark --add "$@" -+ exec ark --dialog --add "$@" - ;; +- exec ark --add "$@" ++ exec ark --dialog --add "$@" + ;; extract-here) -- exec ark --extract-to "$folder" "$@" -+ exec ark --batch --destination "$folder" "$@" - ;; +- exec ark --extract-to "$folder" "$@" ++ exec ark --batch --destination "$folder" "$@" + ;; extract-to) -- exec ark --extract "$@" -+ exec ark --batch --dialog --autodestination "$@" - ;; +- exec ark --extract "$@" ++ exec ark --batch --dialog --autodestination "$@" + ;; *) diff --git a/desktop/xfce/addon/thunar-archive-plugin/pspec.xml b/desktop/xfce/addon/thunar-archive-plugin/pspec.xml index 61db401774..ba92c58e81 100644 --- a/desktop/xfce/addon/thunar-archive-plugin/pspec.xml +++ b/desktop/xfce/addon/thunar-archive-plugin/pspec.xml @@ -1,58 +1,58 @@ - - thunar-archive-plugin - https://docs.xfce.org/xfce/thunar/archive - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - A plugin allows you to create and extract archive files - The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager. - - https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.4/thunar-archive-plugin-0.4.0.tar.bz2 - - - intltool - exo-devel - gtk3-devel - glib2-devel - thunar-devel - + + thunar-archive-plugin + https://docs.xfce.org/xfce/thunar/archive + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A plugin allows you to create and extract archive files + The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager. + + https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.4/thunar-archive-plugin-0.4.0.tar.bz2 + + + intltool + exo-devel + gtk3-devel + glib2-devel + thunar-devel + 0.3.1-fix-kde-ark.patch - + - - thunar-archive-plugin - - thunar - exo - gtk3 - glib2 - file-roller - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc + + thunar-archive-plugin + + thunar + exo + gtk3 + glib2 + file-roller + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc /usr/libexec/thunar-archive-plugin - - + + - - - 2020-11-21 - 0.4.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-11-21 + 0.4.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/thunar-archive-plugin/translations.xml b/desktop/xfce/addon/thunar-archive-plugin/translations.xml index ac3ad18764..3bde90fbec 100644 --- a/desktop/xfce/addon/thunar-archive-plugin/translations.xml +++ b/desktop/xfce/addon/thunar-archive-plugin/translations.xml @@ -1,8 +1,8 @@ - - thunar-archive-plugin - Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti - The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir. - + + thunar-archive-plugin + Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti + The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir. + diff --git a/desktop/xfce/addon/thunar-media-tags-plugin/actions.py b/desktop/xfce/addon/thunar-media-tags-plugin/actions.py index 65e3da5201..0d9bdf85d9 100644 --- a/desktop/xfce/addon/thunar-media-tags-plugin/actions.py +++ b/desktop/xfce/addon/thunar-media-tags-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") diff --git a/desktop/xfce/addon/thunar-media-tags-plugin/pspec.xml b/desktop/xfce/addon/thunar-media-tags-plugin/pspec.xml index d7ba474fce..5379eabeaa 100644 --- a/desktop/xfce/addon/thunar-media-tags-plugin/pspec.xml +++ b/desktop/xfce/addon/thunar-media-tags-plugin/pspec.xml @@ -1,60 +1,60 @@ - - thunar-media-tags-plugin - https://docs.xfce.org/xfce/thunar/media-tags - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - Thunar - app:gui - desktop.xfce.addon - Thunar media tags plugin - - The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager. - - - https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.3/thunar-media-tags-plugin-0.3.0.tar.bz2 - - - gettext - intltool - exo-devel - thunar-devel - taglib-devel - libxml2-devel - libxfce4ui-devel - libxfce4util-devel - - + + thunar-media-tags-plugin + https://docs.xfce.org/xfce/thunar/media-tags + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + Thunar + app:gui + desktop.xfce.addon + Thunar media tags plugin + + The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager. + + + https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.3/thunar-media-tags-plugin-0.3.0.tar.bz2 + + + gettext + intltool + exo-devel + thunar-devel + taglib-devel + libxml2-devel + libxfce4ui-devel + libxfce4util-devel + + - - thunar-media-tags-plugin - - exo - atk - gtk3 - glib2 - thunar - taglib - - - /usr/lib - /usr/share/locale - /usr/share/doc - - + + thunar-media-tags-plugin + + exo + atk + gtk3 + glib2 + thunar + taglib + + + /usr/lib + /usr/share/locale + /usr/share/doc + + - - - 2020-11-21 - 0.3.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-11-21 + 0.3.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/thunar-media-tags-plugin/translations.xml b/desktop/xfce/addon/thunar-media-tags-plugin/translations.xml index 54a2d8b048..76cb47b3b6 100644 --- a/desktop/xfce/addon/thunar-media-tags-plugin/translations.xml +++ b/desktop/xfce/addon/thunar-media-tags-plugin/translations.xml @@ -1,7 +1,7 @@ - - thunar-media-tags-plugin - Thunar çoklu ortam bilgi eklentisi - + + thunar-media-tags-plugin + Thunar çoklu ortam bilgi eklentisi + diff --git a/desktop/xfce/addon/thunar-sendto-clamtk/actions.py b/desktop/xfce/addon/thunar-sendto-clamtk/actions.py index 41840732fa..145567b519 100644 --- a/desktop/xfce/addon/thunar-sendto-clamtk/actions.py +++ b/desktop/xfce/addon/thunar-sendto-clamtk/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pisitools def install(): - pisitools.insinto("/usr/share/Thunar/sendto/", "thunar-sendto-clamtk.desktop") - pisitools.dodoc("CHANGES", "DISCLAIMER", "LICENSE", "README") - pisitools.doman("thunar-sendto-clamtk.1.gz") + pisitools.insinto("/usr/share/Thunar/sendto/", "thunar-sendto-clamtk.desktop") + pisitools.dodoc("CHANGES", "DISCLAIMER", "LICENSE", "README") + pisitools.doman("thunar-sendto-clamtk.1.gz") diff --git a/desktop/xfce/addon/thunar-sendto-clamtk/pspec.xml b/desktop/xfce/addon/thunar-sendto-clamtk/pspec.xml index 9a31ac0c65..bbf71e81ad 100644 --- a/desktop/xfce/addon/thunar-sendto-clamtk/pspec.xml +++ b/desktop/xfce/addon/thunar-sendto-clamtk/pspec.xml @@ -1,42 +1,42 @@ - - thunar-sendto-clamtk - https://bitbucket.org/davem_/thunar-sendto-clamtk/src/master/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - data - Right-click send-to ClamTk functionality within Thunar - thunar-sendto-clamtk is a small package to add right-click send-to ClamTk functionality within Thunar. - - https://github.com/dave-theunsub/thunar-sendto-clamtk/archive/master.zip - - + + thunar-sendto-clamtk + https://bitbucket.org/davem_/thunar-sendto-clamtk/src/master/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + data + Right-click send-to ClamTk functionality within Thunar + thunar-sendto-clamtk is a small package to add right-click send-to ClamTk functionality within Thunar. + + https://github.com/dave-theunsub/thunar-sendto-clamtk/archive/master.zip + + - - thunar-sendto-clamtk - - clamav-gui - - - /usr/share/man - /usr/share/doc - /usr/share/Thunar/sendto/thunar-sendto-clamtk.desktop - - + + thunar-sendto-clamtk + + clamav-gui + + + /usr/share/man + /usr/share/doc + /usr/share/Thunar/sendto/thunar-sendto-clamtk.desktop + + - - - 2020-11-23 - 0.06 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-11-23 + 0.06 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/thunar-sendto-clamtk/translations.xml b/desktop/xfce/addon/thunar-sendto-clamtk/translations.xml index 36f0d7984d..221b92af57 100644 --- a/desktop/xfce/addon/thunar-sendto-clamtk/translations.xml +++ b/desktop/xfce/addon/thunar-sendto-clamtk/translations.xml @@ -1,9 +1,9 @@ - - thunar-sendto-clamtk - Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlar - thunar-sendto-clamtk Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlayan basit bir pakettir. - + + thunar-sendto-clamtk + Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlar + thunar-sendto-clamtk Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlayan basit bir pakettir. + diff --git a/desktop/xfce/addon/thunar-shares-plugin/actions.py b/desktop/xfce/addon/thunar-shares-plugin/actions.py index 4c27431129..72ab4480d6 100644 --- a/desktop/xfce/addon/thunar-shares-plugin/actions.py +++ b/desktop/xfce/addon/thunar-shares-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static --disable-dependency-tracking") + autotools.configure("--disable-static --disable-dependency-tracking") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/thunar-shares-plugin/pspec.xml b/desktop/xfce/addon/thunar-shares-plugin/pspec.xml index e1cc6c6636..8fb0eb42cd 100644 --- a/desktop/xfce/addon/thunar-shares-plugin/pspec.xml +++ b/desktop/xfce/addon/thunar-shares-plugin/pspec.xml @@ -1,55 +1,55 @@ - - thunar-shares-plugin - https://docs.xfce.org/xfce/thunar/thunar-shares-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - Thunar Shares Plugin - - The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba from Thunar (the XFCE file manager) without requiring root access. - - - https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/0.3/thunar-shares-plugin-0.3.1.tar.bz2 - - - intltool - gtk3-devel - glib2-devel - samba-devel - thunar-devel - - - + + thunar-shares-plugin + https://docs.xfce.org/xfce/thunar/thunar-shares-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + Thunar Shares Plugin + + The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba from Thunar (the XFCE file manager) without requiring root access. + + + https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/0.3/thunar-shares-plugin-0.3.1.tar.bz2 + + + intltool + gtk3-devel + glib2-devel + samba-devel + thunar-devel + + + - - thunar-shares-plugin - - thunar - glib2 - gtk3 - samba - - - /usr/lib - /usr/share/locale - /usr/share/doc - - + + thunar-shares-plugin + + thunar + glib2 + gtk3 + samba + + + /usr/lib + /usr/share/locale + /usr/share/doc + + - - - 2020-12-05 - 0.3.1 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-12-05 + 0.3.1 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/thunar-shares-plugin/translations.xml b/desktop/xfce/addon/thunar-shares-plugin/translations.xml index aaa3d4fbce..bd330d46f4 100644 --- a/desktop/xfce/addon/thunar-shares-plugin/translations.xml +++ b/desktop/xfce/addon/thunar-shares-plugin/translations.xml @@ -1,8 +1,8 @@ - - thunar-shares-plugin - Samba kullanarak hızlı bir şekilde dizin paylaşmanıza izin veren bir eklenti - thunar-shares-plugin, root yetkileri gerektirmeden Samba kullanarak Thunar'dan hızlı bir şekilde dizin paylaşmanıza izin verir. - + + thunar-shares-plugin + Samba kullanarak hızlı bir şekilde dizin paylaşmanıza izin veren bir eklenti + thunar-shares-plugin, root yetkileri gerektirmeden Samba kullanarak Thunar'dan hızlı bir şekilde dizin paylaşmanıza izin verir. + diff --git a/desktop/xfce/addon/thunar-vcs-plugin/actions.py b/desktop/xfce/addon/thunar-vcs-plugin/actions.py index 4162db6cfc..b98fc18b7c 100644 --- a/desktop/xfce/addon/thunar-vcs-plugin/actions.py +++ b/desktop/xfce/addon/thunar-vcs-plugin/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--enable-git --enable-subversion") + autotools.configure("--enable-git --enable-subversion") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/thunar-vcs-plugin/pspec.xml b/desktop/xfce/addon/thunar-vcs-plugin/pspec.xml index 2ce78e2429..f6ddd6506c 100644 --- a/desktop/xfce/addon/thunar-vcs-plugin/pspec.xml +++ b/desktop/xfce/addon/thunar-vcs-plugin/pspec.xml @@ -1,63 +1,63 @@ - - thunar-vcs-plugin - https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - An SVN integration and GIT integration to Thunar - - The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives a SVN integration and GIT integration to Thunar. - - - https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2 - - - intltool - exo-devel - thunar-devel - subversion-devel - - + + thunar-vcs-plugin + https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + An SVN integration and GIT integration to Thunar + + The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives a SVN integration and GIT integration to Thunar. + + + https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2 + + + intltool + exo-devel + thunar-devel + subversion-devel + + - - thunar-vcs-plugin - - apr - exo - atk - gtk3 - cairo - pango - glib2 - thunar - harfbuzz - subversion - gdk-pixbuf - libxfce4util - - - /usr/libexec - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + thunar-vcs-plugin + + apr + exo + atk + gtk3 + cairo + pango + glib2 + thunar + harfbuzz + subversion + gdk-pixbuf + libxfce4util + + + /usr/libexec + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-12-05 - 0.2.0 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-12-05 + 0.2.0 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/thunar-vcs-plugin/translations.xml b/desktop/xfce/addon/thunar-vcs-plugin/translations.xml index 5e26e28fcb..8f69b0e9a1 100644 --- a/desktop/xfce/addon/thunar-vcs-plugin/translations.xml +++ b/desktop/xfce/addon/thunar-vcs-plugin/translations.xml @@ -1,8 +1,8 @@ - - thunar-vcs-plugin - Thunar için svn ve git entegrasyonu sağlar - thunar-vcs-plugin, Thunar için Subversion ve Git entegrasyonu sağlayan bir modüldür. - + + thunar-vcs-plugin + Thunar için svn ve git entegrasyonu sağlar + thunar-vcs-plugin, Thunar için Subversion ve Git entegrasyonu sağlayan bir modüldür. + diff --git a/desktop/xfce/addon/thunarx-python/actions.py b/desktop/xfce/addon/thunarx-python/actions.py index 2a82800830..7b8b62e0b9 100644 --- a/desktop/xfce/addon/thunarx-python/actions.py +++ b/desktop/xfce/addon/thunarx-python/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-dependency-tracking") + autotools.configure("--disable-dependency-tracking") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog*", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog*", "NEWS", "README") diff --git a/desktop/xfce/addon/thunarx-python/pspec.xml b/desktop/xfce/addon/thunarx-python/pspec.xml index 917bd8c3d5..8a84505387 100644 --- a/desktop/xfce/addon/thunarx-python/pspec.xml +++ b/desktop/xfce/addon/thunarx-python/pspec.xml @@ -1,58 +1,58 @@ - - thunarx-python - https://goodies.xfce.org/projects/bindings/thunarx-python - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - Thunarx Python bindings - thunarx-python is Python binding for Thunar - - https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.1.tar.bz2 - - - gtk3-devel - thunar-devel - python-devel - python-gtk-devel + + thunarx-python + https://goodies.xfce.org/projects/bindings/thunarx-python + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + Thunarx Python bindings + thunarx-python is Python binding for Thunar + + https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.1.tar.bz2 + + + gtk3-devel + thunar-devel + python-devel + python-gtk-devel python-pygobject-devel python-pygobject3-devel python3-pygobject3-devel - python-pygobject3-devel - + python-pygobject3-devel + thunarx-python-0.5.1-py38.patch thunarx-python-0.5.1-fno-common.patch - + - - thunarx-python - - gtk3 - glib2 - thunar - python - - - /usr/lib - /usr/share/doc - - + + thunarx-python + + gtk3 + glib2 + thunar + python + + + /usr/lib + /usr/share/doc + + - - - 2020-12-05 - 0.5.1 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-12-05 + 0.5.1 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/thunarx-python/translations.xml b/desktop/xfce/addon/thunarx-python/translations.xml index 226ccec239..4a92cc6b6a 100644 --- a/desktop/xfce/addon/thunarx-python/translations.xml +++ b/desktop/xfce/addon/thunarx-python/translations.xml @@ -1,9 +1,9 @@ - - thunarx-python - Thunarx Python bağlayıcıları - thunarx-python Thunar için Python bağlayıcıları içeren bir kitaplıktır. - + + thunarx-python + Thunarx Python bağlayıcıları + thunarx-python Thunar için Python bağlayıcıları içeren bir kitaplıktır. + diff --git a/desktop/xfce/addon/xfburn/actions.py b/desktop/xfce/addon/xfburn/actions.py index 5ca2be8382..0637f73001 100644 --- a/desktop/xfce/addon/xfburn/actions.py +++ b/desktop/xfce/addon/xfburn/actions.py @@ -9,14 +9,14 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - pisitools.cflags.add("-Wno-deprecated-declarations") - autotools.configure("--enable-gudev --enable-gstreamer --disable-static") + pisitools.cflags.add("-Wno-deprecated-declarations") + autotools.configure("--enable-gudev --enable-gstreamer --disable-static") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") diff --git a/desktop/xfce/addon/xfburn/pspec.xml b/desktop/xfce/addon/xfburn/pspec.xml index 246a2a5396..db18144533 100644 --- a/desktop/xfce/addon/xfburn/pspec.xml +++ b/desktop/xfce/addon/xfburn/pspec.xml @@ -1,70 +1,70 @@ - - xfburn - https://docs.xfce.org/apps/xfburn - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A simple CD/DVD burning tool - - Xfburn is a simple CD/DVD burning tool based on libburnia libraries. - - - https://archive.xfce.org/src/apps/xfburn/0.6/xfburn-0.6.2.tar.bz2 - - - libxfce4ui-devel - gstreamer-devel - libisofs-devel - libgudev-devel - librsvg-devel - libburn-devel - gtk3-devel - dbus-devel - exo-devel - intltool - gst-plugins-base-devel - - + + xfburn + https://docs.xfce.org/apps/xfburn + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A simple CD/DVD burning tool + + Xfburn is a simple CD/DVD burning tool based on libburnia libraries. + + + https://archive.xfce.org/src/apps/xfburn/0.6/xfburn-0.6.2.tar.bz2 + + + libxfce4ui-devel + gstreamer-devel + libisofs-devel + libgudev-devel + librsvg-devel + libburn-devel + gtk3-devel + dbus-devel + exo-devel + intltool + gst-plugins-base-devel + + - - xfburn - - gst-plugins-base - libxfce4util - libxfce4ui - gdk-pixbuf - gstreamer - libisofs - libgudev - libburn - glib2 - gtk3 - exo - desktop-file-utils - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - /usr/share/man/man1 - - + + xfburn + + gst-plugins-base + libxfce4util + libxfce4ui + gdk-pixbuf + gstreamer + libisofs + libgudev + libburn + glib2 + gtk3 + exo + desktop-file-utils + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + /usr/share/man/man1 + + - - - 2020-12-05 - 0.6.2 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - + + + 2020-12-05 + 0.6.2 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + diff --git a/desktop/xfce/addon/xfburn/translations.xml b/desktop/xfce/addon/xfburn/translations.xml index 48526221a2..04959348c5 100644 --- a/desktop/xfce/addon/xfburn/translations.xml +++ b/desktop/xfce/addon/xfburn/translations.xml @@ -1,9 +1,9 @@ - - xfburn - Basit bir CD/DVD yazma aracı - Xfburn libburnia kitaplıklarını kullanan basit bir CD/DVD yazma aracıdır. - + + xfburn + Basit bir CD/DVD yazma aracı + Xfburn libburnia kitaplıklarını kullanan basit bir CD/DVD yazma aracıdır. + diff --git a/desktop/xfce/addon/xfce-polkit/actions.py b/desktop/xfce/addon/xfce-polkit/actions.py index 1d5cb44be6..873ba80bf9 100644 --- a/desktop/xfce/addon/xfce-polkit/actions.py +++ b/desktop/xfce/addon/xfce-polkit/actions.py @@ -10,14 +10,14 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - shelltools.system("aclocal && autoconf && automake --add-missing --foreign") - autotools.configure() + shelltools.system("aclocal && autoconf && automake --add-missing --foreign") + autotools.configure() def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "INSTALL", "LICENSE", "README.md") + pisitools.dodoc("AUTHORS", "INSTALL", "LICENSE", "README.md") diff --git a/desktop/xfce/addon/xfce-polkit/pspec.xml b/desktop/xfce/addon/xfce-polkit/pspec.xml index 89c2bf373b..b4f6e2a7e7 100644 --- a/desktop/xfce/addon/xfce-polkit/pspec.xml +++ b/desktop/xfce/addon/xfce-polkit/pspec.xml @@ -1,62 +1,62 @@ - - xfce-polkit - https://github.com/ncopa/xfce-polkit - - fury - wascheme@tuta.io - - GPLv2 - app:console - desktop.xfce.addon - A simple PolicyKit authentication agent for XFCE - A simple PolicyKit authentication agent for XFCE - - https://codeload.github.com/ncopa/xfce-polkit/tar.gz/v0.3 - - - python3 - intltool - glib2-devel - polkit-devel - libpcre2-devel - libxfce4ui-devel - - + + xfce-polkit + https://github.com/ncopa/xfce-polkit + + fury + wascheme@tuta.io + + GPLv2 + app:console + desktop.xfce.addon + A simple PolicyKit authentication agent for XFCE + A simple PolicyKit authentication agent for XFCE + + https://codeload.github.com/ncopa/xfce-polkit/tar.gz/v0.3 + + + python3 + intltool + glib2-devel + polkit-devel + libpcre2-devel + libxfce4ui-devel + + - - xfce-polkit - - gtk3 - glib2 - polkit - libpcre2 - libxfce4ui - - - /etc - /usr/libexec - /usr/share/doc - - + + xfce-polkit + + gtk3 + glib2 + polkit + libpcre2 + libxfce4ui + + + /etc + /usr/libexec + /usr/share/doc + + - - - 0.3 - 2020-06-25 - Rebuild - wascheme@tuta.io - fury - - - 0.3 - 2019-07-11 - First build. - wascheme@tuta.io - fury - - + + + 0.3 + 2020-06-25 + Rebuild + wascheme@tuta.io + fury + + + 0.3 + 2019-07-11 + First build. + wascheme@tuta.io + fury + + diff --git a/desktop/xfce/addon/xfce4-battery-plugin/actions.py b/desktop/xfce/addon/xfce4-battery-plugin/actions.py index e6faea05bb..7a244e8f77 100644 --- a/desktop/xfce/addon/xfce4-battery-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-battery-plugin/actions.py @@ -9,16 +9,16 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() - - # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + autotools.configure() + + # for fix unused dependency + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-battery-plugin/pspec.xml b/desktop/xfce/addon/xfce4-battery-plugin/pspec.xml index 2e6d2b6248..255d0b944f 100644 --- a/desktop/xfce/addon/xfce4-battery-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-battery-plugin/pspec.xml @@ -1,55 +1,55 @@ - - xfce4-battery-plugin - https://docs.xfce.org/panel-plugins/xfce4-battery-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - LGPLv2 - library - desktop.xfce.addon - Battery monitor panel plugin for Xfce4 - A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD. - - https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2 - - - intltool - gtk3-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - + + xfce4-battery-plugin + https://docs.xfce.org/panel-plugins/xfce4-battery-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + LGPLv2 + library + desktop.xfce.addon + Battery monitor panel plugin for Xfce4 + A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD. + + https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2 + + + intltool + gtk3-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + + - - xfce4-battery-plugin - - gtk3 - glib2 - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-battery-plugin + + gtk3 + glib2 + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 1.1.3 - Rebuild - fury - wascheme@tuta.io - - + + + 2020-06-25 + 1.1.3 + Rebuild + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-battery-plugin/translations.xml b/desktop/xfce/addon/xfce4-battery-plugin/translations.xml index f8cfb59bd5..cba675e841 100644 --- a/desktop/xfce/addon/xfce4-battery-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-battery-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-battery-plugin - Xfce4 için pil izleme paneli eklentisi - Xfce4 için bir pil izleme paneli eklentisidir, Linux ve *BSD için APM ve ACPI ile uyumludur. - + + xfce4-battery-plugin + Xfce4 için pil izleme paneli eklentisi + Xfce4 için bir pil izleme paneli eklentisidir, Linux ve *BSD için APM ve ACPI ile uyumludur. + diff --git a/desktop/xfce/addon/xfce4-clipman-plugin/actions.py b/desktop/xfce/addon/xfce4-clipman-plugin/actions.py index 3d93ae4be6..ecbc34016b 100644 --- a/desktop/xfce/addon/xfce4-clipman-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-clipman-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml b/desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml index 1fd8c6fb1b..33adc55aec 100644 --- a/desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml @@ -1,68 +1,68 @@ - - xfce4-clipman-plugin - https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin - - fury - wascheme@tuta.io - - GPLv2 - desktop.xfce.addon - app:gui - Clipboard manager for the Xfce Panel. - - Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes. - - - https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.1.tar.bz2 - - - intltool - gtk3-devel - glib2-devel - libXpm-devel - xfconf-devel - libXtst-devel - qrencode-devel - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-clipman-plugin + https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin + + fury + wascheme@tuta.io + + GPLv2 + desktop.xfce.addon + app:gui + Clipboard manager for the Xfce Panel. + + Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes. + + + https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.1.tar.bz2 + + + intltool + gtk3-devel + glib2-devel + libXpm-devel + xfconf-devel + libXtst-devel + qrencode-devel + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-clipman-plugin - - gtk3 - glib2 - xfconf - libX11 - libXtst - qrencode - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-clipman-plugin + + gtk3 + glib2 + xfconf + libX11 + libXtst + qrencode + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-12-05 - 1.6.1 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + + + 2020-12-05 + 1.6.1 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/addon/xfce4-datetime-plugin/actions.py b/desktop/xfce/addon/xfce4-datetime-plugin/actions.py index 689e28ed75..6819e4ec00 100644 --- a/desktop/xfce/addon/xfce4-datetime-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-datetime-plugin/actions.py @@ -20,10 +20,10 @@ def setup(): pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-datetime-plugin/pspec.xml b/desktop/xfce/addon/xfce4-datetime-plugin/pspec.xml index 8c9002252d..731648e755 100644 --- a/desktop/xfce/addon/xfce4-datetime-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-datetime-plugin/pspec.xml @@ -1,53 +1,53 @@ - - xfce4-datetime-plugin - https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - This plugin shows the date and time in the panel - xfce4-datetime-plugin shows the date and time in the panel, and a calendar appears when you left-click on it. - - https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.8/xfce4-datetime-plugin-0.8.0.tar.bz2 - - - xfce4-panel-devel - intltool - libxfce4ui-devel - - + + xfce4-datetime-plugin + https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + This plugin shows the date and time in the panel + xfce4-datetime-plugin shows the date and time in the panel, and a calendar appears when you left-click on it. + + https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.8/xfce4-datetime-plugin-0.8.0.tar.bz2 + + + xfce4-panel-devel + intltool + libxfce4ui-devel + + - - xfce4-datetime-plugin - - xfce4-panel - gtk3 - glib2 - pango - libxfce4ui - libxfce4util - - - /usr/lib - /usr/share/xfce4 - /usr/share/locale - /usr/share/doc - - + + xfce4-datetime-plugin + + xfce4-panel + gtk3 + glib2 + pango + libxfce4ui + libxfce4util + + + /usr/lib + /usr/share/xfce4 + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 0.8.0 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 0.8.0 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-datetime-plugin/translations.xml b/desktop/xfce/addon/xfce4-datetime-plugin/translations.xml index 5845552cfc..ae90d9bb40 100644 --- a/desktop/xfce/addon/xfce4-datetime-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-datetime-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-datetime-plugin - Panelde tarih ve zamanı gösteren eklenti - xfce4-datetime-plugin panelde tarih ve zamanı gösterir ve sol tıladığınızda bir takvim açılır. - + + xfce4-datetime-plugin + Panelde tarih ve zamanı gösteren eklenti + xfce4-datetime-plugin panelde tarih ve zamanı gösterir ve sol tıladığınızda bir takvim açılır. + diff --git a/desktop/xfce/addon/xfce4-dict/actions.py b/desktop/xfce/addon/xfce4-dict/actions.py index 237909744c..f6d6c5f00f 100644 --- a/desktop/xfce/addon/xfce4-dict/actions.py +++ b/desktop/xfce/addon/xfce4-dict/actions.py @@ -10,16 +10,16 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS()) - autotools.configure() + shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS()) + autotools.configure() - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-dict/pspec.xml b/desktop/xfce/addon/xfce4-dict/pspec.xml index fe28f20405..ba7f547e23 100644 --- a/desktop/xfce/addon/xfce4-dict/pspec.xml +++ b/desktop/xfce/addon/xfce4-dict/pspec.xml @@ -1,47 +1,47 @@ - - xfce4-dict - https://docs.xfce.org/apps/xfce4-dict/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A client program to query different dictionaries - xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result. + + xfce4-dict + https://docs.xfce.org/apps/xfce4-dict/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A client program to query different dictionaries + xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result. https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.4.tar.bz2 - - xfce4-panel-devel - intltool - libxfce4ui-devel - - + + xfce4-panel-devel + intltool + libxfce4ui-devel + + - - xfce4-dict - - gtk3 - glib2 - pango - libX11 - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + xfce4-dict + + gtk3 + glib2 + pango + libX11 + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + @@ -51,12 +51,12 @@ Mustafa Cinasal muscnsl@gmail.com - - 2020-06-25 - 0.8.3 - Rebuild. - fury - wascheme@tuta.io - - + + 2020-06-25 + 0.8.3 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-dict/translations.xml b/desktop/xfce/addon/xfce4-dict/translations.xml index 299e4b594e..d01bfbef56 100644 --- a/desktop/xfce/addon/xfce4-dict/translations.xml +++ b/desktop/xfce/addon/xfce4-dict/translations.xml @@ -1,9 +1,9 @@ - - xfce4-dict - Değişik sözlüklerden sorgular yapmayı sağlayan bir istemci - xfce4-dict değişik sözlüklerden kelime ya da deyimler aramanızı sağlar ve size gösterir. - + + xfce4-dict + Değişik sözlüklerden sorgular yapmayı sağlayan bir istemci + xfce4-dict değişik sözlüklerden kelime ya da deyimler aramanızı sağlar ve size gösterir. + diff --git a/desktop/xfce/addon/xfce4-diskperf-plugin/actions.py b/desktop/xfce/addon/xfce4-diskperf-plugin/actions.py index 2090c693d8..0e1993a79a 100644 --- a/desktop/xfce/addon/xfce4-diskperf-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-diskperf-plugin/actions.py @@ -17,10 +17,10 @@ def setup(): pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-diskperf-plugin/pspec.xml b/desktop/xfce/addon/xfce4-diskperf-plugin/pspec.xml index fffcda96c7..8450228f65 100644 --- a/desktop/xfce/addon/xfce4-diskperf-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-diskperf-plugin/pspec.xml @@ -1,53 +1,53 @@ - - xfce4-diskperf-plugin - https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - BSD-2 - xfce4-panel - app:gui - desktop.xfce.addon - A disk usage and performance panel plugin for Xfce - A disk usage and performance panel plugin for Xfce. - - https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/xfce4-diskperf-plugin-2.6.2.tar.bz2 - - - xfce4-panel-devel - intltool - libxfce4ui-devel - - + + xfce4-diskperf-plugin + https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + BSD-2 + xfce4-panel + app:gui + desktop.xfce.addon + A disk usage and performance panel plugin for Xfce + A disk usage and performance panel plugin for Xfce. + + https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/xfce4-diskperf-plugin-2.6.2.tar.bz2 + + + xfce4-panel-devel + intltool + libxfce4ui-devel + + - - xfce4-diskperf-plugin - - gtk3 - glib2 - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/share/doc - /usr/share/locale - /usr/share/xfce4 - /usr/lib - - + + xfce4-diskperf-plugin + + gtk3 + glib2 + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/share/doc + /usr/share/locale + /usr/share/xfce4 + /usr/lib + + - - - 2020-06-25 - 2.6.2 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 2.6.2 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-diskperf-plugin/translations.xml b/desktop/xfce/addon/xfce4-diskperf-plugin/translations.xml index 479c4a1e1d..92be1b5aaf 100644 --- a/desktop/xfce/addon/xfce4-diskperf-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-diskperf-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-diskperf-plugin - Xfce disk bilgisi eklentisi - xfce4-diskperf-plugin, disk performansı ve kullanımı hakkında bilgi veren Xfce4 paneli eklentisidir. - + + xfce4-diskperf-plugin + Xfce disk bilgisi eklentisi + xfce4-diskperf-plugin, disk performansı ve kullanımı hakkında bilgi veren Xfce4 paneli eklentisidir. + diff --git a/desktop/xfce/addon/xfce4-genmon-plugin/actions.py b/desktop/xfce/addon/xfce4-genmon-plugin/actions.py index f698030a76..fe9a5eaa00 100644 --- a/desktop/xfce/addon/xfce4-genmon-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-genmon-plugin/actions.py @@ -9,19 +9,19 @@ 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() + # 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 ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS", "README") + 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 fc4125b651..8cde81820d 100644 --- a/desktop/xfce/addon/xfce4-genmon-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-genmon-plugin/pspec.xml @@ -1,61 +1,61 @@ - - xfce4-genmon-plugin - https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin - - fury - wascheme@tuta.io - - LGPLv2.1 - library - desktop.xfce.addon - Display cyclically run script or program output onto the panel - - 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.1/xfce4-genmon-plugin-4.1.0.tar.bz2 - - intltool - gtk3-devel - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-genmon-plugin + https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin + + fury + wascheme@tuta.io + + LGPLv2.1 + library + desktop.xfce.addon + Display cyclically run script or program output onto the panel + + 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.1/xfce4-genmon-plugin-4.1.0.tar.bz2 + + intltool + gtk3-devel + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-genmon-plugin - - gtk3 - glib2 - pango - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-genmon-plugin + + gtk3 + glib2 + pango + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-12-24 - 4.1.0 - Ver. bump - wascheme@tuta.io - fury - - - 2020-06-25 - 4.0.2 - Rebuild. - wascheme@tuta.io - fury - - + + + 2020-12-24 + 4.1.0 + Ver. bump + wascheme@tuta.io + fury + + + 2020-06-25 + 4.0.2 + Rebuild. + wascheme@tuta.io + fury + + diff --git a/desktop/xfce/addon/xfce4-mailwatch-plugin/actions.py b/desktop/xfce/addon/xfce4-mailwatch-plugin/actions.py index 1e7ea2f283..34a03c166f 100644 --- a/desktop/xfce/addon/xfce4-mailwatch-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-mailwatch-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-mailwatch-plugin/pspec.xml b/desktop/xfce/addon/xfce4-mailwatch-plugin/pspec.xml index 6910eba060..b00a1aea7e 100644 --- a/desktop/xfce/addon/xfce4-mailwatch-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-mailwatch-plugin/pspec.xml @@ -1,64 +1,64 @@ - - xfce4-mailwatch-plugin - https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app - desktop.xfce.addon - A mailbox plugin for Xfce4 - A mailbox watch/check plugin for the Xfce4 panel - - https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/xfce4-mailwatch-plugin-1.3.0.tar.bz2 - - - intltool - exo-devel - gtk3-devel - gnutls-devel - openssl-devel - libgcrypt-devel - gdk-pixbuf-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - + + xfce4-mailwatch-plugin + https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app + desktop.xfce.addon + A mailbox plugin for Xfce4 + A mailbox watch/check plugin for the Xfce4 panel + + https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/xfce4-mailwatch-plugin-1.3.0.tar.bz2 + + + intltool + exo-devel + gtk3-devel + gnutls-devel + openssl-devel + libgcrypt-devel + gdk-pixbuf-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + + - - xfce4-mailwatch-plugin - - exo - gtk3 - gnutls - openssl - libgcrypt - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-mailwatch-plugin + + exo + gtk3 + gnutls + openssl + libgcrypt + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-12-06 - 1.3.0 - First Beta release. - fury - wascheme@tuta.io - - + + + 2020-12-06 + 1.3.0 + First Beta release. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-mailwatch-plugin/translations.xml b/desktop/xfce/addon/xfce4-mailwatch-plugin/translations.xml index 10a9fefb20..74a9a0bbfc 100644 --- a/desktop/xfce/addon/xfce4-mailwatch-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-mailwatch-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-mailwatch-plugin - Xfce4 için posta kutusu eklentisi - xfce4-mailwatch-plugin,Xfce4 paneline yerleşen posta kutusu uygulamasıdır. - + + xfce4-mailwatch-plugin + Xfce4 için posta kutusu eklentisi + xfce4-mailwatch-plugin,Xfce4 paneline yerleşen posta kutusu uygulamasıdır. + diff --git a/desktop/xfce/addon/xfce4-mount-plugin/actions.py b/desktop/xfce/addon/xfce4-mount-plugin/actions.py index 04b5a38b33..4974cd677a 100644 --- a/desktop/xfce/addon/xfce4-mount-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-mount-plugin/actions.py @@ -19,10 +19,10 @@ def setup(): pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO") diff --git a/desktop/xfce/addon/xfce4-mount-plugin/pspec.xml b/desktop/xfce/addon/xfce4-mount-plugin/pspec.xml index 9400866570..fa44f86b8c 100644 --- a/desktop/xfce/addon/xfce4-mount-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-mount-plugin/pspec.xml @@ -1,59 +1,59 @@ - - xfce4-mount-plugin - https://docs.xfce.org/panel-plugins/xfce4-mount-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - A mount/umount utility - - xfce4-mount-plugin is a mount/umount utility for the panel. - - - https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.3.tar.bz2 - - - intltool - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-mount-plugin + https://docs.xfce.org/panel-plugins/xfce4-mount-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A mount/umount utility + + xfce4-mount-plugin is a mount/umount utility for the panel. + + + https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.3.tar.bz2 + + + intltool + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-mount-plugin - - atk - gtk3 - glib2 - cairo - pango - gdk-pixbuf - fontconfig - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-mount-plugin + + atk + gtk3 + glib2 + cairo + pango + gdk-pixbuf + fontconfig + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 1.1.3 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 1.1.3 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-mount-plugin/translations.xml b/desktop/xfce/addon/xfce4-mount-plugin/translations.xml index 12a930f4d9..425e281f3b 100644 --- a/desktop/xfce/addon/xfce4-mount-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-mount-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-mount-plugin - Bir bağlama(mount)/koparma(umount) modülü - xfce4-mount-plugin Xfce için bir bağlama(mount)/koparma(umount) modülüdür. - + + xfce4-mount-plugin + Bir bağlama(mount)/koparma(umount) modülü + xfce4-mount-plugin Xfce için bir bağlama(mount)/koparma(umount) modülüdür. + diff --git a/desktop/xfce/addon/xfce4-notes-plugin/actions.py b/desktop/xfce/addon/xfce4-notes-plugin/actions.py index bf9c1f895e..62221d7c34 100644 --- a/desktop/xfce/addon/xfce4-notes-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-notes-plugin/actions.py @@ -11,16 +11,16 @@ from pisi.actionsapi import get i = "-Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-deprecated-declarations" def setup(): - pisitools.cflags.add(i) - autotools.configure("--disable-static") + pisitools.cflags.add(i) + autotools.configure("--disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-notes-plugin/pspec.xml b/desktop/xfce/addon/xfce4-notes-plugin/pspec.xml index f2e26764f0..11661de745 100644 --- a/desktop/xfce/addon/xfce4-notes-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-notes-plugin/pspec.xml @@ -1,61 +1,61 @@ - - xfce4-notes-plugin - https://docs.xfce.org/panel-plugins/xfce4-notes-plugin - - Alper Tekinalp - admins@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - Notes plugin provides you a quick way you had do with Post-It's - The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's. - - https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/xfce4-notes-plugin-1.8.1.tar.bz2 - - - intltool - libunique-devel - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-notes-plugin + https://docs.xfce.org/panel-plugins/xfce4-notes-plugin + + Alper Tekinalp + admins@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + Notes plugin provides you a quick way you had do with Post-It's + The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's. + + https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/xfce4-notes-plugin-1.8.1.tar.bz2 + + + intltool + libunique-devel + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-notes-plugin - - gtk2 - cairo - glib2 - pango - libX11 - xfconf - libunique - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-notes-plugin + + gtk2 + cairo + glib2 + pango + libX11 + xfconf + libunique + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 1.8.1 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 1.8.1 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-notes-plugin/translations.xml b/desktop/xfce/addon/xfce4-notes-plugin/translations.xml index 309e38bb6e..ed4cbc9da1 100644 --- a/desktop/xfce/addon/xfce4-notes-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-notes-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-notes-plugin - Panel için not eklenti - xfce4-notes-plugin panelde kullanabileceğiniz Post-itlerle yapabileceğiniz herşeyi yapmanıza imkan sağlayan bir eklentidir. - + + xfce4-notes-plugin + Panel için not eklenti + xfce4-notes-plugin panelde kullanabileceğiniz Post-itlerle yapabileceğiniz herşeyi yapmanıza imkan sağlayan bir eklentidir. + diff --git a/desktop/xfce/addon/xfce4-notifyd/actions.py b/desktop/xfce/addon/xfce4-notifyd/actions.py index 664e2367ff..e7d59dce0f 100644 --- a/desktop/xfce/addon/xfce4-notifyd/actions.py +++ b/desktop/xfce/addon/xfce4-notifyd/actions.py @@ -11,17 +11,17 @@ from pisi.actionsapi import get pisitools.cflags.add("-Wno-deprecated-declarations") def setup(): - autotools.configure("--enable-dbus-start-daemon \ - --enable-old-get-server-information-signature \ - --enable-old-notification-closed-signature") + autotools.configure("--enable-dbus-start-daemon \ + --enable-old-get-server-information-signature \ + --enable-old-notification-closed-signature") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.removeDir("usr/lib/systemd") + pisitools.removeDir("usr/lib/systemd") - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-notifyd/pspec.xml b/desktop/xfce/addon/xfce4-notifyd/pspec.xml index 4962d15a3b..5dc14257b5 100644 --- a/desktop/xfce/addon/xfce4-notifyd/pspec.xml +++ b/desktop/xfce/addon/xfce4-notifyd/pspec.xml @@ -1,60 +1,60 @@ - - xfce4-notifyd - https://docs.xfce.org/apps/notifyd/start - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A notification deamon - - The Xfce Notify Daemon (xfce4-notifyd for short) is a smallish program that implements the “server-side” portion of the Freedesktop desktop notifications specification. - + + xfce4-notifyd + https://docs.xfce.org/apps/notifyd/start + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A notification deamon + + The Xfce Notify Daemon (xfce4-notifyd for short) is a smallish program that implements the “server-side” portion of the Freedesktop desktop notifications specification. + https://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-0.6.2.tar.bz2 - - python3 - intltool - libX11-devel - libXpm-devel - libICE-devel - libnotify-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - + + python3 + intltool + libX11-devel + libXpm-devel + libICE-devel + libnotify-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + + - - xfce4-notifyd - - atk - gtk3 - glib2 - cairo - pango - libX11 - xfconf - harfbuzz - libnotify - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + xfce4-notifyd + + atk + gtk3 + glib2 + cairo + pango + libX11 + xfconf + harfbuzz + libnotify + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + @@ -64,12 +64,12 @@ Mustafa Cinasal muscnsl@gmail.com - - 2020-06-25 - 0.6.1 - Ver. bump - fury - wascheme@tuta.io - - + + 2020-06-25 + 0.6.1 + Ver. bump + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-notifyd/translations.xml b/desktop/xfce/addon/xfce4-notifyd/translations.xml index 8930426fd3..d194e1c24f 100644 --- a/desktop/xfce/addon/xfce4-notifyd/translations.xml +++ b/desktop/xfce/addon/xfce4-notifyd/translations.xml @@ -1,9 +1,9 @@ - - xfce4-notifyd - Bir uyarı gösterici - Xfce Notify Daemon Freedesktop masaüstü uyarı sisteminin sunucu tarafını gerçekleştiren küçük bir uygulamadır. - + + xfce4-notifyd + Bir uyarı gösterici + Xfce Notify Daemon Freedesktop masaüstü uyarı sisteminin sunucu tarafını gerçekleştiren küçük bir uygulamadır. + diff --git a/desktop/xfce/addon/xfce4-panel-profiles/actions.py b/desktop/xfce/addon/xfce4-panel-profiles/actions.py index 5cb4d6de4b..ab753df361 100644 --- a/desktop/xfce/addon/xfce4-panel-profiles/actions.py +++ b/desktop/xfce/addon/xfce4-panel-profiles/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.rawConfigure("--python=python3 --prefix=/usr") + autotools.rawConfigure("--python=python3 --prefix=/usr") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) -# pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") +# pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-panel-profiles/pspec.xml b/desktop/xfce/addon/xfce4-panel-profiles/pspec.xml index 407c95a37b..d84169ed53 100644 --- a/desktop/xfce/addon/xfce4-panel-profiles/pspec.xml +++ b/desktop/xfce/addon/xfce4-panel-profiles/pspec.xml @@ -1,55 +1,55 @@ - - xfce4-panel-profiles - https://docs.xfce.org/apps/xfce4-panel-profiles/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.xfce.addon - A simple application to manage Xfce panel layouts. - - With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts. - - - https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.10.tar.bz2 - - - intltool - python3-devel - xfce4-panel-devel - - + + xfce4-panel-profiles + https://docs.xfce.org/apps/xfce4-panel-profiles/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.xfce.addon + A simple application to manage Xfce panel layouts. + + With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts. + + + https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.10.tar.bz2 + + + intltool + python3-devel + xfce4-panel-devel + + - - xfce4-panel-profiles - - gtk3 - cairo - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-panel-profiles + + gtk3 + cairo + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 1.0.10 - Ver. bump - fury - wascheme@tuta.io - - + + + 2020-06-25 + 1.0.10 + Ver. bump + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-panel-profiles/translations.xml b/desktop/xfce/addon/xfce4-panel-profiles/translations.xml index d9c04abdf5..d50fd698fc 100644 --- a/desktop/xfce/addon/xfce4-panel-profiles/translations.xml +++ b/desktop/xfce/addon/xfce4-panel-profiles/translations.xml @@ -1,8 +1,8 @@ - - xfce4-panel-profiles - Xfce4 Paneli için bir kullanıcı değiştirme modülü - xfce4-panel-profiles, Xfce4 Paneli için bir kullanıcı değiştirme modülüdür. Mevcut oturumu açık bırakarak başka bir kullanıcıyla yeni bir oturum açılmasına izin verir. - + + xfce4-panel-profiles + Xfce4 Paneli için bir kullanıcı değiştirme modülü + xfce4-panel-profiles, Xfce4 Paneli için bir kullanıcı değiştirme modülüdür. Mevcut oturumu açık bırakarak başka bir kullanıcıyla yeni bir oturum açılmasına izin verir. + diff --git a/desktop/xfce/addon/xfce4-places-plugin/actions.py b/desktop/xfce/addon/xfce4-places-plugin/actions.py index 30516d820d..968f6d9225 100644 --- a/desktop/xfce/addon/xfce4-places-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-places-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--enable-notifications --enable-gio-unix --disable-static") + autotools.configure("--enable-notifications --enable-gio-unix --disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-places-plugin/pspec.xml b/desktop/xfce/addon/xfce4-places-plugin/pspec.xml index 21d2309d83..f5a6c02ec7 100644 --- a/desktop/xfce/addon/xfce4-places-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-places-plugin/pspec.xml @@ -1,64 +1,64 @@ - - xfce4-places-plugin - https://docs.xfce.org/panel-plugins/xfce4-places-plugin - - fury - wascheme@tuta.io - - GPLv2 - library - desktop.xfce.addon - Quick access to folders, documents, and removable media - - The plugin adds a small button to the panel. Clicking on it opens a menu, which shows: 1) System folders: home directory, trash, desktop, file system 2) Removable media 3) User-defined bookmarks 4) Recent Documents - - - https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.1.tar.bz2 - - - intltool - exo-devel - gtk3-devel - glib2-devel - libnotify-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - + + xfce4-places-plugin + https://docs.xfce.org/panel-plugins/xfce4-places-plugin + + fury + wascheme@tuta.io + + GPLv2 + library + desktop.xfce.addon + Quick access to folders, documents, and removable media + + The plugin adds a small button to the panel. Clicking on it opens a menu, which shows: 1) System folders: home directory, trash, desktop, file system 2) Removable media 3) User-defined bookmarks 4) Recent Documents + + + https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.1.tar.bz2 + + + intltool + exo-devel + gtk3-devel + glib2-devel + libnotify-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + + - - xfce4-places-plugin - - exo - gtk3 - glib2 - xfconf - libnotify - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-places-plugin + + exo + gtk3 + glib2 + xfconf + libnotify + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 1.8.1 - Rebuild. - wascheme@tuta.io - fury - - + + + 2020-06-25 + 1.8.1 + Rebuild. + wascheme@tuta.io + fury + + diff --git a/desktop/xfce/addon/xfce4-pulseaudio-plugin/actions.py b/desktop/xfce/addon/xfce4-pulseaudio-plugin/actions.py index b6822aa4c0..cefa9a92c9 100644 --- a/desktop/xfce/addon/xfce4-pulseaudio-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-pulseaudio-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-pulseaudio-plugin/pspec.xml b/desktop/xfce/addon/xfce4-pulseaudio-plugin/pspec.xml index bc912cc6ab..59cf8027d6 100644 --- a/desktop/xfce/addon/xfce4-pulseaudio-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-pulseaudio-plugin/pspec.xml @@ -1,73 +1,73 @@ - - xfce4-pulseaudio-plugin - https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - Xfce pulseaudio plugin - - Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output volume of the PulseAudio mixer - - - https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-0.4.3.tar.bz2 - - - intltool - exo-devel - gtk3-devel - libXpm-devel - libX11-devel - libwnck3-devel - libnotify-devel - keybinder-devel - dbus-glib-devel - libxfce4ui-devel - xfce4-panel-devel - pulseaudio-libs-devel - - + + xfce4-pulseaudio-plugin + https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + Xfce pulseaudio plugin + + Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output volume of the PulseAudio mixer + + + https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-0.4.3.tar.bz2 + + + intltool + exo-devel + gtk3-devel + libXpm-devel + libX11-devel + libwnck3-devel + libnotify-devel + keybinder-devel + dbus-glib-devel + libxfce4ui-devel + xfce4-panel-devel + pulseaudio-libs-devel + + - - xfce4-pulseaudio-plugin - - exo - gtk3 - glib2 - xfconf - libX11 - libwnck3 - libnotify - keybinder - dbus-glib - gdk-pixbuf - libxfce4ui - xfce4-panel - pavucontrol - libxfce4util - pulseaudio-libs - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-pulseaudio-plugin + + exo + gtk3 + glib2 + xfconf + libX11 + libwnck3 + libnotify + keybinder + dbus-glib + gdk-pixbuf + libxfce4ui + xfce4-panel + pavucontrol + libxfce4util + pulseaudio-libs + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 0.4.3 - Ver. bump - fury - wascheme@tuta.io - - + + + 2020-06-25 + 0.4.3 + Ver. bump + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-pulseaudio-plugin/translations.xml b/desktop/xfce/addon/xfce4-pulseaudio-plugin/translations.xml index b7c25d938a..257c216afa 100644 --- a/desktop/xfce/addon/xfce4-pulseaudio-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-pulseaudio-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-pulseaudio-plugin - Xfce ses çıkışını denetleyen bir eklenti - Xfce ses çıkışını denetleyen bir eklenti - + + xfce4-pulseaudio-plugin + Xfce ses çıkışını denetleyen bir eklenti + Xfce ses çıkışını denetleyen bir eklenti + diff --git a/desktop/xfce/addon/xfce4-screensaver/actions.py b/desktop/xfce/addon/xfce4-screensaver/actions.py index 1bfe09e2da..c670c54c38 100644 --- a/desktop/xfce/addon/xfce4-screensaver/actions.py +++ b/desktop/xfce/addon/xfce4-screensaver/actions.py @@ -9,23 +9,23 @@ from pisi.actionsapi import autotools from pisi.actionsapi import get def setup(): - autotools.configure("--enable-authentication-scheme=pam --enable-locking --enable-pam \ - \ - --disable-static \ - \ - --with-pam-auth-type=system \ - --with-console-kit \ - --with-mit-ext \ - --with-shadow \ - --with-libgl \ - \ - --without-systemd") + autotools.configure("--enable-authentication-scheme=pam --enable-locking --enable-pam \ + \ + --disable-static \ + \ + --with-pam-auth-type=system \ + --with-console-kit \ + --with-mit-ext \ + --with-shadow \ + --with-libgl \ + \ + --without-systemd") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("COPYING*", "INSTALL", "NEWS", "README.md") + pisitools.dodoc("COPYING*", "INSTALL", "NEWS", "README.md") diff --git a/desktop/xfce/addon/xfce4-screensaver/pspec.xml b/desktop/xfce/addon/xfce4-screensaver/pspec.xml index 4619d876be..4b561954ca 100644 --- a/desktop/xfce/addon/xfce4-screensaver/pspec.xml +++ b/desktop/xfce/addon/xfce4-screensaver/pspec.xml @@ -1,82 +1,82 @@ - - xfce4-screensaver - https://docs.xfce.org/apps/screensaver/start - - fury - wascheme@tuta.io - - GPLv2 - LGPLv2 - LGPLv2.1 - desktop.xfce.addon - app:utility - Xfce Screensaver - - 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.11.tar.bz2 - - xmlto - intltool - pam-devel - gtk3-devel - glib2-devel - libSM-devel - libICE-devel - libX11-devel - xfconf-devel - garcon-devel - libwnck3-devel - libglvnd-devel - dbus-glib-devel - libxklavier-devel - libXScrnSaver-devel - - + + xfce4-screensaver + https://docs.xfce.org/apps/screensaver/start + + fury + wascheme@tuta.io + + GPLv2 + LGPLv2 + LGPLv2.1 + desktop.xfce.addon + app:utility + Xfce Screensaver + + 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.11.tar.bz2 + + xmlto + intltool + pam-devel + gtk3-devel + glib2-devel + libSM-devel + libICE-devel + libX11-devel + xfconf-devel + garcon-devel + libwnck3-devel + libglvnd-devel + dbus-glib-devel + libxklavier-devel + libXScrnSaver-devel + + - - xfce4-screensaver - - pam - gtk3 - dbus - mesa - glib2 - pango - cairo - libX11 - xfconf - garcon - libXext - libwnck3 - libglvnd - dbus-glib - gdk-pixbuf - libxfce4ui - libxklavier - libXScrnSaver - - - /etc - /usr/bin - /usr/libexec - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + xfce4-screensaver + + pam + gtk3 + dbus + mesa + glib2 + pango + cairo + libX11 + xfconf + garcon + libXext + libwnck3 + libglvnd + dbus-glib + gdk-pixbuf + libxfce4ui + libxklavier + libXScrnSaver + + + /etc + /usr/bin + /usr/libexec + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - - - 2020-12-24 - 0.1.11 - Ver. bump - wascheme@tuta.io - fury - - + + + 2020-12-24 + 0.1.11 + Ver. bump + wascheme@tuta.io + fury + + diff --git a/desktop/xfce/addon/xfce4-screenshooter/actions.py b/desktop/xfce/addon/xfce4-screenshooter/actions.py index 880ae194cc..712803cb2d 100644 --- a/desktop/xfce/addon/xfce4-screenshooter/actions.py +++ b/desktop/xfce/addon/xfce4-screenshooter/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--prefix=/usr --disable-dependency-tracking") + autotools.configure("--prefix=/usr --disable-dependency-tracking") - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README*") + pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README*") diff --git a/desktop/xfce/addon/xfce4-screenshooter/pspec.xml b/desktop/xfce/addon/xfce4-screenshooter/pspec.xml index a808ddfdce..f8b8b5be19 100644 --- a/desktop/xfce/addon/xfce4-screenshooter/pspec.xml +++ b/desktop/xfce/addon/xfce4-screenshooter/pspec.xml @@ -1,63 +1,63 @@ - - xfce4-screenshooter - https://docs.xfce.org/apps/screenshooter/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A plugin allows you to capture the entire screen - - This application allows you to capture the entire screen, the active window or a selected region. - + + xfce4-screenshooter + https://docs.xfce.org/apps/screenshooter/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A plugin allows you to capture the entire screen + + This application allows you to capture the entire screen, the active window or a selected region. + https://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/xfce4-screenshooter-1.9.8.tar.bz2 - - python3 - intltool - exo-devel - libSM-devel - libX11-devel - libsoup-devel - libxfce4ui-devel - xfce4-panel-devel - - + + python3 + intltool + exo-devel + libSM-devel + libX11-devel + libsoup-devel + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-screenshooter - - exo - gtk3 - glib2 - cairo - pango - libSM - libICE - libX11 - libxml2 - libXext - libsoup - libXfixes - gdk-pixbuf - libxfce4ui - fontconfig - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + xfce4-screenshooter + + exo + gtk3 + glib2 + cairo + pango + libSM + libICE + libX11 + libxml2 + libXext + libsoup + libXfixes + gdk-pixbuf + libxfce4ui + fontconfig + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + @@ -67,12 +67,12 @@ Mustafa Cinasal muscnsl@gmail.com - - 2020-06-25 - 1.9.7 - Rebuild. - fury - wascheme@tuta.io - - + + 2020-06-25 + 1.9.7 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-screenshooter/translations.xml b/desktop/xfce/addon/xfce4-screenshooter/translations.xml index b564a89217..1e7449ed3d 100644 --- a/desktop/xfce/addon/xfce4-screenshooter/translations.xml +++ b/desktop/xfce/addon/xfce4-screenshooter/translations.xml @@ -1,9 +1,9 @@ - - xfce4-screenshooter - Ekran görüntüsü alma eklentisi - xfce4-screenshooter ekranın bir kısmının, tamamının ya da sadece aktif pencerenin ekran görüntüsünü almanızı sağlar. - + + xfce4-screenshooter + Ekran görüntüsü alma eklentisi + xfce4-screenshooter ekranın bir kısmının, tamamının ya da sadece aktif pencerenin ekran görüntüsünü almanızı sağlar. + diff --git a/desktop/xfce/addon/xfce4-sensors-plugin/actions.py b/desktop/xfce/addon/xfce4-sensors-plugin/actions.py index a9fb8e8a45..de58bf8521 100644 --- a/desktop/xfce/addon/xfce4-sensors-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-sensors-plugin/actions.py @@ -15,15 +15,15 @@ i = "--enable-procacpi \ " def setup(): - autotools.configure(i) + autotools.configure(i) - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-sensors-plugin/pspec.xml b/desktop/xfce/addon/xfce4-sensors-plugin/pspec.xml index 285ebda730..6ac0c96c26 100644 --- a/desktop/xfce/addon/xfce4-sensors-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-sensors-plugin/pspec.xml @@ -1,71 +1,71 @@ - - xfce4-sensors-plugin - https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - desktop.xfce.addon - app:gui - Sensors plugin for Xfce4 Panel - Reads your hardware sensor values and displays them in your panel - - https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.3/xfce4-sensors-plugin-1.3.92.tar.bz2 - - - acpi - acpid - acpica - intltool - gtk3-devel - libnotify-devel - lm_sensors-devel - libxfce4ui-devel - xfce4-panel-devel - + + xfce4-sensors-plugin + https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + desktop.xfce.addon + app:gui + Sensors plugin for Xfce4 Panel + Reads your hardware sensor values and displays them in your panel + + https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.3/xfce4-sensors-plugin-1.3.92.tar.bz2 + + + acpi + acpid + acpica + intltool + gtk3-devel + libnotify-devel + lm_sensors-devel + libxfce4ui-devel + xfce4-panel-devel + xfce4-sensors-plugin-1.3.92-gcc-10.patch - + - - xfce4-sensors-plugin - - acpi - gtk3 - cairo - pango - glib2 - acpid - acpica - libnotify - lm_sensors - libxfce4ui - gdk-pixbuf - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - /usr/share/man - - + + xfce4-sensors-plugin + + acpi + gtk3 + cairo + pango + glib2 + acpid + acpica + libnotify + lm_sensors + libxfce4ui + gdk-pixbuf + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + /usr/share/man + + - - - 2020-06-25 - 1.3.92 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 1.3.92 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-sensors-plugin/translations.xml b/desktop/xfce/addon/xfce4-sensors-plugin/translations.xml index 29257b82ec..5fe65f9b4e 100644 --- a/desktop/xfce/addon/xfce4-sensors-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-sensors-plugin/translations.xml @@ -1,12 +1,12 @@ - - xfce4-sensors-plugin - Xfce 4 paneli için algılayıcılar eklentisi. - Donanım algılayıcılarınızın okuduğu değerleri panelizde gösterir. Örneğin; ekran kartnızın ısısı, işlemcinizin ısısı, ... - + + xfce4-sensors-plugin + Xfce 4 paneli için algılayıcılar eklentisi. + Donanım algılayıcılarınızın okuduğu değerleri panelizde gösterir. Örneğin; ekran kartnızın ısısı, işlemcinizin ısısı, ... + - - xfce4-sensors-plugin-devel - xfce4-sensors-plugin için geliştirme dosyaları - + + xfce4-sensors-plugin-devel + xfce4-sensors-plugin için geliştirme dosyaları + diff --git a/desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py b/desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py index 12a415a402..4b5bbd0e9d 100644 --- a/desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py @@ -9,17 +9,17 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - # fix build failure w/ xfce4-panel-4.15.0 - pisitools.dosed("src/smartbookmark.c", "", "") - autotools.configure() - - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + # fix build failure w/ xfce4-panel-4.15.0 + pisitools.dosed("src/smartbookmark.c", "", "") + autotools.configure() + + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml b/desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml index 72e9efab7d..285af367dc 100644 --- a/desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml @@ -1,52 +1,52 @@ - - xfce4-smartbookmark-plugin - https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - A plugin allows you to send requests directly to your browser to make search - xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search. - - https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.1.tar.bz2 - - - intltool - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-smartbookmark-plugin + https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A plugin allows you to send requests directly to your browser to make search + xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search. + + https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.1.tar.bz2 + + + intltool + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-smartbookmark-plugin - - gtk3 - glib2 - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share/doc - /usr/share/xfce4 - /usr/share/locale - - + + xfce4-smartbookmark-plugin + + gtk3 + glib2 + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share/doc + /usr/share/xfce4 + /usr/share/locale + + - - - 2020-06-25 - 0.5.1 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 0.5.1 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-smartbookmark-plugin/translations.xml b/desktop/xfce/addon/xfce4-smartbookmark-plugin/translations.xml index 4fb027fbc9..d7ccc41dda 100644 --- a/desktop/xfce/addon/xfce4-smartbookmark-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-smartbookmark-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-smartbookmark-plugin - Tarayıcınıza arama yapmak için direk istek göndermenizi sağlayan modül - xfce4-smartbookmark-plugin tarayıcınıza direkt istek göndermenizi ve arama yapmanızı sağlayan bir Xfce modülüdür. - + + xfce4-smartbookmark-plugin + Tarayıcınıza arama yapmak için direk istek göndermenizi sağlayan modül + xfce4-smartbookmark-plugin tarayıcınıza direkt istek göndermenizi ve arama yapmanızı sağlayan bir Xfce modülüdür. + diff --git a/desktop/xfce/addon/xfce4-systemload-plugin/actions.py b/desktop/xfce/addon/xfce4-systemload-plugin/actions.py index e40c2171cb..a33e5ef46e 100644 --- a/desktop/xfce/addon/xfce4-systemload-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-systemload-plugin/actions.py @@ -9,18 +9,18 @@ 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/systemload.c", "", "") - autotools.configure() - - - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + # fix build failure w/ xfce4-panel-4.15.0 + pisitools.dosed("panel-plugin/systemload.c", "", "") + autotools.configure() + + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-systemload-plugin/pspec.xml b/desktop/xfce/addon/xfce4-systemload-plugin/pspec.xml index 7458b27b44..9231dba7a1 100644 --- a/desktop/xfce/addon/xfce4-systemload-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-systemload-plugin/pspec.xml @@ -1,55 +1,55 @@ - - xfce4-systemload-plugin - https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - BSD-2 - xfce4-panel - app:gui - desktop.xfce.addon - Xfce4 system load plugin - - Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel. - - - https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2 - - - intltool - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-systemload-plugin + https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + BSD-2 + xfce4-panel + app:gui + desktop.xfce.addon + Xfce4 system load plugin + + Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel. + + + https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2 + + + intltool + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-systemload-plugin - - gtk3 - glib2 - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-systemload-plugin + + gtk3 + glib2 + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 1.2.3 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 1.2.3 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-systemload-plugin/translations.xml b/desktop/xfce/addon/xfce4-systemload-plugin/translations.xml index 4e6214c9bd..f7c721a7dc 100644 --- a/desktop/xfce/addon/xfce4-systemload-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-systemload-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-systemload-plugin - Xfce4 sistem çağrı eklentisi - Xfce4-systemload-plugin, Xfce panelinde o anki işlemci yükü, bellek ve swap alanı kullanımını gösteren bir eklentidir. - + + xfce4-systemload-plugin + Xfce4 sistem çağrı eklentisi + Xfce4-systemload-plugin, Xfce panelinde o anki işlemci yükü, bellek ve swap alanı kullanımını gösteren bir eklentidir. + diff --git a/desktop/xfce/addon/xfce4-time-out-plugin/actions.py b/desktop/xfce/addon/xfce4-time-out-plugin/actions.py index d9e088aa91..f0d551e83c 100644 --- a/desktop/xfce/addon/xfce4-time-out-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-time-out-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS") diff --git a/desktop/xfce/addon/xfce4-time-out-plugin/pspec.xml b/desktop/xfce/addon/xfce4-time-out-plugin/pspec.xml index d89765b3b0..85b4037cbe 100644 --- a/desktop/xfce/addon/xfce4-time-out-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-time-out-plugin/pspec.xml @@ -1,54 +1,54 @@ - - xfce4-time-out-plugin - https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - A module allows to take periodical breaks from the computer - This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. - - https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.1.tar.bz2 - - - intltool - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-time-out-plugin + https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A module allows to take periodical breaks from the computer + This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. + + https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.1.tar.bz2 + + + intltool + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-time-out-plugin - - gtk3 - cairo - glib2 - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-time-out-plugin + + gtk3 + cairo + glib2 + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-07-07 - 1.1.1 - Ver. bump - fury - wascheme@tuta.io - - + + + 2020-07-07 + 1.1.1 + Ver. bump + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-time-out-plugin/translations.xml b/desktop/xfce/addon/xfce4-time-out-plugin/translations.xml index a45a7793f8..8bf0c28190 100644 --- a/desktop/xfce/addon/xfce4-time-out-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-time-out-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-time-out-plugin - Periyodik bir şekilde bilgisayardan kopmayı sağlayan bir eklenti - Bu, X dakika aralıklarla bilgisayardan kopmalara izin veren bir modüldür. Kopmalar sırasında ekran kilitlenir. Seçimli olarak kırılmaları ertelemeye izin verir. - + + xfce4-time-out-plugin + Periyodik bir şekilde bilgisayardan kopmayı sağlayan bir eklenti + Bu, X dakika aralıklarla bilgisayardan kopmalara izin veren bir modüldür. Kopmalar sırasında ekran kilitlenir. Seçimli olarak kırılmaları ertelemeye izin verir. + diff --git a/desktop/xfce/addon/xfce4-timer-plugin/actions.py b/desktop/xfce/addon/xfce4-timer-plugin/actions.py index 6493f00761..7ab3d0121b 100644 --- a/desktop/xfce/addon/xfce4-timer-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-timer-plugin/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static") + autotools.configure("--disable-static") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") diff --git a/desktop/xfce/addon/xfce4-timer-plugin/pspec.xml b/desktop/xfce/addon/xfce4-timer-plugin/pspec.xml index d8e718e12b..d04b916843 100644 --- a/desktop/xfce/addon/xfce4-timer-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-timer-plugin/pspec.xml @@ -1,60 +1,60 @@ - - xfce4-timer-plugin - https://docs.xfce.org/panel-plugins/xfce4-timer-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - xfce4-panel - app:gui - desktop.xfce.addon - Timer plugin for Xfce4 panel - - With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc. - - - https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.1.tar.bz2 - - - intltool - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-timer-plugin + https://docs.xfce.org/panel-plugins/xfce4-timer-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + xfce4-panel + app:gui + desktop.xfce.addon + Timer plugin for Xfce4 panel + + With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc. + + + https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.1.tar.bz2 + + + intltool + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-timer-plugin - - atk - gtk3 - glib2 - cairo - pango - harfbuzz - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-timer-plugin + + atk + gtk3 + glib2 + cairo + pango + harfbuzz + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-08-01 - 1.7.1 - Ver. bump - fury - wascheme@tuta.io - - + + + 2020-08-01 + 1.7.1 + Ver. bump + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-timer-plugin/translations.xml b/desktop/xfce/addon/xfce4-timer-plugin/translations.xml index 360f63927c..68683a605f 100644 --- a/desktop/xfce/addon/xfce4-timer-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-timer-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-timer-plugin - Xfce4 uyarı eklentisi - Xfce4-timer-plugin, ayarladığınız zamanda bir pencere açarak sizi uyaran Xfce4 panel eklentisidir. - + + xfce4-timer-plugin + Xfce4 uyarı eklentisi + Xfce4-timer-plugin, ayarladığınız zamanda bir pencere açarak sizi uyaran Xfce4 panel eklentisidir. + diff --git a/desktop/xfce/addon/xfce4-volumed-pulse/actions.py b/desktop/xfce/addon/xfce4-volumed-pulse/actions.py index 24a20179d2..2487c4820e 100644 --- a/desktop/xfce/addon/xfce4-volumed-pulse/actions.py +++ b/desktop/xfce/addon/xfce4-volumed-pulse/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "THANKS", "ChangeLog", "COPYING", "README") + pisitools.dodoc("AUTHORS", "THANKS", "ChangeLog", "COPYING", "README") diff --git a/desktop/xfce/addon/xfce4-volumed-pulse/pspec.xml b/desktop/xfce/addon/xfce4-volumed-pulse/pspec.xml index 32ce1b56df..ac250ce36d 100644 --- a/desktop/xfce/addon/xfce4-volumed-pulse/pspec.xml +++ b/desktop/xfce/addon/xfce4-volumed-pulse/pspec.xml @@ -1,57 +1,57 @@ - - xfce4-volumed-pulse - https://git.xfce.org/apps/xfce4-volumed-pulse/about/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app - desktop.xfce.addon - Fork of xfce4-volumed with support for PulseAudio - Basic daemon enabling the XF86 Volume keys and supporting synchronous volume notifications. - - https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.3.tar.bz2 - - - gst-plugins-base-devel - pulseaudio-libs-devel - gstreamer-devel - libnotify-devel - keybinder-devel - xfconf-devel - - + + xfce4-volumed-pulse + https://git.xfce.org/apps/xfce4-volumed-pulse/about/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app + desktop.xfce.addon + Fork of xfce4-volumed with support for PulseAudio + Basic daemon enabling the XF86 Volume keys and supporting synchronous volume notifications. + + https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.3.tar.bz2 + + + gst-plugins-base-devel + pulseaudio-libs-devel + gstreamer-devel + libnotify-devel + keybinder-devel + xfconf-devel + + - - xfce4-volumed-pulse - - gst-plugins-base - pulseaudio-libs - gstreamer - libnotify - keybinder - xfconf - glib2 - gtk3 - - - /etc/xdg/autostart/ - /usr/bin/ - /usr/share/doc - - + + xfce4-volumed-pulse + + gst-plugins-base + pulseaudio-libs + gstreamer + libnotify + keybinder + xfconf + glib2 + gtk3 + + + /etc/xdg/autostart/ + /usr/bin/ + /usr/share/doc + + - - - 2020-06-25 - 0.2.3 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 0.2.3 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-volumed-pulse/translations.xml b/desktop/xfce/addon/xfce4-volumed-pulse/translations.xml index 5bf2f71c70..21ade5ca82 100644 --- a/desktop/xfce/addon/xfce4-volumed-pulse/translations.xml +++ b/desktop/xfce/addon/xfce4-volumed-pulse/translations.xml @@ -1,8 +1,8 @@ - - xfce4-volumed-pulse - Xfce için bir ses tuşları kontrolü eklentisi - Bu temel eklenti, xf86 Ses tuşlarını etkinleştirmek ve senkronize ses bildirimlerini destekler - + + xfce4-volumed-pulse + Xfce için bir ses tuşları kontrolü eklentisi + Bu temel eklenti, xf86 Ses tuşlarını etkinleştirmek ve senkronize ses bildirimlerini destekler + diff --git a/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py b/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py index 739b0fe189..49b873524d 100644 --- a/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py @@ -9,17 +9,17 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools def setup(): - # fix build failure w/ xfce4-panel-4.15.0 - pisitools.dosed("panel-plugin/wavelan.c", "", "") - autotools.configure() - - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + # fix build failure w/ xfce4-panel-4.15.0 + pisitools.dosed("panel-plugin/wavelan.c", "", "") + autotools.configure() + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml b/desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml index 127f4e4116..7c5b0b67c2 100644 --- a/desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml @@ -1,59 +1,59 @@ - - xfce4-wavelan-plugin - https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - This plugin is used to display stats from a wireless lan interface - - xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use. - - - https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2 - - - intltool - libxfce4ui-devel - xfce4-panel-devel - - + + xfce4-wavelan-plugin + https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + This plugin is used to display stats from a wireless lan interface + + xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use. + + + https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2 + + + intltool + libxfce4ui-devel + xfce4-panel-devel + + - - xfce4-wavelan-plugin - - atk - gtk3 - glib2 - cairo - pango - gdk-pixbuf - fontconfig - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-wavelan-plugin + + atk + gtk3 + glib2 + cairo + pango + gdk-pixbuf + fontconfig + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 0.6.1 - Rebuild. - fury - wascheme@tuta.io - - + + + 2020-06-25 + 0.6.1 + Rebuild. + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-wavelan-plugin/translations.xml b/desktop/xfce/addon/xfce4-wavelan-plugin/translations.xml index fa3179b55b..ea0113ee51 100644 --- a/desktop/xfce/addon/xfce4-wavelan-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-wavelan-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-wavelan-plugin - Kablosuz LAN arayüzü durumunu görüntülemek için kullanılan bir eklenti - xfce4-wavelan-plugin, sinyal kalitesini yüzde olarak gösterir.Kullanımı oldukça kolay bir eklentidir. - + + xfce4-wavelan-plugin + Kablosuz LAN arayüzü durumunu görüntülemek için kullanılan bir eklenti + xfce4-wavelan-plugin, sinyal kalitesini yüzde olarak gösterir.Kullanımı oldukça kolay bir eklentidir. + diff --git a/desktop/xfce/addon/xfce4-weather-plugin/actions.py b/desktop/xfce/addon/xfce4-weather-plugin/actions.py index 57a7f10bf6..1d92c76c40 100644 --- a/desktop/xfce/addon/xfce4-weather-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-weather-plugin/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure() - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-weather-plugin/files/enable_keyboard_scrolling_in_details_pane.patch b/desktop/xfce/addon/xfce4-weather-plugin/files/enable_keyboard_scrolling_in_details_pane.patch index e0cc38aeb1..87691de304 100644 --- a/desktop/xfce/addon/xfce4-weather-plugin/files/enable_keyboard_scrolling_in_details_pane.patch +++ b/desktop/xfce/addon/xfce4-weather-plugin/files/enable_keyboard_scrolling_in_details_pane.patch @@ -1,5 +1,5 @@ ---- a/panel-plugin/weather-summary.c 2020-02-23 03:39:53.000000000 +0300 -+++ b/panel-plugin/weather-summary.c 2020-10-04 17:44:45.597555175 +0300 +--- a/panel-plugin/weather-summary.c 2020-02-23 03:39:53.000000000 +0300 ++++ b/panel-plugin/weather-summary.c 2020-10-04 17:44:45.597555175 +0300 @@ -282,6 +282,55 @@ } diff --git a/desktop/xfce/addon/xfce4-weather-plugin/pspec.xml b/desktop/xfce/addon/xfce4-weather-plugin/pspec.xml index fea0c99e59..8dcf50b437 100644 --- a/desktop/xfce/addon/xfce4-weather-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-weather-plugin/pspec.xml @@ -1,66 +1,66 @@ - - xfce4-weather-plugin - https://docs.xfce.org/panel-plugins/xfce4-weather-plugin - - fury - wascheme@tuta.io - - GPLv2 - desktop.xfce.addon - plugin - A weather plugin for the Xfce desktop environment - - Originally written by Bob Schlärmann, this panel plugin shows information about your local weather in the panel, using forecast data provided by met.no. - - - https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.10/xfce4-weather-plugin-0.10.2.tar.bz2 - - - intltool - gtk3-devel - upower-devel - libxml2-devel - libsoup-devel - libxfce4ui-devel - xfce4-panel-devel - - - - - + + xfce4-weather-plugin + https://docs.xfce.org/panel-plugins/xfce4-weather-plugin + + fury + wascheme@tuta.io + + GPLv2 + desktop.xfce.addon + plugin + A weather plugin for the Xfce desktop environment + + Originally written by Bob Schlärmann, this panel plugin shows information about your local weather in the panel, using forecast data provided by met.no. + + + https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.10/xfce4-weather-plugin-0.10.2.tar.bz2 + + + intltool + gtk3-devel + upower-devel + libxml2-devel + libsoup-devel + libxfce4ui-devel + xfce4-panel-devel + + + + + - - xfce4-weather-plugin - - gtk3 - glib2 - pango - upower - libxml2 - libsoup - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-weather-plugin + + gtk3 + glib2 + pango + upower + libxml2 + libsoup + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-12-06 - 0.10.2 - First Beta release. - wascheme@tuta.io - fury - - + + + 2020-12-06 + 0.10.2 + First Beta release. + wascheme@tuta.io + fury + + diff --git a/desktop/xfce/addon/xfce4-whiskermenu-plugin/actions.py b/desktop/xfce/addon/xfce4-whiskermenu-plugin/actions.py index f6fe98dc90..680090c4e3 100644 --- a/desktop/xfce/addon/xfce4-whiskermenu-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-whiskermenu-plugin/actions.py @@ -11,13 +11,13 @@ from pisi.actionsapi import get j = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib" def setup(): - cmaketools.configure(j) + cmaketools.configure(j) def build(): - cmaketools.make() + cmaketools.make() def install(): - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-whiskermenu-plugin/pspec.xml b/desktop/xfce/addon/xfce4-whiskermenu-plugin/pspec.xml index 280c0f6e47..2152b0d3d4 100644 --- a/desktop/xfce/addon/xfce4-whiskermenu-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-whiskermenu-plugin/pspec.xml @@ -1,66 +1,66 @@ - - xfce4-whiskermenu-plugin - https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app - desktop.xfce.addon - Alternate Xfce menu. - Whisker Menu is an alternate application launcher for Xfce. - - https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.4/xfce4-whiskermenu-plugin-2.4.6.tar.bz2 - - - cmake - exo-devel - gtk3-devel - cairo-devel - garcon-devel - xfconf-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - + + xfce4-whiskermenu-plugin + https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app + desktop.xfce.addon + Alternate Xfce menu. + Whisker Menu is an alternate application launcher for Xfce. + + https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.4/xfce4-whiskermenu-plugin-2.4.6.tar.bz2 + + + cmake + exo-devel + gtk3-devel + cairo-devel + garcon-devel + xfconf-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + + - - xfce4-whiskermenu-plugin - - exo - gtk3 - cairo - glib2 - garcon - libgcc - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + xfce4-whiskermenu-plugin + + exo + gtk3 + cairo + glib2 + garcon + libgcc + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - - - 2020-08-01 - 2.4.6 - Ver. bump - fury - wascheme@tuta.io - - + + + 2020-08-01 + 2.4.6 + Ver. bump + fury + wascheme@tuta.io + + diff --git a/desktop/xfce/addon/xfce4-whiskermenu-plugin/translations.xml b/desktop/xfce/addon/xfce4-whiskermenu-plugin/translations.xml index 677fb049a2..fa22569483 100644 --- a/desktop/xfce/addon/xfce4-whiskermenu-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-whiskermenu-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce-whiskermenu-plugin - Alternatif Xfce menüsü - Whiskermenu Xfce masaüstü ortamı için alternatif uygulama başlatıcıdır. - + + xfce-whiskermenu-plugin + Alternatif Xfce menüsü + Whiskermenu Xfce masaüstü ortamı için alternatif uygulama başlatıcıdır. + diff --git a/desktop/xfce/addon/xfce4-xkb-plugin/actions.py b/desktop/xfce/addon/xfce4-xkb-plugin/actions.py index 8519defaf2..da49a3ffc6 100644 --- a/desktop/xfce/addon/xfce4-xkb-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-xkb-plugin/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static") + autotools.configure("--disable-static") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README") diff --git a/desktop/xfce/addon/xfce4-xkb-plugin/pspec.xml b/desktop/xfce/addon/xfce4-xkb-plugin/pspec.xml index 1fb512f4ef..7b8dc81c63 100644 --- a/desktop/xfce/addon/xfce4-xkb-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-xkb-plugin/pspec.xml @@ -1,102 +1,102 @@ - - xfce4-xkb-plugin - https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - BSD-2 - app:gui - desktop.xfce.addon - A plugin to switch keyboard layouts for the Xfce4 panel - - A plugin for the Xfce4 panel displaying keyboard layout. The plugin may be used as an indicator for the current layout and to switch layouts. - - - https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.1.tar.bz2 - - - intltool - gtk3-devel - garcon-devel - libX11-devel - libICE-devel - librsvg-devel - libwnck3-devel - libxfce4ui-devel - xfce4-panel-devel - libxklavier-devel - + + xfce4-xkb-plugin + https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + BSD-2 + app:gui + desktop.xfce.addon + A plugin to switch keyboard layouts for the Xfce4 panel + + A plugin for the Xfce4 panel displaying keyboard layout. The plugin may be used as an indicator for the current layout and to switch layouts. + + + https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.1.tar.bz2 + + + intltool + gtk3-devel + garcon-devel + libX11-devel + libICE-devel + librsvg-devel + libwnck3-devel + libxfce4ui-devel + xfce4-panel-devel + libxklavier-devel + xfce4-xkb-plugin-0.8.1-panel-4.15.patch - + - - xfce4-xkb-plugin - - atk - gtk3 - glib2 - pango - cairo - xfconf - garcon - librsvg - harfbuzz - libwnck3 - gdk-pixbuf - libxfce4ui - xfce4-panel - libxklavier - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-xkb-plugin + + atk + gtk3 + glib2 + pango + cairo + xfconf + garcon + librsvg + harfbuzz + libwnck3 + gdk-pixbuf + libxfce4ui + xfce4-panel + libxklavier + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - - 2020-06-25 - 0.8.1 - Rebuild. - fury - wascheme@tuta.io - - - 2019-07-28 - 0.8.1 - Ver. bump - fury - wascheme@tuta.io - - - 2015-03-05 - 0.5.6 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2013-08-26 - 0.5.4.3 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-08-26 - 0.5.4.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - + + + 2020-06-25 + 0.8.1 + Rebuild. + fury + wascheme@tuta.io + + + 2019-07-28 + 0.8.1 + Ver. bump + fury + wascheme@tuta.io + + + 2015-03-05 + 0.5.6 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2013-08-26 + 0.5.4.3 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-08-26 + 0.5.4.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + diff --git a/desktop/xfce/addon/xfce4-xkb-plugin/translations.xml b/desktop/xfce/addon/xfce4-xkb-plugin/translations.xml index 5eeb329853..f2e65ddd73 100644 --- a/desktop/xfce/addon/xfce4-xkb-plugin/translations.xml +++ b/desktop/xfce/addon/xfce4-xkb-plugin/translations.xml @@ -1,8 +1,8 @@ - - xfce4-xkb-plugin - Klavye yerleşimini değiştirmek için Xfce4 panel eklentisi - xfce4-xkb-plugin ile Xfce4 panelinden klavye yerleşimini bir iki tıklamayla değiştirebilir, uygulama veya pencere içinde de farklı klavye yerleşimi kullanabilirsiniz. Ayrıca klavye geçiş kısayollarını destekler. - + + xfce4-xkb-plugin + Klavye yerleşimini değiştirmek için Xfce4 panel eklentisi + xfce4-xkb-plugin ile Xfce4 panelinden klavye yerleşimini bir iki tıklamayla değiştirebilir, uygulama veya pencere içinde de farklı klavye yerleşimi kullanabilirsiniz. Ayrıca klavye geçiş kısayollarını destekler. + diff --git a/desktop/xfce/base/exo/actions.py b/desktop/xfce/base/exo/actions.py index 6ac7d4419f..e1eb9c7535 100644 --- a/desktop/xfce/base/exo/actions.py +++ b/desktop/xfce/base/exo/actions.py @@ -9,16 +9,16 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - pisitools.cflags.add("-Wno-deprecated-declarations") - autotools.configure("--enable-gio-unix --enable-gtk2 --disable-gtk-doc") + pisitools.cflags.add("-Wno-deprecated-declarations") + autotools.configure("--enable-gio-unix --enable-gtk2 --disable-gtk-doc") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README*", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README*", "THANKS") diff --git a/desktop/xfce/base/exo/pspec.xml b/desktop/xfce/base/exo/pspec.xml index b36385a37b..eccb0f9d95 100644 --- a/desktop/xfce/base/exo/pspec.xml +++ b/desktop/xfce/base/exo/pspec.xml @@ -1,101 +1,101 @@ - - exo - https://www.xfce.org/ - - Ayhan Yalcinsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - LGPLv2.1 - desktop.xfce.base - app:console - library - Xfce extension library - - 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. - + + exo + https://www.xfce.org/ + + Ayhan Yalcinsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + LGPLv2.1 + desktop.xfce.base + app:console + library + Xfce extension library + + 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.16/src/exo-4.16.0.tar.bz2 - - intltool - perl-URI - - gtk3-devel - glib2-devel - libX11-devel - libxfce4ui-devel - libxfce4util-devel - - - - + + intltool + perl-URI + + gtk3-devel + glib2-devel + libX11-devel + libxfce4ui-devel + libxfce4util-devel + + + + - - exo - - atk - gtk3 - glib2 - cairo - gdk-pixbuf - libxfce4ui - libxfce4util - - - /etc/xdg/xfce4 - /usr/bin - /usr/lib - /usr/lib/xfce4 - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + exo + + atk + gtk3 + glib2 + cairo + gdk-pixbuf + libxfce4ui + libxfce4util + + + /etc/xdg/xfce4 + /usr/bin + /usr/lib + /usr/lib/xfce4 + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - - exo-devel - Development files for exo - - exo - gtk2-devel - gtk3-devel - libxfce4util-devel - - - /usr/include - /usr/lib/pkgconfig - - + + exo-devel + Development files for exo + + exo + gtk2-devel + gtk3-devel + libxfce4util-devel + + + /usr/include + /usr/lib/pkgconfig + + - - exo-docs - data:doc - Documentation for exo library - - exo - - - /usr/share/gtk-doc - - + + exo-docs + data:doc + Documentation for exo library + + exo + + + /usr/share/gtk-doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 4.15.2 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 4.15.2 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/exo/translations.xml b/desktop/xfce/base/exo/translations.xml index dad5b26d08..c28870d761 100644 --- a/desktop/xfce/base/exo/translations.xml +++ b/desktop/xfce/base/exo/translations.xml @@ -1,18 +1,18 @@ - - exo - Xfce eklenti kitaplığı - exo, os-cillation tarafından geliştirilen Xfce eklenti kitaplığıdır. Xfce masaüstü ortamını hedefleyen az kitaplıkla gelirken, exo uygulama geliştirmeyi hedefliyor. - + + exo + Xfce eklenti kitaplığı + exo, os-cillation tarafından geliştirilen Xfce eklenti kitaplığıdır. Xfce masaüstü ortamını hedefleyen az kitaplıkla gelirken, exo uygulama geliştirmeyi hedefliyor. + - - exo-devel - exo geliştirme dosyaları - + + exo-devel + exo geliştirme dosyaları + - - exo-docs - exo belgeleri - + + exo-docs + exo belgeleri + diff --git a/desktop/xfce/base/garcon/actions.py b/desktop/xfce/base/garcon/actions.py index 917acbde79..a787d00e34 100644 --- a/desktop/xfce/base/garcon/actions.py +++ b/desktop/xfce/base/garcon/actions.py @@ -9,17 +9,17 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--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") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') + #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "HACKING", "NEWS", "README*", "STATUS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "HACKING", "NEWS", "README*", "STATUS") diff --git a/desktop/xfce/base/garcon/pspec.xml b/desktop/xfce/base/garcon/pspec.xml index 26ace74ec9..9156950060 100644 --- a/desktop/xfce/base/garcon/pspec.xml +++ b/desktop/xfce/base/garcon/pspec.xml @@ -1,96 +1,96 @@ - - garcon - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2 - desktop.xfce.base - library - Menu library for Xfce - - 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. - + + garcon + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2 + desktop.xfce.base + library + Menu library for Xfce + + 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.16/src/garcon-0.8.0.tar.bz2 - - python3 - intltool - python-six - - gtk3-devel - glib2-devel - freetype-devel - libxfce4ui-devel - libxfce4util-devel - gobject-introspection-devel - - + + python3 + intltool + python-six + + gtk3-devel + glib2-devel + freetype-devel + libxfce4ui-devel + libxfce4util-devel + gobject-introspection-devel + + - - garcon - - gtk3 - glib2 - gdk-pixbuf - libxfce4ui - libxfce4util - gobject-introspection - - - /etc - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + garcon + + gtk3 + glib2 + gdk-pixbuf + libxfce4ui + libxfce4util + gobject-introspection + + + /etc + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - garcon-devel - garcon development files - - gobject-introspection-devel - gtk2-devel - gtk3-devel - glib2-devel - libxfce4ui-devel - garcon - - - /usr/include - /usr/lib/pkgconfig - - + + garcon-devel + garcon development files + + gobject-introspection-devel + gtk2-devel + gtk3-devel + glib2-devel + libxfce4ui-devel + garcon + + + /usr/include + /usr/lib/pkgconfig + + - - garcon-docs - garcon documentation files - - garcon - - - /usr/share/gtk-doc - - + + garcon-docs + garcon documentation files + + garcon + + + /usr/share/gtk-doc + + - 2020-12-24 - 0.8.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 0.7.1 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 0.8.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 0.7.1 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/garcon/translations.xml b/desktop/xfce/base/garcon/translations.xml index e9e75332db..d690b86d0c 100644 --- a/desktop/xfce/base/garcon/translations.xml +++ b/desktop/xfce/base/garcon/translations.xml @@ -1,18 +1,18 @@ - - garcon - Xfce menü kitaplığı - garcon, Xfce'nin eski menü kitaplığı olan libxfce4menu'nun freedesktop.org menü standartlarına uygun hale getirilmiş, Xfce'nin yeni menü kitaplığıdır. Sadece GLib/GIO kullanılarak yazılmıştır ve eski menüler hariç tüm özellikleri kapsamayı amaçlamaktadır. - + + garcon + Xfce menü kitaplığı + garcon, Xfce'nin eski menü kitaplığı olan libxfce4menu'nun freedesktop.org menü standartlarına uygun hale getirilmiş, Xfce'nin yeni menü kitaplığıdır. Sadece GLib/GIO kullanılarak yazılmıştır ve eski menüler hariç tüm özellikleri kapsamayı amaçlamaktadır. + - - garcon-devel - garcon geliştirme dosyaları - + + garcon-devel + garcon geliştirme dosyaları + - - garcon-docs - garcon belgeleri - + + garcon-docs + garcon belgeleri + diff --git a/desktop/xfce/base/libxfce4ui/actions.py b/desktop/xfce/base/libxfce4ui/actions.py index 13faf6ae8f..d0378a10b3 100644 --- a/desktop/xfce/base/libxfce4ui/actions.py +++ b/desktop/xfce/base/libxfce4ui/actions.py @@ -16,16 +16,16 @@ i = "--with-vendor-info='Pisi Linux' \ " def setup(): - pisitools.cflags.add("-Wno-deprecated-declarations") - autotools.configure(i) + pisitools.cflags.add("-Wno-deprecated-declarations") + autotools.configure(i) - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS") diff --git a/desktop/xfce/base/libxfce4ui/pspec.xml b/desktop/xfce/base/libxfce4ui/pspec.xml index f95c660079..5c0c5cf77d 100644 --- a/desktop/xfce/base/libxfce4ui/pspec.xml +++ b/desktop/xfce/base/libxfce4ui/pspec.xml @@ -1,92 +1,92 @@ - - libxfce4ui - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2 - desktop.xfce.base - library - Xfce gui library - - libxfce4ui is a various GTK+ widgets for Xfce desktop environment. - - https://archive.xfce.org/xfce/4.16/src/libxfce4ui-4.16.0.tar.bz2 - - python3 - intltool - - gtk3-devel - vala-devel - glib2-devel - libSM-devel - xfconf-devel - libxfce4util-devel - libX11-devel - libxfce4util-devel - startup-notification-devel - gobject-introspection-devel - - + + libxfce4ui + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2 + desktop.xfce.base + library + Xfce gui library + + libxfce4ui is a various GTK+ widgets for Xfce desktop environment. + + https://archive.xfce.org/xfce/4.16/src/libxfce4ui-4.16.0.tar.bz2 + + python3 + intltool + + gtk3-devel + vala-devel + glib2-devel + libSM-devel + xfconf-devel + libxfce4util-devel + libX11-devel + libxfce4util-devel + startup-notification-devel + gobject-introspection-devel + + - - libxfce4ui - - gtk3 - glib2 - libSM - libICE - libX11 - xfconf - gdk-pixbuf - libxfce4util - startup-notification - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + libxfce4ui + + gtk3 + glib2 + libSM + libICE + libX11 + xfconf + gdk-pixbuf + libxfce4util + startup-notification + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - libxfce4ui-devel - - libxfce4ui - gtk2-devel - gtk3-devel - xfconf-devel - libxfce4util-devel - gdk-pixbuf-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - + + libxfce4ui-devel + + libxfce4ui + gtk2-devel + gtk3-devel + xfconf-devel + libxfce4util-devel + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-18 - 4.15.3 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-18 + 4.15.3 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/libxfce4ui/translations.xml b/desktop/xfce/base/libxfce4ui/translations.xml index 70d0f833a2..a9f9223a61 100644 --- a/desktop/xfce/base/libxfce4ui/translations.xml +++ b/desktop/xfce/base/libxfce4ui/translations.xml @@ -1,13 +1,13 @@ - - libxfce4ui - Xfce arayüz kitaplığı - libxfce4ui, Xfce masaüstü ortamı için çeşitli GTK+ eklentileri içeren kitaplıktır. - + + libxfce4ui + Xfce arayüz kitaplığı + libxfce4ui, Xfce masaüstü ortamı için çeşitli GTK+ eklentileri içeren kitaplıktır. + - - libxfce4ui-devel - libxfce4ui geliştirme dosyaları - + + libxfce4ui-devel + libxfce4ui geliştirme dosyaları + diff --git a/desktop/xfce/base/libxfce4util/actions.py b/desktop/xfce/base/libxfce4util/actions.py index e391fdcc8e..8c69f64775 100644 --- a/desktop/xfce/base/libxfce4util/actions.py +++ b/desktop/xfce/base/libxfce4util/actions.py @@ -10,15 +10,15 @@ from pisi.actionsapi import get from pisi.actionsapi import shelltools def setup(): - autotools.configure("--disable-static --enable-vala=no --disable-gtk-doc --enable-introspection") + autotools.configure("--disable-static --enable-vala=no --disable-gtk-doc --enable-introspection") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS", "TODO") diff --git a/desktop/xfce/base/libxfce4util/pspec.xml b/desktop/xfce/base/libxfce4util/pspec.xml index 36a01d2dc2..1ee9245b56 100644 --- a/desktop/xfce/base/libxfce4util/pspec.xml +++ b/desktop/xfce/base/libxfce4util/pspec.xml @@ -1,78 +1,77 @@ - - libxfce4util - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - library - Xfce basic utility library - - Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment. - - https://archive.xfce.org/src/xfce/libxfce4util/4.16/libxfce4util-4.16.0.tar.bz2 - - python3 - python3-pygobject3 - gtk-doc - intltool + + libxfce4util + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + library + Xfce basic utility library + + Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment. + + https://archive.xfce.org/src/xfce/libxfce4util/4.16/libxfce4util-4.16.0.tar.bz2 + + python3 + gtk-doc + intltool python-six - vala-devel - xdg-user-dirs + vala-devel + xdg-user-dirs python3-pygobject3 - gobject-introspection-devel - - + gobject-introspection-devel + + - - libxfce4util - - glib2 - - - /usr/sbin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + libxfce4util + + glib2 + + + /usr/sbin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - libxfce4util-devel - library - data:doc - Libxfce4util development files - - glib2-devel - libxfce4util - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - + + libxfce4util-devel + library + data:doc + Libxfce4util development files + + glib2-devel + libxfce4util + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 4.15.4 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 4.15.4 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/libxfce4util/translations.xml b/desktop/xfce/base/libxfce4util/translations.xml index cf0cc9a767..fb5a3d6a54 100644 --- a/desktop/xfce/base/libxfce4util/translations.xml +++ b/desktop/xfce/base/libxfce4util/translations.xml @@ -1,13 +1,13 @@ - - libxfce4util - Xfce için basit yardımcı uygulama kitaplığı - libxfce4util, grafik arayüz fonksiyonlarını içermeyen, Xfce masaüstü yöneticisi için yazılmış basit bir uygulama kitaplığıdır. - + + libxfce4util + Xfce için basit yardımcı uygulama kitaplığı + libxfce4util, grafik arayüz fonksiyonlarını içermeyen, Xfce masaüstü yöneticisi için yazılmış basit bir uygulama kitaplığıdır. + - - libxfce4util-devel - libxfce4util geliştirme dosyaları - + + libxfce4util-devel + libxfce4util geliştirme dosyaları + diff --git a/desktop/xfce/base/thunar-volman/actions.py b/desktop/xfce/base/thunar-volman/actions.py index b7ee772f1c..4bb9c05f19 100644 --- a/desktop/xfce/base/thunar-volman/actions.py +++ b/desktop/xfce/base/thunar-volman/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--enable-notifications --disable-static") + autotools.configure("--enable-notifications --disable-static") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README*") + pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README*") diff --git a/desktop/xfce/base/thunar-volman/pspec.xml b/desktop/xfce/base/thunar-volman/pspec.xml index f9abb55f5c..697cf66e7a 100644 --- a/desktop/xfce/base/thunar-volman/pspec.xml +++ b/desktop/xfce/base/thunar-volman/pspec.xml @@ -1,71 +1,71 @@ - - thunar-volman - https://docs.xfce.org/xfce/thunar/thunar-volman - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - library - A extension for the Xfce Thunar File Manager - - 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.16/src/thunar-volman-4.16.0.tar.bz2 - - intltool - exo-devel - gtk3-devel - glib2-devel - - xfconf-devel - thunar-devel - libgudev-devel - libnotify-devel - libxfce4ui-devel - libxfce4util-devel - - + + thunar-volman + https://docs.xfce.org/xfce/thunar/thunar-volman + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + library + A extension for the Xfce Thunar File Manager + + 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.16/src/thunar-volman-4.16.0.tar.bz2 + + intltool + exo-devel + gtk3-devel + glib2-devel + + xfconf-devel + thunar-devel + libgudev-devel + libnotify-devel + libxfce4ui-devel + libxfce4util-devel + + - - thunar-volman - - exo - gtk3 - glib2 - pango - xfconf - libgudev - libnotify - libxfce4ui - libxfce4util - - - /usr/bin - /usr/share/ - /usr/share/locale - /usr/share/doc - - + + thunar-volman + + exo + gtk3 + glib2 + pango + xfconf + libgudev + libnotify + libxfce4ui + libxfce4util + + + /usr/bin + /usr/share/ + /usr/share/locale + /usr/share/doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + - 2020-11-21 - 4.15.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-11-21 + 4.15.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/thunar-volman/translations.xml b/desktop/xfce/base/thunar-volman/translations.xml index fd559adc39..05b10f8d62 100644 --- a/desktop/xfce/base/thunar-volman/translations.xml +++ b/desktop/xfce/base/thunar-volman/translations.xml @@ -1,8 +1,8 @@ - - thunar-volman - Xfce dosya yöneticisi Thunar için bir eklenti - thunar-volman çıkarılabilir sürücüler ve medyanın otomatik olarak yönetimini sağlayan, Xfce dosya yöneticisi Thunar için bir eklentidir.Örneğin, Thunar-Volman doğru şekilde kurulup yapılandırıldığında, sayısal kameranızdan resim almanızı sağlayacaktır. - + + thunar-volman + Xfce dosya yöneticisi Thunar için bir eklenti + thunar-volman çıkarılabilir sürücüler ve medyanın otomatik olarak yönetimini sağlayan, Xfce dosya yöneticisi Thunar için bir eklentidir.Örneğin, Thunar-Volman doğru şekilde kurulup yapılandırıldığında, sayısal kameranızdan resim almanızı sağlayacaktır. + diff --git a/desktop/xfce/base/thunar/actions.py b/desktop/xfce/base/thunar/actions.py index 3a4ac2398e..a45742fdcc 100644 --- a/desktop/xfce/base/thunar/actions.py +++ b/desktop/xfce/base/thunar/actions.py @@ -19,19 +19,19 @@ i = "--enable-notifications \ " def setup(): - autotools.configure(i) + autotools.configure(i) - #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') - #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') + #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.removeDir("usr/lib/systemd") + pisitools.removeDir("usr/lib/systemd") - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "FAQ", "HACKING", "NEWS*", "README*", "THANKS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "FAQ", "HACKING", "NEWS*", "README*", "THANKS") diff --git a/desktop/xfce/base/thunar/pspec.xml b/desktop/xfce/base/thunar/pspec.xml index acd7860e52..1c6fffe7d2 100644 --- a/desktop/xfce/base/thunar/pspec.xml +++ b/desktop/xfce/base/thunar/pspec.xml @@ -1,131 +1,131 @@ - - thunar - https://www.xfce.org/ - - Alper Tekinalp - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - desktop.xfce.base - app:gui - Xfce file manager - - 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 - + + thunar + https://www.xfce.org/ + + Alper Tekinalp + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + desktop.xfce.base + app:gui + Xfce file manager + + 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.16/src/thunar-4.16.0.tar.bz2 - - python3-devel - intltool - atk-devel - exo-devel - gtk3-devel - dbus-devel - glib2-devel - pango-devel - cairo-devel - gconf-devel - libSM-devel - libICE-devel - libX11-devel - garcon-devel - xfconf-devel - libexif-devel - libpcre-devel - libpcre2-devel - libgudev-devel - libnotify-devel - gdk-pixbuf-devel - fontconfig-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - desktop-file-utils - libjpeg-turbo-devel - startup-notification-devel - gobject-introspection-devel - - + + python3-devel + intltool + atk-devel + exo-devel + gtk3-devel + dbus-devel + glib2-devel + pango-devel + cairo-devel + gconf-devel + libSM-devel + libICE-devel + libX11-devel + garcon-devel + xfconf-devel + libexif-devel + libpcre-devel + libpcre2-devel + libgudev-devel + libnotify-devel + gdk-pixbuf-devel + fontconfig-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + desktop-file-utils + libjpeg-turbo-devel + startup-notification-devel + gobject-introspection-devel + + - - thunar - - atk - exo - gtk3 - python3 - dbus - glib2 - pango - cairo - libSM - libICE - libX11 - xfconf - libexif - libpcre - libgudev - libnotify - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + thunar + + atk + exo + gtk3 + python3 + dbus + glib2 + pango + cairo + libSM + libICE + libX11 + xfconf + libexif + libpcre + libgudev + libnotify + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - - thunar-devel - library - Thunar development files - - gtk3-devel - glib2-devel - thunar - - - /usr/include - /usr/lib/pkgconfig - - + + thunar-devel + library + Thunar development files + + gtk3-devel + glib2-devel + thunar + + + /usr/include + /usr/lib/pkgconfig + + - - thunar-docs - data:doc - Thunar reference documents - - thunar - - - /usr/share/gtk-doc - - + + thunar-docs + data:doc + Thunar reference documents + + thunar + + + /usr/share/gtk-doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 4.15.2 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 4.15.2 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/thunar/translations.xml b/desktop/xfce/base/thunar/translations.xml index ad6bfc5309..1dae96fdce 100644 --- a/desktop/xfce/base/thunar/translations.xml +++ b/desktop/xfce/base/thunar/translations.xml @@ -1,21 +1,21 @@ - - Thunar - Xfce dosya yöneticisi - Menedżer plików dla Xfce - Thunar, baştan başa hızlı olmak ve kolay kullanım için tasarlanmıştır. Kullanıcı arayüzü temiz ve çabuk anlaşılabilir; diğer taraftan karışık ve kullanışsız hiçbir seçenek içermiyor. Thunar açılırken ve dizin çağırırken hızlıdır. Ayrıca Thunar'a yardımcı teknolojilerle de erişilebilir ve standartlara tam uyumludur. - Thunar to menedżer plików zaprojektowany jako domyślny w Xfce 4.6 oraz by był szybkim i prostym w użyciu. - + + Thunar + Xfce dosya yöneticisi + Menedżer plików dla Xfce + Thunar, baştan başa hızlı olmak ve kolay kullanım için tasarlanmıştır. Kullanıcı arayüzü temiz ve çabuk anlaşılabilir; diğer taraftan karışık ve kullanışsız hiçbir seçenek içermiyor. Thunar açılırken ve dizin çağırırken hızlıdır. Ayrıca Thunar'a yardımcı teknolojilerle de erişilebilir ve standartlara tam uyumludur. + Thunar to menedżer plików zaprojektowany jako domyślny w Xfce 4.6 oraz by był szybkim i prostym w użyciu. + - - Thunar-devel - Thunar geliştirme dosyaları - Pliki nagłówkowe Thunar - + + Thunar-devel + Thunar geliştirme dosyaları + Pliki nagłówkowe Thunar + - - Thunar-docs - Thunar referans belgeleri - + + Thunar-docs + Thunar referans belgeleri + diff --git a/desktop/xfce/base/tumbler/actions.py b/desktop/xfce/base/tumbler/actions.py index f157c79eb1..a802549e08 100644 --- a/desktop/xfce/base/tumbler/actions.py +++ b/desktop/xfce/base/tumbler/actions.py @@ -9,29 +9,29 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("\ - \ - --enable-gstreamer-thumbnailer \ - --enable-poppler-thumbnailer \ - --enable-desktop-thumbnailer \ - --enable-pixbuf-thumbnailer \ - --enable-ffmpeg-thumbnailer \ - --enable-cover-thumbnailer \ - --enable-font-thumbnailer \ - --enable-jpeg-thumbnailer \ - --enable-raw-thumbnailer \ - --enable-odf-thumbnailer \ - --enable-xdg-cache \ - \ - --disable-static") + autotools.configure("\ + \ + --enable-gstreamer-thumbnailer \ + --enable-poppler-thumbnailer \ + --enable-desktop-thumbnailer \ + --enable-pixbuf-thumbnailer \ + --enable-ffmpeg-thumbnailer \ + --enable-cover-thumbnailer \ + --enable-font-thumbnailer \ + --enable-jpeg-thumbnailer \ + --enable-raw-thumbnailer \ + --enable-odf-thumbnailer \ + --enable-xdg-cache \ + \ + --disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("README*", "NEWS", "COPYING", "ChangeLog", "AUTHORS") + pisitools.dodoc("README*", "NEWS", "COPYING", "ChangeLog", "AUTHORS") diff --git a/desktop/xfce/base/tumbler/pspec.xml b/desktop/xfce/base/tumbler/pspec.xml index bb5fd8b456..4e9bf65576 100644 --- a/desktop/xfce/base/tumbler/pspec.xml +++ b/desktop/xfce/base/tumbler/pspec.xml @@ -1,91 +1,91 @@ - - tumbler - https://docs.xfce.org/xfce/thunar/tumbler - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.base - A thumbnail service - Tumbler is a thumbnail service for the filemanager of Xfce desktop environment. - https://archive.xfce.org/xfce/4.16/src/tumbler-4.16.0.tar.bz2 - - intltool - curl-devel - dbus-devel - glib2-devel - libpng-devel - libgsf-devel - freetype-devel + + tumbler + https://docs.xfce.org/xfce/thunar/tumbler + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.base + A thumbnail service + Tumbler is a thumbnail service for the filemanager of Xfce desktop environment. + https://archive.xfce.org/xfce/4.16/src/tumbler-4.16.0.tar.bz2 + + intltool + curl-devel + dbus-devel + glib2-devel + libpng-devel + libgsf-devel + freetype-devel libopenraw-devel - gdk-pixbuf-devel - poppler-glib-devel - libjpeg-turbo-devel - gst-plugins-base-devel - ffmpegthumbnailer-devel - - + gdk-pixbuf-devel + poppler-glib-devel + libjpeg-turbo-devel + gst-plugins-base-devel + ffmpegthumbnailer-devel + + - - tumbler - - curl - glib2 - cairo - libpng - libgsf - freetype - gstreamer + + tumbler + + curl + glib2 + cairo + libpng + libgsf + freetype + gstreamer libopenraw - gdk-pixbuf - poppler-glib - libjpeg-turbo - gst-plugins-base + gdk-pixbuf + poppler-glib + libjpeg-turbo + gst-plugins-base ffmpegthumbnailer - - - /etc/xdg/tumbler/tumbler.rc - /usr/lib - /usr/share/ - /usr/share/locale - /usr/share/doc - /usr/share/gtk-doc - - + + + /etc/xdg/tumbler/tumbler.rc + /usr/lib + /usr/share/ + /usr/share/locale + /usr/share/doc + /usr/share/gtk-doc + + - - tumbler-devel - Development files for tumbler - - tumbler - glib2-devel - gobject-introspection-devel - - - /usr/include + + tumbler-devel + Development files for tumbler + + tumbler + glib2-devel + gobject-introspection-devel + + + /usr/include /usr/lib/pkgconfig - - + + - 2020-12-24 - 4.16.0 - First releasu For Beta. - alicengizkurt@gmail.com - Ali Cengiz Kurt - - - 2020-11-22 - 0.3.0 - First releasu For Beta. - alicengizkurt@gmail.com - Ali Cengiz Kurt - - + 2020-12-24 + 4.16.0 + New release. + alicengizkurt@gmail.com + Ali Cengiz Kurt + + + 2020-11-22 + 0.3.0 + First release For Beta. + alicengizkurt@gmail.com + Ali Cengiz Kurt + + diff --git a/desktop/xfce/base/tumbler/translations.xml b/desktop/xfce/base/tumbler/translations.xml index 7708462b4b..96098da500 100644 --- a/desktop/xfce/base/tumbler/translations.xml +++ b/desktop/xfce/base/tumbler/translations.xml @@ -1,14 +1,14 @@ - - tumbler - Bir önizleme servisi - Tumbler Xfce masaüstü ortamının dosya yöneticisi için bir önizleme servisidir. - + + tumbler + Bir önizleme servisi + Tumbler Xfce masaüstü ortamının dosya yöneticisi için bir önizleme servisidir. + - - tumbler-devel - tumbler için geliştirme dosyaları - + + tumbler-devel + tumbler için geliştirme dosyaları + diff --git a/desktop/xfce/base/xfce4-appfinder/actions.py b/desktop/xfce/base/xfce4-appfinder/actions.py index 541eb7b1ab..303e643c70 100644 --- a/desktop/xfce/base/xfce4-appfinder/actions.py +++ b/desktop/xfce/base/xfce4-appfinder/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static") + autotools.configure("--disable-static") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS") diff --git a/desktop/xfce/base/xfce4-appfinder/pspec.xml b/desktop/xfce/base/xfce4-appfinder/pspec.xml index e51af8a440..3b5a45ff13 100644 --- a/desktop/xfce/base/xfce4-appfinder/pspec.xml +++ b/desktop/xfce/base/xfce4-appfinder/pspec.xml @@ -1,63 +1,63 @@ - - xfce4-appfinder - https://www.xfce.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - 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.16/src/xfce4-appfinder-4.16.0.tar.bz2 + + xfce4-appfinder + https://www.xfce.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + 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.16/src/xfce4-appfinder-4.16.0.tar.bz2 - intltool - gtk3-devel - glib2-devel - thunar-devel - garcon-devel - libXpm-devel - libxfce4ui-devel - - + intltool + gtk3-devel + glib2-devel + thunar-devel + garcon-devel + libXpm-devel + libxfce4ui-devel + + - - xfce4-appfinder - - gtk3 - glib2 - xfconf - garcon - gdk-pixbuf - libxfce4ui - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfce4-appfinder + + gtk3 + glib2 + xfconf + garcon + gdk-pixbuf + libxfce4ui + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + - 2020-11-22 - 4.15.1 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-11-22 + 4.15.1 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfce4-appfinder/translations.xml b/desktop/xfce/base/xfce4-appfinder/translations.xml index 04297a69a5..49459953af 100644 --- a/desktop/xfce/base/xfce4-appfinder/translations.xml +++ b/desktop/xfce/base/xfce4-appfinder/translations.xml @@ -1,10 +1,10 @@ - - xfce4-appfinder - Xfce uygulama bulucu - Wyszukiwarka aplikacji dla środowiska Xfce - Xfce4-appfinder, kullanıcının sisteminde yüklü, masastünde doğrudan çalışabilen her uygulamayı bulmasını sağlayan, kullanışlı bir uygulama bulucudur. - Wyszukiwanie aplikacji dla środowiska graficznego Xfce4. Wyszukuje zainstalowane w systemie aplikacje. - + + xfce4-appfinder + Xfce uygulama bulucu + Wyszukiwarka aplikacji dla środowiska Xfce + Xfce4-appfinder, kullanıcının sisteminde yüklü, masastünde doğrudan çalışabilen her uygulamayı bulmasını sağlayan, kullanışlı bir uygulama bulucudur. + Wyszukiwanie aplikacji dla środowiska graficznego Xfce4. Wyszukuje zainstalowane w systemie aplikacje. + diff --git a/desktop/xfce/base/xfce4-dev-tools/actions.py b/desktop/xfce/base/xfce4-dev-tools/actions.py index 002a909c80..841bced78b 100644 --- a/desktop/xfce/base/xfce4-dev-tools/actions.py +++ b/desktop/xfce/base/xfce4-dev-tools/actions.py @@ -8,13 +8,13 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): - autotools.configure() + autotools.configure() def build(): - autotools.make() + autotools.make() def install(): - autotools.install() + autotools.install() - pisitools.dodoc("README.md", "COPYING", "NEWS", "HACKING", "AUTHORS") + pisitools.dodoc("README.md", "COPYING", "NEWS", "HACKING", "AUTHORS") diff --git a/desktop/xfce/base/xfce4-dev-tools/pspec.xml b/desktop/xfce/base/xfce4-dev-tools/pspec.xml index 4734c2e939..1de79addac 100644 --- a/desktop/xfce/base/xfce4-dev-tools/pspec.xml +++ b/desktop/xfce/base/xfce4-dev-tools/pspec.xml @@ -1,49 +1,49 @@ - - xfce4-dev-tools - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - app:console - Xfce developer tools - - 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.16/src/xfce4-dev-tools-4.16.0.tar.bz2 - - glib2-devel - - + + xfce4-dev-tools + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + app:console + Xfce developer tools + + 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.16/src/xfce4-dev-tools-4.16.0.tar.bz2 + + glib2-devel + + - - xfce4-dev-tools - - /usr/bin - /usr/share - /usr/share/doc - - + + xfce4-dev-tools + + /usr/bin + /usr/share + /usr/share/doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + - 2020-11-18 - 4.15.0 - First Release For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-11-18 + 4.15.0 + First Release For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfce4-dev-tools/translations.xml b/desktop/xfce/base/xfce4-dev-tools/translations.xml index ac7e32d4a9..27ccc67047 100644 --- a/desktop/xfce/base/xfce4-dev-tools/translations.xml +++ b/desktop/xfce/base/xfce4-dev-tools/translations.xml @@ -1,8 +1,8 @@ - - xfce4-dev-tools - Xfce geliştirme araçları - Xfce4-dev-tools paketi, Xfce geliştiricileri ve SVN'den Xfce inşa edecek kullanıcılar için gerekli temel araçları içine alır. Buna ek olarak pakette Xfce geliştiricileri için el kitabı da yer almaktadır. - + + xfce4-dev-tools + Xfce geliştirme araçları + Xfce4-dev-tools paketi, Xfce geliştiricileri ve SVN'den Xfce inşa edecek kullanıcılar için gerekli temel araçları içine alır. Buna ek olarak pakette Xfce geliştiricileri için el kitabı da yer almaktadır. + diff --git a/desktop/xfce/base/xfce4-panel/actions.py b/desktop/xfce/base/xfce4-panel/actions.py index 7de02d8c3c..b701ed41fb 100644 --- a/desktop/xfce/base/xfce4-panel/actions.py +++ b/desktop/xfce/base/xfce4-panel/actions.py @@ -17,15 +17,15 @@ i = "--enable-introspection \ " def setup(): - pisitools.cflags.add("-Wno-deprecated-declarations") - autotools.configure(i) + pisitools.cflags.add("-Wno-deprecated-declarations") + autotools.configure(i) - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS*") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS*") diff --git a/desktop/xfce/base/xfce4-panel/pspec.xml b/desktop/xfce/base/xfce4-panel/pspec.xml index 055aba41a2..a008221a27 100644 --- a/desktop/xfce/base/xfce4-panel/pspec.xml +++ b/desktop/xfce/base/xfce4-panel/pspec.xml @@ -1,47 +1,47 @@ - - xfce4-panel - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1 - desktop.xfce.base - library - app:gui - 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 + + xfce4-panel + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1 + desktop.xfce.base + library + app:gui + 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.16/src/xfce4-panel-4.16.0.tar.bz2 gtk-doc - intltool - vala-devel - gtk3-devel - glib2-devel - cairo-devel - pango-devel - libSM-devel - docbook-xsl - libICE-devel - libX11-devel - libXpm-devel - python3-devel - gettext-devel - libwnck3-devel - freetype-devel - gdk-pixbuf-devel - fontconfig-devel - libdbusmenu-gtk3 - libdbusmenu-devel - icon-theme-hicolor - desktop-file-utils - startup-notification-devel - gobject-introspection-devel + intltool + vala-devel + gtk3-devel + glib2-devel + cairo-devel + pango-devel + libSM-devel + docbook-xsl + libICE-devel + libX11-devel + libXpm-devel + python3-devel + gettext-devel + libwnck3-devel + freetype-devel + gdk-pixbuf-devel + fontconfig-devel + libdbusmenu-gtk3 + libdbusmenu-devel + icon-theme-hicolor + desktop-file-utils + startup-notification-devel + gobject-introspection-devel exo-devel garcon-devel xfconf-devel @@ -50,69 +50,69 @@ - - xfce4-panel - - atk - exo - gtk3 - cairo - pango - glib2 - libX11 - garcon - xfconf - python3 - libXext - libwnck3 - gdk-pixbuf - libxfce4ui - libxfce4util - libdbusmenu-gtk3 - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - xfce4-panel-devel - library - data:doc - Development files for Xfce4 Panel + + xfce4-panel - glib2-devel - - gtk3-devel - libxfce4util-devel - xfce4-panel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - + atk + exo + gtk3 + cairo + pango + glib2 + libX11 + garcon + xfconf + python3 + libXext + libwnck3 + gdk-pixbuf + libxfce4ui + libxfce4util + libdbusmenu-gtk3 + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + xfce4-panel-devel + library + data:doc + Development files for Xfce4 Panel + + glib2-devel + + gtk3-devel + libxfce4util-devel + xfce4-panel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 4.15.4 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 4.15.4 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfce4-panel/translations.xml b/desktop/xfce/base/xfce4-panel/translations.xml index 11282a7dac..763bd6725f 100644 --- a/desktop/xfce/base/xfce4-panel/translations.xml +++ b/desktop/xfce/base/xfce4-panel/translations.xml @@ -1,16 +1,16 @@ - - xfce4-panel - Xfce paneli - Panel środowiska graficznego Xfce - Xfce4 paneli, farklı pozisyon, görünüm ve davranış gibi ayarlara sahip birden fazla paneli destekleyebilmektedir. Uygulama başlatıcı tipinde ayrılabilir menüler, grafiksel sayfalayıcı, görev çubuğu, saat, sistem çekmecesi, masaüstünü gizleme / görüntüleme ve bir panelde olabilecek birçok şeyi içinde barındırır. Ayrıca, diyalog penceresi kullanarak kolayca panel öğesi eklemeye ve panelden panele öğe taşımaya izin verir. - Jest to panel dostarczany przez projekt środowiska graficznego Xfce4. Jeśli użytkownik chce posiadać wielofunkcyjny panel, który może obsługiwać aplety i tym podobne programy, to Xfce4 Panel może być wart wypróbowania. - + + xfce4-panel + Xfce paneli + Panel środowiska graficznego Xfce + Xfce4 paneli, farklı pozisyon, görünüm ve davranış gibi ayarlara sahip birden fazla paneli destekleyebilmektedir. Uygulama başlatıcı tipinde ayrılabilir menüler, grafiksel sayfalayıcı, görev çubuğu, saat, sistem çekmecesi, masaüstünü gizleme / görüntüleme ve bir panelde olabilecek birçok şeyi içinde barındırır. Ayrıca, diyalog penceresi kullanarak kolayca panel öğesi eklemeye ve panelden panele öğe taşımaya izin verir. + Jest to panel dostarczany przez projekt środowiska graficznego Xfce4. Jeśli użytkownik chce posiadać wielofunkcyjny panel, który może obsługiwać aplety i tym podobne programy, to Xfce4 Panel może być wart wypróbowania. + - - xfce4-panel-devel - Xfce paneli geliştirme dosyaları - Pliki nagłówkowe dla xfce4-panel - + + xfce4-panel-devel + Xfce paneli geliştirme dosyaları + Pliki nagłówkowe dla xfce4-panel + diff --git a/desktop/xfce/base/xfce4-power-manager/actions.py b/desktop/xfce/base/xfce4-power-manager/actions.py index 1baade6371..acd67471cf 100644 --- a/desktop/xfce/base/xfce4-power-manager/actions.py +++ b/desktop/xfce/base/xfce4-power-manager/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--enable-network-manager --enable-polkit") + autotools.configure("--enable-network-manager --enable-polkit") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README.md", "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 b0625fbe4d..07ce7c2be6 100644 --- a/desktop/xfce/base/xfce4-power-manager/pspec.xml +++ b/desktop/xfce/base/xfce4-power-manager/pspec.xml @@ -1,93 +1,93 @@ - - xfce4-power-manager - https://docs.xfce.org/xfce/xfce4-power-manager/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - app:gui - 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 - + + xfce4-power-manager + https://docs.xfce.org/xfce/xfce4-power-manager/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + app:gui + 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/4.16/xfce4-power-manager-4.16.0.tar.bz2 - - intltool - - gtk3-devel - dbus-devel - glib2-devel - libSM-devel - libICE-devel - libX11-devel - xfconf-devel - upower-devel - freetype-devel - libglade-devel - libXrandr-devel - libnotify-devel - ConsoleKit-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - libXScrnSaver-devel - - + + intltool + + gtk3-devel + dbus-devel + glib2-devel + libSM-devel + libICE-devel + libX11-devel + xfconf-devel + upower-devel + freetype-devel + libglade-devel + libXrandr-devel + libnotify-devel + ConsoleKit-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + libXScrnSaver-devel + + - - xfce4-power-manager - - atk - gtk3 - dbus - glib2 - cairo - pango - libSM - libX11 - libICE - xfconf - upower - libXext - harfbuzz - libnotify - libXrandr - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /etc/xdg - /usr/bin - /usr/sbin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + xfce4-power-manager + + atk + gtk3 + dbus + glib2 + cairo + pango + libSM + libX11 + libICE + xfconf + upower + libXext + harfbuzz + libnotify + libXrandr + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /etc/xdg + /usr/bin + /usr/sbin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-23 - 1.7.1 - First Release For Beta. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-23 + 1.7.1 + First Release For Beta. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfce4-power-manager/translations.xml b/desktop/xfce/base/xfce4-power-manager/translations.xml index fdc6af18db..eecdae3b5e 100644 --- a/desktop/xfce/base/xfce4-power-manager/translations.xml +++ b/desktop/xfce/base/xfce4-power-manager/translations.xml @@ -1,10 +1,10 @@ - - xfce4-power-manager - Xfce masaüstü için bir güç yöneticisi - Menedżer zasilania dla środowiska Xfce - Xfce güç yöneticisi, kendi güç tüketimini azaltmak için bilgisayar güç kaynakları ve kontrol edilebilir aygıtları yönetir.(LCD parlaklık seviyesi, monitör uyku, CPU frekansı ölçekleme gibi) - Ten menedżer zasilania dla środowiska Xfce4, pozwala użytkownikom laptopów tworzyć profile zasilania dla dwóch różnych trybów: "zasilanie z baterii" i "zasilanie z sieci", jednocześnie wciąż pozwalając użytkownikom zmieniać ustawienia DPMS i częstotliwość CPU. - + + xfce4-power-manager + Xfce masaüstü için bir güç yöneticisi + Menedżer zasilania dla środowiska Xfce + Xfce güç yöneticisi, kendi güç tüketimini azaltmak için bilgisayar güç kaynakları ve kontrol edilebilir aygıtları yönetir.(LCD parlaklık seviyesi, monitör uyku, CPU frekansı ölçekleme gibi) + Ten menedżer zasilania dla środowiska Xfce4, pozwala użytkownikom laptopów tworzyć profile zasilania dla dwóch różnych trybów: "zasilanie z baterii" i "zasilanie z sieci", jednocześnie wciąż pozwalając użytkownikom zmieniać ustawienia DPMS i częstotliwość CPU. + diff --git a/desktop/xfce/base/xfce4-session/actions.py b/desktop/xfce/base/xfce4-session/actions.py index c6cae5974e..239cb2bc5b 100644 --- a/desktop/xfce/base/xfce4-session/actions.py +++ b/desktop/xfce/base/xfce4-session/actions.py @@ -9,17 +9,17 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--enable-polkit --enable-legacy-sm --disable-static") + autotools.configure("--enable-polkit --enable-legacy-sm --disable-static") - #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') - #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') + #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "BUGS", "NEWS", "README*", "TODO") + pisitools.dodoc("AUTHORS", "COPYING", "BUGS", "NEWS", "README*", "TODO") diff --git a/desktop/xfce/base/xfce4-session/files/xinitrc.patch b/desktop/xfce/base/xfce4-session/files/xinitrc.patch index 80d6af37b6..f91c83c32d 100644 --- a/desktop/xfce/base/xfce4-session/files/xinitrc.patch +++ b/desktop/xfce/base/xfce4-session/files/xinitrc.patch @@ -1,5 +1,5 @@ ---- a/scripts/xinitrc.in.in 2019-10-16 17:00:56.364000642 +0300 -+++ b/scripts/xinitrc.in.in 2019-10-16 17:03:41.612001128 +0300 +--- a/scripts/xinitrc.in.in 2019-10-16 17:00:56.364000642 +0300 ++++ b/scripts/xinitrc.in.in 2019-10-16 17:03:41.612001128 +0300 @@ -98,8 +98,13 @@ exit 1 fi diff --git a/desktop/xfce/base/xfce4-session/pspec.xml b/desktop/xfce/base/xfce4-session/pspec.xml index 1f6b8f353a..7c3b5c79c0 100644 --- a/desktop/xfce/base/xfce4-session/pspec.xml +++ b/desktop/xfce/base/xfce4-session/pspec.xml @@ -1,94 +1,94 @@ - - xfce4-session - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - library - 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.16/src/xfce4-session-4.16.0.tar.bz2 - - intltool - atk-devel - - gtk3-devel - dbus-devel - glib2-devel - gconf-devel - pango-devel - cairo-devel - libSM-devel - xfconf-devel - libXpm-devel - libX11-devel - libICE-devel - polkit-devel - libwnck2-devel - libwnck3-devel - xorg-app-devel - gdk-pixbuf-devel - fontconfig-devel - libxfce4ui-devel - libxfce4util-devel - - - - - - + + xfce4-session + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + library + 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.16/src/xfce4-session-4.16.0.tar.bz2 + + intltool + atk-devel + + gtk3-devel + dbus-devel + glib2-devel + gconf-devel + pango-devel + cairo-devel + libSM-devel + xfconf-devel + libXpm-devel + libX11-devel + libICE-devel + polkit-devel + libwnck2-devel + libwnck3-devel + xorg-app-devel + gdk-pixbuf-devel + fontconfig-devel + libxfce4ui-devel + libxfce4util-devel + + + + + + - - xfce4-session - - atk - gtk3 - dbus - glib2 - cairo - pango - libSM - libX11 - libICE - polkit - xfconf - libwnck3 - libxfce4ui - gdk-pixbuf - libxfce4util - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - /usr/share/man - - + + xfce4-session + + atk + gtk3 + dbus + glib2 + cairo + pango + libSM + libX11 + libICE + polkit + xfconf + libwnck3 + libxfce4ui + gdk-pixbuf + libxfce4util + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + /usr/share/man + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 4.15.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 4.15.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfce4-session/translations.xml b/desktop/xfce/base/xfce4-session/translations.xml index 0f34732f48..91e080a0fe 100644 --- a/desktop/xfce/base/xfce4-session/translations.xml +++ b/desktop/xfce/base/xfce4-session/translations.xml @@ -1,16 +1,16 @@ - - xfce4-session - Xfce oturum yöneticisi - Menedżer sesji Xfce4 - Xfce oturum yöneticisi, kullanıcıların oturumlarını kaydetmesine ve giriş yaptıktan sonra tekrar oturumu çağırmalarına izin verir. Birden fazla, farklı oturumları kaydetmede oldukça başarılıdır. Pakette üç tane örnek açılış teması var ve son olarak, sistemi kapatırken, yeniden başlatırken veya çıkarken kullanıcılara yardımcı olur. - Xfce4-session jest zgodny z "menedżerem sesji" X11 zaprojektowanym do użycia ze środowiskiem graficznym Xfce4. Podczas wylogowywania, menedżer sesji zapisuje wszystkie uruchomione aplikacje. Przy ponownym zalogowaniu, przywraca je z oknami na tych samych pozycjach. - + + xfce4-session + Xfce oturum yöneticisi + Menedżer sesji Xfce4 + Xfce oturum yöneticisi, kullanıcıların oturumlarını kaydetmesine ve giriş yaptıktan sonra tekrar oturumu çağırmalarına izin verir. Birden fazla, farklı oturumları kaydetmede oldukça başarılıdır. Pakette üç tane örnek açılış teması var ve son olarak, sistemi kapatırken, yeniden başlatırken veya çıkarken kullanıcılara yardımcı olur. + Xfce4-session jest zgodny z "menedżerem sesji" X11 zaprojektowanym do użycia ze środowiskiem graficznym Xfce4. Podczas wylogowywania, menedżer sesji zapisuje wszystkie uruchomione aplikacje. Przy ponownym zalogowaniu, przywraca je z oknami na tych samych pozycjach. + - - xfce4-session-devel - xfce4-session geliştirme dosyaları - Pliki nagłówkowe xfce4-session - + + xfce4-session-devel + xfce4-session geliştirme dosyaları + Pliki nagłówkowe xfce4-session + diff --git a/desktop/xfce/base/xfce4-settings/actions.py b/desktop/xfce/base/xfce4-settings/actions.py index 6d22385d01..4f13163b1c 100644 --- a/desktop/xfce/base/xfce4-settings/actions.py +++ b/desktop/xfce/base/xfce4-settings/actions.py @@ -22,15 +22,15 @@ i = "--enable-xorg-libinput \ " def setup(): - autotools.configure(i) + autotools.configure(i) - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "TODO") diff --git a/desktop/xfce/base/xfce4-settings/comar/package.py b/desktop/xfce/base/xfce4-settings/comar/package.py index 1f31a9030a..3fd92177f6 100644 --- a/desktop/xfce/base/xfce4-settings/comar/package.py +++ b/desktop/xfce/base/xfce4-settings/comar/package.py @@ -5,8 +5,8 @@ import os, re def postInstall(fromVersion, fromRelease, toVersion, toRelease): - try: - os.system ("sed -i 's:XFCE\;::' /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop") - except: - pass + try: + os.system ("sed -i 's:XFCE\;::' /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop") + except: + pass diff --git a/desktop/xfce/base/xfce4-settings/files/additional-logout b/desktop/xfce/base/xfce4-settings/files/additional-logout index 5ccae768a9..e03b5c622e 100644 --- a/desktop/xfce/base/xfce4-settings/files/additional-logout +++ b/desktop/xfce/base/xfce4-settings/files/additional-logout @@ -1,6 +1,6 @@ #!/bin/bash if [[ "$(pgrep -u $USER)" ]]; then - kill -15 $(pgrep -u $USER) + kill -15 $(pgrep -u $USER) fi diff --git a/desktop/xfce/base/xfce4-settings/pspec.xml b/desktop/xfce/base/xfce4-settings/pspec.xml index b2238e6109..c39b3cb369 100644 --- a/desktop/xfce/base/xfce4-settings/pspec.xml +++ b/desktop/xfce/base/xfce4-settings/pspec.xml @@ -1,114 +1,114 @@ - - xfce4-settings - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - 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.16/src/xfce4-settings-4.16.0.tar.bz2 - - intltool - exo-devel - gtk3-devel - dbus-devel - libXi-devel - glib2-devel - cairo-devel - pango-devel - xfconf-devel - upower-devel - colord-devel - garcon-devel - libX11-devel - libXpm-devel - libwnck3-devel - libXrandr-devel - libnotify-devel - libxfce4ui-devel - fontconfig-devel - gdk-pixbuf-devel - libXcursor-devel - libcanberra-devel - libxklavier-devel - libxfce4util-devel - xorg-input-libinput-devel - - + + xfce4-settings + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 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.16/src/xfce4-settings-4.16.0.tar.bz2 + + intltool + exo-devel + gtk3-devel + dbus-devel + libXi-devel + glib2-devel + cairo-devel + pango-devel + xfconf-devel + upower-devel + colord-devel + garcon-devel + libX11-devel + libXpm-devel + libwnck3-devel + libXrandr-devel + libnotify-devel + libxfce4ui-devel + fontconfig-devel + gdk-pixbuf-devel + libXcursor-devel + libcanberra-devel + libxklavier-devel + libxfce4util-devel + xorg-input-libinput-devel + + - - xfce4-settings - - atk - exo - gtk3 - dbus - cairo - pango - libXi - glib2 - libX11 - garcon - upower - xfconf - upower - colord - libnotify - libXrandr - libxfce4ui - fontconfig - gdk-pixbuf - libXcursor - libxklavier - libxfce4util - network-manager-applet - - - /etc - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - - System.Package - - + + xfce4-settings + + atk + exo + gtk3 + dbus + cairo + pango + libXi + glib2 + libX11 + garcon + upower + xfconf + upower + colord + libnotify + libXrandr + libxfce4ui + fontconfig + gdk-pixbuf + libXcursor + libxklavier + libxfce4util + network-manager-applet + + + /etc + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + + System.Package + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 4.15.2 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 4.15.2 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfce4-settings/translations.xml b/desktop/xfce/base/xfce4-settings/translations.xml index 2f727fb67e..2deaa19f6f 100644 --- a/desktop/xfce/base/xfce4-settings/translations.xml +++ b/desktop/xfce/base/xfce4-settings/translations.xml @@ -1,10 +1,10 @@ - - xfce4-settings - Xfce ayar yöneticisi - Graficzna aplikacja do zarządzania ustawieniami Xfce - Xfce4-settings, Xfce masaüstü yöneticisi için yazılmış ayar yöneticisidir. - Xfce4-settings jest interfejsem menedżera ustawień Xfce4. Wywodzi się z kilku różnych komponentów do konfiguracji niezależnych od aplikacji, ustawień wewnątrz xfconf. - + + xfce4-settings + Xfce ayar yöneticisi + Graficzna aplikacja do zarządzania ustawieniami Xfce + Xfce4-settings, Xfce masaüstü yöneticisi için yazılmış ayar yöneticisidir. + Xfce4-settings jest interfejsem menedżera ustawień Xfce4. Wywodzi się z kilku różnych komponentów do konfiguracji niezależnych od aplikacji, ustawień wewnątrz xfconf. + diff --git a/desktop/xfce/base/xfce4-terminal/actions.py b/desktop/xfce/base/xfce4-terminal/actions.py index 5f13e333e8..d1bff9cb8d 100644 --- a/desktop/xfce/base/xfce4-terminal/actions.py +++ b/desktop/xfce/base/xfce4-terminal/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - pisitools.cflags.add("-Wno-deprecated-declarations") - autotools.configure("--disable-static") + pisitools.cflags.add("-Wno-deprecated-declarations") + autotools.configure("--disable-static") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.removeDir("/usr/share/gnome-control-center") + 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*", "THANKS") diff --git a/desktop/xfce/base/xfce4-terminal/pspec.xml b/desktop/xfce/base/xfce4-terminal/pspec.xml index 459f816bfc..b7f9e82cef 100644 --- a/desktop/xfce/base/xfce4-terminal/pspec.xml +++ b/desktop/xfce/base/xfce4-terminal/pspec.xml @@ -1,70 +1,70 @@ - - xfce4-terminal - https://docs.xfce.org/apps/terminal/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - app:gui - Terminal Emulator for Xfce. - - 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 - + + xfce4-terminal + https://docs.xfce.org/apps/terminal/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + app:gui + Terminal Emulator for Xfce. + + 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.10.tar.bz2 - - intltool - vte-devel - gtk3-devel - gnutls-devel - libXpm-devel - utempter-devel - libpcre2-devel - libxfce4ui-devel - - + + intltool + vte-devel + gtk3-devel + gnutls-devel + libXpm-devel + utempter-devel + libpcre2-devel + libxfce4ui-devel + + - - xfce4-terminal - - vte - gtk3 - cairo - glib2 - pango - libX11 - xfconf - libxfce4ui - gdk-pixbuf - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + xfce4-terminal + + vte + gtk3 + cairo + glib2 + pango + libX11 + xfconf + libxfce4ui + gdk-pixbuf + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - + - 2020-12-24 - 0.8.10 - New release. - alicengizkurt@gmail.com - Ali Cengiz Kurt - - - 2020-11-22 - 0.8.9.2 - First releasu For Beta. - alicengizkurt@gmail.com - Ali Cengiz Kurt - - + 2020-12-24 + 0.8.10 + New release. + alicengizkurt@gmail.com + Ali Cengiz Kurt + + + 2020-11-22 + 0.8.9.2 + First releasu For Beta. + alicengizkurt@gmail.com + Ali Cengiz Kurt + + diff --git a/desktop/xfce/base/xfce4-terminal/translations.xml b/desktop/xfce/base/xfce4-terminal/translations.xml index 37a65dfc8d..94ce99b979 100644 --- a/desktop/xfce/base/xfce4-terminal/translations.xml +++ b/desktop/xfce/base/xfce4-terminal/translations.xml @@ -1,8 +1,8 @@ - - Terminal - Xfce için uçbirim öykünücüsü - Terminal çağdaş, hafif ve az bellek harcayan; sekmeli ve çoklu pencereyi destekleyen, Xfce masaüstü ortamı için yazılmış bir uçbirim öykünücüsüdür. Renkler, görünüm, kısayol tuşları ve daha fazlası için kişiselleştirmeye izin verir. - + + Terminal + Xfce için uçbirim öykünücüsü + Terminal çağdaş, hafif ve az bellek harcayan; sekmeli ve çoklu pencereyi destekleyen, Xfce masaüstü ortamı için yazılmış bir uçbirim öykünücüsüdür. Renkler, görünüm, kısayol tuşları ve daha fazlası için kişiselleştirmeye izin verir. + diff --git a/desktop/xfce/base/xfconf/actions.py b/desktop/xfce/base/xfconf/actions.py index 94213381b9..c25dc16833 100644 --- a/desktop/xfce/base/xfconf/actions.py +++ b/desktop/xfce/base/xfconf/actions.py @@ -17,17 +17,17 @@ i = "--enable-introspection \ " def setup(): - autotools.configure(i) + autotools.configure(i) - #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') - #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') + #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "TODO") diff --git a/desktop/xfce/base/xfconf/pspec.xml b/desktop/xfce/base/xfconf/pspec.xml index e44aaf1b1f..b500cab6e5 100644 --- a/desktop/xfce/base/xfconf/pspec.xml +++ b/desktop/xfce/base/xfconf/pspec.xml @@ -1,77 +1,77 @@ - - xfconf - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - 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.16/src/xfconf-4.16.0.tar.bz2 - - python3 - intltool - vala-devel + + xfconf + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + 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.16/src/xfconf-4.16.0.tar.bz2 + + python3 + intltool + vala-devel python-six - glib2-devel - libxfce4util-devel - gobject-introspection-devel - - + glib2-devel + libxfce4util-devel + gobject-introspection-devel + + - - xfconf - - glib2 - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfconf + + glib2 + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - - xfconf-devel - library - data:doc - Xfconf development files - - glib2-devel - xfconf - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - + + xfconf-devel + library + data:doc + Xfconf development files + + glib2-devel + xfconf + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + - 2020-11-17 - 4.15.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-11-17 + 4.15.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfconf/translations.xml b/desktop/xfce/base/xfconf/translations.xml index 2cc76f52b4..306bfae1ee 100644 --- a/desktop/xfce/base/xfconf/translations.xml +++ b/desktop/xfce/base/xfconf/translations.xml @@ -1,16 +1,16 @@ - - xfconf - Xfce çoklu ayar kitaplığı - Prosty system przechowywania i odpytywania konfiguracji - xfconf, Xfce masaüstü yöneticisi için yazılmış, ağaç tipi hiyerarşik yapılandırma sistemidir. - Xfconf jest prostym systemem przechowywania i odpytywania konfiguracji. - + + xfconf + Xfce çoklu ayar kitaplığı + Prosty system przechowywania i odpytywania konfiguracji + xfconf, Xfce masaüstü yöneticisi için yazılmış, ağaç tipi hiyerarşik yapılandırma sistemidir. + Xfconf jest prostym systemem przechowywania i odpytywania konfiguracji. + - - xfconf-devel - xfconf geliştirme dosyaları - Pliki nagłówkowe xfconf - + + xfconf-devel + xfconf geliştirme dosyaları + Pliki nagłówkowe xfconf + diff --git a/desktop/xfce/base/xfdesktop/actions.py b/desktop/xfce/base/xfdesktop/actions.py index bd069a63a0..8062980b78 100644 --- a/desktop/xfce/base/xfdesktop/actions.py +++ b/desktop/xfce/base/xfdesktop/actions.py @@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static --enable-notifications") + autotools.configure("--disable-static --enable-notifications") - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*", "TODO") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*", "TODO") diff --git a/desktop/xfce/base/xfdesktop/pspec.xml b/desktop/xfce/base/xfdesktop/pspec.xml index 877225d871..28021e35df 100644 --- a/desktop/xfce/base/xfdesktop/pspec.xml +++ b/desktop/xfce/base/xfdesktop/pspec.xml @@ -1,89 +1,89 @@ - - xfdesktop - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - library - app:gui - Xfce desktop manager - - 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.16/src/xfdesktop-4.16.0.tar.bz2 - - intltool - exo-devel - dbus-devel - - gtk3-devel - pango-devel - cairo-devel - glib2-devel - libSM-devel - thunar-devel - garcon-devel - xfconf-devel - libX11-devel - libglade-devel - - libwnck3-devel - libnotify-devel - libxfce4ui-devel - gdk-pixbuf-devel - xfce4-panel-devel - libxfce4util-devel - - + + xfdesktop + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + library + app:gui + Xfce desktop manager + + 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.16/src/xfdesktop-4.16.0.tar.bz2 + + intltool + exo-devel + dbus-devel + + gtk3-devel + pango-devel + cairo-devel + glib2-devel + libSM-devel + thunar-devel + garcon-devel + xfconf-devel + libX11-devel + libglade-devel + + libwnck3-devel + libnotify-devel + libxfce4ui-devel + gdk-pixbuf-devel + xfce4-panel-devel + libxfce4util-devel + + - - xfdesktop - - exo - gtk3 - dbus - glib2 - pango - cairo - thunar - garcon - xfconf - libX11 - libwnck3 - libnotify - gdk-pixbuf - libxfce4ui - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - + + xfdesktop + + exo + gtk3 + dbus + glib2 + pango + cairo + thunar + garcon + xfconf + libX11 + libwnck3 + libnotify + gdk-pixbuf + libxfce4ui + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-22 - 4.15.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-22 + 4.15.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfdesktop/translations.xml b/desktop/xfce/base/xfdesktop/translations.xml index 71800693d0..7b2597ea6e 100644 --- a/desktop/xfce/base/xfdesktop/translations.xml +++ b/desktop/xfce/base/xfdesktop/translations.xml @@ -1,10 +1,10 @@ - - xfdesktop - Xfce masaüstü yöneticisi - Tło pulpitu Xfce, ikony i menedżer menu administratora - Xfce masaüstü yöneticisi arkaplan resmini belirler, uygulamaları başlatmak, simge durumuna küçültülmüş pencereleri veya dosya seçeneklerini göstermek için sağ tık menüsünü hazırlar. Arkaplan rengi için gradyan desteği, arkaplan resmi için doygunluk desteği, gerçek çoklu ekran ve xinerama desteği içerir. Ayrıca, masaüstü menü düzenleme aracını da bünyesinde barındırır. - xfdesktop4 ustawia obraz tła pulpitu, udostępnia menu pod prawym przyciskiem myszy do uruchamiania aplikacji oraz, opcjonalnie, może pokazywać pliki lub zminimalizowane okna. - + + xfdesktop + Xfce masaüstü yöneticisi + Tło pulpitu Xfce, ikony i menedżer menu administratora + Xfce masaüstü yöneticisi arkaplan resmini belirler, uygulamaları başlatmak, simge durumuna küçültülmüş pencereleri veya dosya seçeneklerini göstermek için sağ tık menüsünü hazırlar. Arkaplan rengi için gradyan desteği, arkaplan resmi için doygunluk desteği, gerçek çoklu ekran ve xinerama desteği içerir. Ayrıca, masaüstü menü düzenleme aracını da bünyesinde barındırır. + xfdesktop4 ustawia obraz tła pulpitu, udostępnia menu pod prawym przyciskiem myszy do uruchamiania aplikacji oraz, opcjonalnie, może pokazywać pliki lub zminimalizowane okna. + diff --git a/desktop/xfce/base/xfwm4/actions.py b/desktop/xfce/base/xfwm4/actions.py index ea82048460..625b57068f 100644 --- a/desktop/xfce/base/xfwm4/actions.py +++ b/desktop/xfce/base/xfwm4/actions.py @@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static") + autotools.configure("--disable-static") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COMPOSITOR", "COPYING", "NEWS", "README*") + pisitools.dodoc("AUTHORS", "ChangeLog", "COMPOSITOR", "COPYING", "NEWS", "README*") diff --git a/desktop/xfce/base/xfwm4/pspec.xml b/desktop/xfce/base/xfwm4/pspec.xml index 63614b1725..c3f7c2d9bd 100644 --- a/desktop/xfce/base/xfwm4/pspec.xml +++ b/desktop/xfce/base/xfwm4/pspec.xml @@ -1,84 +1,84 @@ - - xfwm4 - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - desktop.xfce.base - app:gui - Xfce window manager. - - 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.16/src/xfwm4-4.16.0.tar.bz2 - - intltool - gtk3-devel - libSM-devel - libX11-devel - libXpm-devel - libbsd-devel - libXres-devel - libwnck3-devel - libxfce4ui-devel - libXpresent-devel - - + + xfwm4 + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + desktop.xfce.base + app:gui + Xfce window manager. + + 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.16/src/xfwm4-4.16.0.tar.bz2 + + intltool + gtk3-devel + libSM-devel + libX11-devel + libXpm-devel + libbsd-devel + libXres-devel + libwnck3-devel + libxfce4ui-devel + libXpresent-devel + + - - xfwm4 - - gtk3 - glib2 - cairo - pango - libXi - xfconf - libX11 - libXres - libXext - libepoxy - libwnck3 - libXrandr - libXfixes - libxfce4ui - gdk-pixbuf - libXrender - libXdamage - libXpresent - libXinerama - libxfce4util - libXcomposite - startup-notification - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - + + xfwm4 + + gtk3 + glib2 + cairo + pango + libXi + xfconf + libX11 + libXres + libXext + libepoxy + libwnck3 + libXrandr + libXfixes + libxfce4ui + gdk-pixbuf + libXrender + libXdamage + libXpresent + libXinerama + libxfce4util + libXcomposite + startup-notification + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + - 2020-11-21 - 4.15.1 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - + 2020-11-21 + 4.15.1 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + diff --git a/desktop/xfce/base/xfwm4/translations.xml b/desktop/xfce/base/xfwm4/translations.xml index d95e87a66e..7dcee8b349 100644 --- a/desktop/xfce/base/xfwm4/translations.xml +++ b/desktop/xfce/base/xfwm4/translations.xml @@ -1,10 +1,10 @@ - - xfwm4 - Xfce pencere yöneticisi - Menedżer okien dla projektu Xfce - Xfce4 pencere yöneticisi, uygulama pencerelerinin ekrana yerleştirmeyi sağlar, pencerelerin güzel görünmesini sağlar, çalışma alanlarını ve sanal masaüstlerini yönetir ve doğal olarak çoklu ekran kipini destekler. - Pakiet zawiera xfwm4, który jest menedżerem okiem do Xfce4. Jest on zaprojektowany do uruchamiania z resztą środowiska Xfce4. - + + xfwm4 + Xfce pencere yöneticisi + Menedżer okien dla projektu Xfce + Xfce4 pencere yöneticisi, uygulama pencerelerinin ekrana yerleştirmeyi sağlar, pencerelerin güzel görünmesini sağlar, çalışma alanlarını ve sanal masaüstlerini yönetir ve doğal olarak çoklu ekran kipini destekler. + Pakiet zawiera xfwm4, który jest menedżerem okiem do Xfce4. Jest on zaprojektowany do uruchamiania z resztą środowiska Xfce4. + diff --git a/desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml b/desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml index 825753af09..631492f342 100644 --- a/desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml +++ b/desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml @@ -40,11 +40,11 @@ - 2020-11-21 - 2.10.0 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - + 2020-11-21 + 2.10.0 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + diff --git a/desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml b/desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml index 88c1584969..24fab6b042 100644 --- a/desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml +++ b/desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml @@ -35,11 +35,11 @@ - 2020-11-23 - 4.4.3 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - + 2020-11-23 + 4.4.3 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + diff --git a/desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml b/desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml index 9ee438e036..88ec83ee72 100644 --- a/desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml +++ b/desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml @@ -29,11 +29,11 @@ - 2020-11-21 - 4.10.0 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - + 2020-11-21 + 4.10.0 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com +