Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(waydroid-deb and deps): relocate the sources and fix the sums #6865

Merged
merged 13 commits into from
Jan 12, 2025
Merged
19 changes: 8 additions & 11 deletions packages/libgbinder-deb/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@ pkgbase = libgbinder-deb
pkgdesc = Binder client library
arch = amd64
arch = arm64
depends = libc6
depends = libglib2.0-0t64
pacdeps = libglibutil-deb
replaces = libgbinder
incompatible = debian:bookworm
incompatible = debian:bullseye
incompatible = debian:buster
incompatible = ubuntu:jammy
incompatible = ubuntu:focal
compatible = ubuntu:noble
compatible = ubuntu:devel
compatible = debian:13
compatible = debian:sid
maintainer = James Ed Randson <[email protected]>
repology = project: libgbinder
source_amd64 = https://repo.waydro.id/dists/noble/libgbinder_1.1.25_amd64.deb
sha256sums_amd64 = f70778a67b23d0564f9b69bb3924830efdce19abdc5370d96177fe8f6c9e9a15
source_arm64 = https://repo.waydro.id/dists/noble/libgbinder_1.1.25_arm64.deb
sha256sums_arm64 = 307667d0257daacdbc9bd64d59ae8f74c19636a10e38536f6f9f7cf385d42f92
source_amd64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/libgbinder_1.1.25_amd64.deb
sha256sums_amd64 = 3d3c4d7075072c7dbe008db47d641b0269a8dea16247f77deb64c4ce2f920978
source_arm64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/libgbinder_1.1.25_arm64.deb
sha256sums_arm64 = 82a7313d4e63439a9caf0f3dfbfa1ed8ae75468b4fe23250dbbc2d9559232400

pkgname = libgbinder-deb
11 changes: 5 additions & 6 deletions packages/libgbinder-deb/libgbinder-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ repology=("project: ${gives}")
pkgver="1.1.25"
pkgrel="2"
maintainer=("James Ed Randson <[email protected]>")
depends=("libc6" "libglib2.0-0t64")
pacdeps=("libglibutil-deb")
incompatible=("debian:bookworm" "debian:bullseye" "debian:buster" "ubuntu:jammy" "ubuntu:focal")
compatible=("ubuntu:noble" "ubuntu:devel" "debian:13" "debian:sid")
pkgdesc="Binder client library"
source_amd64=("https://repo.waydro.id/dists/noble/${gives}_${pkgver}_amd64.deb")
sha256sums_amd64=("f70778a67b23d0564f9b69bb3924830efdce19abdc5370d96177fe8f6c9e9a15")
source_arm64=("https://repo.waydro.id/dists/noble/${gives}_${pkgver}_arm64.deb")
sha256sums_arm64=("307667d0257daacdbc9bd64d59ae8f74c19636a10e38536f6f9f7cf385d42f92")
source_amd64=("https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/${gives}_${pkgver}_amd64.deb")
sha256sums_amd64=("3d3c4d7075072c7dbe008db47d641b0269a8dea16247f77deb64c4ce2f920978")
source_arm64=("https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/${gives}_${pkgver}_arm64.deb")
sha256sums_arm64=("82a7313d4e63439a9caf0f3dfbfa1ed8ae75468b4fe23250dbbc2d9559232400")
19 changes: 8 additions & 11 deletions packages/libglibutil-deb/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ pkgbase = libglibutil-deb
pkgdesc = Library of glib utilities
arch = amd64
arch = arm64
depends = libc6
depends = libglib2.0-0t64
replaces = libglibutil
incompatible = debian:bookworm
incompatible = debian:bullseye
incompatible = debian:buster
incompatible = ubuntu:jammy
incompatible = ubuntu:focal
compatible = ubuntu:noble
compatible = ubuntu:devel
compatible = debian:13
compatible = debian:sid
maintainer = James Ed Randson <[email protected]>
repology = project: libglibutil
source_amd64 = https://repo.waydro.id/dists/noble/libglibutil_1.0.66_amd64.deb
sha256sums_amd64 = 5d4fab27f76a5fe5bba6d156359849a6e0bec239315d7b5753b67bc8e8713386
source_arm64 = https://repo.waydro.id/dists/noble/libglibutil_1.0.66_arm64.deb
sha256sums_arm64 = 590ebb10c61e89b4b8708d7fe59a99f0cc3eb1dcb67fd2bf65b03598fcd54194
source_amd64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/libglibutil_1.0.66_amd64.deb
sha256sums_amd64 = e31c4515d5f7cf5336ff08b9b12ef261ac38700a3c06ea08d7296579f381921d
source_arm64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/libglibutil_1.0.66_arm64.deb
sha256sums_arm64 = f1cae9ea551e2050fa3a5373ebdb372305b54ae4c519f4a40ee05ac748211f96

