From ee77ab5aee7742c690b9e4b53136e22af7550528 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 16 Jun 2021 23:33:01 +0300 Subject: [PATCH 01/12] ksystemstats --- desktop/kde/plasma/ksystemstats/pspec.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/kde/plasma/ksystemstats/pspec.xml b/desktop/kde/plasma/ksystemstats/pspec.xml index dbe72ad705..4a485174c4 100644 --- a/desktop/kde/plasma/ksystemstats/pspec.xml +++ b/desktop/kde/plasma/ksystemstats/pspec.xml @@ -25,6 +25,7 @@ kcoreaddons-devel kdbusaddons-devel libksysguard-devel + kiconthemes-devel networkmanager-qt-devel extra-cmake-modules From 17358dde5a131417b089e9cb00dba3af44d4c1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayhan=20Yal=C3=A7=C4=B1nsoy?= Date: Thu, 17 Jun 2021 08:10:57 +0300 Subject: [PATCH 02/12] eog:new package --- desktop/gnome/addons/eog/actions.py | 18 ++++ desktop/gnome/addons/eog/pspec.xml | 107 ++++++++++++++++++++++ desktop/gnome/addons/eog/translations.xml | 13 +++ 3 files changed, 138 insertions(+) create mode 100644 desktop/gnome/addons/eog/actions.py create mode 100644 desktop/gnome/addons/eog/pspec.xml create mode 100644 desktop/gnome/addons/eog/translations.xml diff --git a/desktop/gnome/addons/eog/actions.py b/desktop/gnome/addons/eog/actions.py new file mode 100644 index 0000000000..cc6214d303 --- /dev/null +++ b/desktop/gnome/addons/eog/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import mesontools, pisitools + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS") diff --git a/desktop/gnome/addons/eog/pspec.xml b/desktop/gnome/addons/eog/pspec.xml new file mode 100644 index 0000000000..083f1fe591 --- /dev/null +++ b/desktop/gnome/addons/eog/pspec.xml @@ -0,0 +1,107 @@ + + + + + eog + https://wiki.gnome.org/Apps/EyeOfGnome + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + eog + app:gui + Eye of GNOME image viewer + Eye of GNOME image viewer + mirrors://gnome/eog/40/eog-40.1.tar.xz + + glib2-devel + gtk3-devel + exempi-devel + gdk-pixbuf-devel + glib2-devel + gnome-desktop-devel + gobject-introspection-devel + gsettings-desktop-schemas-devel + lcms2-devel + libexif-devel + libpeas-devel + libportal-devel + librsvg-devel + shared-mime-info + libX11-devel + desktop-file-utils + gettext-devel + gtk-doc + itstool + libjpeg-turbo-devel + meson + zlib-devel + appstream-glib-devel + + + + + + + + eog + + gtk3 + zlib + cairo + glib2 + lcms2 + exempi + libX11 + libexif + libpeas + librsvg + libportal + gdk-pixbuf + gnome-desktop + libjpeg-turbo + gobject-introspection + + + sleep + + + /usr/bin + /usr/lib/eog + /usr/share/applications + /usr/share/doc + /usr/share/eog + /usr/share/GConf + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + + eog-devel + + eog + gtk3-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2021-06-16 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/addons/eog/translations.xml b/desktop/gnome/addons/eog/translations.xml new file mode 100644 index 0000000000..6637570111 --- /dev/null +++ b/desktop/gnome/addons/eog/translations.xml @@ -0,0 +1,13 @@ + + + + eog + GNOME resim gösterici + GNOME resim gösterici + + + + eog-devel + eog için geliştirme dosyaları + + From 5c9c9dad760b268acfe72f546ae8de2cd1b9fe61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayhan=20Yal=C3=A7=C4=B1nsoy?= Date: Thu, 17 Jun 2021 08:25:12 +0300 Subject: [PATCH 03/12] eog-plugins:new package --- desktop/gnome/addons/eog-plugins/actions.py | 18 ++++ .../eog-plugins/files/eog-plugins.desktop | 13 +++ desktop/gnome/addons/eog-plugins/pspec.xml | 86 +++++++++++++++++++ .../gnome/addons/eog-plugins/translations.xml | 8 ++ 4 files changed, 125 insertions(+) create mode 100644 desktop/gnome/addons/eog-plugins/actions.py create mode 100644 desktop/gnome/addons/eog-plugins/files/eog-plugins.desktop create mode 100644 desktop/gnome/addons/eog-plugins/pspec.xml create mode 100644 desktop/gnome/addons/eog-plugins/translations.xml diff --git a/desktop/gnome/addons/eog-plugins/actions.py b/desktop/gnome/addons/eog-plugins/actions.py new file mode 100644 index 0000000000..c449694c8d --- /dev/null +++ b/desktop/gnome/addons/eog-plugins/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools, get, pisitools + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS") diff --git a/desktop/gnome/addons/eog-plugins/files/eog-plugins.desktop b/desktop/gnome/addons/eog-plugins/files/eog-plugins.desktop new file mode 100644 index 0000000000..baa84460da --- /dev/null +++ b/desktop/gnome/addons/eog-plugins/files/eog-plugins.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Encoding=UTF-8 +Name=Eog-plugins +Name[tr]=Eog-plugins +GenericName=Eog-plugins +GenericName[tr]=Eog-plugins +Icon=eog-plugins +Exec=eog-plugins +Terminal=false +StartupNotify=false +Categories=Application;Game;ArcadeGame; diff --git a/desktop/gnome/addons/eog-plugins/pspec.xml b/desktop/gnome/addons/eog-plugins/pspec.xml new file mode 100644 index 0000000000..2e13ca1436 --- /dev/null +++ b/desktop/gnome/addons/eog-plugins/pspec.xml @@ -0,0 +1,86 @@ + + + + + eog-plugins + https://wiki.gnome.org/Apps/EyeOfGnome/Plugins + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + eog-plugins + app:gui + A collection of plugins for the eog image viewer + A collection of plugins for the eog image viewer + mirrors://gnome/eog-plugins/3.26/eog-plugins-3.26.7.tar.xz + + libchamplain-devel + clutter-gtk-devel + eog-devel + gsettings-desktop-schemas-devel + libexif-devel + libgdata-devel + libpeas-devel + intltool + python3-devel + + + + + eog-plugins + + atk + eog + cogl + gtk3 + mesa + cairo + glib2 + libXi + pango + libX11 + libdrm + clutter + libXext + libexif + libpeas + libsoup + libxml2 + wayland + harfbuzz + libgdata + libglvnd + json-glib + libXfixes + libXrandr + gdk-pixbuf + libXdamage + clutter-gtk + libchamplain + libxkbcommon + libXcomposite + wayland-client + wayland-cursor + wayland-server + gnome-online-accounts + gobject-introspection + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + + + + + + 2021-06-16 + 3.26.7 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/addons/eog-plugins/translations.xml b/desktop/gnome/addons/eog-plugins/translations.xml new file mode 100644 index 0000000000..8ea02316d7 --- /dev/null +++ b/desktop/gnome/addons/eog-plugins/translations.xml @@ -0,0 +1,8 @@ + + + + eog-plugins + eog resim görüntüleyici için bir eklenti koleksiyonu + eog resim görüntüleyici için bir eklenti koleksiyonu + + From 2d89e9b5bdb15b93292f7569fd5fcb2ad66047e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayhan=20Yal=C3=A7=C4=B1nsoy?= Date: Thu, 17 Jun 2021 08:26:18 +0300 Subject: [PATCH 04/12] remove unnecassary file --- .../addons/eog-plugins/files/eog-plugins.desktop | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 desktop/gnome/addons/eog-plugins/files/eog-plugins.desktop diff --git a/desktop/gnome/addons/eog-plugins/files/eog-plugins.desktop b/desktop/gnome/addons/eog-plugins/files/eog-plugins.desktop deleted file mode 100644 index baa84460da..0000000000 --- a/desktop/gnome/addons/eog-plugins/files/eog-plugins.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.0 -Encoding=UTF-8 -Name=Eog-plugins -Name[tr]=Eog-plugins -GenericName=Eog-plugins -GenericName[tr]=Eog-plugins -Icon=eog-plugins -Exec=eog-plugins -Terminal=false -StartupNotify=false -Categories=Application;Game;ArcadeGame; From 90f1e7605b7fae8c47a81878b8f835a37a88c811 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 17 Jun 2021 08:44:56 +0300 Subject: [PATCH 05/12] kdenlive --- .../kdenlive/files/kdenlive-mlt6.patch | 22 +++++++++++++++++++ desktop/kde/applications/kdenlive/pspec.xml | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 desktop/kde/applications/kdenlive/files/kdenlive-mlt6.patch diff --git a/desktop/kde/applications/kdenlive/files/kdenlive-mlt6.patch b/desktop/kde/applications/kdenlive/files/kdenlive-mlt6.patch new file mode 100644 index 0000000000..f86f93da94 --- /dev/null +++ b/desktop/kde/applications/kdenlive/files/kdenlive-mlt6.patch @@ -0,0 +1,22 @@ +diff --git a/src/mltconnection.cpp b/src/mltconnection.cpp +index 13d0e8d8c..2820c8f7c 100644 +--- a/src/mltconnection.cpp ++++ b/src/mltconnection.cpp +@@ -136,14 +136,14 @@ void MltConnection::locateMeltAndProfilesPath(const QString &mltPath) + #endif + QString meltPath; + if (qEnvironmentVariableIsSet("MLT_PREFIX")) { +- meltPath = qgetenv("MLT_PREFIX") + QStringLiteral("/bin/melt") + exeSuffix; ++ meltPath = qgetenv("MLT_PREFIX") + QStringLiteral("/bin/melt6") + exeSuffix; + } else { + meltPath = KdenliveSettings::rendererpath(); + } + if (!QFile::exists(meltPath)) { +- meltPath = QDir::cleanPath(profilePath + QStringLiteral("/../../../bin/melt")) + exeSuffix; ++ meltPath = QDir::cleanPath(profilePath + QStringLiteral("/../../../bin/melt6")) + exeSuffix; + if (!QFile::exists(meltPath)) { +- meltPath = QStandardPaths::findExecutable("melt"); ++ meltPath = QStandardPaths::findExecutable("melt6"); + if (meltPath.isEmpty()) { + meltPath = QStandardPaths::findExecutable("mlt-melt"); + } diff --git a/desktop/kde/applications/kdenlive/pspec.xml b/desktop/kde/applications/kdenlive/pspec.xml index 7ff4d1411d..53dd5d4d98 100755 --- a/desktop/kde/applications/kdenlive/pspec.xml +++ b/desktop/kde/applications/kdenlive/pspec.xml @@ -54,6 +54,9 @@ kdeclarative-devel kcrash-devel + + kdenlive-mlt6.patch + From c03d578b34a9a283a25479ee84361b7c1cf548b2 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 17 Jun 2021 08:47:06 +0300 Subject: [PATCH 06/12] kpmcore --- desktop/kde/applications/kpmcore/pspec.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/kde/applications/kpmcore/pspec.xml b/desktop/kde/applications/kpmcore/pspec.xml index 49814b598b..30c575cd43 100755 --- a/desktop/kde/applications/kpmcore/pspec.xml +++ b/desktop/kde/applications/kpmcore/pspec.xml @@ -42,6 +42,7 @@ kwidgetsaddons-devel qca2-qt5-devel polkit-devel + elogind-devel polkit-qt-devel From 09eb6ae34ac5eaac59dbdc53d4b7e6d4841e00f7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 17 Jun 2021 08:49:43 +0300 Subject: [PATCH 07/12] oketa --- desktop/kde/applications/okteta/actions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/desktop/kde/applications/okteta/actions.py b/desktop/kde/applications/okteta/actions.py index c7f7c6b9e3..127d0a84c6 100755 --- a/desktop/kde/applications/okteta/actions.py +++ b/desktop/kde/applications/okteta/actions.py @@ -10,9 +10,6 @@ from pisi.actionsapi import cmaketools def setup(): cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -KDE_INSTALL_LIBDIR=/usr/lib \ - -DKDE_INSTALL_BINDIR=/usr/bin \ - -DKDE_INSTALL_INCLUDEDIR=/usr/include \ -DBUILD_TESTING=OFF") def build(): From 4e97c126ca619ccf03552f48102a2af6beb2e45d Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 17 Jun 2021 08:53:05 +0300 Subject: [PATCH 08/12] umbrello --- desktop/kde/applications/umbrello/pspec.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/kde/applications/umbrello/pspec.xml b/desktop/kde/applications/umbrello/pspec.xml index 1df6211d7e..9530bdee80 100755 --- a/desktop/kde/applications/umbrello/pspec.xml +++ b/desktop/kde/applications/umbrello/pspec.xml @@ -40,6 +40,7 @@ llvm llvm-clang-devel llvm-mlir + llvm-polly + gdk-pixbuf-devel libvorbis-devel sdl-image-devel libexif-devel @@ -37,6 +38,7 @@ ffmpeg-devel libdv-devel sox-devel + fontconfig-devel @@ -73,6 +75,7 @@ sox fftw3 + pango glib2 ffmpeg libX11 @@ -86,6 +89,8 @@ qt5-base libvorbis sdl-image + fontconfig + gdk-pixbuf libsamplerate pulseaudio-libs jack-audio-connection-kit @@ -114,6 +119,13 @@ + + 2021-06-17 + 6.26.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-05-11 6.20.0