add sdl2_gfx as a runtime dependency
This commit is contained in:
parent
b1ba1e64fa
commit
a318923598
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = mepo
|
pkgbase = mepo
|
||||||
pkgdesc = Fast, simple, and hackable OSM map viewer for Linux
|
pkgdesc = Fast, simple, and hackable OSM map viewer for Linux
|
||||||
pkgver = 1.1.2
|
pkgver = 1.1.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://git.sr.ht/~mil/mepo
|
url = https://git.sr.ht/~mil/mepo
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -13,7 +13,6 @@ pkgbase = mepo
|
||||||
makedepends = sdl2
|
makedepends = sdl2
|
||||||
makedepends = sdl2_image
|
makedepends = sdl2_image
|
||||||
makedepends = sdl2_ttf
|
makedepends = sdl2_ttf
|
||||||
makedepends = sdl2_gfx
|
|
||||||
depends = jq
|
depends = jq
|
||||||
depends = curl
|
depends = curl
|
||||||
depends = zenity
|
depends = zenity
|
||||||
|
@ -21,6 +20,7 @@ pkgbase = mepo
|
||||||
depends = geoclue
|
depends = geoclue
|
||||||
depends = ncurses
|
depends = ncurses
|
||||||
depends = findutils
|
depends = findutils
|
||||||
|
depends = sdl2_gfx
|
||||||
source = mepo-1.1.2.tar.gz::https://git.sr.ht/~mil/mepo/archive/1.1.2.tar.gz
|
source = mepo-1.1.2.tar.gz::https://git.sr.ht/~mil/mepo/archive/1.1.2.tar.gz
|
||||||
sha512sums = 568a5f397c15123928e47fe8a1b372bb9f3470b9dd511bfce3b42610b992eaf7a252d4e9e2a63e7c5e908b1da71cad7b344409a8cbd5314bb2fd630eafe41409
|
sha512sums = 568a5f397c15123928e47fe8a1b372bb9f3470b9dd511bfce3b42610b992eaf7a252d4e9e2a63e7c5e908b1da71cad7b344409a8cbd5314bb2fd630eafe41409
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,13 +2,13 @@
|
||||||
# Contributor: Rene Hickersberger <r@renehsz.com>
|
# Contributor: Rene Hickersberger <r@renehsz.com>
|
||||||
pkgname=mepo
|
pkgname=mepo
|
||||||
pkgver=1.1.2
|
pkgver=1.1.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Fast, simple, and hackable OSM map viewer for Linux"
|
pkgdesc="Fast, simple, and hackable OSM map viewer for Linux"
|
||||||
arch=('i686' 'x86_64' 'arm' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'aarch64')
|
||||||
url="https://git.sr.ht/~mil/mepo"
|
url="https://git.sr.ht/~mil/mepo"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('jq' 'curl' 'zenity' 'xorg-xwininfo' 'geoclue' 'ncurses' 'findutils')
|
depends=('jq' 'curl' 'zenity' 'xorg-xwininfo' 'geoclue' 'ncurses' 'findutils' 'sdl2_gfx')
|
||||||
makedepends=('zig>=0.10.1' 'sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_gfx')
|
makedepends=('zig>=0.10.1' 'sdl2' 'sdl2_image' 'sdl2_ttf')
|
||||||
checkdepends=('zig>=0.10.1')
|
checkdepends=('zig>=0.10.1')
|
||||||
changelog=
|
changelog=
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||||
|
|
Loading…
Add table
Reference in a new issue