@@ -14,8 +14,8 @@
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary>A style to bend Qt applications to look like they belong into GNOME Shell.</Summary>
|
||||
<Description>A native style to bend Qt4 and Qt5 applications to look like they belong into GNOME Shell.</Description>
|
||||
<Archive sha1sum="92ea0d6256109715cc46aa7640ebeb08b5f7bd23" type="targz">
|
||||
https://github.com/FedoraQt/adwaita-qt/archive/refs/tags/1.4.1.tar.gz
|
||||
<Archive sha1sum="71f9e32b992f9d230c8eb52eb24c3630620256ef" type="targz">
|
||||
https://github.com/FedoraQt/adwaita-qt/archive/refs/tags/1.4.2.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>1.4.2</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2022-01-18</Date>
|
||||
<Version>1.4.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Flacon is a open source audio file encoder.</Summary>
|
||||
<Description>You can split a single large audio file containing the entire album into the separate audio tracks.</Description>
|
||||
<Archive sha1sum="c20b4fdd47a15adfe0935a58f99e24d2f195d5f8" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v9.1.0.tar.gz</Archive>
|
||||
<Archive sha1sum="09ad1e0be34cfc596a6efc48e982b810151f5903" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v9.3.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>taglib-devel</Dependency>
|
||||
@@ -21,7 +21,7 @@
|
||||
<Dependency>uchardet-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">Tooltips_of_sidebar_button.patch</Patch>
|
||||
<!-- <Patch level="1">missing.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>9.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2022-08-13</Date>
|
||||
<Version>9.1.0</Version>
|
||||
|
||||
@@ -4,21 +4,16 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools, pisitools, get
|
||||
|
||||
def setup():
|
||||
shelltools.system("go generate -v")
|
||||
shelltools.system("go generate")
|
||||
|
||||
def build():
|
||||
shelltools.system("go build -v")
|
||||
shelltools.system("go build")
|
||||
|
||||
def install():
|
||||
pisitools.dobin("ymuse")
|
||||
pisitools.insinto("/usr/share/applications", "resources/ymuse.desktop", "ymuse.desktop")
|
||||
shelltools.copy("resources/icons", "%s/%s/icons" % (get.installDIR(), get.dataDIR()))
|
||||
shelltools.copy("resources/i18n/generated", "%s/%s/locale" % (get.installDIR(), get.dataDIR()))
|
||||
|
||||
pisitools.dodoc("COPYING", "README.md")
|
||||
|
||||
pisitools.insinto("/usr/share/applications", "resources/*.desktop")
|
||||
shelltools.copytree("resources/icons", "%s/%s/icons" % (get.installDIR(), get.dataDIR()))
|
||||
shelltools.copytree("resources/i18n/generated", "%s/%s/locale" % (get.installDIR(), get.dataDIR()))
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
Ymuse is an easy, functional, and snappy GTK front-end (client) for Music Player Daemon written in Go.
|
||||
</Description>
|
||||
<Archive sha1sum="a54e5ec3edd9a656934ee33db857c2640c941e0e" type="targz">
|
||||
https://github.com/yktoo/ymuse/archive/v0.17.tar.gz
|
||||
<Archive sha1sum="d44f2be82577f52b9efc679d7f50a6a5a50b58d9" type="targz">
|
||||
https://github.com/yktoo/ymuse/archive/v0.21.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>golang</Dependency>
|
||||
@@ -46,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>0.21</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-10-13</Date>
|
||||
<Version>0.17</Version>
|
||||
|
||||
@@ -7,14 +7,18 @@
|
||||
from pisi.actionsapi import shelltools, cmaketools, get
|
||||
|
||||
j = ''.join([
|
||||
' -B_build',
|
||||
' -DAUTO_RUN_TESTING=OFF',
|
||||
' -DBUILD_GMOCK=OFF',
|
||||
' -DBUILD_TESTING=OFF',
|
||||
' -DINSTALL_GTEST=OFF',
|
||||
' -DCMAKE_BUILD_TYPE=None '
|
||||
' -DCMAKE_BUILD_TYPE=None',
|
||||
' -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
shelltools.move("src/ct/icons.gresource.cc.tmp", "src/ct/icons.gresource.cc")
|
||||
cmaketools.configure("-B_build %s -LA" % j)
|
||||
# shelltools.move("src/ct/icons.gresource.cc.tmp", "src/ct/icons.gresource.cc")
|
||||
cmaketools.configure(j)
|
||||
|
||||
def build():
|
||||
shelltools.cd("_build")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>office</PartOf>
|
||||
<Summary>Cherrytree A hierarchical note taking application.</Summary>
|
||||
<Description>A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.</Description>
|
||||
<Archive sha1sum="a8077b0b32a0beba34663a462b88e9f7f3bba615" type="tarxz">
|
||||
https://github.com/giuspen/cherrytree/releases/download/0.99.44/cherrytree_0.99.44.tar.xz
|
||||
<Archive sha1sum="57175bdc581bd73065d107a2e814293485831b2a" type="tarxz">
|
||||
https://github.com/giuspen/cherrytree/releases/download/0.99.49/cherrytree_0.99.49.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -47,6 +47,7 @@
|
||||
<Dependency>gtkmm3</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>fribidi</Dependency>
|
||||
<Dependency>cairomm</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>pangomm</Dependency>
|
||||
@@ -65,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>0.99.49</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-12-18</Date>
|
||||
<Version>0.99.44</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import mesontools, pisitools
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-Dmagic=enabled -Dmanpages=enabled")
|
||||
mesontools.configure("-Dmanpages=enabled")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
@@ -13,19 +13,25 @@
|
||||
<PartOf>office.misc</PartOf>
|
||||
<Summary>A document viewer.</Summary>
|
||||
<Description>zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction.</Description>
|
||||
<Archive sha1sum="d3709132ed0878c6a7103acd5484c19bf343a55b" type="tarxz">
|
||||
https://pwmt.org/projects/zathura/download/zathura-0.4.9.tar.xz
|
||||
<Archive sha1sum="81f7ff0b580efb590d5584b2a1f44b5e42b22100" type="tarxz">
|
||||
https://pwmt.org/projects/zathura/download/zathura-0.5.1.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>file</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>librsvg</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>check-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>appstream-glib</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
<Dependency>libseccomp-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -38,11 +44,8 @@
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
<Dependency>libseccomp</Dependency>
|
||||
<!-- <Dependency>zathura-djvu</Dependency> -->
|
||||
<!-- <Dependency>zathura-comicbook</Dependency> -->
|
||||
<!-- <Dependency>zathura-postscript</Dependency> -->
|
||||
<!-- <Dependency>zathura-pdf-poppler</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/zathura</Path>
|
||||
@@ -60,6 +63,7 @@
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
@@ -69,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>0.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-06-11</Date>
|
||||
<Version>0.4.9</Version>
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>RSA encoding and decoding, using the openSSL libraries.</Summary>
|
||||
<Description>Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key.</Description>
|
||||
<Archive sha1sum="290f034a541febb910a7ace752c6d12fff4eaef7" type="targz">
|
||||
https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.32.tar.gz
|
||||
<Archive sha1sum="eb32f6103c71a1e1ef47ede383d6093bc1f9abf9" type="targz">
|
||||
https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.33.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
@@ -37,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-17</Date>
|
||||
<Version>0.33</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-09-18</Date>
|
||||
<Version>0.32</Version>
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Signs/verifies Internet mail with DKIM/DomainKey signatures.</Summary>
|
||||
<Description>This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail.</Description>
|
||||
<Archive sha1sum="efaa45aacb75a6d81f903f8e83bfc7b2b700bc8f" type="targz">
|
||||
https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20220408.tar.gz
|
||||
<Archive sha1sum="88033d7eed9be84be249ea805c1ad4aacf7724ef" type="targz">
|
||||
https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20220520.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-09-17</Date>
|
||||
<Version>1.20220520</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-04-14</Date>
|
||||
<Version>1.20220408</Version>
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Perl Binding to libyaml.</Summary>
|
||||
<Description>Perl YAML Serialization using XS and libyaml.</Description>
|
||||
<Archive sha1sum="40510bd63a3ab4e3c3504f299c8838c3449cf1a9" type="targz">
|
||||
https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.83.tar.gz
|
||||
<Archive sha1sum="7fa5ec4d20b643c29ed4d70cca3d31d45761bab9" type="targz">
|
||||
https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-LibYAML-0.85.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-17</Date>
|
||||
<Version>0.85</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-09-18</Date>
|
||||
<Version>0.83</Version>
|
||||
|
||||
@@ -9,6 +9,7 @@ from pisi.actionsapi import shelltools, cmaketools, pisitools, get
|
||||
i = "%s" % get.installDIR()
|
||||
|
||||
j = ''.join([
|
||||
' -B_build',
|
||||
' -DSPDLOG_BUILD_SHARED=ON',
|
||||
' -DSPDLOG_FMT_EXTERNAL=ON',
|
||||
' -DCMAKE_BUILD_TYPE=None',
|
||||
@@ -18,9 +19,7 @@ j = ''.join([
|
||||
t = "#define SPDLOG_FMT_EXTERNAL"
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("_build")
|
||||
shelltools.cd("_build")
|
||||
cmaketools.configure(j, sourceDir = "..")
|
||||
cmaketools.configure(j)
|
||||
|
||||
def build():
|
||||
shelltools.cd("_build")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary>Fast C++ logging library.</Summary>
|
||||
<Description>Very fast, header-only/compiled, C++ logging library.</Description>
|
||||
<Archive sha1sum="8029472f22c024291317394d484b30af1565ea79" type="targz">
|
||||
https://github.com/gabime/spdlog/archive/refs/tags/v1.9.2.tar.gz
|
||||
<Archive sha1sum="a1f1abc03a6b66158578321f100e5e31e3806601" type="targz">
|
||||
https://github.com/gabime/spdlog/archive/refs/tags/v1.10.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>1.10.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-12-14</Date>
|
||||
<Version>1.9.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user