@@ -27,5 +27,8 @@ def setup():
|
|||||||
def build():
|
def build():
|
||||||
mesontools.build("-C _build")
|
mesontools.build("-C _build")
|
||||||
|
|
||||||
|
def check():
|
||||||
|
mesontools.build("-C _build test")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.install("-C _build")
|
mesontools.install("-C _build")
|
||||||
|
|||||||
@@ -14,12 +14,13 @@
|
|||||||
<PartOf>network.p2p</PartOf>
|
<PartOf>network.p2p</PartOf>
|
||||||
<Summary>A fast, easy, and free BitTorrent client.</Summary>
|
<Summary>A fast, easy, and free BitTorrent client.</Summary>
|
||||||
<Description>Transmission is a free, lightweight Bittorrent client. It features a simple, intuitive interface on top of an efficient backend. This package provides only daemon, web interface and command line client. If you want use Transmission with graphical interface, you should install transmission-gtk or transmission-qt.</Description>
|
<Description>Transmission is a free, lightweight Bittorrent client. It features a simple, intuitive interface on top of an efficient backend. This package provides only daemon, web interface and command line client. If you want use Transmission with graphical interface, you should install transmission-gtk or transmission-qt.</Description>
|
||||||
<Archive sha1sum="0259d30cdc26c92c48bbc30218019e492418b5b4" type="tarxz">
|
<Archive sha1sum="98fb92b1146f97e00414b27259c5275d038faec9" type="tarxz">
|
||||||
https://github.com/transmission/transmission/releases/download/4.0.1/transmission-4.0.1.tar.xz
|
https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>ninja</Dependency>
|
<Dependency>ninja</Dependency>
|
||||||
|
<Dependency>gtest</Dependency>
|
||||||
<Dependency>curl-devel</Dependency>
|
<Dependency>curl-devel</Dependency>
|
||||||
<Dependency>gtkmm3-devel</Dependency>
|
<Dependency>gtkmm3-devel</Dependency>
|
||||||
<Dependency>libpsl-devel</Dependency>
|
<Dependency>libpsl-devel</Dependency>
|
||||||
@@ -118,6 +119,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2023-03-16</Date>
|
||||||
|
<Version>4.0.2</Version>
|
||||||
|
<Comment>Minor bugfix version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2023-02-24</Date>
|
<Date>2023-02-24</Date>
|
||||||
<Version>4.0.1</Version>
|
<Version>4.0.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user