diff --git a/PKGBUILDS/aura-bin/PKGBUILD b/PKGBUILDS/aura-bin/PKGBUILD index 012fc6e..89d2fce 100755 --- a/PKGBUILDS/aura-bin/PKGBUILD +++ b/PKGBUILDS/aura-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Colin Woodbury pkgname=aura-bin -pkgver=4.0.2 +pkgver=4.0.3 pkgrel=1 pkgdesc="A package manager for Arch Linux and its AUR - Prebuild binary" url="https://github.com/fosskers/aura" @@ -15,12 +15,13 @@ optdepends=( "graphviz: dependency graph generation" "ripgrep: faster log searches" "shellcheck: PKGBUILD scanning" + "xdg-utils: for xdg-open" ) provides=("aura") conflicts=("aura" "aura-git" "aura3-bin") options=("strip") source=("aura-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/aura-$pkgver-x86_64.tar.gz") -sha256sums=('ee2a515784c317e333defbff23572c52df3683a217c6ba5ef9448d46600d65bc') +sha256sums=('3b926b7a41cef2b310ef5da83f5a7ce454363cb8b8d4e2ceb504785385d9d554') build() { # Build the `info` page. @@ -38,4 +39,5 @@ package() { # Install bash and zsh completions install -Dm644 "bashcompletion.sh" "${pkgdir}/usr/share/bash-completion/completions/aura" install -Dm644 "_aura" "${pkgdir}/usr/share/zsh/site-functions/_aura" + install -Dm644 "aura.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/aura.fish" } diff --git a/PKGBUILDS/nwg-dock-hyprland-bin/PKGBUILD b/PKGBUILDS/nwg-dock-hyprland-bin/PKGBUILD index 3a7902a..7e21bdf 100755 --- a/PKGBUILDS/nwg-dock-hyprland-bin/PKGBUILD +++ b/PKGBUILDS/nwg-dock-hyprland-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Piotr Miller # Project: nwg-shell for sway, https://github.com/nwg-piotr/nwg-shell pkgname=('nwg-dock-hyprland-bin') -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="GTK3-based dock for Hyprland Wayland compositor" arch=('x86_64') @@ -13,7 +13,7 @@ depends=('gtk3' 'gtk-layer-shell') optdepends=('nwg-drawer: default application launcher') source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-dock-hyprland/releases/download/v"$pkgver"/nwg-dock-hyprland-v"$pkgver"_x86_64.tar.gz") -md5sums=('159b21f036485155c3f5d779708864e5') +md5sums=('954e6ebba757c0ef02b36521fa34481c') package() { cd "$srcdir" diff --git a/PKGBUILDS/oh-my-zsh-git/PKGBUILD b/PKGBUILDS/oh-my-zsh-git/PKGBUILD new file mode 100755 index 0000000..4ee9888 --- /dev/null +++ b/PKGBUILDS/oh-my-zsh-git/PKGBUILD @@ -0,0 +1,49 @@ +# Maintainer: Marcin (CTRL) Wieczorek +# Contributor: Simon (vodik) Gomizelj +# Contributor: Eduardo Leggiero +# Contributor: jyantis +# Contributor: jcsiv +# Contributor: ThinCarrotShrimp + +pkgname=oh-my-zsh-git +pkgver=r7279.677f5010d +pkgrel=1 +pkgdesc="A community-driven framework for managing your zsh configuration. Includes 180+ optional plugins and over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community" +arch=('any') +url='https://github.com/ohmyzsh/ohmyzsh' +license=('MIT') +depends=('zsh') +makedepends=('git') +optdepends=('ruby: for some plugin functionality' + 'python: for some plugin functionality' + 'oh-my-zsh-powerline-theme-git: great theme' + 'bullet-train-oh-my-zsh-theme-git: better powerline theme' + 'git: most themes use git (highly recommended but still optional)') +install=${pkgname}.install +source=("${pkgname}::git+https://github.com/ohmyzsh/ohmyzsh.git" + '0001-zshrc.patch') +sha256sums=('SKIP' + '83a3733eb5408e9ff7d87c68659c8a2c481e3c5e607ce04c071ab638a1f7e9f3') +# conflicts=('grml-zsh-config' +# 'grml-zsh-config-git') + +pkgver() { + cd ${pkgname} + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} + +prepare() { + cd "${srcdir}/${pkgname}" + cp "templates/zshrc.zsh-template" "zshrc" + patch -p1 < "${srcdir}/0001-zshrc.patch" +} + +package() { + cd "${srcdir}/${pkgname}" + + mkdir -p "${pkgdir}/usr/share/oh-my-zsh" + install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + cp -r * "${pkgdir}/usr/share/oh-my-zsh/" +} + +# vim:set ts=2 sw=2 et: diff --git a/elkowar.gpg b/elkowar.gpg new file mode 100644 index 0000000..c2c2234 Binary files /dev/null and b/elkowar.gpg differ diff --git a/web-flow.gpg b/web-flow.gpg new file mode 100644 index 0000000..0286a8e Binary files /dev/null and b/web-flow.gpg differ diff --git a/x86_64/StratOS-repo.db.tar.zst b/x86_64/StratOS-repo.db.tar.zst index f1f536f..cd3f2a4 100644 Binary files a/x86_64/StratOS-repo.db.tar.zst and b/x86_64/StratOS-repo.db.tar.zst differ diff --git a/x86_64/StratOS-repo.files.tar.zst b/x86_64/StratOS-repo.files.tar.zst index 187a762..048b96e 100644 Binary files a/x86_64/StratOS-repo.files.tar.zst and b/x86_64/StratOS-repo.files.tar.zst differ diff --git a/x86_64/aura-bin-4.0.2-1-x86_64.pkg.tar.zst b/x86_64/aura-bin-4.0.2-1-x86_64.pkg.tar.zst deleted file mode 100644 index 6e164c7..0000000 Binary files a/x86_64/aura-bin-4.0.2-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/aura-bin-4.0.3-1-x86_64.pkg.tar.zst b/x86_64/aura-bin-4.0.3-1-x86_64.pkg.tar.zst new file mode 100644 index 0000000..46d4476 Binary files /dev/null and b/x86_64/aura-bin-4.0.3-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/bibata-cursor-theme-bin-2.0.7-1-any.pkg.tar.zst b/x86_64/bibata-cursor-theme-bin-2.0.7-1-any.pkg.tar.zst index 4285c2a..aaa9842 100644 Binary files a/x86_64/bibata-cursor-theme-bin-2.0.7-1-any.pkg.tar.zst and b/x86_64/bibata-cursor-theme-bin-2.0.7-1-any.pkg.tar.zst differ diff --git a/x86_64/calamares-git-3.3.9.r20.ga904466-1-x86_64.pkg.tar.zst b/x86_64/calamares-git-3.3.9.r20.ga904466-1-x86_64.pkg.tar.zst deleted file mode 100644 index 75a9034..0000000 Binary files a/x86_64/calamares-git-3.3.9.r20.ga904466-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/ckbcomp-1.230-1-any.pkg.tar.zst b/x86_64/ckbcomp-1.230-1-any.pkg.tar.zst index bd96fbf..0f385bc 100644 Binary files a/x86_64/ckbcomp-1.230-1-any.pkg.tar.zst and b/x86_64/ckbcomp-1.230-1-any.pkg.tar.zst differ diff --git a/x86_64/grab-1.0-4-x86_64.pkg.tar.zst b/x86_64/grab-1.0-4-x86_64.pkg.tar.zst index f326ac8..2a0e93d 100644 Binary files a/x86_64/grab-1.0-4-x86_64.pkg.tar.zst and b/x86_64/grab-1.0-4-x86_64.pkg.tar.zst differ diff --git a/x86_64/kpmcore-git-24.11.70.r1569.a013ebd-1-x86_64.pkg.tar.zst b/x86_64/kpmcore-git-24.11.70.r1569.a013ebd-1-x86_64.pkg.tar.zst index 4ab1813..535bf12 100644 Binary files a/x86_64/kpmcore-git-24.11.70.r1569.a013ebd-1-x86_64.pkg.tar.zst and b/x86_64/kpmcore-git-24.11.70.r1569.a013ebd-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/litefm-1.0.0-1-x86_64.pkg.tar.zst b/x86_64/litefm-1.0.0-1-x86_64.pkg.tar.zst deleted file mode 100644 index 0305eaf..0000000 Binary files a/x86_64/litefm-1.0.0-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/nwg-dock-hyprland-bin-0.2.0-1-x86_64.pkg.tar.zst b/x86_64/nwg-dock-hyprland-bin-0.2.0-1-x86_64.pkg.tar.zst deleted file mode 100644 index ae8ea2a..0000000 Binary files a/x86_64/nwg-dock-hyprland-bin-0.2.0-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/nwg-dock-hyprland-bin-0.2.1-1-x86_64.pkg.tar.zst b/x86_64/nwg-dock-hyprland-bin-0.2.1-1-x86_64.pkg.tar.zst new file mode 100644 index 0000000..3c35783 Binary files /dev/null and b/x86_64/nwg-dock-hyprland-bin-0.2.1-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/oh-my-zsh-git-r7350.2056aeeea-1-any.pkg.tar.zst b/x86_64/oh-my-zsh-git-r7350.2056aeeea-1-any.pkg.tar.zst new file mode 100644 index 0000000..bef82eb Binary files /dev/null and b/x86_64/oh-my-zsh-git-r7350.2056aeeea-1-any.pkg.tar.zst differ diff --git a/x86_64/pandoc-bin-3.3-1-x86_64.pkg.tar.zst b/x86_64/pandoc-bin-3.3-1-x86_64.pkg.tar.zst index 26a6040..1e3b390 100644 Binary files a/x86_64/pandoc-bin-3.3-1-x86_64.pkg.tar.zst and b/x86_64/pandoc-bin-3.3-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/pyprland-2.4.0-0-any.pkg.tar.zst b/x86_64/pyprland-2.4.0-0-any.pkg.tar.zst index ebcdcac..b5b4e04 100644 Binary files a/x86_64/pyprland-2.4.0-0-any.pkg.tar.zst and b/x86_64/pyprland-2.4.0-0-any.pkg.tar.zst differ diff --git a/x86_64/python-clickgen-2.2.5-1-any.pkg.tar.zst b/x86_64/python-clickgen-2.2.5-1-any.pkg.tar.zst index 25e2054..49e2ee3 100644 Binary files a/x86_64/python-clickgen-2.2.5-1-any.pkg.tar.zst and b/x86_64/python-clickgen-2.2.5-1-any.pkg.tar.zst differ diff --git a/x86_64/repoctl-0.22.2-1-x86_64.pkg.tar.zst b/x86_64/repoctl-0.22.2-1-x86_64.pkg.tar.zst index a8170bb..5f99f0e 100644 Binary files a/x86_64/repoctl-0.22.2-1-x86_64.pkg.tar.zst and b/x86_64/repoctl-0.22.2-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/rockers-0.1-1-x86_64.pkg.tar.zst b/x86_64/rockers-0.1-1-x86_64.pkg.tar.zst index 99f25dc..08c01de 100644 Binary files a/x86_64/rockers-0.1-1-x86_64.pkg.tar.zst and b/x86_64/rockers-0.1-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/ventoy-bin-1.0.99-1-x86_64.pkg.tar.zst b/x86_64/ventoy-bin-1.0.99-1-x86_64.pkg.tar.zst index b76b7db..3939beb 100644 Binary files a/x86_64/ventoy-bin-1.0.99-1-x86_64.pkg.tar.zst and b/x86_64/ventoy-bin-1.0.99-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/yay-bin-12.3.5-1-x86_64.pkg.tar.zst b/x86_64/yay-bin-12.3.5-1-x86_64.pkg.tar.zst index f4df381..cb9cd14 100644 Binary files a/x86_64/yay-bin-12.3.5-1-x86_64.pkg.tar.zst and b/x86_64/yay-bin-12.3.5-1-x86_64.pkg.tar.zst differ