Skip to content

Commit

Permalink
cachyos-hyprland-settings: 1.3.0-1 && Refactor PKGBUILD
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Nov 28, 2024
1 parent 6b97964 commit 7514acf
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 41 deletions.
6 changes: 3 additions & 3 deletions cachyos-hyprland-settings/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cachyos-hyprland-settings
pkgdesc = CachyOS Hyprland settings
pkgver = 1.2.4
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/cachyos/cachyos-hyprland-settings
arch = any
Expand Down Expand Up @@ -44,7 +44,7 @@ pkgbase = cachyos-hyprland-settings
depends = cachyos-nord-gtk-theme-git
provides = cachyos-desktop-settings
conflicts = cachyos-desktop-settings
source = cachyos-hyprland-settings-1.2.4.tar.gz::https://github.com/cachyos/cachyos-hyprland-settings/archive/1.2.4.tar.gz
sha512sums = dd3b1da6de37bf2753151bddd41e3c84b8d754cd324eddac81b9fe7fc50ef024ea7ca26b509be9479945d86cbe71de1b68d223a556b0850b9f435bb226828df5
source = cachyos-hyprland-settings-1.3.0.tar.gz::https://github.com/cachyos/cachyos-hyprland-settings/archive/1.3.0.tar.gz
sha512sums = b4679b9662e1cb619ae5989d5848684d25b57ae1378395971cf72d7c10fc43bb329028c9fdac11cd548daa09e1b64e637e65e10d82e4ec07f88e1fd6466bd52e

pkgname = cachyos-hyprland-settings
78 changes: 40 additions & 38 deletions cachyos-hyprland-settings/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,52 @@

pkgname=cachyos-hyprland-settings
pkgdesc='CachyOS Hyprland settings'
pkgver=1.2.4
pkgver=1.3.0
pkgrel=1
arch=('any')
url="https://github.com/cachyos/$pkgname"
license=(GPL-1.0-only)
makedepends=('coreutils')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('dd3b1da6de37bf2753151bddd41e3c84b8d754cd324eddac81b9fe7fc50ef024ea7ca26b509be9479945d86cbe71de1b68d223a556b0850b9f435bb226828df5')
depends=('cachyos-fish-config'
'ttf-fantasque-nerd'
'ttf-font-awesome'
'otf-font-awesome'
'awesome-terminal-fonts'
'noto-fonts'
'noto-fonts-emoji'
'ttf-fira-sans'
'ttf-hack'
'kvantum'
'qt5ct'
'swaybg'
'swaylock-effects-git'
'swaylock-fancy-git'
'hyprland'
'waybar'
'xdg-desktop-portal-hyprland'
'grimblast-git'
'slurp'
'mako'
'wob'
'pamixer'
'rofi-wayland'
'wofi'
'wlogout'
'swappy'
'wl-clipboard'
'polkit-kde-agent'
'bemenu'
'bemenu-wayland'
'xorg-xwayland'
'capitaine-cursors'
'cachyos-wallpapers'
'kvantum-theme-nordic-git'
'brightnessctl'
'cachyos-nord-gtk-theme-git')
sha512sums=('b4679b9662e1cb619ae5989d5848684d25b57ae1378395971cf72d7c10fc43bb329028c9fdac11cd548daa09e1b64e637e65e10d82e4ec07f88e1fd6466bd52e')
depends=(
cachyos-fish-config
ttf-fantasque-nerd
ttf-font-awesome
otf-font-awesome
awesome-terminal-fonts
noto-fonts
noto-fonts-emoji
ttf-fira-sans
ttf-hack
kvantum
qt5ct
swaybg
swaylock-effects-git
swaylock-fancy-git
hyprland
waybar
xdg-desktop-portal-hyprland
grimblast-git
slurp
mako
wob
pamixer
rofi-wayland
wofi
wlogout
swappy
wl-clipboard
polkit-kde-agent
bemenu
bemenu-wayland
xorg-xwayland
capitaine-cursors
cachyos-wallpapers
kvantum-theme-nordic-git
brightnessctl
cachyos-nord-gtk-theme-git
)
provides=('cachyos-desktop-settings')
conflicts=('cachyos-desktop-settings')

Expand Down

0 comments on commit 7514acf

Please sign in to comment.