@@ -11,8 +11,8 @@
|
||||
<License>GPL-3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary>Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt.</Summary>
|
||||
<Description>Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur.</Description>
|
||||
<Summary>Kvantum is an SVG-based theme engine for Qt5/Qt6, KDE and LXQt.</Summary>
|
||||
<Description>Kvantum Qt5 / Qt6, KDE ve LXQt için SVG tabanlı bir tema motorudur.</Description>
|
||||
<Archive sha1sum="8fadff2c8461fafa42725f913cf4af4b67eafc13" type="tarxz">
|
||||
https://github.com/tsujan/Kvantum/releases/download/V1.0.7/Kvantum-1.0.7.tar.xz
|
||||
</Archive>
|
||||
|
||||
@@ -26,8 +26,8 @@ def setup():
|
||||
cmaketools.configure(i)
|
||||
|
||||
def build():
|
||||
# fix incorrect g++ options
|
||||
shelltools.system("find . -iname 'link.txt' -exec sed -i 's: -R: -Wl,-R:g' {} \;")
|
||||
# fix incorrect g++ options //not required for gcc12
|
||||
# shelltools.system("find . -iname 'link.txt' -exec sed -i 's: -R: -Wl,-R:g' {} \;")
|
||||
cmaketools.make("-C _build")
|
||||
|
||||
def install():
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>multimedia.graphics</PartOf>
|
||||
<Summary>JPEG XL image format reference implementation.</Summary>
|
||||
<Description>A reference implementation of JPEG XL (encoder and decoder), called libjxl.</Description>
|
||||
<Archive sha1sum="588df3e98c39d5203b0a8d42716396951b390d57" type="targz">
|
||||
https://github.com/libjxl/libjxl/archive/refs/tags/v0.8.0.tar.gz
|
||||
<Archive sha1sum="458bd257778be4664b5d259ae0cde6e213d48669" type="targz">
|
||||
https://github.com/libjxl/libjxl/archive/refs/tags/v0.8.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-02-04</Date>
|
||||
<Version>0.8.1</Version>
|
||||
<Comment>Minor bugfix release.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2023-01-27</Date>
|
||||
<Version>0.8.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user