diff --git a/multimedia/sound/yarock/actions.py b/multimedia/sound/yarock/actions.py index f74ee70e0b..d538bc88ee 100644 --- a/multimedia/sound/yarock/actions.py +++ b/multimedia/sound/yarock/actions.py @@ -14,12 +14,12 @@ j = ''.join([ ]) def setup(): - cmaketools.configure(j) + cmaketools.configure(j) def build(): - mesontools.build() + mesontools.build() def install(): - mesontools.install() + mesontools.install() - pisitools.dodoc("COPYING") + pisitools.dodoc("COPYING") diff --git a/multimedia/sound/yarock/pspec.xml b/multimedia/sound/yarock/pspec.xml index bcd397cb6e..7b652bd4be 100644 --- a/multimedia/sound/yarock/pspec.xml +++ b/multimedia/sound/yarock/pspec.xml @@ -1,106 +1,106 @@ - - yarock - https://github.com/sebaro/Yarock - - Pisilinux Community - admin@pisilinux.org - - GPLv3 - Yarock is a modern looking music player. - A modern looking music player, packed with features, that doesn’t depend on any specific desktop environment. - https://github.com/sebaro/Yarock/archive/1.5.1/Yarock-1.5.1.tar.gz - - cmake - ninja - taglib-devel - qt6-sql-odbc - qt6-linguist - htmlcxx-devel - qt6-sql-mysql - qt6-base-devel - qt6-sql-sqlite - qt6-phonon-devel - qt6-sql-postgresql - qt6-multimedia-devel - - - - - + + yarock + https://github.com/sebaro/Yarock + + Pisilinux Community + admin@pisilinux.org + + GPLv3 + Yarock is a modern looking music player. + A modern looking music player, packed with features, that doesn’t depend on any specific desktop environment. + https://github.com/sebaro/Yarock/archive/1.5.1/Yarock-1.5.1.tar.gz + + cmake + ninja + taglib-devel + qt6-sql-odbc + qt6-linguist + htmlcxx-devel + qt6-sql-mysql + qt6-base-devel + qt6-sql-sqlite + qt6-phonon-devel + qt6-sql-postgresql + qt6-multimedia-devel + + + + + - - yarock - - taglib - htmlcxx - qt6-base - qt6-phonon - qt6-sql-odbc - qt6-sql-mysql - qt6-sql-sqlite - qt6-multimedia - qt6-sql-postgresql - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - + + yarock + + taglib + htmlcxx + qt6-base + qt6-phonon + qt6-sql-odbc + qt6-sql-mysql + qt6-sql-sqlite + qt6-multimedia + qt6-sql-postgresql + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + - - - 2025-04-05 - 1.5.1 - New upstream. - Pisilinux Community - admin@pisilinux.org - - - 2024-12-28 - 1.5.0 - New upstream. - Pisilinux Community - admin@pisilinux.org - - - 2020-09-17 - 1.4.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 1.4.0 - Version bump - fury - uglyside@yandex.ru - - - 2018-09-01 - 1.1.6 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-23 - 1.1.6 - Rebuild with new toolchain - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-24 - 1.1.6 - First Release - Stefan Gronewold - groni@pisilinux.org - - + + + 2025-04-05 + 1.5.1 + New upstream. + Pisilinux Community + admin@pisilinux.org + + + 2024-12-28 + 1.5.0 + New upstream. + Pisilinux Community + admin@pisilinux.org + + + 2020-09-17 + 1.4.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 1.4.0 + Version bump + fury + uglyside@yandex.ru + + + 2018-09-01 + 1.1.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-23 + 1.1.6 + Rebuild with new toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-24 + 1.1.6 + First Release + Stefan Gronewold + groni@pisilinux.org + + diff --git a/programming/library/libdispatch/actions.py b/programming/library/libdispatch/actions.py index c7ac4ae3bb..6118e3d797 100644 --- a/programming/library/libdispatch/actions.py +++ b/programming/library/libdispatch/actions.py @@ -18,14 +18,14 @@ j = ''.join([ ]) def setup(): - shelltools.export("CC", "clang") - shelltools.export("CXX", "clang++") - cmaketools.configure(j) + shelltools.export("CC", "clang") + shelltools.export("CXX", "clang++") + cmaketools.configure(j) def build(): - mesontools.build() + mesontools.build() def install(): - mesontools.install() + mesontools.install() - pisitools.dodoc("LICENSE") + pisitools.dodoc("LICENSE") diff --git a/util/dock/plank/actions.py b/util/dock/plank/actions.py index 6752c61bcd..8caa8bb467 100644 --- a/util/dock/plank/actions.py +++ b/util/dock/plank/actions.py @@ -15,12 +15,12 @@ i = ''.join([ ]) def setup(): - mesontools.configure(i) + mesontools.configure(i) def build(): - mesontools.build() + mesontools.build() def install(): - mesontools.install() + mesontools.install() - pisitools.dodoc("AUTHORS", "COPYING", "COPYRIGHT") + pisitools.dodoc("AUTHORS", "COPYING", "COPYRIGHT")