Skip to content

Commit

Permalink
cachyos-gnome-settings: Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Aug 26, 2024
1 parent c4e2203 commit eed87c0
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 26 deletions.
41 changes: 41 additions & 0 deletions cachyos-gnome-settings/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
pkgbase = cachyos-gnome-settings
pkgdesc = CachyOS GNOME settings
pkgver = 1.1.0
pkgrel = 2
url = https://github.com/cachyos/cachyos-gnome-settings
install = cachyos-gnome-settings.install
arch = any
license = GPL-1.0-only
makedepends = coreutils
depends = cachyos-wallpapers
depends = capitaine-cursors
depends = gnome-autoar
depends = gnome-backgrounds
depends = gnome-bluetooth-3.0
depends = gnome-calculator
depends = gnome-color-manager
depends = gnome-control-center
depends = gnome-desktop
depends = gnome-desktop-4
depends = gnome-desktop-common
depends = gnome-disk-utility
depends = gnome-firmware
depends = gnome-keyring
depends = gnome-online-accounts
depends = gnome-screenshot
depends = gnome-session
depends = gnome-settings-daemon
depends = gnome-shell
depends = gnome-system-monitor
depends = gnome-terminal
depends = gnome-themes-extra
depends = gnome-tweaks
depends = kvantum
depends = kvantum-theme-libadwaita-git
depends = qt5ct
provides = cachyos-desktop-settings
conflicts = cachyos-desktop-settings
source = cachyos-gnome-settings-1.1.0.tar.gz::https://github.com/cachyos/cachyos-gnome-settings/archive/1.1.0.tar.gz
sha512sums = ff18f6490b5d10d3de70342a251a3fe32ee630305526f92af8cf05aa340a9e23f0b17f6b028ad746373197402717a638ddfc6ba1e275469dcbaaaa60987c8214

pkgname = cachyos-gnome-settings
54 changes: 28 additions & 26 deletions cachyos-gnome-settings/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,34 @@ license=(GPL-1.0-only)
makedepends=('coreutils')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('ff18f6490b5d10d3de70342a251a3fe32ee630305526f92af8cf05aa340a9e23f0b17f6b028ad746373197402717a638ddfc6ba1e275469dcbaaaa60987c8214')
depends=('kvantum'
'qt5ct'
'gnome-autoar'
'gnome-bluetooth-3.0'
'gnome-calculator'
'gnome-color-manager'
'gnome-control-center'
'gnome-desktop'
'gnome-desktop-4'
'gnome-desktop-common'
'gnome-disk-utility'
'gnome-firmware'
'gnome-keyring'
'gnome-online-accounts'
'gnome-screenshot'
'gnome-session'
'gnome-settings-daemon'
'gnome-shell'
'gnome-system-monitor'
'gnome-terminal'
'gnome-themes-extra'
'gnome-tweaks'
'capitaine-cursors'
'cachyos-wallpapers'
'gnome-backgrounds'
'kvantum-theme-libadwaita-git')
depends=(
cachyos-wallpapers
capitaine-cursors
gnome-autoar
gnome-backgrounds
gnome-bluetooth-3.0
gnome-calculator
gnome-color-manager
gnome-control-center
gnome-desktop
gnome-desktop-4
gnome-desktop-common
gnome-disk-utility
gnome-firmware
gnome-keyring
gnome-online-accounts
gnome-screenshot
gnome-session
gnome-settings-daemon
gnome-shell
gnome-system-monitor
gnome-terminal
gnome-themes-extra
gnome-tweaks
kvantum
kvantum-theme-libadwaita-git
qt5ct
)
install=$pkgname.install
provides=('cachyos-desktop-settings')
conflicts=('cachyos-desktop-settings')
Expand Down

0 comments on commit eed87c0

Please sign in to comment.