diff --git a/aur/owlry-meta-essentials/.SRCINFO b/aur/owlry-meta-essentials/.SRCINFO deleted file mode 100644 index a9f52cb..0000000 --- a/aur/owlry-meta-essentials/.SRCINFO +++ /dev/null @@ -1,19 +0,0 @@ -pkgbase = owlry-meta-essentials - pkgdesc = Essential plugin bundle for Owlry (calculator, converter, system, ssh, scripts, bookmarks) - pkgver = 1.0.0 - pkgrel = 2 - 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-converter - 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 e862e48..0000000 --- a/aur/owlry-meta-essentials/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Maintainer: vikingowl -pkgname=owlry-meta-essentials -pkgver=1.0.0 -pkgrel=2 -pkgdesc="Essential plugin bundle for Owlry (calculator, converter, 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-converter' - '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 705c3b5..0000000 --- a/aur/owlry-meta-full/.SRCINFO +++ /dev/null @@ -1,29 +0,0 @@ -pkgbase = owlry-meta-full - pkgdesc = Complete Owlry installation with all official plugins and runtimes - pkgver = 1.0.0 - pkgrel = 2 - 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-converter - 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 05639df..0000000 --- a/aur/owlry-meta-full/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: vikingowl -pkgname=owlry-meta-full -pkgver=1.0.0 -pkgrel=2 -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-converter' - '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')