From e8a03f5e94105233e1d5b9d9a13c654d97b10583 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 3 Jun 2024 23:25:11 +0200 Subject: [PATCH] Updated packages --- .gitmodules | 3 --- base/PKGBUILD | 4 +--- desktop/PKGBUILD | 11 +++++++++-- devel/PKGBUILD | 5 ++++- nautilus-open-any-terminal | 1 - 5 files changed, 14 insertions(+), 10 deletions(-) delete mode 160000 nautilus-open-any-terminal diff --git a/.gitmodules b/.gitmodules index 2856a8e..98740f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "opentabletdriver"] path = opentabletdriver url = https://aur.archlinux.org/opentabletdriver.git -[submodule "nautilus-open-any-terminal"] - path = nautilus-open-any-terminal - url = https://aur.archlinux.org/nautilus-open-any-terminal.git [submodule "wlogout-git"] path = wlogout-git url = https://aur.archlinux.org/wlogout-git.git diff --git a/base/PKGBUILD b/base/PKGBUILD index 1c313f0..9f61569 100644 --- a/base/PKGBUILD +++ b/base/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eduard Urbach pkgname=akyoto-base pkgver=1 -pkgrel=4 +pkgrel=5 pkgdesc="Base system configuration" arch=('any') url="https://git.akyoto.dev/sys/arch" @@ -17,7 +17,6 @@ conflicts=( depends=( 'base' 'btop' - 'cpupower' 'curl' 'dash' 'dua-cli' @@ -30,7 +29,6 @@ depends=( 'lsof' 'neovim' 'openssh' - 'pacman-contrib' 'ripgrep' 'rsync' 'sudo' diff --git a/desktop/PKGBUILD b/desktop/PKGBUILD index d6af738..3907650 100644 --- a/desktop/PKGBUILD +++ b/desktop/PKGBUILD @@ -1,20 +1,25 @@ # Maintainer: Eduard Urbach pkgname=akyoto-desktop pkgver=1 -pkgrel=9 +pkgrel=10 pkgdesc="Desktop packages" arch=('any') url="https://git.akyoto.dev/sys/arch" license=('MIT') depends=( # Audio - 'tenacity' 'pipewire' 'pipewire-alsa' 'pipewire-jack' 'pipewire-pulse' + 'tenacity' 'wireplumber' + # Audio effects + 'calf' + 'easyeffects' + 'lsp-plugins' + # Browser 'firefox' @@ -65,8 +70,10 @@ depends=( 'transmission-gtk' # Utilities + 'cpupower' 'nvtop' 'nwg-look' + 'pacman-contrib' # Videos 'ffmpeg' diff --git a/devel/PKGBUILD b/devel/PKGBUILD index e4119e3..9e6a19e 100644 --- a/devel/PKGBUILD +++ b/devel/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eduard Urbach pkgname=akyoto-devel pkgver=1 -pkgrel=6 +pkgrel=7 pkgdesc="Development packages" arch=('any') url="https://git.akyoto.dev/sys/arch" @@ -9,6 +9,9 @@ license=('MIT') depends=( 'base-devel' + # Assembler + 'nasm' + # C/C++ 'clang' 'lld' diff --git a/nautilus-open-any-terminal b/nautilus-open-any-terminal deleted file mode 160000 index 3f6aae0..0000000 --- a/nautilus-open-any-terminal +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3f6aae0b10f0712244750301f3f62259443f0ae4