chore(aur): transitional packages for retired plugins

This commit is contained in:
2026-03-28 12:30:24 +01:00
parent 461a9c2249
commit 4068037a9a
6 changed files with 36 additions and 139 deletions

View File

@@ -1,14 +1,11 @@
pkgbase = owlry-plugin-calculator
pkgdesc = Calculator plugin for Owlry — evaluate math expressions inline
pkgdesc = Transitional package — calculator is now built into owlry-core
pkgver = 1.0.1
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-calculator.install
arch = x86_64
pkgrel = 99
url = https://somegit.dev/Owlibou/owlry
arch = any
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry-core
source = owlry-plugin-calculator-1.0.1.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-calculator-v1.0.1.tar.gz
b2sums = 1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9
depends = owlry-core>=1.2.0
replaces = owlry-plugin-calculator
pkgname = owlry-plugin-calculator

View File

@@ -1,41 +1,10 @@
# Maintainer: vikingowl <christian@nachtigall.dev>
pkgname=owlry-plugin-calculator
pkgver=1.0.1
pkgrel=1
pkgdesc="Calculator plugin for Owlry — evaluate math expressions inline"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
pkgrel=99
pkgdesc="Transitional package — calculator is now built into owlry-core"
arch=('any')
url="https://somegit.dev/Owlibou/owlry"
license=('GPL-3.0-or-later')
depends=('owlry-core')
makedepends=('cargo')
install=owlry-plugin-calculator.install
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
b2sums=('1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9')
_cratename=owlry-plugin-calculator
prepare() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build -p $_cratename --frozen --release
}
check() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo test -p $_cratename --frozen
}
package() {
cd "owlry-plugins"
install -Dm755 "target/release/lib${_cratename//-/_}.so" \
"$pkgdir/usr/lib/owlry/plugins/lib${_cratename//-/_}.so"
}
depends=('owlry-core>=1.2.0')
replaces=('owlry-plugin-calculator')

View File

@@ -1,14 +1,11 @@
pkgbase = owlry-plugin-converter
pkgdesc = Unit and currency conversion plugin for Owlry — convert temperature, weight, length, currency, and more
pkgdesc = Transitional package — converter is now built into owlry-core
pkgver = 1.0.2
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-converter.install
arch = x86_64
pkgrel = 99
url = https://somegit.dev/Owlibou/owlry
arch = any
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry-core
source = owlry-plugin-converter-1.0.2.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-converter-v1.0.2.tar.gz
b2sums = a220f510566d4df4dc59d4e7a603f2240a1c005130e811aa6537ad623d80ab1574c5e6432e5bce936ebd18ec2c465ea56d17ecbe845a8be78c1b2ebd9f5cd49b
depends = owlry-core>=1.2.0
replaces = owlry-plugin-converter
pkgname = owlry-plugin-converter

View File

@@ -1,41 +1,10 @@
# Maintainer: vikingowl <christian@nachtigall.dev>
pkgname=owlry-plugin-converter
pkgver=1.0.2
pkgrel=1
pkgdesc="Unit and currency conversion plugin for Owlry — convert temperature, weight, length, currency, and more"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
pkgrel=99
pkgdesc="Transitional package — converter is now built into owlry-core"
arch=('any')
url="https://somegit.dev/Owlibou/owlry"
license=('GPL-3.0-or-later')
depends=('owlry-core')
makedepends=('cargo')
install=owlry-plugin-converter.install
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
b2sums=('a220f510566d4df4dc59d4e7a603f2240a1c005130e811aa6537ad623d80ab1574c5e6432e5bce936ebd18ec2c465ea56d17ecbe845a8be78c1b2ebd9f5cd49b')
_cratename=owlry-plugin-converter
prepare() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build -p $_cratename --frozen --release
}
check() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo test -p $_cratename --frozen
}
package() {
cd "owlry-plugins"
install -Dm755 "target/release/lib${_cratename//-/_}.so" \
"$pkgdir/usr/lib/owlry/plugins/lib${_cratename//-/_}.so"
}
depends=('owlry-core>=1.2.0')
replaces=('owlry-plugin-converter')

View File

@@ -1,15 +1,11 @@
pkgbase = owlry-plugin-system
pkgdesc = System actions plugin for Owlry — shutdown, reboot, logout, lock, and suspend
pkgdesc = Transitional package — system actions is now built into owlry-core
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-system.install
arch = x86_64
pkgrel = 99
url = https://somegit.dev/Owlibou/owlry
arch = any
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry-core
depends = systemd
source = owlry-plugin-system-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-system-v1.0.0.tar.gz
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
depends = owlry-core>=1.2.0
replaces = owlry-plugin-system
pkgname = owlry-plugin-system

View File

@@ -1,41 +1,10 @@
# Maintainer: vikingowl <christian@nachtigall.dev>
pkgname=owlry-plugin-system
pkgver=1.0.0
pkgrel=1
pkgdesc="System actions plugin for Owlry — shutdown, reboot, logout, lock, and suspend"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
pkgrel=99
pkgdesc="Transitional package — system actions is now built into owlry-core"
arch=('any')
url="https://somegit.dev/Owlibou/owlry"
license=('GPL-3.0-or-later')
depends=('owlry-core' 'systemd')
makedepends=('cargo')
install=owlry-plugin-system.install
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
_cratename=owlry-plugin-system
prepare() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build -p $_cratename --frozen --release
}
check() {
cd "owlry-plugins"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo test -p $_cratename --frozen
}
package() {
cd "owlry-plugins"
install -Dm755 "target/release/lib${_cratename//-/_}.so" \
"$pkgdir/usr/lib/owlry/plugins/lib${_cratename//-/_}.so"
}
depends=('owlry-core>=1.2.0')
replaces=('owlry-plugin-system')