pkgname = libglibutil-deb
11 changes: 5 additions & 6 deletions packages/libglibutil-deb/libglibutil-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ repology=("project: ${gives}")
pkgver="1.0.66"
pkgrel="2"
maintainer=("James Ed Randson <[email protected]>")
depends=("libc6" "libglib2.0-0t64")
pkgdesc="Library of glib utilities"
incompatible=("debian:bookworm" "debian:bullseye" "debian:buster" "ubuntu:jammy" "ubuntu:focal")
source_amd64=("https://repo.waydro.id/dists/noble/${gives}_${pkgver}_amd64.deb")
sha256sums_amd64=("5d4fab27f76a5fe5bba6d156359849a6e0bec239315d7b5753b67bc8e8713386")
source_arm64=("https://repo.waydro.id/dists/noble/${gives}_${pkgver}_arm64.deb")
sha256sums_arm64=("590ebb10c61e89b4b8708d7fe59a99f0cc3eb1dcb67fd2bf65b03598fcd54194")
compatible=("ubuntu:noble" "ubuntu:devel" "debian:13" "debian:sid")
source_amd64=("https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/${gives}_${pkgver}_amd64.deb")
sha256sums_amd64=("e31c4515d5f7cf5336ff08b9b12ef261ac38700a3c06ea08d7296579f381921d")
source_arm64=("https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/${gives}_${pkgver}_arm64.deb")
sha256sums_arm64=("f1cae9ea551e2050fa3a5373ebdb372305b54ae4c519f4a40ee05ac748211f96")
19 changes: 8 additions & 11 deletions packages/python3-gbinder-deb/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@ pkgbase = python3-gbinder-deb
pkgdesc = Cython extension module for C++ gbinder functions
arch = amd64
arch = arm64
depends = libc6
depends = python3
pacdeps = libgbinder-deb
replaces = python3-gbinder
incompatible = debian:bookworm
incompatible = debian:bullseye
incompatible = debian:buster
incompatible = ubuntu:jammy
incompatible = ubuntu:focal
compatible = ubuntu:noble
compatible = ubuntu:devel
compatible = debian:13
compatible = debian:sid
maintainer = James Ed Randson <[email protected]>
repology = project: python3-gbinder
source_amd64 = https://repo.waydro.id/dists/noble/python3-gbinder_1.1.2_amd64.deb
sha256sums_amd64 = 57999db9650c22a1dad96e6e1ea3d698a383e2279bdbc581ec13491510373ae3
source_arm64 = https://repo.waydro.id/dists/noble/python3-gbinder_1.1.2_arm64.deb
sha256sums_arm64 = 7292f132dc892f2ba447fe39f0b7b461f58f04029343eb0d8b382900b79427a6
source_amd64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/python3-gbinder_1.1.2_amd64.deb
sha256sums_amd64 = c30aa2565cdc031c3b20a8612ef0ab94e40e2d5b2677de382e48a373b1960f5a
source_arm64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/python3-gbinder_1.1.2_arm64.deb
sha256sums_arm64 = 8ee6120b5f51f2853207885b4d9542034e9381263c803deaf4cfc6c1b410c8e2

