2025-04-30 12:20:13 UTC

This commit is contained in:
Repository mirror & CI
2025-04-30 12:20:13 +00:00
parent 6d181c6b0b
commit ab49196e3e
31 changed files with 265 additions and 104 deletions

View File

@@ -4,12 +4,12 @@ DESCRIPTION=wallpaper manager for wlroots compositors
EAPI=8
HOMEPAGE=https://github.com/nwg-piotr/azote
INHERIT=desktop distutils-r1 optfeature xdg-utils
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
IUSE=avif heif jpegxl python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=GPL-3 BSD
RDEPEND=dev-cpp/gtkmm:3.0 dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject:3=[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
RDEPEND=dev-cpp/gtkmm:3.0 dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject:3=[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] heif? ( dev-python/pillow-heif ) jpegxl? ( dev-python/pillow-jxl-plugin ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://github.com/nwg-piotr/azote/archive/v1.15.1/azote-1.15.1.tar.gz
SRC_URI=https://github.com/nwg-piotr/azote/archive/v1.16.0/azote-1.16.0.tar.gz
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 974462533ec80cd68e5f366ad8a86002 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 3641642ea51cdadc1d1ea0bb8404ae89 optfeature 538bce96e5589935b57e178e8635f301 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=a457bbec132853374d64be7501c2cace
_md5_=59c4656a48e968f775fd0fbb8525db57

View File

@@ -4,11 +4,11 @@ DESCRIPTION=wallpaper manager for wlroots compositors
EAPI=8
HOMEPAGE=https://github.com/nwg-piotr/azote
INHERIT=desktop distutils-r1 optfeature xdg-utils git-r3
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
IUSE=avif heif jpegxl python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
LICENSE=GPL-3 BSD
PROPERTIES=live
RDEPEND=dev-cpp/gtkmm:3.0 dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject:3=[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
RDEPEND=dev-cpp/gtkmm:3.0 dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject:3=[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] heif? ( dev-python/pillow-heif ) jpegxl? ( dev-python/pillow-jxl-plugin ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 974462533ec80cd68e5f366ad8a86002 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 3641642ea51cdadc1d1ea0bb8404ae89 optfeature 538bce96e5589935b57e178e8635f301 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=a457bbec132853374d64be7501c2cace
_md5_=59c4656a48e968f775fd0fbb8525db57

View File

@@ -1,15 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=app-arch/libarchive-qt[-qt6] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gui-libs/libcprime
DESCRIPTION=Archiver for C Suite, to create and extract archives
EAPI=8
HOMEPAGE=https://gitlab.com/cubocore/coreapps/corearchiver
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=xdg cmake
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-arch/libarchive-qt[-qt6] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gui-libs/libcprime
SLOT=0
SRC_URI=https://gitlab.com/cubocore/coreapps/corearchiver/-/archive/v4.5.0/corearchiver-v4.5.0.tar.bz2
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake b05c1b7b3c9213c155f128f4eadaa49f
_md5_=a8f86bf9321ab6d9e5375d565f9df799

View File

@@ -0,0 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=app-arch/libarchive-qt[qt6] dev-qt/qtbase:6[gui,widgets] gui-libs/libcprime
DESCRIPTION=Archiver for C Suite, to create and extract archives
EAPI=8
HOMEPAGE=https://gitlab.com/cubocore/coreapps/corearchiver
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake xdg
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=app-arch/libarchive-qt[qt6] dev-qt/qtbase:6[gui,widgets] gui-libs/libcprime
SLOT=0
SRC_URI=https://gitlab.com/cubocore/coreapps/corearchiver/-/archive/v5.0.0/corearchiver-v5.0.0.tar.bz2
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=b9b4d98bcf7e303a9c7acef49c905eaf

View File

@@ -1,14 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=app-arch/libarchive-qt[-qt6] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gui-libs/libcprime
DESCRIPTION=Archiver for C Suite, to create and extract archives
EAPI=8
HOMEPAGE=https://gitlab.com/cubocore/coreapps/corearchiver
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=xdg cmake git-r3
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=app-arch/libarchive-qt[-qt6] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gui-libs/libcprime
SLOT=0
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake b05c1b7b3c9213c155f128f4eadaa49f git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=a8f86bf9321ab6d9e5375d565f9df799

View File

@@ -1,15 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gui-libs/libcprime gui-libs/libcsys
DESCRIPTION=A lightweight file-manager for C Suite
EAPI=8
HOMEPAGE=https://gitlab.com/cubocore/coreapps/corefm
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=xdg cmake
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gui-libs/libcprime gui-libs/libcsys
SLOT=0
SRC_URI=https://gitlab.com/cubocore/coreapps/corefm/-/archive/v4.5.0/corefm-v4.5.0.tar.bz2
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake b05c1b7b3c9213c155f128f4eadaa49f
_md5_=d4f663ad0ad899075dcdb97072ac6a91

View File

@@ -0,0 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-qt/qtbase:6[dbus,gui,widgets] gui-libs/libcprime gui-libs/libcsys
DESCRIPTION=A lightweight file-manager for C Suite
EAPI=8
HOMEPAGE=https://gitlab.com/cubocore/coreapps/corefm
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake xdg
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=dev-qt/qtbase:6[dbus,gui,widgets] gui-libs/libcprime gui-libs/libcsys
SLOT=0
SRC_URI=https://gitlab.com/cubocore/coreapps/corefm/-/archive/v5.0.0/corefm-v5.0.0.tar.bz2
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=3b4579078839c01fede1d544a49015de

View File

@@ -1,14 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gui-libs/libcprime gui-libs/libcsys
DESCRIPTION=A lightweight file-manager for C Suite
EAPI=8
HOMEPAGE=https://gitlab.com/cubocore/coreapps/corefm
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=xdg cmake git-r3
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gui-libs/libcprime gui-libs/libcsys
SLOT=0
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake b05c1b7b3c9213c155f128f4eadaa49f git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=d4f663ad0ad899075dcdb97072ac6a91

View File

@@ -0,0 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND==kde-frameworks/frameworkintegration-6.13.0 =kde-frameworks/frameworkintegration-5.116.0 =kde-frameworks/kcmutils-6.13.0 =kde-frameworks/kcmutils-5.116.0 kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-plasma/kdecoration kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem =kde-frameworks/kwindowsystem-5.116.0 =dev-qt/qtbase-6.8.3-r1 =dev-qt/qtdeclarative-6.8.3 =dev-qt/qtsvg-6.8.3 x11-misc/xdg-utils kde-frameworks/extra-cmake-modules =kde-frameworks/kconfigwidgets-5.116.0 =kde-frameworks/kiconthemes-5.116.0
DESCRIPTION=Klassy QT6 window decoration theme for KDE Plasma 6.1+
EAPI=8
HOMEPAGE=https://github.com/paulmcauley/klassy
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1+ MIT
RDEPEND==kde-frameworks/frameworkintegration-6.13.0 =kde-frameworks/frameworkintegration-5.116.0 =kde-frameworks/kcmutils-6.13.0 =kde-frameworks/kcmutils-5.116.0 kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-plasma/kdecoration kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem =kde-frameworks/kwindowsystem-5.116.0 =dev-qt/qtbase-6.8.3-r1 =dev-qt/qtdeclarative-6.8.3 =dev-qt/qtsvg-6.8.3 x11-misc/xdg-utils kde-frameworks/extra-cmake-modules =kde-frameworks/kconfigwidgets-5.116.0 =kde-frameworks/kiconthemes-5.116.0
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/paulmcauley/klassy/archive/refs/tags/6.2.breeze6.2.1.tar.gz -> klassy-6.2.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f
_md5_=8979e5903582ca548d98ff976065171a

View File

@@ -0,0 +1,14 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl] app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND==kde-frameworks/frameworkintegration-6.13.0 =kde-frameworks/frameworkintegration-5.116.0 =kde-frameworks/kcmutils-6.13.0 =kde-frameworks/kcmutils-5.116.0 kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-plasma/kdecoration kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem =kde-frameworks/kwindowsystem-5.116.0 =dev-qt/qtbase-6.8.3-r1 =dev-qt/qtdeclarative-6.8.3 =dev-qt/qtsvg-6.8.3 x11-misc/xdg-utils kde-frameworks/extra-cmake-modules =kde-frameworks/kconfigwidgets-5.116.0 =kde-frameworks/kiconthemes-5.116.0
DESCRIPTION=Klassy QT6 window decoration theme for KDE Plasma 6.3+
EAPI=8
HOMEPAGE=https://github.com/paulmcauley/klassy
INHERIT=git-r3 cmake
LICENSE=GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1+ MIT
PROPERTIES=live
RDEPEND==kde-frameworks/frameworkintegration-6.13.0 =kde-frameworks/frameworkintegration-5.116.0 =kde-frameworks/kcmutils-6.13.0 =kde-frameworks/kcmutils-5.116.0 kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-plasma/kdecoration kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem =kde-frameworks/kwindowsystem-5.116.0 =dev-qt/qtbase-6.8.3-r1 =dev-qt/qtdeclarative-6.8.3 =dev-qt/qtsvg-6.8.3 x11-misc/xdg-utils kde-frameworks/extra-cmake-modules =kde-frameworks/kconfigwidgets-5.116.0 =kde-frameworks/kiconthemes-5.116.0
RESTRICT=test
SLOT=0
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f
_md5_=cab9a1afcdeaed903f109edf030fd25d