[New Dependency: sassc] Move to SCSS from regular CSS (#352)
* Moved to SCSS from regular CSS * Fixed Ubuntu build
This commit is contained in:
@@ -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')
|
||||
|
||||
|
@@ -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')
|
||||
|
||||
|
@@ -28,6 +28,7 @@ BuildRequires: pkgconfig(fish)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: sassc
|
||||
|
||||
Requires: dbus
|
||||
%{?systemd_requires}
|
||||
|
Reference in New Issue
Block a user