pkgname = python3-gbinder-deb
11 changes: 5 additions & 6 deletions packages/python3-gbinder-deb/python3-gbinder-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ pkgver="1.1.2"
pkgrel="2"
maintainer=("James Ed Randson <[email protected]>")
pacdeps=("libgbinder-deb")
depends=("libc6" "python3")
incompatible=("debian:bookworm" "debian:bullseye" "debian:buster" "ubuntu:jammy" "ubuntu:focal")
pkgdesc="Cython extension module for C++ gbinder functions"
source_amd64=("https://repo.waydro.id/dists/noble/${gives}_${pkgver}_amd64.deb")
sha256sums_amd64=("57999db9650c22a1dad96e6e1ea3d698a383e2279bdbc581ec13491510373ae3")
source_arm64=("https://repo.waydro.id/dists/noble/${gives}_${pkgver}_arm64.deb")
sha256sums_arm64=("7292f132dc892f2ba447fe39f0b7b461f58f04029343eb0d8b382900b79427a6")
compatible=("ubuntu:noble" "ubuntu:devel" "debian:13" "debian:sid")
source_amd64=("https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/${gives}_${pkgver}_amd64.deb")
sha256sums_amd64=("c30aa2565cdc031c3b20a8612ef0ab94e40e2d5b2677de382e48a373b1960f5a")
source_arm64=("https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/${gives}_${pkgver}_arm64.deb")
sha256sums_arm64=("8ee6120b5f51f2853207885b4d9542034e9381263c803deaf4cfc6c1b410c8e2")
13 changes: 6 additions & 7 deletions packages/waydroid-deb/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ pkgbase = waydroid-deb
depends = python3-pyclipper
pacdeps = python3-gbinder-deb
replaces = waydroid
incompatible = debian:bookworm
incompatible = debian:bullseye
incompatible = debian:buster
incompatible = ubuntu:jammy
incompatible = ubuntu:focal
compatible = ubuntu:noble
compatible = ubuntu:devel
compatible = debian:13
compatible = debian:sid
maintainer = James Ed Randson <[email protected]>
repology = project: waydroid
source = https://repo.waydro.id/dists/noble/waydroid_1.4.3_all.deb
sha256sums = acc4832ed37e7a7d95526227b294a3357145e459a13e4754e6e63f9bd0245e70
source = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/waydroid_1.4.3_all.deb
sha256sums = 19639f5954accc8ee740b530825053b51e4958e37b8b5157925f4ce334004ff5

pkgname = waydroid-deb
6 changes: 3 additions & 3 deletions packages/waydroid-deb/waydroid-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgrel="2"
maintainer=("James Ed Randson <[email protected]>")
pacdeps=("python3-gbinder-deb")
depends=("lxc" "python3" "python3-gi" "gir1.2-gtk-3.0" "dbus" "python3-dbus" "polkitd" "iptables" "python3-pyclipper")
incompatible=("debian:bookworm" "debian:bullseye" "debian:buster" "ubuntu:jammy" "ubuntu:focal")
compatible=("ubuntu:noble" "ubuntu:devel" "debian:13" "debian:sid")
pkgdesc=("Bring Android support on your own Wayland session which runs under LXC container")
source=("https://repo.waydro.id/dists/noble/${gives}_${pkgver}_all.deb")
sha256sums=("acc4832ed37e7a7d95526227b294a3357145e459a13e4754e6e63f9bd0245e70")
source=("https://github.com/jimed-rand/${pkgname}-archive/releases/download/${pkgver}/${gives}_${pkgver}_all.deb")
sha256sums=("19639f5954accc8ee740b530825053b51e4958e37b8b5157925f4ce334004ff5")
70 changes: 30 additions & 40 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -5799,21 +5799,18 @@ pkgbase = libgbinder-deb
pkgdesc = Binder client library
arch = amd64
arch = arm64
depends = libc6
depends = libglib2.0-0t64
pacdeps = libglibutil-deb
replaces = libgbinder
incompatible = debian:bookworm
incompatible = debian:bullseye
incompatible = debian:buster
incompatible = ubuntu:jammy
incompatible = ubuntu:focal
compatible = ubuntu:noble
compatible = ubuntu:devel
compatible = debian:13
compatible = debian:sid
maintainer = James Ed Randson <[email protected]>
repology = project: libgbinder
source_amd64 = https://repo.waydro.id/dists/noble/libgbinder_1.1.25_amd64.deb
sha256sums_amd64 = f70778a67b23d0564f9b69bb3924830efdce19abdc5370d96177fe8f6c9e9a15
source_arm64 = https://repo.waydro.id/dists/noble/libgbinder_1.1.25_arm64.deb
sha256sums_arm64 = 307667d0257daacdbc9bd64d59ae8f74c19636a10e38536f6f9f7cf385d42f92
source_amd64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/libgbinder_1.1.25_amd64.deb
sha256sums_amd64 = 3d3c4d7075072c7dbe008db47d641b0269a8dea16247f77deb64c4ce2f920978
source_arm64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/libgbinder_1.1.25_arm64.deb
sha256sums_arm64 = 82a7313d4e63439a9caf0f3dfbfa1ed8ae75468b4fe23250dbbc2d9559232400

