-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After all dependencies required by `waydroid-deb` has been merged, now finally `waydroid-deb` are gonna be added. Still based on requests #6454, it's the main app. After `waydroid-deb` has been merged, #6454 requests should be closed as complete. Please review immediately and merge it when everything's okay. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: V. <150687949+vigress8@users.noreply.github.com>
- Loading branch information
1 parent
2d3a45d
commit 085d7cc
Showing
4 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
pkgbase = waydroid-deb | ||
gives = waydroid | ||
pkgver = 1.4.3 | ||
pkgdesc = Android on Wayland | ||
arch = all | ||
depends = lxc | ||
depends = python3 | ||
depends = python3-gi | ||
depends = gir1.2-gtk-3.0 | ||
depends = dbus | ||
depends = python3-dbus | ||
depends = polkitd | ||
depends = iptables | ||
pacdeps = python3-gbinder-deb | ||
replaces = waydroid | ||
incompatible = debian:bookworm | ||
incompatible = debian:bullseye | ||
incompatible = debian:buster | ||
incompatible = ubuntu:jammy | ||
incompatible = ubuntu:focal | ||
maintainer = James Ed Randson <jimedrand@disroot.org> | ||
repology = project: waydroid | ||
source = https://repo.waydro.id/dists/noble/waydroid_1.4.3_all.deb | ||
sha256sums = e7e19ca664d496cae15b9e7fcabf43aa667ec77d93a8598f7cf3eea58a739596 | ||
|
||
pkgname = waydroid-deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pkgname="waydroid-deb" | ||
gives="waydroid" | ||
replaces=("${gives}") | ||
arch=("all") | ||
repology=("project: ${gives}") | ||
pkgver="1.4.3" | ||
maintainer=("James Ed Randson <jimedrand@disroot.org>") | ||
pacdeps=("python3-gbinder-deb") | ||
depends=("lxc" "python3" "python3-gi" "gir1.2-gtk-3.0" "dbus" "python3-dbus" "polkitd" "iptables") | ||
incompatible=("debian:bookworm" "debian:bullseye" "debian:buster" "ubuntu:jammy" "ubuntu:focal") | ||
pkgdesc=("Android on Wayland") | ||
source=("https://repo.waydro.id/dists/noble/${gives}_${pkgver}_all.deb") | ||
sha256sums=("e7e19ca664d496cae15b9e7fcabf43aa667ec77d93a8598f7cf3eea58a739596") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters