From 9c3dec9d14a0bd10dff47bbbdce9914ca024fcd7 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sat, 28 Mar 2026 09:34:36 +0100 Subject: [PATCH] chore: remove meta packages (moved to owlry main repo) The owlry-meta-* packages belong in the main owlry repo since they bundle core + plugin packages. Having them in both repos caused version drift. The main repo has the canonical versions. --- aur/owlry-meta-essentials/.SRCINFO | 18 ---------------- aur/owlry-meta-essentials/PKGBUILD | 19 ----------------- aur/owlry-meta-full/.SRCINFO | 28 ------------------------ aur/owlry-meta-full/PKGBUILD | 34 ------------------------------ aur/owlry-meta-tools/.SRCINFO | 18 ---------------- aur/owlry-meta-tools/PKGBUILD | 19 ----------------- aur/owlry-meta-widgets/.SRCINFO | 16 -------------- aur/owlry-meta-widgets/PKGBUILD | 17 --------------- 8 files changed, 169 deletions(-) delete mode 100644 aur/owlry-meta-essentials/.SRCINFO delete mode 100644 aur/owlry-meta-essentials/PKGBUILD delete mode 100644 aur/owlry-meta-full/.SRCINFO delete mode 100644 aur/owlry-meta-full/PKGBUILD delete mode 100644 aur/owlry-meta-tools/.SRCINFO delete mode 100644 aur/owlry-meta-tools/PKGBUILD delete mode 100644 aur/owlry-meta-widgets/.SRCINFO delete mode 100644 aur/owlry-meta-widgets/PKGBUILD diff --git a/aur/owlry-meta-essentials/.SRCINFO b/aur/owlry-meta-essentials/.SRCINFO deleted file mode 100644 index a4227c2..0000000 --- a/aur/owlry-meta-essentials/.SRCINFO +++ /dev/null @@ -1,18 +0,0 @@ -pkgbase = owlry-meta-essentials - pkgdesc = Essential plugin bundle for Owlry (calculator, system, ssh, scripts, bookmarks) - pkgver = 1.0.0 - pkgrel = 1 - url = https://somegit.dev/Owlibou/owlry - arch = any - license = GPL-3.0-or-later - depends = owlry - depends = owlry-core - depends = owlry-plugin-bookmarks - depends = owlry-plugin-calculator - depends = owlry-plugin-scripts - depends = owlry-plugin-ssh - depends = owlry-plugin-system - conflicts = owlry-essentials - replaces = owlry-essentials - -pkgname = owlry-meta-essentials diff --git a/aur/owlry-meta-essentials/PKGBUILD b/aur/owlry-meta-essentials/PKGBUILD deleted file mode 100644 index a5ddab3..0000000 --- a/aur/owlry-meta-essentials/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# Maintainer: vikingowl -pkgname=owlry-meta-essentials -pkgver=1.0.0 -pkgrel=1 -pkgdesc="Essential plugin bundle for Owlry (calculator, system, ssh, scripts, bookmarks)" -arch=('any') -url="https://somegit.dev/Owlibou/owlry" -license=('GPL-3.0-or-later') -depends=( - 'owlry' - 'owlry-core' - 'owlry-plugin-bookmarks' - 'owlry-plugin-calculator' - 'owlry-plugin-scripts' - 'owlry-plugin-ssh' - 'owlry-plugin-system' -) -replaces=('owlry-essentials') -conflicts=('owlry-essentials') diff --git a/aur/owlry-meta-full/.SRCINFO b/aur/owlry-meta-full/.SRCINFO deleted file mode 100644 index ee57d42..0000000 --- a/aur/owlry-meta-full/.SRCINFO +++ /dev/null @@ -1,28 +0,0 @@ -pkgbase = owlry-meta-full - pkgdesc = Complete Owlry installation with all official plugins and runtimes - pkgver = 1.0.0 - pkgrel = 1 - url = https://somegit.dev/Owlibou/owlry - arch = any - license = GPL-3.0-or-later - depends = owlry - depends = owlry-core - depends = owlry-plugin-bookmarks - depends = owlry-plugin-calculator - depends = owlry-plugin-scripts - depends = owlry-plugin-ssh - depends = owlry-plugin-system - depends = owlry-plugin-clipboard - depends = owlry-plugin-emoji - depends = owlry-plugin-filesearch - depends = owlry-plugin-systemd - depends = owlry-plugin-websearch - depends = owlry-plugin-media - depends = owlry-plugin-pomodoro - depends = owlry-plugin-weather - optdepends = owlry-lua: Lua runtime for custom user plugins - optdepends = owlry-rune: Rune runtime for custom user plugins - conflicts = owlry-full - replaces = owlry-full - -pkgname = owlry-meta-full diff --git a/aur/owlry-meta-full/PKGBUILD b/aur/owlry-meta-full/PKGBUILD deleted file mode 100644 index 0f7da32..0000000 --- a/aur/owlry-meta-full/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Maintainer: vikingowl -pkgname=owlry-meta-full -pkgver=1.0.0 -pkgrel=1 -pkgdesc="Complete Owlry installation with all official plugins and runtimes" -arch=('any') -url="https://somegit.dev/Owlibou/owlry" -license=('GPL-3.0-or-later') -depends=( - 'owlry' - 'owlry-core' - # Essential plugins - 'owlry-plugin-bookmarks' - 'owlry-plugin-calculator' - 'owlry-plugin-scripts' - 'owlry-plugin-ssh' - 'owlry-plugin-system' - # Tool plugins - 'owlry-plugin-clipboard' - 'owlry-plugin-emoji' - 'owlry-plugin-filesearch' - 'owlry-plugin-systemd' - 'owlry-plugin-websearch' - # Widget plugins - 'owlry-plugin-media' - 'owlry-plugin-pomodoro' - 'owlry-plugin-weather' -) -optdepends=( - 'owlry-lua: Lua runtime for custom user plugins' - 'owlry-rune: Rune runtime for custom user plugins' -) -replaces=('owlry-full') -conflicts=('owlry-full') diff --git a/aur/owlry-meta-tools/.SRCINFO b/aur/owlry-meta-tools/.SRCINFO deleted file mode 100644 index c99fd26..0000000 --- a/aur/owlry-meta-tools/.SRCINFO +++ /dev/null @@ -1,18 +0,0 @@ -pkgbase = owlry-meta-tools - pkgdesc = Tool plugin bundle for Owlry (clipboard, emoji, web search, file search, systemd) - pkgver = 1.0.0 - pkgrel = 1 - url = https://somegit.dev/Owlibou/owlry - arch = any - license = GPL-3.0-or-later - depends = owlry - depends = owlry-core - depends = owlry-plugin-clipboard - depends = owlry-plugin-emoji - depends = owlry-plugin-filesearch - depends = owlry-plugin-systemd - depends = owlry-plugin-websearch - conflicts = owlry-tools - replaces = owlry-tools - -pkgname = owlry-meta-tools diff --git a/aur/owlry-meta-tools/PKGBUILD b/aur/owlry-meta-tools/PKGBUILD deleted file mode 100644 index 5f65be2..0000000 --- a/aur/owlry-meta-tools/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# Maintainer: vikingowl -pkgname=owlry-meta-tools -pkgver=1.0.0 -pkgrel=1 -pkgdesc="Tool plugin bundle for Owlry (clipboard, emoji, web search, file search, systemd)" -arch=('any') -url="https://somegit.dev/Owlibou/owlry" -license=('GPL-3.0-or-later') -depends=( - 'owlry' - 'owlry-core' - 'owlry-plugin-clipboard' - 'owlry-plugin-emoji' - 'owlry-plugin-filesearch' - 'owlry-plugin-systemd' - 'owlry-plugin-websearch' -) -replaces=('owlry-tools') -conflicts=('owlry-tools') diff --git a/aur/owlry-meta-widgets/.SRCINFO b/aur/owlry-meta-widgets/.SRCINFO deleted file mode 100644 index d6284a2..0000000 --- a/aur/owlry-meta-widgets/.SRCINFO +++ /dev/null @@ -1,16 +0,0 @@ -pkgbase = owlry-meta-widgets - pkgdesc = Widget plugin bundle for Owlry (weather, media controls, pomodoro timer) - pkgver = 1.0.0 - pkgrel = 1 - url = https://somegit.dev/Owlibou/owlry - arch = any - license = GPL-3.0-or-later - depends = owlry - depends = owlry-core - depends = owlry-plugin-media - depends = owlry-plugin-pomodoro - depends = owlry-plugin-weather - conflicts = owlry-widgets - replaces = owlry-widgets - -pkgname = owlry-meta-widgets diff --git a/aur/owlry-meta-widgets/PKGBUILD b/aur/owlry-meta-widgets/PKGBUILD deleted file mode 100644 index 49189b3..0000000 --- a/aur/owlry-meta-widgets/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# Maintainer: vikingowl -pkgname=owlry-meta-widgets -pkgver=1.0.0 -pkgrel=1 -pkgdesc="Widget plugin bundle for Owlry (weather, media controls, pomodoro timer)" -arch=('any') -url="https://somegit.dev/Owlibou/owlry" -license=('GPL-3.0-or-later') -depends=( - 'owlry' - 'owlry-core' - 'owlry-plugin-media' - 'owlry-plugin-pomodoro' - 'owlry-plugin-weather' -) -replaces=('owlry-widgets') -conflicts=('owlry-widgets')