[New Dependency: sassc] Move to SCSS from regular CSS (#352)

* Moved to SCSS from regular CSS

* Fixed Ubuntu build
This commit is contained in:
Erik Reider
2023-12-14 17:12:30 +01:00
committed by GitHub
parent a6cf977e90
commit 8882b225fd
19 changed files with 462 additions and 426 deletions

View File

@@ -15,7 +15,7 @@ license=(GPL3)
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse")
conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client" "notification-daemon")
makedepends=(vala meson git scdoc)
makedepends=(vala meson git scdoc sassc)
source=("${_pkgfoldername}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('3f00bc858b7b3610e88ef0f6ee64d727892dd82f280f1dfc01dde863c2ea3376')

View File

@@ -15,7 +15,7 @@ license=('GPL3')
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" )
conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client" "notification-daemon")
makedepends=(vala meson git scdoc)
makedepends=(vala meson git scdoc sassc)
source=("$_pkgname::git+$url")
sha256sums=('SKIP')

View File

@@ -28,6 +28,7 @@ BuildRequires: pkgconfig(fish)
BuildRequires: pkgconfig(libpulse)
BuildRequires: systemd-devel
BuildRequires: systemd
BuildRequires: sassc
Requires: dbus
%{?systemd_requires}