This file contains hidden or 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
# Maintainer: envolution | |
# Contributor: Sven-Hendrik Haase <[email protected]> | |
# Contributor: bartus <arch-user-repoᘓbartus.33mail.com> | |
pkgname=geogram-git | |
_pkgname='geogram' | |
pkgver=1.9.0+r1100+ge49be1199 | |
pkgrel=1 | |
pkgdesc="Library of geometric algorithms" | |
arch=('x86_64') | |
url="https://github.com/BrunoLevy/geogram" |
This file contains hidden or 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
# Maintainer: Carlos Aznarán <[email protected]> | |
# Contributor: Sam L. Yes <[email protected]> | |
_base=paddlepaddle | |
pkgname=${_base}-bin | |
pkgdesc="Parallel Distributed Deep Learning" | |
pkgver=2.6.2 | |
pkgrel=2 #bump rel | |
arch=(x86_64) | |
url="https://${_base}.org.cn" | |
license=(Apache-2.0) #spdx identifier |
This file contains hidden or 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
# Maintainer: rumpelsepp <stefan at rumpelsepp dot org> | |
# Contributor: Carl Smedstad <[email protected]> | |
# Contributor: envolution | |
# shellcheck shell=bash disable=SC2034,SC2154 | |
pkgname=python-msgspec | |
_pkgname=${pkgname#python-} | |
pkgver=0.19.0 | |
pkgrel=1 | |
pkgdesc="A fast and friendly JSON/MessagePack library, with optional schema validation" |
This file contains hidden or 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
diff -rub Bottles-51.16/bottles/frontend/meson.build Bottles-51.16-patched/bottles/frontend/meson.build | |
--- Bottles-51.16/bottles/frontend/meson.build 2024-12-12 22:50:52.000000000 +0100 | |
+++ Bottles-51.16-patched/bottles/frontend/meson.build 2024-12-13 07:44:56.242543882 +0100 | |
@@ -25,10 +25,6 @@ | |
fs = import('fs') | |
-if not fs.is_file('/' + '.flatpak-info') | |
- error('file does not exist') | |
-endif |
This file contains hidden or 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
# Maintainer: envolution | |
# Contributor: Fabio 'Lolix' Loli <[email protected]> -> https://github.com/FabioLolix | |
# Contributor: Talebian <[email protected]> | |
# shellcheck shell=bash disable=SC2034,SC2154 | |
pkgname=bottles-git | |
pkgver=51.17.r50.g8996b41e | |
pkgrel=1 | |
epoch=2 | |
pkgdesc="Easily manage wineprefix using environments" |
This file contains hidden or 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
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> | |
# Maintainer: Fabian Bornschein <[email protected]> | |
pkgbase=libadwaita | |
pkgname=( | |
libadwaita | |
) | |
pkgver=1.7alpha | |
pkgrel=1 | |
epoch=1 |
This file contains hidden or 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
# Maintainer: Victor Lavaud <[email protected]> | |
pkgname=python-google-generativeai | |
pkgver=0.8.4 | |
pkgrel=2 | |
pkgdesc="(deprecated) Google AI Python SDK for the Gemini API" | |
arch=('any') | |
url="https://github.com/google-gemini/generative-ai-python" | |
license=('Apache-2.0') | |
makedepends=('python-setuptools') | |
source=("generative-ai-${pkgver}.tar.gz::https://github.com/google-gemini/generative-ai-python/archive/refs/tags/v${pkgver}.tar.gz") |
This file contains hidden or 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
# Maintainer: redponike <proton (dot) me> | |
# Contributor: acxz <akashpatel2008 at yahoo dot com> | |
pkgname=python-dm-tree | |
_pkgname='tree' | |
pkgver=0.1.9 | |
pkgrel=1 | |
pkgdesc='tree is a library for working with nested data structures' | |
arch=('x86_64') | |
url='https://github.com/google-deepmind/tree' |