Fix libsearpc add subpackage -pyc
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Has been cancelled
Details
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Has been cancelled
Details
This commit is contained in:
parent
f4fbfb32f6
commit
fa3da9eeb0
|
@ -12,8 +12,9 @@ Template files and build system (public logs available) for https://static.itmod
|
|||
## To maintain own repo
|
||||
Official repo is good quality however:
|
||||
- It simply lacks some packages I need.
|
||||
- I don't use flatpak for personal reason (mostly size of packages and sdks based mostly on ubuntu I don't really like)
|
||||
- Instead flatpaks I would use AppImages that are not so easy to update in large quantity and don't work on Alpine as linked against glibc
|
||||
- Some packages are in testing linked against newer versions od their dependencies. Instead of adding from testing I would prefer to bake them myself
|
||||
- I don't use flatpak for personal reason (mostly size of packages and sdks based mostly on sth like EOL ubuntu I don't really like)
|
||||
- Instead flatpaks I would use AppImages that are not so easy to update in large quantity moreover they don't work on Alpine as linked against glibc
|
||||
|
||||
## To use repo actions for builds
|
||||
- It's easy to maintain
|
||||
|
|
|
@ -9,6 +9,7 @@ url="https://github.com/haiwen/libsearpc"
|
|||
license="Apache-2.0"
|
||||
depends="py3-gobject3 py3-simplejson"
|
||||
makedepends="musl-dev jansson-dev py3-gobject3-dev glib-dev autoconf automake libtool pkgconf"
|
||||
subpackages="$pkgname-pyc"
|
||||
_pkgver="${pkgver%.*}-latest"
|
||||
source="libsearpc-$_pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz"
|
||||
|
||||
|
|
|
@ -7,16 +7,9 @@ pkgdesc="An online file storage and collaboration tool"
|
|||
arch="all"
|
||||
url="https://github.com/haiwen/$pkgname"
|
||||
license="GPL-2.0-only"
|
||||
depends="
|
||||
libsearpc
|
||||
py3-future
|
||||
fuse
|
||||
"
|
||||
|
||||
depends="libsearpc py3-future fuse"
|
||||
makedepends="vala intltool libevent-dev fuse-dev libwebsockets-dev sqlite-dev py3-future libsearpc libtool automake autoconf pkgconf curl-dev"
|
||||
|
||||
subpackages="$pkgname-doc $pkgname-pyc"
|
||||
|
||||
source="seafile-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in New Issue