extra/fragments to 3.0.0-1

This commit is contained in:
Kevin Mihelich 2024-04-27 18:16:01 +00:00
parent e0d0f0e9a3
commit 49a84b5e19
2 changed files with 20 additions and 9 deletions

17
extra/fragments/.SRCINFO Normal file
View file

@ -0,0 +1,17 @@
pkgbase = fragments
pkgdesc = BitTorrent client for GNOME
pkgver = 3.0.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Fragments
arch = x86_64
license = GPL3
makedepends = git
makedepends = meson
makedepends = rust
depends = libadwaita
depends = transmission-cli
options = !lto
source = git+https://gitlab.gnome.org/World/Fragments.git#tag=3.0.0
sha256sums = 07d5b4c614efd87dcaf6752ec6ba3595e660a99311e8245d445b222b90bc67c7
pkgname = fragments

View file

@ -4,7 +4,7 @@
# - disable distcc, breaks meson finding miniupnpc # - disable distcc, breaks meson finding miniupnpc
pkgname=fragments pkgname=fragments
pkgver=2.1.1 pkgver=3.0.0
pkgrel=1 pkgrel=1
pkgdesc='BitTorrent client for GNOME' pkgdesc='BitTorrent client for GNOME'
arch=('x86_64') arch=('x86_64')
@ -13,16 +13,10 @@ license=('GPL3')
options=(!distcc) options=(!distcc)
depends=('libadwaita' 'transmission-cli') depends=('libadwaita' 'transmission-cli')
makedepends=('git' 'meson' 'rust') makedepends=('git' 'meson' 'rust')
_commit=dc622bfc78735190e5bbfa47dfd9c5a363ca48fe source=("git+https://gitlab.gnome.org/World/Fragments.git#tag=$pkgver")
source=("git+https://gitlab.gnome.org/World/Fragments.git#commit=$_commit") sha256sums=('07d5b4c614efd87dcaf6752ec6ba3595e660a99311e8245d445b222b90bc67c7')
sha256sums=('SKIP')
options=(!lto) options=(!lto)
pkgver() {
cd Fragments
git describe --tags | sed 's/-/+/g'
}
build() { build() {
arch-meson Fragments build arch-meson Fragments build
meson compile -C build meson compile -C build