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

add: cromite-bin #6893

Merged
merged 15 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ coreutils-single
cortile
cortile-bin
couture
cromite-bin
cutefish-calculator-git
cutefish-core-git
cutefish-dock-git
Expand Down
13 changes: 13 additions & 0 deletions packages/cromite-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pkgbase = cromite-bin
gives = cromite
pkgver = 132.0.6834.163
pkgdesc = Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy
arch = amd64
maintainer = James Ed Randson <[email protected]>
repology = project: cromite
source = https://github.com/uazo/cromite/releases/download/v132.0.6834.163-ae296a42b9b1412a54aca8635affabd26ea8ce1e/chrome-lin64.tar.gz
source = https://www.cromite.org/app_icon.png
sha256sums = f85d696e4d400b903f675f86aa379a5e8d00f57fbbf8d8f541cf077f6bc5da2e
sha256sums = 95ea4e28bc95c30200d832c075a04d79191110573f8bbebf881b81c4cef6c211

pkgname = cromite-bin
37 changes: 37 additions & 0 deletions packages/cromite-bin/cromite-bin.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
pkgname="cromite-bin"
gives="cromite"
pkgver="132.0.6834.163"
pkgsha="ae296a42b9b1412a54aca8635affabd26ea8ce1e"
arch=("amd64")
pkgdesc="Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy"
maintainer=("James Ed Randson <[email protected]>")
source=(
"https://github.com/uazo/${gives}/releases/download/v${pkgver}-${pkgsha}/chrome-lin64.tar.gz"
"https://www.cromite.org/app_icon.png"
Elsie19 marked this conversation as resolved.
Show resolved Hide resolved
)
sha256sums=(
"f85d696e4d400b903f675f86aa379a5e8d00f57fbbf8d8f541cf077f6bc5da2e"
"95ea4e28bc95c30200d832c075a04d79191110573f8bbebf881b81c4cef6c211"
)
repology=("project: ${gives}")

package() {
cd "${srcdir}/chrome-lin"
mkdir -p "${pkgdir}/usr/share/cromite"
cp -r ./* "${pkgdir}/usr/share/cromite"
chmod +x "${pkgdir}/usr/share/cromite/chrome"
mkdir -p "${pkgdir}/usr/share/pixmaps"
cp "${srcdir}/app_icon.png" "${pkgdir}/usr/share/pixmaps/cromite.png"
mkdir -p "${pkgdir}/usr/share/applications/"
cat << EOF > "${pkgdir}/usr/share/applications/cromite.desktop"
[Desktop Entry]
Name=Cromite
Comment=Take back your browser
Exec=/usr/share/cromite/chrome
Terminal=false
Type=Application
Icon=cromite
Categories=Network;WebBrowser;
StartupNotify=true
EOF
}
14 changes: 14 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,20 @@ pkgbase = couture

pkgname = couture
---
pkgbase = cromite-bin
gives = cromite
pkgver = 132.0.6834.163
pkgdesc = Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy
arch = amd64
maintainer = James Ed Randson <[email protected]>
repology = project: cromite
source = https://github.com/uazo/cromite/releases/download/v132.0.6834.163-ae296a42b9b1412a54aca8635affabd26ea8ce1e/chrome-lin64.tar.gz
source = https://www.cromite.org/app_icon.png
sha256sums = f85d696e4d400b903f675f86aa379a5e8d00f57fbbf8d8f541cf077f6bc5da2e
sha256sums = 95ea4e28bc95c30200d832c075a04d79191110573f8bbebf881b81c4cef6c211

pkgname = cromite-bin
---
pkgbase = cutefish-calculator-git
gives = cutefish-calculator
pkgver = 0.4
Expand Down
Loading