new packages for krita: zug, lager

This commit is contained in:
suvari
2023-11-01 22:04:37 +03:00
parent 583a1ec9de
commit 3eff1c77b2
11 changed files with 254 additions and 6 deletions
+93 -3
View File
@@ -226963,8 +226963,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">Krita ücretsiz bir dijital resim uygulamasıdır.</Summary>
<Description xml:lang="en">Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end.</Description>
<Description xml:lang="tr">Krita, ücretsiz ve açık kaynaklı bir dijital resim uygulamasıdır. Baştan sona profesyonel işler yaratmak isteyen sanatçılar içindir.</Description>
<Archive type="tarxz" sha1sum="b4b0d4bee8b4cc7a19a7d6a04a9cd34070cf3362" name="krita-5.2.0.tar.xz">https://download.kde.org/stable/krita/5.2.0/krita-5.2.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="ab9e6dbf99f0ffbeada82ed73b28b7301a9cfa8b" name="krita-5.2.1.tar.xz">https://download.kde.org/stable/krita/5.2.1/krita-5.2.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>zug</Dependency>
<Dependency>immer</Dependency>
<Dependency>eigen3</Dependency>
<Dependency>kio-devel</Dependency>
@@ -227006,7 +227007,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Dependency>kitemviews-devel</Dependency>
<Dependency>opencolorio-devel</Dependency>
<Dependency>poppler-qt5-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>python3-qt5-devel</Dependency>
<Dependency>python3-pyqt5-sip</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
@@ -227084,7 +227084,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<History>
<Update release="9">
<Date>2023-11-01</Date>
<Version>5.2.0</Version>
<Version>5.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
@@ -370660,6 +370660,55 @@ complete albums that you have purchased from Amazon.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>lager</Name>
<Homepage>https://sinusoid.es/lager</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>boost</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">C++ library for value-oriented design using the unidirectional data-flow architecture</Summary>
<Summary xml:lang="tr">Tek yönlü veri akışı mimarisini kullanan değer odaklı tasarım için C++ kitaplığı</Summary>
<Description xml:lang="en">lager is a C++ library to assist value-oriented design by implementing the unidirectional data-flow architecture. It is heavily inspired by Elm and Redux, and enables composable designs by promoting the use of simple value types and testable application logic via pure functions.</Description>
<Description xml:lang="tr">lager, tek yönlü veri akışı mimarisini uygulayarak değer odaklı tasarıma yardımcı olan bir C++ kitaplığıdır. Büyük ölçüde Elm ve Redux&apos;tan esinlenmiştir ve saf işlevler aracılığıyla basit değer türlerinin ve test edilebilir uygulama mantığının kullanımını teşvik ederek birleştirilebilir tasarımlara olanak tanır.</Description>
<Icon>lager</Icon>
<Archive type="targz" sha1sum="1aac55d7b77c745bbe71f32f1d8e7114acbd11d0" name="v0.1.1.tar.gz">https://github.com/arximboldi/lager/archive/refs/tags/v0.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>zug</Dependency>
<Dependency>immer</Dependency>
<Dependency>cmake</Dependency>
<Dependency>catch2</Dependency>
<Dependency>ccache</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>sdl2-ttf-devel</Dependency>
<Dependency>qt5-quickcontrols2-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/library/lager/pspec.xml</SourceURI>
</Source>
<Package>
<Name>lager</Name>
<Files>
<Path fileType="doc">/usr/share/doc/lager</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-11-01</Date>
<Version>0.1.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libaccounts-glib</Name>
@@ -377775,6 +377824,47 @@ to create header files and sources from protocol files.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>zug</Name>
<Homepage>https://sinusoid.es/zug</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>boost</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">Transducers for C++</Summary>
<Summary xml:lang="tr">C++ için dönüştürücüler</Summary>
<Description xml:lang="en">Transducers for C++ — Clojure style higher order push/pull sequence transformations</Description>
<Description xml:lang="tr">C++ için dönüştürücüler — Clojure tarzı yüksek dereceli itme/çekme dizisi dönüşümleri</Description>
<Archive type="targz" sha1sum="34830fa8800f06981660a0dc60408b7cc449c139" name="v0.1.1.tar.gz">https://github.com/arximboldi/zug/archive/refs/tags/v0.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>catch2</Dependency>
<Dependency>ccache</Dependency>
</BuildDependencies>
<SourceURI>programming/library/zug/pspec.xml</SourceURI>
</Source>
<Package>
<Name>zug</Name>
<Files>
<Path fileType="doc">/usr/share/doc/zug</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-11-01</Date>
<Version>0.1.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>zxing-cpp</Name>