diff options
author | The Tumultuous Unicorn Of Darkness | 2025-03-25 17:17:46 +0100 |
---|---|---|
committer | The Tumultuous Unicorn Of Darkness | 2025-03-25 17:17:46 +0100 |
commit | 8ef5fdfb1240deca2058c86dca07d28da3ef6dc0 (patch) | |
tree | 60d1a27269f38dddf6f099d1844b8fcf8b3812ca | |
parent | d84b0792b5864deeca8b452ce6641ac227d69b4d (diff) | |
download | aur-exaile.tar.gz |
Backport patch for GIRepository 3.0
https://github.com/exaile/exaile/pull/963
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = exaile pkgdesc = A full-featured Amarok-style media player for GTK+ pkgver = 4.1.3 - pkgrel = 7 + pkgrel = 8 url = https://exaile.org arch = any license = GPL-2.0-only @@ -48,7 +48,9 @@ pkgbase = exaile optdepends = ipython: ipconsole plugin source = exaile-4.1.3.tar.gz::https://github.com/exaile/exaile/archive/4.1.3.tar.gz source = 0001-pipes.patch::https://github.com/exaile/exaile/commit/f37bb5e3ef33f05c12fd30fcbf38207498d7a909.patch + source = 0002-GIRepository-3.0.patch::https://github.com/exaile/exaile/commit/b503b4a5b500a8af20a3844ab308b7a49e681b75.patch sha512sums = 16b31331a31f0a2e088f177c8a01ef47603b07fe94cbb19869a4caeaec2da03cacaa07d5b0eb50052645449e07620e2c58f202007108af73e20cf744d70bb556 sha512sums = a68f6632e61500a656fbf287f420814503cd6b9ac5c06fa7d8812e402ebc486cc72c19e1f18cb560999aee0b70e31f0aa47f9465d1006b596ea6a18ccd9c403e + sha512sums = 57b9bd7db01003e3f86ae5281664dfbea2b6ecffa950b55f13420c9fda74350a09306a473753c9bd1dbcb43583f82b75e5dcaf0c343769be75eee743045f16ee pkgname = exaile @@ -8,7 +8,7 @@ pkgname=exaile pkgver=4.1.3 -pkgrel=7 +pkgrel=8 pkgdesc="A full-featured Amarok-style media player for GTK+" arch=('any') url="https://exaile.org" @@ -54,13 +54,16 @@ optdepends=('udisks2: device detection' 'python-beautifulsoup4: lyrics from lyrics.wikia.com (lyricwiki)' 'ipython: ipconsole plugin') source=("$pkgname-$pkgver.tar.gz::https://github.com/exaile/exaile/archive/$pkgver.tar.gz" - "0001-pipes.patch::https://github.com/exaile/exaile/commit/f37bb5e3ef33f05c12fd30fcbf38207498d7a909.patch") + "0001-pipes.patch::https://github.com/exaile/exaile/commit/f37bb5e3ef33f05c12fd30fcbf38207498d7a909.patch" + "0002-GIRepository-3.0.patch::https://github.com/exaile/exaile/commit/b503b4a5b500a8af20a3844ab308b7a49e681b75.patch") sha512sums=('16b31331a31f0a2e088f177c8a01ef47603b07fe94cbb19869a4caeaec2da03cacaa07d5b0eb50052645449e07620e2c58f202007108af73e20cf744d70bb556' - 'a68f6632e61500a656fbf287f420814503cd6b9ac5c06fa7d8812e402ebc486cc72c19e1f18cb560999aee0b70e31f0aa47f9465d1006b596ea6a18ccd9c403e') + 'a68f6632e61500a656fbf287f420814503cd6b9ac5c06fa7d8812e402ebc486cc72c19e1f18cb560999aee0b70e31f0aa47f9465d1006b596ea6a18ccd9c403e' + '57b9bd7db01003e3f86ae5281664dfbea2b6ecffa950b55f13420c9fda74350a09306a473753c9bd1dbcb43583f82b75e5dcaf0c343769be75eee743045f16ee') prepare() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i ../0001-pipes.patch # https://aur.archlinux.org/packages/exaile#comment-1003707 + patch -Np1 -i ../0002-GIRepository-3.0.patch # https://aur.archlinux.org/packages/exaile#comment-1016606 } build() { |