Compare commits
68 Commits
190c3cac74
...
master
Author | SHA1 | Date | |
---|---|---|---|
f0715b4eac | |||
bda5f96300 | |||
42b602ff5c | |||
05f06a0c7d | |||
7d2966fc3a | |||
bdb7d3ba55 | |||
da9654957d | |||
6bd89aa5f0 | |||
dc8d0fd27a | |||
4251093546 | |||
63ccd27182 | |||
c33ffbb990 | |||
02d2a53260 | |||
7657a786fd | |||
924db57097 | |||
aa36e006eb | |||
8819a7d272 | |||
256a8ab97d | |||
752660562c | |||
85bfc17286 | |||
68ab0abfd5 | |||
3cea83f9db | |||
4438933aff | |||
e9adf93572 | |||
3fad5773ad | |||
3373d3c975 | |||
c21f31d85a | |||
841d0eb9a9 | |||
b5702c936c | |||
d10519574f | |||
8398b80936 | |||
1e059c9df6 | |||
4aaf1ac221 | |||
43c23b2b08 | |||
a3abbfbf6b | |||
44e3516470 | |||
13c9dff9b4 | |||
c0fd510efd | |||
627155db23 | |||
e7608b2f58 | |||
8dd3554776 | |||
654be80e42 | |||
d445c743d0 | |||
20772af956 | |||
3e5b9b3f9f | |||
f046d1b5c5 | |||
d737d0deef | |||
9d32e2b4b0 | |||
e41de60b44 | |||
b4759f1648 | |||
e1a39939f6 | |||
4b3426e96f | |||
9b1bb89016 | |||
d77a799e39 | |||
3c649152a8 | |||
934a361e22 | |||
6c9d5d9c0c | |||
63e85ad4fc | |||
71875a50cf | |||
3c00ab1ae0 | |||
275d5a7d4e | |||
6332a8db3a | |||
f03770f9a8 | |||
f8145f9b4f | |||
d08b222650 | |||
f159ae359a | |||
4f3ef86a82 | |||
a8947edf3a |
@@ -1,24 +0,0 @@
|
||||
pkgbase = adguardhome
|
||||
pkgdesc = Network-wide ads and trackers blocking DNS server
|
||||
pkgver = 0.107.50
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/AdguardTeam/AdGuardHome
|
||||
install = adguardhome.install
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
arch = armv7h
|
||||
license = GPL-2.0-only
|
||||
makedepends = go
|
||||
makedepends = nodejs
|
||||
makedepends = npm
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
source = adguardhome-0.107.50.tar.gz::https://github.com/AdguardTeam/AdGuardHome/archive/v0.107.50.tar.gz
|
||||
source = adguardhome.service
|
||||
source = adguardhome.install
|
||||
b2sums = 49b4811c118a938d6191e856588d262a9645309e43d40d70be646d6ba831f722da069f1d07b7192e663f23992994a3d1328e52d4923f58cbc0a70d0495476ce4
|
||||
b2sums = 161152f91e09fe491db631eb6ed603c0c975453b682467945fdade6091bf427ec932230f3a10e40e2f054dc01567930ecc27343c04882fb0e736b4f6becc96da
|
||||
b2sums = b22ae447e0288e64332bcb41cc73f61e9adb58d402ef3ccfb896aa1ecbec4d4ff66bfc1464ca9d0bc99f1a5b4d32bdc5765f42a1b72b0fb3786ecefcf94a7265
|
||||
|
||||
pkgname = adguardhome
|
@@ -1,54 +0,0 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
# Contributor: Pavers_Career <pavers_career_0d AT ícloud DOT com>
|
||||
|
||||
pkgname=adguardhome
|
||||
_name=AdGuardHome
|
||||
pkgver=0.107.50
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Network-wide ads and trackers blocking DNS server'
|
||||
arch=(x86_64 aarch64 armv7h)
|
||||
url='https://github.com/AdguardTeam/AdGuardHome'
|
||||
license=(GPL-2.0-only)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
|
||||
"$pkgname.service"
|
||||
"$pkgname.install")
|
||||
makedepends=(go nodejs npm git)
|
||||
depends=(glibc)
|
||||
install="$pkgname.install"
|
||||
b2sums=('49b4811c118a938d6191e856588d262a9645309e43d40d70be646d6ba831f722da069f1d07b7192e663f23992994a3d1328e52d4923f58cbc0a70d0495476ce4'
|
||||
'161152f91e09fe491db631eb6ed603c0c975453b682467945fdade6091bf427ec932230f3a10e40e2f054dc01567930ecc27343c04882fb0e736b4f6becc96da'
|
||||
'b22ae447e0288e64332bcb41cc73f61e9adb58d402ef3ccfb896aa1ecbec4d4ff66bfc1464ca9d0bc99f1a5b4d32bdc5765f42a1b72b0fb3786ecefcf94a7265')
|
||||
|
||||
prepare() {
|
||||
cd "$_name-$pkgver"
|
||||
npm --prefix client ci
|
||||
go mod download
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_name-$pkgver"
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
npm --prefix client run build-prod
|
||||
unset NODE_OPTIONS
|
||||
|
||||
export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||
export CGO_CFLAGS="${CFLAGS}"
|
||||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
go build \
|
||||
-trimpath \
|
||||
-buildmode=pie \
|
||||
-mod=readonly \
|
||||
-modcacherw \
|
||||
-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 'github.com/AdguardTeam/AdGuardHome/internal/version.version=v$pkgver' -X 'github.com/AdguardTeam/AdGuardHome/internal/version.channel=release'" \
|
||||
-o $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 "$_name-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
|
||||
install -Dm644 "$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
|
||||
install -dm755 "$pkgdir/etc"
|
||||
ln -s "/var/lib/$pkgname/$_name.yaml" "$pkgdir/etc/$pkgname.yaml"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
post_upgrade() {
|
||||
# show config hint for upgrading from <= 1:0.107.26-1
|
||||
if [ $(vercmp "${2}" "1:0.107.27-1") -eq -1 ]; then
|
||||
echo ":: AdGuardHome is now configured in /etc/adguardhome.yaml"
|
||||
echo " The old configuration file /etc/default/adguardhome does not work anymore."
|
||||
echo " Please check your setup if you used a different config file location or method."
|
||||
fi
|
||||
}
|
@@ -1,25 +0,0 @@
|
||||
[Unit]
|
||||
Description=AdGuard Home: Network-level blocker
|
||||
After=syslog.target network-online.target
|
||||
|
||||
[Service]
|
||||
DynamicUser=true
|
||||
StateDirectory=adguardhome
|
||||
WorkingDirectory=/var/lib/adguardhome
|
||||
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_NET_RAW
|
||||
CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_NET_RAW
|
||||
ExecStart=/usr/bin/adguardhome -w /var/lib/adguardhome -l syslog
|
||||
|
||||
PrivateTmp=true
|
||||
ProtectSystem=strict
|
||||
ProtectHome=true
|
||||
PrivateDevices=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectControlGroups=true
|
||||
NoNewPrivileges=true
|
||||
MemoryDenyWriteExecute=true
|
||||
LockPersonality=true
|
||||
ProtectHostname=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@@ -1,15 +1,15 @@
|
||||
pkgbase = alhp-keyring
|
||||
pkgdesc = ALHP PGP keyring
|
||||
pkgver = 20240426
|
||||
pkgrel = 2
|
||||
pkgver = 20250509
|
||||
pkgrel = 1
|
||||
url = https://somegit.dev/ALHP/alhp-keyring
|
||||
install = alhp-keyring.install
|
||||
arch = any
|
||||
license = GPL-3.0-or-later
|
||||
source = https://f.alhp.dev/alhp-keyring/alhp-keyring-20240426.tar.gz
|
||||
source = https://f.alhp.dev/alhp-keyring/alhp-keyring-20240426.tar.gz.sig
|
||||
validpgpkeys = 2E3B2B05A332A7DB9019797848998B4039BED1CA
|
||||
b2sums = b33b814a4e03f1684e77bbd6b5f556c9568ee069a6f63416bbc10bb84be19db1b2391d2e100a81b77bde0706cc299efaacef853dd564b2e52e727b55e103f1d7
|
||||
source = https://f.alhp.dev/alhp-keyring/alhp-keyring-20250509.tar.gz
|
||||
source = https://f.alhp.dev/alhp-keyring/alhp-keyring-20250509.tar.gz.sig
|
||||
validpgpkeys = 00B25193054EA4BC7BA870848CA32F8BF3BC8088
|
||||
b2sums = 1d12ae599d9da533aff66304f3111a19a80c1d132c933488549dd7fc7964a660d58e4d143a88a85f16cb6ef8dc28bab980f8f1702bdf17609e60fa603084bf81
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = alhp-keyring
|
||||
|
@@ -1,17 +1,17 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=alhp-keyring
|
||||
pkgver=20240426
|
||||
pkgrel=2
|
||||
pkgver=20250509
|
||||
pkgrel=1
|
||||
pkgdesc='ALHP PGP keyring'
|
||||
arch=(any)
|
||||
url='https://somegit.dev/ALHP/alhp-keyring'
|
||||
license=(GPL-3.0-or-later)
|
||||
install="$pkgname.install"
|
||||
source=(https://f.alhp.dev/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
|
||||
b2sums=('b33b814a4e03f1684e77bbd6b5f556c9568ee069a6f63416bbc10bb84be19db1b2391d2e100a81b77bde0706cc299efaacef853dd564b2e52e727b55e103f1d7'
|
||||
b2sums=('1d12ae599d9da533aff66304f3111a19a80c1d132c933488549dd7fc7964a660d58e4d143a88a85f16cb6ef8dc28bab980f8f1702bdf17609e60fa603084bf81'
|
||||
'SKIP')
|
||||
validpgpkeys=('2E3B2B05A332A7DB9019797848998B4039BED1CA') # Giovanni Harting <g.harting@mailstash.org>
|
||||
validpgpkeys=('00B25193054EA4BC7BA870848CA32F8BF3BC8088') # Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@@ -1,13 +1,14 @@
|
||||
pkgbase = alhp-mirrorlist
|
||||
pkgdesc = ALHP mirror list for use by pacman
|
||||
pkgver = 20240208
|
||||
pkgrel = 1
|
||||
pkgver = 20250825
|
||||
pkgrel = 2
|
||||
url = https://somegit.dev/ALHP/alhp-mirrorlist
|
||||
arch = any
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = git
|
||||
backup = etc/pacman.d/alhp-mirrorlist
|
||||
backup = etc/pacman.d/alhp-mirrorlist.ipfs
|
||||
source = alhp-mirrorlist-20240208.tar.gz::https://somegit.dev/ALHP/alhp-mirrorlist/archive/20240208.tar.gz
|
||||
b2sums = 8c5ddadcb347db28bffffcadf35ad15b25de0e9aa9ca7e4f192d4b840a2f13ff931d62bc84cff5c4db3db11c0e2e5e815c113ab40a78c19df411a577cd76f7fc
|
||||
source = git+https://somegit.dev/ALHP/alhp-mirrorlist#tag=20250825
|
||||
b2sums = 08b21778f2bbd704adf4c894e18ff34a69d26f2667454309205795540fb73383125b55e4f7adfb4f56a6e07696e34e65c5d2f9fa2da08ef4805f18f9c8882853
|
||||
|
||||
pkgname = alhp-mirrorlist
|
||||
|
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=alhp-mirrorlist
|
||||
pkgver=20240208
|
||||
pkgrel=1
|
||||
pkgver=20250825
|
||||
pkgrel=2
|
||||
pkgdesc='ALHP mirror list for use by pacman'
|
||||
arch=(any)
|
||||
url='https://somegit.dev/ALHP/alhp-mirrorlist'
|
||||
@@ -11,8 +11,9 @@ backup=(
|
||||
'etc/pacman.d/alhp-mirrorlist'
|
||||
'etc/pacman.d/alhp-mirrorlist.ipfs'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||
b2sums=('8c5ddadcb347db28bffffcadf35ad15b25de0e9aa9ca7e4f192d4b840a2f13ff931d62bc84cff5c4db3db11c0e2e5e815c113ab40a78c19df411a577cd76f7fc')
|
||||
makedepends=(git)
|
||||
source=("git+$url#tag=$pkgver")
|
||||
b2sums=('08b21778f2bbd704adf4c894e18ff34a69d26f2667454309205795540fb73383125b55e4f7adfb4f56a6e07696e34e65c5d2f9fa2da08ef4805f18f9c8882853')
|
||||
|
||||
package() {
|
||||
install -Dm644 alhp-mirrorlist/mirrorlist "$pkgdir"/etc/pacman.d/alhp-mirrorlist
|
||||
|
15
alhp-utils/.SRCINFO
Normal file
15
alhp-utils/.SRCINFO
Normal file
@@ -0,0 +1,15 @@
|
||||
pkgbase = alhp-utils
|
||||
pkgdesc = Collection of ALHP utils
|
||||
pkgver = 1.0.7
|
||||
pkgrel = 2
|
||||
url = https://somegit.dev/ALHP/alhp.utils
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = go
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
depends = pacman
|
||||
source = git+https://somegit.dev/ALHP/alhp.utils.git#tag=1.0.7
|
||||
b2sums = ba2ae7ec96cf656a6a7e4fb0f22c6ce8ffd78074b9bc264ae532bcb36bee0c1acb86764b03ee88aedf81884209beac2acbc90570fb4acc2cb7065cb765d1a798
|
||||
|
||||
pkgname = alhp-utils
|
31
alhp-utils/PKGBUILD
Normal file
31
alhp-utils/PKGBUILD
Normal file
@@ -0,0 +1,31 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=alhp-utils
|
||||
_name=alhp.utils
|
||||
pkgver=1.0.7
|
||||
pkgrel=2
|
||||
pkgdesc='Collection of ALHP utils'
|
||||
arch=(x86_64)
|
||||
url="https://somegit.dev/ALHP/$_name"
|
||||
license=(GPL-2.0-or-later)
|
||||
depends=(glibc pacman)
|
||||
makedepends=(go git)
|
||||
source=("git+$url.git#tag=$pkgver")
|
||||
b2sums=('ba2ae7ec96cf656a6a7e4fb0f22c6ce8ffd78074b9bc264ae532bcb36bee0c1acb86764b03ee88aedf81884209beac2acbc90570fb4acc2cb7065cb765d1a798')
|
||||
|
||||
build() {
|
||||
cd $_name
|
||||
|
||||
export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||
export CGO_CFLAGS="${CFLAGS}"
|
||||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
export CGO_LDFLAGS="${LDFLAGS}"
|
||||
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
go build -o $_name .
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm 755 $_name/$_name -t "$pkgdir"/usr/bin/
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
4
antidot/.nvchecker.toml
Normal file
4
antidot/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[antidot]
|
||||
source = "git"
|
||||
git = "https://github.com/doron-cohen/antidot.git"
|
||||
prefix = "v"
|
4
asus-numpad/.nvchecker.toml
Normal file
4
asus-numpad/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[asus-numpad]
|
||||
source = "git"
|
||||
git = "https://github.com/iamkroot/asus-numpad.git"
|
||||
prefix = "v"
|
@@ -1,29 +0,0 @@
|
||||
pkgbase = coreapps-meta
|
||||
pkgdesc = CoreApps application family meta package
|
||||
pkgver = 1
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/cubocore
|
||||
arch = any
|
||||
license = LicenseRef-None
|
||||
depends = coreaction
|
||||
depends = corearchiver
|
||||
depends = corefm
|
||||
depends = coregarage
|
||||
depends = corehunt
|
||||
depends = coreimage
|
||||
depends = coreinfo
|
||||
depends = corekeyboard
|
||||
depends = corepad
|
||||
depends = corepaint
|
||||
depends = corepdf
|
||||
depends = corepins
|
||||
depends = corerenamer
|
||||
depends = coreshot
|
||||
depends = corestats
|
||||
depends = corestuff
|
||||
depends = coreterminal
|
||||
depends = coretime
|
||||
depends = coreuniverse
|
||||
optdepends = coretoppings: additional features and plugins
|
||||
|
||||
pkgname = coreapps-meta
|
@@ -1,33 +0,0 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=coreapps-meta
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgdesc='CoreApps application family meta package'
|
||||
arch=(any)
|
||||
url='https://gitlab.com/cubocore'
|
||||
license=(LicenseRef-None)
|
||||
depends=(
|
||||
coreaction
|
||||
corearchiver
|
||||
corefm
|
||||
coregarage
|
||||
corehunt
|
||||
coreimage
|
||||
coreinfo
|
||||
corekeyboard
|
||||
corepad
|
||||
corepaint
|
||||
corepdf
|
||||
corepins
|
||||
corerenamer
|
||||
coreshot
|
||||
corestats
|
||||
corestuff
|
||||
coreterminal
|
||||
coretime
|
||||
coreuniverse
|
||||
)
|
||||
optdepends=('coretoppings: additional features and plugins')
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@@ -1,6 +1,6 @@
|
||||
pkgbase = hide-client
|
||||
pkgdesc = Hide.me CLI VPN client for Linux
|
||||
pkgver = 0.9.9
|
||||
pkgver = 0.9.10
|
||||
pkgrel = 2
|
||||
url = https://github.com/eventure/hide.client.linux
|
||||
arch = x86_64
|
||||
@@ -10,9 +10,9 @@ pkgbase = hide-client
|
||||
makedepends = go
|
||||
depends = glibc
|
||||
backup = etc/hide.me/config
|
||||
source = hide-client-0.9.9.zip::https://github.com/eventure/hide.client.linux/archive/0.9.9.zip
|
||||
source = hide-client-0.9.10.zip::https://github.com/eventure/hide.client.linux/archive/0.9.10.zip
|
||||
source = arch-config.patch
|
||||
b2sums = ca30b3442d9cee438c69719725f33d6702e82c252d5ee2130e984bc57f221edfa2dc943b07c6564f347cb4c618d0d5b0ab98851da31f8da0fe37e803f837c84b
|
||||
b2sums = bcb78baaf6682803cddd29a770a229bf9baf79c26244759db7176b65ff3b0c82fc1561066fbd81a68dcd77911bad654827ac2fba19d1ced0d33718b8a9831ed3
|
||||
b2sums = 7d69b5b1104ed63106e91df2248c585806c79989670068dcf5892196a146f4abe93945061f99b756623d5e4ccaa7e506b3b2254b2c8821ab2c12f750a48429b6
|
||||
b2sums = 2fdf3c338bd801847c4202ba70e1e3b7652401ad8398aa56d5dcab4525aea22663de85b9f4dd09ef4faaff03378330598a5b6517406711a9d0b5cef9a6b6e6b2
|
||||
|
||||
pkgname = hide-client
|
||||
|
4
hide-client/.nvchecker.toml
Normal file
4
hide-client/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[hide-client]
|
||||
source = "git"
|
||||
git = "https://github.com/eventure/hide.client.linux.git"
|
||||
prefix = "v"
|
@@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=hide-client
|
||||
_name=hide.client.linux
|
||||
pkgver=0.9.9
|
||||
pkgver=0.9.10
|
||||
pkgrel=2
|
||||
pkgdesc='Hide.me CLI VPN client for Linux'
|
||||
arch=(x86_64 aarch64 armv7h)
|
||||
@@ -14,8 +14,8 @@ makedepends=(go)
|
||||
backup=('etc/hide.me/config')
|
||||
source=("$pkgname-$pkgver.zip::$url/archive/$pkgver.zip"
|
||||
arch-config.patch)
|
||||
b2sums=('ca30b3442d9cee438c69719725f33d6702e82c252d5ee2130e984bc57f221edfa2dc943b07c6564f347cb4c618d0d5b0ab98851da31f8da0fe37e803f837c84b'
|
||||
'bcb78baaf6682803cddd29a770a229bf9baf79c26244759db7176b65ff3b0c82fc1561066fbd81a68dcd77911bad654827ac2fba19d1ced0d33718b8a9831ed3')
|
||||
b2sums=('7d69b5b1104ed63106e91df2248c585806c79989670068dcf5892196a146f4abe93945061f99b756623d5e4ccaa7e506b3b2254b2c8821ab2c12f750a48429b6'
|
||||
'2fdf3c338bd801847c4202ba70e1e3b7652401ad8398aa56d5dcab4525aea22663de85b9f4dd09ef4faaff03378330598a5b6517406711a9d0b5cef9a6b6e6b2')
|
||||
|
||||
prepare() {
|
||||
cd $_name-$pkgver
|
||||
|
@@ -1,3 +1,13 @@
|
||||
From 0de020184f52f79e757645e3ae1bfd0af4a5013b Mon Sep 17 00:00:00 2001
|
||||
From: Giovanni Harting <539@idlegandalf.com>
|
||||
Date: Tue, 3 Dec 2024 00:12:30 +0100
|
||||
Subject: [PATCH] archlinux config changes
|
||||
|
||||
---
|
||||
configuration.go | 6 +++---
|
||||
hide.me@.service | 10 +++++-----
|
||||
2 files changed, 8 insertions(+), 8 deletions(-)
|
||||
|
||||
diff --git a/configuration.go b/configuration.go
|
||||
index 06f170a..bd80daa 100644
|
||||
--- a/configuration.go
|
||||
@@ -21,7 +31,7 @@ index 06f170a..bd80daa 100644
|
||||
\ No newline at end of file
|
||||
+}
|
||||
diff --git a/hide.me@.service b/hide.me@.service
|
||||
index 58cea7c..db02f09 100644
|
||||
index 299b9d8..1a445a8 100644
|
||||
--- a/hide.me@.service
|
||||
+++ b/hide.me@.service
|
||||
@@ -6,10 +6,10 @@ DefaultDependencies=yes
|
||||
@@ -30,11 +40,11 @@ index 58cea7c..db02f09 100644
|
||||
Type=notify
|
||||
-ExecStart=/opt/hide.me/hide.me $OPTIONS connect %i
|
||||
-WorkingDirectory=/opt/hide.me
|
||||
-ReadWritePaths=/opt/hide.me /etc /run/systemd/resolve
|
||||
-ReadWritePaths=/opt/hide.me /etc -/run/systemd/resolve
|
||||
-EnvironmentFile=/opt/hide.me/config
|
||||
+ExecStart=/usr/bin/hide.me $OPTIONS connect %i
|
||||
+WorkingDirectory=/etc/hide.me
|
||||
+ReadWritePaths=/etc/hide.me -/run/systemd/resolve
|
||||
+ReadWritePaths=/etc/hide.me /etc/resolv.conf -/run/systemd/resolve
|
||||
+EnvironmentFile=/etc/hide.me/config
|
||||
TimeoutStopSec=30
|
||||
Restart=always
|
||||
@@ -46,3 +56,6 @@ index 58cea7c..db02f09 100644
|
||||
-WantedBy=multi-user.target
|
||||
\ No newline at end of file
|
||||
+WantedBy=multi-user.target
|
||||
--
|
||||
2.47.1
|
||||
|
||||
|
@@ -1,30 +0,0 @@
|
||||
pkgbase = jellyfin-mpv-shim
|
||||
pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV
|
||||
pkgver = 2.7.0
|
||||
pkgrel = 3
|
||||
url = https://github.com/jellyfin/jellyfin-mpv-shim
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = gettext
|
||||
makedepends = python-setuptools
|
||||
depends = mpv
|
||||
depends = python>=3.6
|
||||
depends = python-mpv
|
||||
depends = python-mpv-jsonipc>=1.1.9
|
||||
depends = python-jellyfin-apiclient>=1.8.1
|
||||
depends = tk
|
||||
optdepends = python-pystray: systray support
|
||||
optdepends = python-jinja: display mirroring support
|
||||
optdepends = python-pywebview>=3.3.1: display mirroring support
|
||||
optdepends = svp: SmoothVideo Project server
|
||||
optdepends = mpv-shim-default-shaders: default shader pack
|
||||
optdepends = python-pypresence: Discord Rich Presence integration
|
||||
source = jellyfin-mpv-shim-2.7.0.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.7.0.tar.gz
|
||||
source = shaderpack.patch
|
||||
b2sums = bf43d5094e5f23980e565decfa64cfce597a4ede0b164d179cf2acebc6b0c3794e9289b08a177ee9f828fdba09a2b852f838af2ce1ac32193bdc60e42c10f8dc
|
||||
b2sums = f17877dd7d15447e39b9bad01e1364a95a8a73113eca638c16180efaabf9da2e53dad3ef219a80e34d51eaa787f58e7f0e06de5463dcd175152ad45717ca79be
|
||||
|
||||
pkgname = jellyfin-mpv-shim
|
@@ -1,63 +0,0 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
# Contributor: Marius Lindvall <(firstname) {cat} varden {dog} info>
|
||||
|
||||
pkgname=jellyfin-mpv-shim
|
||||
pkgver=2.7.0
|
||||
pkgrel=3
|
||||
pkgdesc='Cast media from Jellyfin Mobile and Web apps to MPV'
|
||||
arch=(any)
|
||||
url='https://github.com/jellyfin/jellyfin-mpv-shim'
|
||||
license=(MIT)
|
||||
depends=(mpv 'python>=3.6' python-mpv 'python-mpv-jsonipc>=1.1.9' 'python-jellyfin-apiclient>=1.8.1' tk)
|
||||
makedepends=(python-build python-installer python-wheel gettext python-setuptools)
|
||||
optdepends=(
|
||||
'python-pystray: systray support'
|
||||
'python-jinja: display mirroring support'
|
||||
'python-pywebview>=3.3.1: display mirroring support'
|
||||
'svp: SmoothVideo Project server'
|
||||
'mpv-shim-default-shaders: default shader pack'
|
||||
'python-pypresence: Discord Rich Presence integration'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
|
||||
"shaderpack.patch")
|
||||
b2sums=('bf43d5094e5f23980e565decfa64cfce597a4ede0b164d179cf2acebc6b0c3794e9289b08a177ee9f828fdba09a2b852f838af2ce1ac32193bdc60e42c10f8dc'
|
||||
'f17877dd7d15447e39b9bad01e1364a95a8a73113eca638c16180efaabf9da2e53dad3ef219a80e34d51eaa787f58e7f0e06de5463dcd175152ad45717ca79be')
|
||||
|
||||
|
||||
prepare() {
|
||||
cd jellyfin-mpv-shim-$pkgver
|
||||
|
||||
# remove default-shader-pack from packages
|
||||
patch -p1 < ../shaderpack.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
cd jellyfin-mpv-shim-$pkgver
|
||||
|
||||
find -iname '*.po' | while read -r _file; do
|
||||
msgfmt "$_file" -o "${_file%.*}.mo"
|
||||
done
|
||||
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd jellyfin-mpv-shim-$pkgver
|
||||
|
||||
install -Dm644 "LICENSE.md" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
|
||||
for i in 16 32 48 64 128 256; do
|
||||
install -Dvm644 jellyfin_mpv_shim/integration/jellyfin-$i.png "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/com.github.iwalton3.jellyfin-mpv-shim.png
|
||||
done
|
||||
|
||||
install -Dm644 jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
|
||||
|
||||
cd "$pkgdir"
|
||||
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
|
||||
|
||||
ln -s /usr/share/mpv-shim-default-shaders ${site_packages:1}/jellyfin_mpv_shim/default_shader_pack
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@@ -1,12 +0,0 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index eb0ea54..0f8b676 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -26,8 +26,6 @@ packages = [
|
||||
if not sys.platform.startswith("win32"):
|
||||
packages.extend([
|
||||
"jellyfin_mpv_shim.messages",
|
||||
- "jellyfin_mpv_shim.default_shader_pack",
|
||||
- "jellyfin_mpv_shim.default_shader_pack.shaders",
|
||||
"jellyfin_mpv_shim.integration"
|
||||
])
|
@@ -1,6 +1,6 @@
|
||||
pkgbase = mmdbinspect
|
||||
pkgdesc = look up records for one or more IPs/networks in one or more .mmdb databases
|
||||
pkgver = 0.1.1
|
||||
pkgver = 0.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/maxmind/mmdbinspect
|
||||
arch = x86_64
|
||||
@@ -9,7 +9,7 @@ pkgbase = mmdbinspect
|
||||
license = Apache-2.0
|
||||
makedepends = go
|
||||
depends = glibc
|
||||
source = mmdbinspect-0.1.1.tar.gz::https://github.com/maxmind/mmdbinspect/archive/refs/tags/v0.1.1.tar.gz
|
||||
b2sums = 3e3e8c5a9d7bf256e1700323f968589f066a187d0ca29fad5fb811431de4874e1918841862ef3ea497b9c7c0b32da16c4e5c737a5399330cf655bec2e0de1998
|
||||
source = mmdbinspect-0.2.0.tar.gz::https://github.com/maxmind/mmdbinspect/archive/refs/tags/v0.2.0.tar.gz
|
||||
b2sums = b293a03aa0d2b4407d06925ac5d6dcca22aa7170ce98cf757c5ddd7dadced42a2d9c662dbb32154a4f112d1ed1a43386a4c8512f0eb078936969dd412fa783d6
|
||||
|
||||
pkgname = mmdbinspect
|
||||
|
5
mmdbinspect/.nvchecker.toml
Normal file
5
mmdbinspect/.nvchecker.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[mmdbinspect]
|
||||
source = "git"
|
||||
git = "https://github.com/maxmind/mmdbinspect.git"
|
||||
prefix = "v"
|
||||
exclude_regex = ".*-(alpha|beta|rc|pre).*"
|
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=mmdbinspect
|
||||
pkgver=0.1.1
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='look up records for one or more IPs/networks in one or more .mmdb databases'
|
||||
arch=(x86_64 aarch64 armv7h)
|
||||
@@ -10,7 +10,7 @@ license=(Apache-2.0)
|
||||
depends=(glibc)
|
||||
makedepends=(go)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
b2sums=('3e3e8c5a9d7bf256e1700323f968589f066a187d0ca29fad5fb811431de4874e1918841862ef3ea497b9c7c0b32da16c4e5c737a5399330cf655bec2e0de1998')
|
||||
b2sums=('b293a03aa0d2b4407d06925ac5d6dcca22aa7170ce98cf757c5ddd7dadced42a2d9c662dbb32154a4f112d1ed1a43386a4c8512f0eb078936969dd412fa783d6')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@@ -1,6 +1,6 @@
|
||||
pkgbase = motionplus
|
||||
pkgdesc = Monitor and record video signals from many types of cameras
|
||||
pkgver = 0.2.0
|
||||
pkgver = 0.2.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/Motion-Project/motionplus
|
||||
arch = x86_64
|
||||
@@ -19,9 +19,9 @@ pkgbase = motionplus
|
||||
depends = fftw
|
||||
optdepends = gettext: native language support
|
||||
backup = etc/motionplus/motionplus.conf
|
||||
source = motionplus-0.2.0.tar.gz::https://github.com/Motion-Project/motionplus/archive/refs/tags/release-0.2.0.tar.gz
|
||||
source = motionplus-0.2.2.tar.gz::https://github.com/Motion-Project/motionplus/archive/refs/tags/release-0.2.2.tar.gz
|
||||
source = motionplus.service
|
||||
b2sums = 196d6ea51cb76428986be84463616c4136c63de12eb9e2f0dd8b43dd37533cd6a83aef363441dd254fbcc2d3dd256589e8bda090e2861e2844a611a6ef17ff32
|
||||
b2sums = 0a1be21e97a88008e9002e9a54e6257681f1e3bbcd670319fec24aa1d4bb1bed94670fcc88380dd9fa57694531102c626d81eaa7f1dcfbf742d211da140bd571
|
||||
b2sums = baf8c1cd1b742b834e3faa45315d7187e89d2e439751ee8a99fbde117fd504830d5990540be96c9672ec03efdc9c8fd2b87bd507ab74fe73a30cf16826a3f4f6
|
||||
|
||||
pkgname = motionplus
|
||||
|
4
motionplus/.nvchecker.toml
Normal file
4
motionplus/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[motionplus]
|
||||
source = "git"
|
||||
git = "https://github.com/Motion-Project/motionplus.git"
|
||||
prefix = "release-"
|
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=motionplus
|
||||
pkgver=0.2.0
|
||||
pkgver=0.2.2
|
||||
pkgrel=1
|
||||
pkgdesc='Monitor and record video signals from many types of cameras'
|
||||
arch=(x86_64)
|
||||
@@ -25,7 +25,7 @@ optdepends=('gettext: native language support')
|
||||
backup=('etc/motionplus/motionplus.conf')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/release-$pkgver.tar.gz"
|
||||
$pkgname.service)
|
||||
b2sums=('196d6ea51cb76428986be84463616c4136c63de12eb9e2f0dd8b43dd37533cd6a83aef363441dd254fbcc2d3dd256589e8bda090e2861e2844a611a6ef17ff32'
|
||||
b2sums=('0a1be21e97a88008e9002e9a54e6257681f1e3bbcd670319fec24aa1d4bb1bed94670fcc88380dd9fa57694531102c626d81eaa7f1dcfbf742d211da140bd571'
|
||||
'baf8c1cd1b742b834e3faa45315d7187e89d2e439751ee8a99fbde117fd504830d5990540be96c9672ec03efdc9c8fd2b87bd507ab74fe73a30cf16826a3f4f6')
|
||||
|
||||
build() {
|
||||
|
@@ -1,23 +0,0 @@
|
||||
pkgbase = mpv-shim-default-shaders
|
||||
pkgdesc = Preconfigured set of MPV shaders and configurations for MPV Shim media clients
|
||||
pkgver = 2.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/iwalton3/default-shader-pack
|
||||
arch = any
|
||||
license = MIT
|
||||
license = GPL-3.0-only
|
||||
license = LGPL-3.0-or-later
|
||||
license = Unlicense
|
||||
options = !strip
|
||||
source = mpv-shim-default-shaders-2.1.0.tar.gz::https://github.com/iwalton3/default-shader-pack/archive/v2.1.0.tar.gz
|
||||
source = FSRCNNX-LICENSE::https://raw.githubusercontent.com/igv/FSRCNN-TensorFlow/master/LICENSE
|
||||
source = Anime4K-LICENSE::https://raw.githubusercontent.com/bloc97/Anime4K/master/LICENSE
|
||||
source = StaticGrain-LICENSE::https://raw.githubusercontent.com/wopian/mpv-config/master/LICENSE
|
||||
source = NNEDI3-LICENSE::https://raw.githubusercontent.com/bjin/mpv-prescalers/master/LICENSE
|
||||
b2sums = 201422f2adb989b52bb0691a495f4e8a4de9e5ea9cbc87c61d9b7528ad92a8f9f219795c26e4d6295879a26b624c124136e095864201ba26fa992b014ecabafb
|
||||
b2sums = 74915e048cf8b5207abf603136e7d5fcf5b8ad512cce78a2ebe3c88fc3150155893bf9824e6ed6a86414bbe4511a6bd4a42e8ec643c63353dc8eea4a44a021cd
|
||||
b2sums = a41d204ce74c861ae3b05c2d423002d2b8b9bdcad010cdd3d2c04a16ae7d44fcd75009f652d21f719bf03ad4ffb3dd1de00ee4f36968e33e66591b45b787d514
|
||||
b2sums = 77b0caae87a5e0d576bfd7391006add68816162cc4c2d61842800300c0a9684ee2335e1717c1393ef412973e08197bc7a9fa7010ae64aeb212d45fc6485ba521
|
||||
b2sums = c8bcd47fd9e5d8f21b221a12b7747f492f99d6844473523ac9d4ddac80183c121867e626808b156902ec7a2546f3a537da041eb53b6ff422dc5c2335ab51d098
|
||||
|
||||
pkgname = mpv-shim-default-shaders
|
@@ -1,46 +0,0 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
# Contributor: Marius Lindvall <(firstname) {cat} varden {dog} info>
|
||||
|
||||
pkgname=mpv-shim-default-shaders
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Preconfigured set of MPV shaders and configurations for MPV Shim media clients'
|
||||
arch=(any)
|
||||
url='https://github.com/iwalton3/default-shader-pack'
|
||||
license=(MIT GPL-3.0-only LGPL-3.0-or-later Unlicense)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
|
||||
"FSRCNNX-LICENSE::https://raw.githubusercontent.com/igv/FSRCNN-TensorFlow/master/LICENSE"
|
||||
"Anime4K-LICENSE::https://raw.githubusercontent.com/bloc97/Anime4K/master/LICENSE"
|
||||
"StaticGrain-LICENSE::https://raw.githubusercontent.com/wopian/mpv-config/master/LICENSE"
|
||||
"NNEDI3-LICENSE::https://raw.githubusercontent.com/bjin/mpv-prescalers/master/LICENSE")
|
||||
b2sums=('201422f2adb989b52bb0691a495f4e8a4de9e5ea9cbc87c61d9b7528ad92a8f9f219795c26e4d6295879a26b624c124136e095864201ba26fa992b014ecabafb'
|
||||
'74915e048cf8b5207abf603136e7d5fcf5b8ad512cce78a2ebe3c88fc3150155893bf9824e6ed6a86414bbe4511a6bd4a42e8ec643c63353dc8eea4a44a021cd'
|
||||
'a41d204ce74c861ae3b05c2d423002d2b8b9bdcad010cdd3d2c04a16ae7d44fcd75009f652d21f719bf03ad4ffb3dd1de00ee4f36968e33e66591b45b787d514'
|
||||
'77b0caae87a5e0d576bfd7391006add68816162cc4c2d61842800300c0a9684ee2335e1717c1393ef412973e08197bc7a9fa7010ae64aeb212d45fc6485ba521'
|
||||
'c8bcd47fd9e5d8f21b221a12b7747f492f99d6844473523ac9d4ddac80183c121867e626808b156902ec7a2546f3a537da041eb53b6ff422dc5c2335ab51d098')
|
||||
options=(!strip)
|
||||
|
||||
prepare() {
|
||||
# extract licenses from gist-sourced shaders
|
||||
head -n 14 "default-shader-pack-${pkgver}/shaders/KrigBilateral.glsl" > KrigBilateral-LICENSE
|
||||
head -n 14 "default-shader-pack-${pkgver}/shaders/SSimDownscaler.glsl" > SSimDownscaler-LICENSE
|
||||
head -n 19 "default-shader-pack-${pkgver}/shaders/FSR.glsl" > FidelityFX-LICENSE
|
||||
head -n 20 "default-shader-pack-${pkgver}/shaders/NVScaler.glsl" > NVScaler-LICENSE
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm644 "FSRCNNX-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "Anime4K-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "StaticGrain-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "NNEDI3-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "KrigBilateral-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "SSimDownscaler-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "FidelityFX-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "NVScaler-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "default-shader-pack-${pkgver}/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
|
||||
install -d "$pkgdir"/usr/share/$pkgname/
|
||||
cp -r default-shader-pack-$pkgver/{shaders,pack.json,pack-hq.json,pack-next.json} "$pkgdir"/usr/share/$pkgname/
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@@ -1,14 +1,14 @@
|
||||
pkgbase = nginx-mainline-mod-vts
|
||||
pkgdesc = Nginx virtual host traffic status module (module for mainline nginx)
|
||||
pkgver = 0.2.2
|
||||
pkgrel = 2
|
||||
pkgver = 0.2.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/vozlt/nginx-module-vts
|
||||
arch = x86_64
|
||||
license = BSD-2-Clause
|
||||
makedepends = nginx-mainline-src
|
||||
depends = glibc
|
||||
depends = nginx-mainline
|
||||
source = nginx-module-vts-0.2.2.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v0.2.2.tar.gz
|
||||
b2sums = 07c24eb62feeb145705ef07dc08feaa06b6b68f80b08e43ff8435bcd1ddbce2ce2d9adffd33efe635678eb787e39d9532f5fb0c22cedd2cb58445b2df14f96f5
|
||||
source = nginx-module-vts-0.2.4.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v0.2.4.tar.gz
|
||||
b2sums = 9b25beb42837b6a2cfb95259462dcac39c1d9199960f61a3f470855e672f1ebf8be3daad23af3fc633301f76022e1703c4eacd102fd4a49deeeb77b8ad30adbf
|
||||
|
||||
pkgname = nginx-mainline-mod-vts
|
||||
|
4
nginx-mainline-mod-vts/.nvchecker.toml
Normal file
4
nginx-mainline-mod-vts/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[nginx-mainline-mod-vts]
|
||||
source = "git"
|
||||
git = "https://github.com/vozlt/nginx-module-vts.git"
|
||||
prefix = "v"
|
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=nginx-mainline-mod-vts
|
||||
pkgver=0.2.2
|
||||
pkgrel=2
|
||||
pkgver=0.2.4
|
||||
pkgrel=1
|
||||
_modname=nginx-module-vts
|
||||
pkgdesc='Nginx virtual host traffic status module (module for mainline nginx)'
|
||||
arch=(x86_64)
|
||||
@@ -11,7 +11,7 @@ makedepends=(nginx-mainline-src)
|
||||
url='https://github.com/vozlt/nginx-module-vts'
|
||||
license=(BSD-2-Clause)
|
||||
source=("$_modname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
b2sums=('07c24eb62feeb145705ef07dc08feaa06b6b68f80b08e43ff8435bcd1ddbce2ce2d9adffd33efe635678eb787e39d9532f5fb0c22cedd2cb58445b2df14f96f5')
|
||||
b2sums=('9b25beb42837b6a2cfb95259462dcac39c1d9199960f61a3f470855e672f1ebf8be3daad23af3fc633301f76022e1703c4eacd102fd4a49deeeb77b8ad30adbf')
|
||||
|
||||
build() {
|
||||
cp -r /usr/src/nginx .
|
||||
|
2
nginxbeautifier/.nvchecker.toml
Normal file
2
nginxbeautifier/.nvchecker.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[nginxbeautifier]
|
||||
source = "npm"
|
3
perl-filehandle-unget/.nvchecker.toml
Normal file
3
perl-filehandle-unget/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[perl-filehandle-unget]
|
||||
source = "cpan"
|
||||
cpan = "FileHandle-Unget"
|
3
perl-mail-mbox-messageparser/.nvchecker.toml
Normal file
3
perl-mail-mbox-messageparser/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[perl-mail-mbox-messageparser]
|
||||
source = "cpan"
|
||||
cpan = "Mail-Mbox-MessageParser"
|
3
perl-net-ftpssl/.nvchecker.toml
Normal file
3
perl-net-ftpssl/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[perl-net-ftpssl]
|
||||
source = "cpan"
|
||||
cpan = "Net-FTPSSL"
|
15
pla-util/.SRCINFO
Normal file
15
pla-util/.SRCINFO
Normal file
@@ -0,0 +1,15 @@
|
||||
pkgbase = pla-util
|
||||
pkgdesc = A power line adapter utility for Linux
|
||||
pkgver = 2.1.3
|
||||
pkgrel = 2
|
||||
url = https://github.com/serock/pla-util
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
depends = glibc
|
||||
depends = gcc-libs
|
||||
depends = libpcap
|
||||
depends = gcc-ada
|
||||
source = pla-util-2.1.3.tar.gz::https://github.com/serock/pla-util/archive/refs/tags/2.1.3.tar.gz
|
||||
b2sums = d48003e52c2e469ec2a0c8baa1ca61654b0071b8569ab77672de94fc683b4f8447cd2226a9bea48e0c6b4104a30e9914860a7f2f07324c220ff06364f9294e0c
|
||||
|
||||
pkgname = pla-util
|
3
pla-util/.nvchecker.toml
Normal file
3
pla-util/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[pla-util]
|
||||
source = "git"
|
||||
git = "https://github.com/serock/pla-util.git"
|
26
pla-util/PKGBUILD
Normal file
26
pla-util/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=pla-util
|
||||
pkgver=2.1.3
|
||||
pkgrel=2
|
||||
pkgdesc='A power line adapter utility for Linux'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/serock/pla-util'
|
||||
license=(GPL-3.0-or-later)
|
||||
depends=(glibc gcc-libs libpcap gcc-ada)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
|
||||
b2sums=('d48003e52c2e469ec2a0c8baa1ca61654b0071b8569ab77672de94fc683b4f8447cd2226a9bea48e0c6b4104a30e9914860a7f2f07324c220ff06364f9294e0c')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
install -Dm755 bin/pla-util "$pkgdir"/usr/bin/pla-util
|
||||
install -Dm644 completions/pla-util "$pkgdir"/usr/share/bash-completion/completions/pla-util
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@@ -1,15 +1,16 @@
|
||||
pkgbase = pyfan
|
||||
pkgdesc = Fan control utilising hwmon and pid
|
||||
pkgver = 1.6.1
|
||||
pkgrel = 1
|
||||
pkgrel = 3
|
||||
url = https://somegit.dev/anonfunc/PyFan
|
||||
arch = any
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = git
|
||||
depends = python-yaml
|
||||
depends = python-simple-pid
|
||||
optdepends = lm_sensors: check and load required hwmon modules
|
||||
backup = etc/pyfan
|
||||
source = pyfan-1.6.1.tar.gz::https://somegit.dev/anonfunc/PyFan/archive/1.6.1.tar.gz
|
||||
b2sums = c7ff904568196657c78acb1d690b3437b6a5e0cd2eb3355988b618426d6a225e357d26bbe060cf70363114d46ce9d55559d0396f2d793168ddc008a789416f26
|
||||
source = git+https://somegit.dev/anonfunc/PyFan.git#tag=1.6.1
|
||||
b2sums = 5189d5d450dddb14ea93ee8d4d157fdd12ea8425b55ce3af9661e501d963b1ebc5bd344a52965b6fb906b77f900d2fdf20a3cdf08434ac3ddb6829544df3884d
|
||||
|
||||
pkgname = pyfan
|
||||
|
3
pyfan/.nvchecker.toml
Normal file
3
pyfan/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[pyfan]
|
||||
source = "git"
|
||||
git = "https://somegit.dev/anonfunc/PyFan.git"
|
@@ -2,19 +2,20 @@
|
||||
|
||||
pkgname=pyfan
|
||||
pkgver=1.6.1
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc='Fan control utilising hwmon and pid'
|
||||
arch=(any)
|
||||
url='https://somegit.dev/anonfunc/PyFan'
|
||||
license=(GPL-3.0-or-later)
|
||||
depends=(python-yaml python-simple-pid)
|
||||
makedepends=(git)
|
||||
optdepends=('lm_sensors: check and load required hwmon modules')
|
||||
backup=('etc/pyfan')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||
b2sums=('c7ff904568196657c78acb1d690b3437b6a5e0cd2eb3355988b618426d6a225e357d26bbe060cf70363114d46ce9d55559d0396f2d793168ddc008a789416f26')
|
||||
source=("git+$url.git#tag=$pkgver")
|
||||
b2sums=('5189d5d450dddb14ea93ee8d4d157fdd12ea8425b55ce3af9661e501d963b1ebc5bd344a52965b6fb906b77f900d2fdf20a3cdf08434ac3ddb6829544df3884d')
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
cd PyFan
|
||||
install -Dm755 pyfan.py "$pkgdir"/usr/bin/pyfan.py
|
||||
install -Dm644 pyfan.service "$pkgdir"/usr/lib/systemd/system/pyfan.service
|
||||
install -Dm644 config-example.yaml "$pkgdir"/usr/share/doc/$pkgname/config-example.yaml
|
||||
|
17
python-daff/.SRCINFO
Normal file
17
python-daff/.SRCINFO
Normal file
@@ -0,0 +1,17 @@
|
||||
pkgbase = python-daff
|
||||
pkgdesc = Align and compare tables
|
||||
pkgver = 1.4.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/paulfitz/daff
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-setuptools
|
||||
makedepends = haxe
|
||||
depends = python
|
||||
source = python-daff-1.4.2.tar.gz::https://github.com/paulfitz/daff/archive/v1.4.2.tar.gz
|
||||
b2sums = 6a66d11de2ac4f466f30f0bb69edaa7cc9c003ef13a4cd3193adc67ec9b38c49dcf5e9404ab01fd26c5ccb0b73d5f46f37b375a44ce20b4e179838e7f66c3ac5
|
||||
|
||||
pkgname = python-daff
|
27
python-daff/PKGBUILD
Normal file
27
python-daff/PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=python-daff
|
||||
_name=${pkgname#python-}
|
||||
pkgver=1.4.2
|
||||
pkgrel=1
|
||||
pkgdesc='Align and compare tables'
|
||||
arch=(any)
|
||||
url='https://github.com/paulfitz/daff'
|
||||
license=(MIT)
|
||||
depends=(python)
|
||||
makedepends=(python-build python-installer python-wheel python-setuptools haxe)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
b2sums=('6a66d11de2ac4f466f30f0bb69edaa7cc9c003ef13a4cd3193adc67ec9b38c49dcf5e9404ab01fd26c5ccb0b73d5f46f37b375a44ce20b4e179838e7f66c3ac5')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
python -m build --wheel --no-isolation --skip-dependency-check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $_name-$pkgver
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
4
python-derpconf/.nvchecker.toml
Normal file
4
python-derpconf/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[python-derpconf]
|
||||
source = "git"
|
||||
git = "https://github.com/globocom/derpconf.git"
|
||||
prefix = "v"
|
@@ -1,20 +0,0 @@
|
||||
pkgbase = python-jellyfin-apiclient
|
||||
pkgdesc = Python API client for Jellyfin
|
||||
pkgver = 1.9.2
|
||||
pkgrel = 3
|
||||
url = https://github.com/iwalton3/jellyfin-apiclient-python
|
||||
arch = any
|
||||
license = GPL-3.0-only
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
depends = python-requests
|
||||
depends = python-urllib3
|
||||
depends = python-websocket-client
|
||||
depends = python-certifi
|
||||
source = python-jellyfin-apiclient-1.9.2.tar.gz::https://github.com/iwalton3/jellyfin-apiclient-python/archive/refs/tags/v1.9.2.tar.gz
|
||||
b2sums = ba12075a54df646c02fe437c576e3a19f38082080e6c136d88abf45f2eaba5d308259f16df46b4c7a5d76978ebf3392111fd0b3b3d2ee2c9496acf64fb8553b6
|
||||
|
||||
pkgname = python-jellyfin-apiclient
|
@@ -1,24 +0,0 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
# Contributor: Marius Lindvall <(firstname) {cat} varden {dog} info>
|
||||
|
||||
pkgname=python-jellyfin-apiclient
|
||||
pkgver=1.9.2
|
||||
pkgrel=3
|
||||
pkgdesc='Python API client for Jellyfin'
|
||||
arch=(any)
|
||||
url=https://github.com/iwalton3/jellyfin-apiclient-python
|
||||
license=(GPL-3.0-only)
|
||||
depends=(python python-requests python-urllib3 python-websocket-client python-certifi)
|
||||
makedepends=(python-build python-installer python-wheel python-setuptools)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
b2sums=('ba12075a54df646c02fe437c576e3a19f38082080e6c136d88abf45f2eaba5d308259f16df46b4c7a5d76978ebf3392111fd0b3b3d2ee2c9496acf64fb8553b6')
|
||||
|
||||
build() {
|
||||
cd jellyfin-apiclient-python-$pkgver
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd jellyfin-apiclient-python-$pkgver
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
}
|
4
python-jpegiptc/.nvchecker.toml
Normal file
4
python-jpegiptc/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[python-jpegiptc]
|
||||
source = "git"
|
||||
git = "https://github.com/gdegoulet/JpegIPTC.git"
|
||||
prefix = "v"
|
3
python-libthumbor/.nvchecker.toml
Normal file
3
python-libthumbor/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[python-libthumbor]
|
||||
source = "git"
|
||||
git = "https://github.com/thumbor/libthumbor.git"
|
@@ -1,16 +0,0 @@
|
||||
pkgbase = python-mpv-jsonipc
|
||||
pkgdesc = Python API to MPV using JSON IPC
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 3
|
||||
url = https://github.com/iwalton3/python-mpv-jsonipc
|
||||
arch = any
|
||||
license = Apache-2.0
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
source = python-mpv-jsonipc-1.2.0.tar.gz::https://github.com/iwalton3/python-mpv-jsonipc/archive/refs/tags/v1.2.0.tar.gz
|
||||
b2sums = 7f8c02de20e6405e7bf9b5950b240bf78e21e41d1eef52726a50181556607090e418f1775fa830de191c8af47ef78c145c37efdf213bd9255915bd34a20a86e8
|
||||
|
||||
pkgname = python-mpv-jsonipc
|
@@ -1,25 +0,0 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=python-mpv-jsonipc
|
||||
pkgver=1.2.0
|
||||
pkgrel=3
|
||||
pkgdesc='Python API to MPV using JSON IPC'
|
||||
arch=(any)
|
||||
url='https://github.com/iwalton3/python-mpv-jsonipc'
|
||||
license=(Apache-2.0)
|
||||
depends=(python)
|
||||
makedepends=(python-build python-installer python-wheel python-setuptools)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
b2sums=('7f8c02de20e6405e7bf9b5950b240bf78e21e41d1eef52726a50181556607090e418f1775fa830de191c8af47ef78c145c37efdf213bd9255915bd34a20a86e8')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
4
python-preggy/.nvchecker.toml
Normal file
4
python-preggy/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[python-preggy]
|
||||
source = "git"
|
||||
git = "https://github.com/heynemann/preggy.git"
|
||||
ignored = "03.12"
|
@@ -1,6 +1,6 @@
|
||||
pkgbase = python-pyssim
|
||||
pkgdesc = Module for computing Structured Similarity Image Metric (SSIM) in Python
|
||||
pkgver = 0.7
|
||||
pkgver = 0.7.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/jterrace/pyssim
|
||||
arch = any
|
||||
@@ -14,7 +14,7 @@ pkgbase = python-pyssim
|
||||
depends = python-pillow
|
||||
depends = python-scipy
|
||||
depends = python-numpy
|
||||
source = python-pyssim-0.7.tar.gz::https://github.com/jterrace/pyssim/archive/refs/tags/v0.7.tar.gz
|
||||
b2sums = a506a363521a6f0d5651c9f02d26538b99fdb3791a881488f23f4d65f704d5bc985129a80db1e3ec4eeca6059cfa621bc39a95fd1eabe57719b9f24279c6448d
|
||||
source = python-pyssim-0.7.1.tar.gz::https://github.com/jterrace/pyssim/archive/refs/tags/v0.7.1.tar.gz
|
||||
b2sums = 06b07a0bb10fd4e0c556b3f0f2d3eda9fdbcc49b9a0e519b1acbddee01f1e670c4233c4a6b8766eeff3d0682a52d4518174f749ef965ce32fbe434ab5b0c32f8
|
||||
|
||||
pkgname = python-pyssim
|
||||
|
4
python-pyssim/.nvchecker.toml
Normal file
4
python-pyssim/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[python-pyssim]
|
||||
source = "git"
|
||||
git = "https://github.com/jterrace/pyssim.git"
|
||||
prefix = "v"
|
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=python-pyssim
|
||||
_name=${pkgname#python-}
|
||||
pkgver=0.7
|
||||
pkgver=0.7.1
|
||||
pkgrel=1
|
||||
pkgdesc='Module for computing Structured Similarity Image Metric (SSIM) in Python'
|
||||
arch=(any)
|
||||
@@ -12,7 +12,7 @@ depends=(python python-pillow python-scipy python-numpy)
|
||||
makedepends=(python-build python-installer python-wheel python-setuptools)
|
||||
checkdepends=(python-pytest)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
b2sums=('a506a363521a6f0d5651c9f02d26538b99fdb3791a881488f23f4d65f704d5bc985129a80db1e3ec4eeca6059cfa621bc39a95fd1eabe57719b9f24279c6448d')
|
||||
b2sums=('06b07a0bb10fd4e0c556b3f0f2d3eda9fdbcc49b9a0e519b1acbddee01f1e670c4233c4a6b8766eeff3d0682a52d4518174f749ef965ce32fbe434ab5b0c32f8')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
|
@@ -1,25 +0,0 @@
|
||||
pkgbase = python-pystray
|
||||
pkgdesc = Allows to create a system tray icon
|
||||
pkgver = 0.19.5
|
||||
pkgrel = 4
|
||||
url = https://github.com/moses-palmer/pystray
|
||||
arch = any
|
||||
license = GPL-3.0-only
|
||||
license = LGPL-3.0-only
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-sphinx
|
||||
depends = python-six
|
||||
depends = python-pillow
|
||||
depends = python-xlib>=0.17
|
||||
depends = libappindicator-gtk3
|
||||
depends = python-gobject
|
||||
depends = gtk3
|
||||
depends = python
|
||||
depends = gobject-introspection-runtime
|
||||
source = python-pystray-0.19.5.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.19.5.tar.gz
|
||||
b2sums = 34bea3d14cfde7ee7a7d2594da2386265fba34b36f4699b5877ea393dbf7e844fe441a1bda384bb6b3f279a544cba897e04509f7c47d69cb5168793665ae73d4
|
||||
|
||||
pkgname = python-pystray
|
@@ -1,27 +0,0 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
# Contributor: Qontinuum <qontinuum.dev@protonmail.ch>
|
||||
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
|
||||
|
||||
pkgname=python-pystray
|
||||
pkgver=0.19.5
|
||||
pkgrel=4
|
||||
arch=(any)
|
||||
license=(GPL-3.0-only LGPL-3.0-only)
|
||||
pkgdesc='Allows to create a system tray icon'
|
||||
url='https://github.com/moses-palmer/pystray'
|
||||
depends=(python-six python-pillow 'python-xlib>=0.17' libappindicator-gtk3 python-gobject gtk3 python gobject-introspection-runtime)
|
||||
makedepends=(python-build python-installer python-wheel python-setuptools python-sphinx)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
b2sums=('34bea3d14cfde7ee7a7d2594da2386265fba34b36f4699b5877ea393dbf7e844fe441a1bda384bb6b3f279a544cba897e04509f7c47d69cb5168793665ae73d4')
|
||||
|
||||
build() {
|
||||
cd pystray-$pkgver
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd pystray-$pkgver
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@@ -1,7 +1,7 @@
|
||||
pkgbase = python-simple-pid
|
||||
pkgdesc = A simple and easy to use PID controller in Python
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 2
|
||||
pkgver = 2.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/m-lundberg/simple-pid
|
||||
arch = any
|
||||
license = MIT
|
||||
@@ -11,7 +11,7 @@ pkgbase = python-simple-pid
|
||||
makedepends = python-wheel
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
source = python-simple-pid-1.0.1.tar.gz::https://github.com/m-lundberg/simple-pid/archive/v1.0.1.tar.gz
|
||||
b2sums = 29e54cc3e6bddd9103979a0ee1acdfb60e3bd85ef199b2a538144ec5e0c8ea45d4ce22615df618fdd920d0c0e04a50a844d598e9fc09c5873bb8d9c550548723
|
||||
source = python-simple-pid-2.0.1.tar.gz::https://github.com/m-lundberg/simple-pid/archive/v2.0.1.tar.gz
|
||||
b2sums = bb4ae86678e19f096b8d53d186451a1776dae1579a4eb1b067f89a9f38fe5066cfb871bc262c016cc29bdc7f1ca296cb8470f0d13c461dd3ee1b0eca01c68346
|
||||
|
||||
pkgname = python-simple-pid
|
||||
|
4
python-simple-pid/.nvchecker.toml
Normal file
4
python-simple-pid/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[python-simple-pid]
|
||||
source = "git"
|
||||
git = "https://github.com/m-lundberg/simple-pid.git"
|
||||
prefix = "v"
|
@@ -2,8 +2,8 @@
|
||||
|
||||
pkgname=python-simple-pid
|
||||
_name=${pkgname#python-}
|
||||
pkgver=1.0.1
|
||||
pkgrel=2
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
pkgdesc='A simple and easy to use PID controller in Python'
|
||||
arch=(any)
|
||||
url='https://github.com/m-lundberg/simple-pid'
|
||||
@@ -12,7 +12,7 @@ depends=(python)
|
||||
makedepends=(python-build python-installer python-wheel python-setuptools)
|
||||
checkdepends=(python-pytest)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
b2sums=('29e54cc3e6bddd9103979a0ee1acdfb60e3bd85ef199b2a538144ec5e0c8ea45d4ce22615df618fdd920d0c0e04a50a844d598e9fc09c5873bb8d9c550548723')
|
||||
b2sums=('bb4ae86678e19f096b8d53d186451a1776dae1579a4eb1b067f89a9f38fe5066cfb871bc262c016cc29bdc7f1ca296cb8470f0d13c461dd3ee1b0eca01c68346')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
|
4
python-socketfromfd/.nvchecker.toml
Normal file
4
python-socketfromfd/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[python-socketfromfd]
|
||||
source = "git"
|
||||
git = "https://github.com/tiran/socketfromfd.git"
|
||||
prefix = "v"
|
4
rvpk/.nvchecker.toml
Normal file
4
rvpk/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[rvpk]
|
||||
source = "git"
|
||||
git = "https://github.com/panzi/rust-vpk.git"
|
||||
prefix = "v"
|
@@ -1,7 +1,7 @@
|
||||
pkgbase = thumbor
|
||||
pkgdesc = open-source photo thumbnail service
|
||||
pkgver = 7.7.4
|
||||
pkgrel = 2
|
||||
pkgver = 7.7.7
|
||||
pkgrel = 1
|
||||
url = https://github.com/thumbor/thumbor
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
@@ -28,10 +28,10 @@ pkgbase = thumbor
|
||||
depends = python-pillow
|
||||
depends = python-numpy
|
||||
backup = etc/thumbor.conf
|
||||
source = thumbor-7.7.4.tar.gz::https://github.com/thumbor/thumbor/archive/7.7.4.tar.gz
|
||||
source = thumbor-7.7.7.tar.gz::https://github.com/thumbor/thumbor/archive/7.7.7.tar.gz
|
||||
source = thumbor.service
|
||||
source = arch-config.patch
|
||||
b2sums = 5c663f37888bdd9d9002eb3f6b8f7fffb8593b138058174887fef0bd1883a14fa1455ba28b9c4e2814171e7aeb0f946c14fb01283fc1fdcbe174d48ba7a37279
|
||||
b2sums = 0407ee0f180a570ce551822dace6804617f64acc023053293b25548079d343cd78a33212051d46725ea7a47c0762e999be720ea3170f196bb98a68efbc9d4ea6
|
||||
b2sums = 9f5b837710e47654d522c5791cb5c6e01d6452093837a0c57b7158cbc8be6a7a3b5380efe2e975d6396bc1fd23a5f922f6ede9aa921142fd004ff48381f58db3
|
||||
b2sums = 7f84c5e210b21af45b1162fdc80e7016dca8b3c92a4d3ac303f3e35aa6405a476dab26af3840e6cd20e492e814c23380a9838035934adb352c91fcab2fb992ba
|
||||
|
||||
|
3
thumbor/.nvchecker.toml
Normal file
3
thumbor/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[thumbor]
|
||||
source = "git"
|
||||
git = "https://github.com/thumbor/thumbor.git"
|
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=thumbor
|
||||
pkgver=7.7.4
|
||||
pkgrel=2
|
||||
pkgver=7.7.7
|
||||
pkgrel=1
|
||||
pkgdesc='open-source photo thumbnail service'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/thumbor/thumbor'
|
||||
@@ -29,7 +29,7 @@ backup=('etc/thumbor.conf')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
|
||||
'thumbor.service'
|
||||
'arch-config.patch')
|
||||
b2sums=('5c663f37888bdd9d9002eb3f6b8f7fffb8593b138058174887fef0bd1883a14fa1455ba28b9c4e2814171e7aeb0f946c14fb01283fc1fdcbe174d48ba7a37279'
|
||||
b2sums=('0407ee0f180a570ce551822dace6804617f64acc023053293b25548079d343cd78a33212051d46725ea7a47c0762e999be720ea3170f196bb98a68efbc9d4ea6'
|
||||
'9f5b837710e47654d522c5791cb5c6e01d6452093837a0c57b7158cbc8be6a7a3b5380efe2e975d6396bc1fd23a5f922f6ede9aa921142fd004ff48381f58db3'
|
||||
'7f84c5e210b21af45b1162fdc80e7016dca8b3c92a4d3ac303f3e35aa6405a476dab26af3840e6cd20e492e814c23380a9838035934adb352c91fcab2fb992ba')
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
pkgbase = victoriametrics
|
||||
pkgdesc = Fast, cost-effective and scalable time series database
|
||||
pkgver = 1.99.0
|
||||
pkgver = 1.121.0
|
||||
pkgrel = 1
|
||||
url = https://victoriametrics.github.io
|
||||
arch = x86_64
|
||||
@@ -8,10 +8,10 @@ pkgbase = victoriametrics
|
||||
makedepends = go
|
||||
depends = glibc
|
||||
backup = etc/default/victoriametrics
|
||||
source = victoriametrics-1.99.0.tar.gz::https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.99.0.tar.gz
|
||||
source = victoriametrics-1.121.0.tar.gz::https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.121.0.tar.gz
|
||||
source = victoriametrics.service
|
||||
source = victoriametrics.default
|
||||
b2sums = d0883b5a52e74d5dbfa10e3cb4b78229674d6e5476bd3a74b28ae178e7c99762c52fe43e6a987546ac380851c3d177afb7a7e5e8c43f75e9330eb167c4cfcfb8
|
||||
b2sums = 0a276f32788a325b0cfbcb6cc40275b1e64687e5c461f6e9c734a333a81c0ad90376473959ffca5713814c322740077c652774e828cb06f80683e3dcbce4a477
|
||||
b2sums = 82b1c2b55b3c9f3d4deee12753820247ba1f4ac28a94cf16dad31ce091306875d392f7a7a0a56029d88101d7e75f7fefec392ac50d2447276850476f773d147d
|
||||
b2sums = 4405dc19795d2cbfa515e4750a2cad77c13611293176ff5aeec597f9905494902bd4496c1e90f1efe2d484e383adb39d034167673b9fe7de8b307b8cedf17b7f
|
||||
|
||||
|
4
victoriametrics/.nvchecker.toml
Normal file
4
victoriametrics/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[victoriametrics]
|
||||
source = "git"
|
||||
git = "https://github.com/VictoriaMetrics/VictoriaMetrics.git"
|
||||
prefix = "v"
|
@@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=victoriametrics
|
||||
_name=VictoriaMetrics
|
||||
pkgver=1.99.0
|
||||
pkgver=1.121.0
|
||||
pkgrel=1
|
||||
pkgdesc='Fast, cost-effective and scalable time series database'
|
||||
arch=(x86_64)
|
||||
@@ -15,29 +15,34 @@ backup=('etc/default/victoriametrics')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v$pkgver.tar.gz"
|
||||
'victoriametrics.service'
|
||||
'victoriametrics.default')
|
||||
b2sums=('d0883b5a52e74d5dbfa10e3cb4b78229674d6e5476bd3a74b28ae178e7c99762c52fe43e6a987546ac380851c3d177afb7a7e5e8c43f75e9330eb167c4cfcfb8'
|
||||
b2sums=('0a276f32788a325b0cfbcb6cc40275b1e64687e5c461f6e9c734a333a81c0ad90376473959ffca5713814c322740077c652774e828cb06f80683e3dcbce4a477'
|
||||
'82b1c2b55b3c9f3d4deee12753820247ba1f4ac28a94cf16dad31ce091306875d392f7a7a0a56029d88101d7e75f7fefec392ac50d2447276850476f773d147d'
|
||||
'4405dc19795d2cbfa515e4750a2cad77c13611293176ff5aeec597f9905494902bd4496c1e90f1efe2d484e383adb39d034167673b9fe7de8b307b8cedf17b7f')
|
||||
|
||||
_vmapps=(victoria-logs victoria-metrics vmagent vmalert vmalert-tool vmauth vmbackup vmctl vmrestore)
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GO111MODULE=on CGO_CPPFLAGS="${CPPFLAGS}" CGO_CFLAGS="${CFLAGS}" CGO_CXXFLAGS="${CXXFLAGS}" CGO_LDFLAGS="${LDFLAGS}" \
|
||||
CGO_CPPFLAGS="${CPPFLAGS}" CGO_CFLAGS="${CFLAGS}" CGO_CXXFLAGS="${CXXFLAGS}" CGO_LDFLAGS="${LDFLAGS}" \
|
||||
|
||||
go build -trimpath \
|
||||
-buildmode=pie \
|
||||
-mod=readonly \
|
||||
-modcacherw \
|
||||
-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
|
||||
-o bin/victoria-metrics \
|
||||
./app/victoria-metrics
|
||||
-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X github.com/VictoriaMetrics/VictoriaMetrics/lib/buildinfo.Version=$pkgver" \
|
||||
-o bin/ \
|
||||
${_vmapps[@]/#/.\/app\/}
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $_name-$pkgver
|
||||
go test ./app/victoria-metrics
|
||||
go test ${_vmapps[@]/#/.\/app\/}
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm 755 $_name-$pkgver/bin/victoria-metrics -t "$pkgdir"/usr/bin/
|
||||
for app in ${_vmapps[@]}; do
|
||||
install -Dm 755 $_name-$pkgver/bin/$app -t "$pkgdir"/usr/bin/
|
||||
done
|
||||
install -Dm 644 victoriametrics.service -t "$pkgdir"/usr/lib/systemd/system/
|
||||
install -Dm 644 victoriametrics.default "$pkgdir"/etc/default/victoriametrics
|
||||
}
|
||||
|
4
wljoywake/.nvchecker.toml
Normal file
4
wljoywake/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[wljoywake]
|
||||
source = "git"
|
||||
git = "https://github.com/nowrep/wljoywake.git"
|
||||
prefix = "v"
|
@@ -1,7 +1,7 @@
|
||||
pkgbase = wmbusmeters
|
||||
pkgdesc = Read the wired or wireless mbus protocol to acquire utility meter readings
|
||||
pkgver = 1.15.0
|
||||
pkgrel = 3
|
||||
pkgver = 1.19.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/wmbusmeters/wmbusmeters
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
@@ -10,11 +10,11 @@ pkgbase = wmbusmeters
|
||||
depends = libxml2
|
||||
depends = rtl-sdr
|
||||
optdepends = rtl-wmbus: read wmbusmeters from rtl-sdr recievers
|
||||
source = wmbusmeters-1.15.0.tar.gz::https://github.com/wmbusmeters/wmbusmeters/archive/refs/tags/1.15.0.tar.gz
|
||||
source = wmbusmeters-1.19.0.tar.gz::https://github.com/wmbusmeters/wmbusmeters/archive/refs/tags/1.19.0.tar.gz
|
||||
source = wmbusmeters.service
|
||||
source = wmbusmeters.sysusers
|
||||
source = wmbusmeters.tmpfiles
|
||||
b2sums = 8874d9f876add029b41781f2b42ae109218f5d3cf248c72d8572082ae7658f4014b8cdffe333501b7dbe19b8aa3cfe9f89687ee0913e691e8fc7ad8723aaff47
|
||||
b2sums = bf9d004efc6393f7fc1ad605750a1bb71608a5b19525e07937d5a1c890753a20a1e65ec3471d7cfcb0a8241be2f919c8e06dead7c8dd533749f083be81928a38
|
||||
b2sums = e5abb7690ab1095987542b5542b6e4d6b651899b56933165679343c5b19e6a8ec653007b83f0e08a71a2cffff6fb9c34c7be77480ab3a09ba758ce97a6a13fee
|
||||
b2sums = c4e13af08548da1563f5a15d56d979876ba5367b60ac5b3b76ab6c984ee7c34b022345d929ef0566301a3ed289d9965c7223e1658826f610d184a1414ce369ab
|
||||
b2sums = 236107124e3b198cd2bed49651f4af24609f399b4e6420eb16828d6c9ca97e3e2d129acfd15aaacae91c150c54d158f0f3aa091c6ddef128880e3d0dd018a5aa
|
||||
|
3
wmbusmeters/.nvchecker.toml
Normal file
3
wmbusmeters/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[wmbusmeters]
|
||||
source = "git"
|
||||
git = "https://github.com/wmbusmeters/wmbusmeters.git"
|
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
|
||||
pkgname=wmbusmeters
|
||||
pkgver=1.15.0
|
||||
pkgrel=3
|
||||
pkgver=1.19.0
|
||||
pkgrel=1
|
||||
pkgdesc='Read the wired or wireless mbus protocol to acquire utility meter readings'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/wmbusmeters/wmbusmeters'
|
||||
@@ -11,7 +11,7 @@ depends=(glibc gcc-libs libxml2 rtl-sdr)
|
||||
optdepends=('rtl-wmbus: read wmbusmeters from rtl-sdr recievers')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
|
||||
$pkgname.{service,sysusers,tmpfiles})
|
||||
b2sums=('8874d9f876add029b41781f2b42ae109218f5d3cf248c72d8572082ae7658f4014b8cdffe333501b7dbe19b8aa3cfe9f89687ee0913e691e8fc7ad8723aaff47'
|
||||
b2sums=('bf9d004efc6393f7fc1ad605750a1bb71608a5b19525e07937d5a1c890753a20a1e65ec3471d7cfcb0a8241be2f919c8e06dead7c8dd533749f083be81928a38'
|
||||
'e5abb7690ab1095987542b5542b6e4d6b651899b56933165679343c5b19e6a8ec653007b83f0e08a71a2cffff6fb9c34c7be77480ab3a09ba758ce97a6a13fee'
|
||||
'c4e13af08548da1563f5a15d56d979876ba5367b60ac5b3b76ab6c984ee7c34b022345d929ef0566301a3ed289d9965c7223e1658826f610d184a1414ce369ab'
|
||||
'236107124e3b198cd2bed49651f4af24609f399b4e6420eb16828d6c9ca97e3e2d129acfd15aaacae91c150c54d158f0f3aa091c6ddef128880e3d0dd018a5aa')
|
||||
|
Reference in New Issue
Block a user