Commit 078460d8 authored by Erik Reider's avatar Erik Reider

Updated rpkg spec

parent 26f8a810
......@@ -11,7 +11,7 @@ on:
jobs:
package:
container: fedora:latest
container: fedora:rawhide
runs-on: ubuntu-latest
steps:
......@@ -45,8 +45,8 @@ jobs:
mkdir -p out
rpkg local --out `pwd`/out
- name: Store RPMs
uses: actions/upload-artifact@v3
with:
name: rpms
path: swaync/out/
# - name: Store RPMs
# uses: actions/upload-artifact@v3
# with:
# name: rpms
# path: swaync/out/
......@@ -16,7 +16,7 @@ conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client")
makedepends=(vala meson git scdoc)
source=("${_pkgfoldername}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('bc164e177d713d9387ed698b29b7b6a281aae8f7c7e0b71192c682a523269d61')
sha256sums=('924970e825de958297a5397b0455b8e654dbf132cd14ffa1a3af5200fddeec48')
build() {
arch-meson "${_pkgfoldername}-${pkgver}" build -Dscripting=true
......
......@@ -21,6 +21,7 @@ BuildRequires: libgee-devel >= 0.20
BuildRequires: json-glib-devel >= 1.0
BuildRequires: libhandy-devel >= 1.4.0
BuildRequires: systemd-devel
BuildRequires: systemd
BuildRequires: scdoc
%{?systemd_requires}
......@@ -51,7 +52,6 @@ A simple notification daemon with a GTK gui for notifications and the control ce
%{_sysconfdir}/xdg/swaync/configSchema.json
%{_sysconfdir}/xdg/swaync/config.json
%{_sysconfdir}/xdg/swaync/style.css
%{_sysconfdir}/xdg/swaync/configSchema.json
%{_userunitdir}/swaync.service
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment