-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pacstall:master' into mesa-kisak-fresh
- Loading branch information
Showing
143 changed files
with
424 additions
and
329 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
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 |
---|---|---|
|
@@ -9,16 +9,16 @@ pkgdesc="An adaptive Gtk+ theme based on Material Design Guidelines (Legacy)" | |
maintainer=("Elsie19 <[email protected]>") | ||
|
||
prepare() { | ||
cd "${_archive}" | ||
cd "adapta-gtk-theme" | ||
./autogen.sh --prefix=/usr --enable-parallel | ||
} | ||
|
||
build() { | ||
cd "${_archive}" | ||
cd "adapta-gtk-theme" | ||
make -j"${NCPU}" | ||
} | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "adapta-gtk-theme" | ||
make install DESTDIR="${pkgdir}" | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pkgbase = alacritty | ||
pkgver = 0.13.2 | ||
pkgver = 0.14.0 | ||
pkgdesc = A fast, cross-platform, OpenGL terminal emulator | ||
arch = any | ||
makedepends = cargo | ||
|
@@ -15,7 +15,7 @@ pkgbase = alacritty | |
incompatible = debian:bookworm | ||
maintainer = Warofzen <[email protected]> | ||
repology = project: alacritty | ||
source = https://github.com/alacritty/alacritty/archive/refs/tags/v0.13.2.tar.gz | ||
sha256sums = e9a54aabc92bbdc25ab1659c2e5a1e9b76f27d101342c8219cc98a730fd46d90 | ||
source = https://github.com/alacritty/alacritty/archive/refs/tags/v0.14.0.tar.gz | ||
sha256sums = 2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf | ||
|
||
pkgname = alacritty |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
pkgname="alacritty" | ||
arch=("any") | ||
pkgver="0.13.2" | ||
pkgver="0.14.0" | ||
repology=("project: alacritty") | ||
source=("https://github.com/alacritty/alacritty/archive/refs/tags/v${pkgver}.tar.gz") | ||
makedepends=("cargo" "cmake" "pkg-config" "libfreetype6-dev" "libfontconfig1-dev" "libxcb-xfixes0-dev" "python3" "gzip" "scdoc") | ||
pkgdesc="A fast, cross-platform, OpenGL terminal emulator" | ||
maintainer=("Warofzen <[email protected]>") | ||
incompatible=('debian:bullseye' 'debian:bookworm') | ||
external_connection=true | ||
sha256sums=("e9a54aabc92bbdc25ab1659c2e5a1e9b76f27d101342c8219cc98a730fd46d90") | ||
sha256sums=("2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf") | ||
|
||
build() { | ||
cd "${_archive}" | ||
|
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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ maintainer=("Elsie19 <[email protected]>") | |
repology=("project: bazecor") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
mkdir -p "${pkgdir}/usr/share/icons/hicolor/256x256/apps/" "${pkgdir}/usr/share/applications/" | ||
echo "[Desktop Entry] | ||
Name=Bazecor | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ source=("https://gitlab.com/pine64-org/bes2600-firmware.git") | |
maintainer=("Oren Klopfer <[email protected]>") | ||
|
||
build() { | ||
cd "${_archive}" | ||
cd "bes2600-firmware" | ||
mkdir -p "${pkgdir}/usr/bin" | ||
mkdir -p "${pkgdir}/usr/lib/systemd/system" | ||
|
||
|
@@ -48,7 +48,7 @@ ExecStart=bash -c 'if ! [[ -f /etc/modules-load.d/bes2600.conf ]]; then echo bes | |
} | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "bes2600-firmware" | ||
mkdir -p "${pkgdir}/usr/lib/firmware" | ||
cp -r firmware/bes2600 "${pkgdir}/usr/lib/firmware" | ||
} | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pkgbase = brave-browser-beta-deb | ||
gives = brave-browser-beta | ||
pkgver = 1.67.101 | ||
pkgver = 1.74.14 | ||
pkgdesc = Testing version of world's most unique, privacy friendly web browser | ||
url = https://brave.com/ | ||
arch = amd64 | ||
|
@@ -11,7 +11,7 @@ pkgbase = brave-browser-beta-deb | |
maintainer = Elsie19 <[email protected]> | ||
repology = project: brave | ||
repology = visiblename: brave-beta-bin | ||
source = https://github.com/brave/brave-browser/releases/download/v1.67.101/brave-browser-beta_1.67.101_amd64.deb | ||
sha256sums = 42c50beec9311de1c82df3a7e0010dc4ceda68b0453014878b616b5a07d9b4c0 | ||
source = https://github.com/brave/brave-browser/releases/download/v1.74.14/brave-browser-beta_1.74.14_amd64.deb | ||
sha256sums = 596b2d56bf6f49d53f48e0897776c3897189fe59b119a72717e6b0453cf121eb | ||
|
||
pkgname = brave-browser-beta-deb |
4 changes: 2 additions & 2 deletions
4
packages/brave-browser-beta-deb/brave-browser-beta-deb.pacscript
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
pkgname="brave-browser-beta-deb" | ||
gives="brave-browser-beta" | ||
arch=("amd64") | ||
pkgver="1.67.101" | ||
pkgver="1.74.14" | ||
breaks=("${gives}-bin" "${gives}-git" "${gives}-app") | ||
source=("https://github.com/brave/brave-browser/releases/download/v${pkgver}/${gives}_${pkgver}_amd64.deb") | ||
url='https://brave.com/' | ||
pkgdesc="Testing version of world's most unique, privacy friendly web browser" | ||
sha256sums=("42c50beec9311de1c82df3a7e0010dc4ceda68b0453014878b616b5a07d9b4c0") | ||
sha256sums=("596b2d56bf6f49d53f48e0897776c3897189fe59b119a72717e6b0453cf121eb") | ||
pacdeps=("brave-keyring-deb") | ||
repology=("project: brave" "visiblename: brave-beta-bin") | ||
maintainer=("Elsie19 <[email protected]>") |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pkgbase = brave-browser-deb | ||
gives = brave-browser | ||
pkgver = 1.73.89 | ||
pkgver = 1.73.91 | ||
pkgdesc = Release version of world's most unique, privacy friendly web browser | ||
url = https://brave.com/ | ||
arch = amd64 | ||
|
@@ -12,9 +12,9 @@ pkgbase = brave-browser-deb | |
maintainer = Elsie19 <[email protected]> | ||
maintainer = bibelin <[email protected]> | ||
repology = project: brave | ||
source_amd64 = https://brave-browser-apt-release.s3.brave.com/pool/main/b/brave-browser/brave-browser_1.73.89_amd64.deb | ||
sha256sums_amd64 = f5ed33312e6471331dc64befab6e3c9190d0a41cff1dfe0e314759e258260d5f | ||
source_arm64 = https://brave-browser-apt-release.s3.brave.com/pool/main/b/brave-browser/brave-browser_1.73.89_arm64.deb | ||
sha256sums_arm64 = aa958abb486616cf0b5e44abadc48ea52f41b2090ed563ce22da4f73f22704b6 | ||
source_amd64 = https://brave-browser-apt-release.s3.brave.com/pool/main/b/brave-browser/brave-browser_1.73.91_amd64.deb | ||
sha256sums_amd64 = 434bccf4246e465f46f8bd06fb53d3fc75d7166d2a4fe8fa0ddba88cfc23aad2 | ||
source_arm64 = https://brave-browser-apt-release.s3.brave.com/pool/main/b/brave-browser/brave-browser_1.73.91_arm64.deb | ||
sha256sums_arm64 = ab505be38253e89fca5f9cc07e9847e36b38d59c95921525ca999deb81bed5bb | ||
|
||
pkgname = brave-browser-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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
pkgname="brave-browser-deb" | ||
gives="brave-browser" | ||
pkgver="1.73.89" | ||
pkgver="1.73.91" | ||
breaks=("${gives}-bin" "${gives}-git" "${gives}-app") | ||
url="https://brave.com/" | ||
pkgdesc="Release version of world's most unique, privacy friendly web browser" | ||
arch=("amd64" "arm64") | ||
source=("https://brave-browser-apt-release.s3.brave.com/pool/main/b/${gives}/${gives}_${pkgver}_${CARCH}.deb") | ||
sha256sums_amd64=("f5ed33312e6471331dc64befab6e3c9190d0a41cff1dfe0e314759e258260d5f") | ||
sha256sums_arm64=("aa958abb486616cf0b5e44abadc48ea52f41b2090ed563ce22da4f73f22704b6") | ||
sha256sums_amd64=("434bccf4246e465f46f8bd06fb53d3fc75d7166d2a4fe8fa0ddba88cfc23aad2") | ||
sha256sums_arm64=("ab505be38253e89fca5f9cc07e9847e36b38d59c95921525ca999deb81bed5bb") | ||
pacdeps=("brave-keyring-deb") | ||
repology=("project: brave") | ||
maintainer=("Elsie19 <[email protected]>" "bibelin <[email protected]>") |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pkgbase = brave-browser-nightly-deb | ||
gives = brave-browser-nightly | ||
pkgver = 1.75.32 | ||
pkgver = 1.75.56 | ||
pkgdesc = The Brave browser is a fast, private and secure web browser for PC, Mac and mobile - Nightly channel | ||
url = https://brave.com/ | ||
arch = amd64 | ||
|
@@ -12,7 +12,7 @@ pkgbase = brave-browser-nightly-deb | |
maintainer = Elsie19 <[email protected]> | ||
repology = project: brave | ||
repology = visiblename: brave-nightly-bin | ||
source = https://github.com/brave/brave-browser/releases/download/v1.75.32/brave-browser-nightly_1.75.32_amd64.deb | ||
sha256sums = 2ed6e6523054fbcf46c2d04546be401e6413fa5e3e1901ebb8114756af84b3e0 | ||
source = https://github.com/brave/brave-browser/releases/download/v1.75.56/brave-browser-nightly_1.75.56_amd64.deb | ||
sha256sums = 86c5cb0d7f8a7c6644cb7dd15e61f45b05d8f3801001c59753bfc65dd865688e | ||
|
||
pkgname = brave-browser-nightly-deb |
4 changes: 2 additions & 2 deletions
4
packages/brave-browser-nightly-deb/brave-browser-nightly-deb.pacscript
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
pkgname="brave-browser-nightly-deb" | ||
pkgver="1.75.32" | ||
pkgver="1.75.56" | ||
gives="brave-browser-nightly" | ||
breaks=("${gives}-bin" "${gives}-app" "${gives}-git") | ||
replaces=("${gives}") | ||
pacdeps=("brave-keyring-deb") | ||
source=("https://github.com/brave/brave-browser/releases/download/v${pkgver}/${gives}_${pkgver}_amd64.deb") | ||
url='https://brave.com/' | ||
pkgdesc="The Brave browser is a fast, private and secure web browser for PC, Mac and mobile - Nightly channel" | ||
sha256sums=("2ed6e6523054fbcf46c2d04546be401e6413fa5e3e1901ebb8114756af84b3e0") | ||
sha256sums=("86c5cb0d7f8a7c6644cb7dd15e61f45b05d8f3801001c59753bfc65dd865688e") | ||
arch=('amd64') | ||
repology=("project: brave" "visiblename: brave-nightly-bin") | ||
maintainer=("Elsie19 <[email protected]>") |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ source=("https://github.com/CachyOS/ananicy-rules.git") | |
maintainer=("vigress8 <[email protected]>") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "ananicy-rules" | ||
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${gives}" | ||
rm -f README.md LICENSE | ||
install -d "${pkgdir}/etc/ananicy.d" | ||
|
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
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
Oops, something went wrong.