Skip to content

Commit

Permalink
add: waydroid-deb (#6469)
Browse files Browse the repository at this point in the history
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
3 people authored Sep 25, 2024
1 parent 2d3a45d commit 085d7cc
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ warp
warpinator-deb
watchexec-bin
wavey-launcher-bin
waydroid-deb
wayland
wayland-protocols-git
waynergy
Expand Down
26 changes: 26 additions & 0 deletions packages/waydroid-deb/.SRCINFO
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
13 changes: 13 additions & 0 deletions packages/waydroid-deb/waydroid-deb.pacscript
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")
27 changes: 27 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11133,6 +11133,33 @@ pkgbase = wavey-launcher-bin

pkgname = wavey-launcher-bin
---
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
---
pkgbase = wayland-protocols-git
gives = wayland-protocols
pkgver = 1.23
Expand Down

0 comments on commit 085d7cc

Please sign in to comment.