pkgname = libgbinder-deb
---
Expand Down Expand Up @@ -5842,20 +5839,17 @@ pkgbase = libglibutil-deb
pkgdesc = Library of glib utilities
arch = amd64
arch = arm64
depends = libc6
depends = libglib2.0-0t64
replaces = libglibutil
incompatible = debian:bookworm
incompatible = debian:bullseye
incompatible = debian:buster
incompatible = ubuntu:jammy
incompatible = ubuntu:focal
compatible = ubuntu:noble
compatible = ubuntu:devel
compatible = debian:13
compatible = debian:sid
maintainer = James Ed Randson <[email protected]>
repology = project: libglibutil
source_amd64 = https://repo.waydro.id/dists/noble/libglibutil_1.0.66_amd64.deb
sha256sums_amd64 = 5d4fab27f76a5fe5bba6d156359849a6e0bec239315d7b5753b67bc8e8713386
source_arm64 = https://repo.waydro.id/dists/noble/libglibutil_1.0.66_arm64.deb
sha256sums_arm64 = 590ebb10c61e89b4b8708d7fe59a99f0cc3eb1dcb67fd2bf65b03598fcd54194
source_amd64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/libglibutil_1.0.66_amd64.deb
sha256sums_amd64 = e31c4515d5f7cf5336ff08b9b12ef261ac38700a3c06ea08d7296579f381921d
source_arm64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/libglibutil_1.0.66_arm64.deb
sha256sums_arm64 = f1cae9ea551e2050fa3a5373ebdb372305b54ae4c519f4a40ee05ac748211f96

pkgname = libglibutil-deb
---
Expand Down Expand Up @@ -9371,21 +9365,18 @@ pkgbase = python3-gbinder-deb
pkgdesc = Cython extension module for C++ gbinder functions
arch = amd64
arch = arm64
depends = libc6
depends = python3
pacdeps = libgbinder-deb
replaces = python3-gbinder
incompatible = debian:bookworm
incompatible = debian:bullseye
incompatible = debian:buster
incompatible = ubuntu:jammy
incompatible = ubuntu:focal
compatible = ubuntu:noble
compatible = ubuntu:devel
compatible = debian:13
compatible = debian:sid
maintainer = James Ed Randson <[email protected]>
repology = project: python3-gbinder
source_amd64 = https://repo.waydro.id/dists/noble/python3-gbinder_1.1.2_amd64.deb
sha256sums_amd64 = 57999db9650c22a1dad96e6e1ea3d698a383e2279bdbc581ec13491510373ae3
source_arm64 = https://repo.waydro.id/dists/noble/python3-gbinder_1.1.2_arm64.deb
sha256sums_arm64 = 7292f132dc892f2ba447fe39f0b7b461f58f04029343eb0d8b382900b79427a6
source_amd64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/python3-gbinder_1.1.2_amd64.deb
sha256sums_amd64 = c30aa2565cdc031c3b20a8612ef0ab94e40e2d5b2677de382e48a373b1960f5a
source_arm64 = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/python3-gbinder_1.1.2_arm64.deb
sha256sums_arm64 = 8ee6120b5f51f2853207885b4d9542034e9381263c803deaf4cfc6c1b410c8e2

pkgname = python3-gbinder-deb
---
Expand Down Expand Up @@ -12649,15 +12640,14 @@ pkgbase = waydroid-deb
depends = python3-pyclipper
pacdeps = python3-gbinder-deb
replaces = waydroid
incompatible = debian:bookworm
incompatible = debian:bullseye
incompatible = debian:buster
incompatible = ubuntu:jammy
incompatible = ubuntu:focal
compatible = ubuntu:noble
compatible = ubuntu:devel
compatible = debian:13
compatible = debian:sid
maintainer = James Ed Randson <[email protected]>
repology = project: waydroid
source = https://repo.waydro.id/dists/noble/waydroid_1.4.3_all.deb
sha256sums = acc4832ed37e7a7d95526227b294a3357145e459a13e4754e6e63f9bd0245e70
source = https://github.com/jimed-rand/waydroid-deb-archive/releases/download/1.4.3/waydroid_1.4.3_all.deb
sha256sums = 19639f5954accc8ee740b530825053b51e4958e37b8b5157925f4ce334004ff5

pkgname = waydroid-deb
---
Expand Down
Loading