Move to virtualenv environment
Refactored and reformatted entire PKGBUILD Added support for ARM Fix several build errors with patches to the Makefile Fix package using wrong license (The project is using MPL 2.0)
This commit is contained in:
parent
b97f0c9f22
commit
c24d2425eb
3 changed files with 101 additions and 46 deletions
39
.SRCINFO
39
.SRCINFO
|
@ -1,30 +1,31 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Jun 8 07:29:36 UTC 2018
|
||||
pkgbase = mozilla-firefox-sync-server
|
||||
pkgdesc = Mozilla Sync Server for built-in Firefox Sync
|
||||
pkgver = 1.8.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://docs.services.mozilla.com/howtos/run-sync-1.5.html
|
||||
install = mozilla-firefox-sync-server.install
|
||||
arch = any
|
||||
license = GPL
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
arch = arm
|
||||
arch = armv6h
|
||||
arch = armv7h
|
||||
arch = aarch64
|
||||
license = MPL2
|
||||
depends = python2
|
||||
depends = python2-pyramid
|
||||
depends = python2-mozsvc
|
||||
depends = python2-konfig
|
||||
depends = python2-configparser
|
||||
depends = python2-tokenserver
|
||||
depends = python2-simplejson
|
||||
depends = python2-paste-deploy
|
||||
depends = python2-syncstorage
|
||||
depends = python2-pyramid-hawkauth
|
||||
depends = python2-tokenlib
|
||||
depends = python2-sqlalchemy
|
||||
depends = python2-virtualenv
|
||||
optdepends = uwsgi-plugin-python2: Serve the webapp using uwsgi
|
||||
optdepends = mozilla-firefox-account-server: Run your own firefox account server
|
||||
backup = etc/webapps/mozilla-firefox-sync-server/syncserver.ini
|
||||
source = mozilla-firefox-sync-server-1.8.0.tar.gz::https://github.com/mozilla-services/syncserver/archive/1.8.0.tar.gz
|
||||
sha512sums = 73f7e32e900fac5e8385b2b7b521aed964ec85879283733daf84a8afe194e1775b654074ae19e7bf574a2e41a01a821104a10f4c4794eecacffb7a903814e093
|
||||
options = !debug
|
||||
backup = opt/mozilla-firefox-sync-server/syncserver.ini
|
||||
source = https://github.com/mozilla-services/syncserver/archive/1.8.0.tar.gz
|
||||
source = ffsync.service
|
||||
source = ffsync.tmpfiles
|
||||
sha256sums = 728206bcffec7a305e97e7cd4d465b3fa56f39f8e1fd55d98e49a866016d61e0
|
||||
sha256sums = 8664ad8361d6751aad47e86900270d2efd8b65d520248cd1c164432baba42212
|
||||
sha256sums = 462bfdccc672339a03622dbe0a76a2df1b4293de8b240e82fe127a6befaa1a89
|
||||
sha384sums = 077129ce69d86cfe683401cb04f2678cdb9eae861f77fb052e97fc4f55d9780b5199259911c7a0d0adaa386e3aad0996
|
||||
sha384sums = a7384b5b55b2377ee4445e45bfd0545435c2a6a19730ff4219340e3c6e8a3b51fcb46e4215093df860f9fa99a0b471ab
|
||||
sha384sums = 236b285f7e390d31cd13a0ac78c524acfbc8a7325d7b0b114b39f69a5963535d5f1f73bdef575728b2f6e81860c4ea16
|
||||
|
||||
pkgname = mozilla-firefox-sync-server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue