Skip to content

Commit

Permalink
Merge branch 'master' into ship-youtube-music-deb
Browse files Browse the repository at this point in the history
  • Loading branch information
Anifyuli authored Dec 19, 2023
2 parents f4e15b8 + 788af76 commit 24131bf
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 21 deletions.
6 changes: 3 additions & 3 deletions packages/cortile-bin/cortile-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name="cortile-bin"
gives="cortile"
pkgdesc="Linux auto tiling manager with hot corner support"
maintainer="AJStrong <[email protected]>"
pkgver="2.3.0"
pkgver="2.3.1"
replace=("${gives}" "${gives}-git")
arch=('arm64' 'amd64')
homepage='https://github.com/leukipp/cortile'
repology=("project: cortile")
if [[ ${CARCH} == arm64 ]]; then
hash="8a3f5ba10d7513689fde04aab4d69d12b57a128b32889a22ae0999624d59195d"
hash="c8cdbb5da1061f20928baa5bbce765dbca9b0733603267ca090a822b0888d544"
else
hash="2b48705a156083a5db9dbf3f023edb6de9c238ca1f6e2aed36d2995dfdac3b34"
hash="914389898ef014518836d126b18f33c03d9abdf6673ca9ec40360f79e37dd8b0"
fi
url="https://github.com/leukipp/${gives}/releases/download/v${pkgver}/${gives}_${pkgver}_linux_${CARCH}.tar.gz"

Expand Down
4 changes: 2 additions & 2 deletions packages/discord-canary/discord-canary.pacscript
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name="discord-canary"
repology=("project: discord-canary")
pkgver="0.0.219"
pkgver="0.0.225"
maintainer="DismissedGuy <[email protected]>"
url="https://dl-canary.discordapp.net/apps/linux/${pkgver}/${name}-${pkgver}.tar.gz"
homepage='https://discord.com/'
depends=("libc6" "libasound2" "libatomic1" "libnotify4" "libnspr4" "libnss3" "libstdc++6" "libxss1" "libxtst6" "libc++1" "libatk1.0-0" "libatk-bridge2.0-0" "libcups2" "libdrm2" "libgtk-3-0" "libgbm1")
pkgdesc="Chat for Communities and Friends - Unstable"
arch=('amd64')
hash="a96b61ed304358870795764682495524bc9e7b32b79fe95e2e3a7267603ad820"
hash="9eadbb66ac740eb46c6a6e87d035a928e3adbc726c9b6d7e615656a56729afe6"

prepare() {
sudo mkdir -p "${pkgdir}/usr/share/${name}/"
Expand Down
4 changes: 2 additions & 2 deletions packages/firefox-arm64-deb/firefox-arm64-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name="firefox-arm64-deb"
gives="firefox"
pkgver="120.0.1+build1"
pkgver="121.0+build1"
ubversion="24.04"
arch=("arm64")
repology=("project: ${gives}")
Expand All @@ -9,4 +9,4 @@ url="https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/pool/main/f/${gives
homepage='https://www.mozilla.org/en-US/firefox'
pkgdesc="Free and open-source web browser developed by the Mozilla Foundation"
maintainer="Oren Klopfer <[email protected]>"
hash="7b0879bfcd2d74f96e9175ae8fdd35e38db8b63470b80b473473542bf453f234"
hash="41f47e6dfa59ffae9e61cfa3cd206c671c5ea402b6925f7372cad15d0e4025be"
4 changes: 2 additions & 2 deletions packages/gitkraken-deb/gitkraken-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ gives="gitkraken"
repology=("project: ${gives}")
replace=("${gives}")
breaks=("${gives}-bin")
pkgver="9.10.0"
pkgver="9.11.0"
url="https://release.axocdn.com/linux/GitKraken-v${pkgver}.deb"
pkgdesc="Legendary Git GUI client for Windows, Mac & Linux"
hash="2b994c6bcc50c6a5581956d7ac8bf6edf48cac569547404fec1e63dae0b70c19"
hash="a355da790ae30ff26acc7d5d1ebe1026b5bfb5fd83c23c8fc038a5943d3427b4"
maintainer="Oren Klopfer <[email protected]>"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name="quintom-cursor-theme-git"
gives="quintom-cursor-theme"
url="https://gitlab.com/Burning_Cube/quintom-cursor-theme.git"
pkgver="0.0.1"
pkgrel="2"
pkgdesc="A cursor theme designed to look decent"
maintainer="Elsie19 <[email protected]>"
pkgver() {
Expand Down
3 changes: 2 additions & 1 deletion packages/rhino-core/rhino-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ pkgdesc="Transitional package to provide all core Rhino Linux software"
maintainer="Oren Klopfer <[email protected]>"
compatible=("ubuntu:devel" "ubuntu:noble")
replace=("rhino-pine-core" "rhino-server-core" "rhino-ubxi-core")
priority="essential"
pkgver="2023.4~RC"
pkgrel="1"
pkgrel="2"
style="(mainline)"
branch="devel"
post_install() {
Expand Down
3 changes: 2 additions & 1 deletion packages/rhino-pine-core/rhino-pine-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ pkgdesc="Transitional package to provide all core Rhino Linux Mobile software"
maintainer="Oren Klopfer <[email protected]>"
compatible=("ubuntu:devel" "ubuntu:noble")
replace=("rhino-core" "rhino-server-core" "rhino-ubxi-core")
priority="essential"
pkgver="2023.4~RC"
pkgrel="1"
pkgrel="2"
style="(mobile)"
branch="devel"
post_install() {
Expand Down
3 changes: 2 additions & 1 deletion packages/rhino-server-core/rhino-server-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ pkgdesc="Transitional package to provide minimal core Rhino Linux software"
maintainer="Oren Klopfer <[email protected]>"
compatible=("ubuntu:devel" "ubuntu:noble")
replace=("rhino-core" "rhino-pine-core" "rhino-ubxi-core")
priority="essential"
pkgver="2023.4~RC"
pkgrel="1"
pkgrel="2"
style="(server)"
branch="devel"
post_install() {
Expand Down
3 changes: 2 additions & 1 deletion packages/rhino-ubxi-core/rhino-ubxi-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ pkgdesc="Transitional package to provide all core Rhino Linux software, without
maintainer="Oren Klopfer <[email protected]>"
compatible=("ubuntu:devel" "ubuntu:noble")
replace=("rhino-core" "rhino-pine-core" "rhino-server-core")
priority="essential"
pkgver="2023.4~RC"
pkgrel="1"
pkgrel="2"
style="(ubxi)"
branch="devel"
post_install() {
Expand Down
4 changes: 2 additions & 2 deletions packages/tailscale/tailscale.pacscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name="tailscale"
pkgver="1.56.0"
pkgver="1.56.1"
url="https://github.com/tailscale/tailscale/archive/refs/tags/v${pkgver}.tar.gz"
homepage="https://tailscale.com"
depends=('iptables')
Expand All @@ -9,7 +9,7 @@ maintainer="Nathan <[email protected]>"
arch=('amd64')
repology=("project: ${name}")
incompatible=('ubuntu:jammy' 'debian:bookworm')
hash="0ae6a4405fb950083d5cec6798ac65cd1dbb06a8aa4135d418278260dc3aa6d0"
hash="56b7d25c704e3c22e9e20dcb55695cd9c816878d2c172a73c64aac42e460fd41"

prepare() {
go mod vendor
Expand Down
2 changes: 1 addition & 1 deletion packages/thorium-deb/thorium-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gives="thorium-browser"
pkgver="117.0.5938.157"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
url="https://github.com/Alex313031/Thorium-Raspi/releases/download/${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
url="https://github.com/Alex313031/Thorium-Raspi/releases/download/M${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
hash="526c851d042702e5648ae959d60f7956c68473481bc5e507cdb1db7f0e9dac14"
else
url="https://github.com/Alex313031/thorium/releases/download/M${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
Expand Down
3 changes: 2 additions & 1 deletion packages/unicorn-desktop-git/unicorn-desktop-git.pacscript
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name="unicorn-desktop-git"
url="https://github.com/rhino-linux/unicorn.git"
pkgver="0.0.1"
pkgrel="2"
pkgrel="3"
depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "xfce4-appmenu-plugin" "vala-panel-plugins-wnck"
"vala-panel-appmenu" "appmenu-gtk2-module" "appmenu-gtk3-module" "xfce4-power-manager"
"xfce4-power-manager-plugins" "xfce4-pulseaudio-plugin" "xfce4-helpers" "pavucontrol"
Expand All @@ -13,6 +13,7 @@ depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "xfce4-appmenu-plugin" "val
pacdeps=("lightpad-git" "papirus-folders" "ulauncher-deb" "cortile-bin")
gives="unicorn-desktop"
replace=("unicorn-mobile" "unicorn-mobile-git")
priority="required"
pkgdesc="Unicorn Desktop by the Rhino Linux Team"
maintainer="Oren Klopfer <[email protected]>"
pkgver() {
Expand Down
3 changes: 2 additions & 1 deletion packages/unicorn-mobile-git/unicorn-mobile-git.pacscript
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name="unicorn-mobile-git"
url="https://github.com/rhino-linux/unicorn.git"
pkgver="0.0.1"
pkgrel="2"
pkgrel="3"
depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "plank" "dconf-cli" "yaru-theme-icon"
"yaru-theme-gtk" "papirus-icon-theme" "onboard" "xfce4-helpers" "xiccd" "xfce4" "dbus-x11"
"hardinfo" "xarchiver" "xdg-desktop-portal-gtk" "xserver-xorg-video-vesa" "xserver-xorg-video-fbdev"
Expand All @@ -11,6 +11,7 @@ depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "plank" "dconf-cli" "yaru-t
pacdeps=("xfce4-settings-pine-git" "lightpad-git" "papirus-folders" "ulauncher-deb" "cortile-bin")
gives="unicorn-mobile"
replace=("unicorn-desktop" "unicorn-desktop-git")
priority="required"
pkgdesc="Unicorn Desktop Mobile variant by the Rhino Linux Team"
maintainer="Oren Klopfer <[email protected]>"
pkgver() {
Expand Down
6 changes: 3 additions & 3 deletions packages/zoom-deb/zoom-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name="zoom-deb"
gives="zoom"
pkgver="5.16.10.668"
pkgver="5.17.0.1682"
replace=("${gives}")
url="https://zoom.us/client/${pkgver}/zoom_amd64.deb"
repology=("project: zoom-videoconference")
pkgdesc="Connect, collaborate, and get more done together with Zoom’s reliable video meeting solution."
hash="b520bcdb64cabf098f4312ca2599688731792152257d0297b570a1b17933fdf1"
hash="be6fd717cc0340dcd15a0e9e7df02967b03ba976e197d90ac1b8eccb8b1722fb"
arch=("amd64")
maintainer="Oren Klopfer <[email protected]>"
maintainer="vigress8 <[email protected]>"

0 comments on commit 24131bf

Please sign in to comment.