Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
078460d8
Commit
078460d8
authored
Sep 16, 2022
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated rpkg spec
parent
26f8a810
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
fedora-build.yml
.github/workflows/fedora-build.yml
+6
-6
PKGBUILD
build-scripts/PKGBUILD
+1
-1
swaync.rpkg.spec
swaync.rpkg.spec
+1
-1
No files found.
.github/workflows/fedora-build.yml
View file @
078460d8
...
@@ -11,7 +11,7 @@ on:
...
@@ -11,7 +11,7 @@ on:
jobs
:
jobs
:
package
:
package
:
container
:
fedora:
latest
container
:
fedora:
rawhide
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
...
@@ -45,8 +45,8 @@ jobs:
...
@@ -45,8 +45,8 @@ jobs:
mkdir -p out
mkdir -p out
rpkg local --out `pwd`/out
rpkg local --out `pwd`/out
-
name
:
Store RPMs
#
- name: Store RPMs
uses
:
actions/upload-artifact@v3
#
uses: actions/upload-artifact@v3
with
:
#
with:
name
:
rpms
#
name: rpms
path
:
swaync/out/
#
path: swaync/out/
build-scripts/PKGBUILD
View file @
078460d8
...
@@ -16,7 +16,7 @@ conflicts=("swaync" "swaync-client")
...
@@ -16,7 +16,7 @@ conflicts=("swaync" "swaync-client")
provides
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
)
makedepends
=(
vala meson git scdoc
)
makedepends
=(
vala meson git scdoc
)
source
=(
"
${
_pkgfoldername
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
source
=(
"
${
_pkgfoldername
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
sha256sums
=(
'
bc164e177d713d9387ed698b29b7b6a281aae8f7c7e0b71192c682a523269d61
'
)
sha256sums
=(
'
924970e825de958297a5397b0455b8e654dbf132cd14ffa1a3af5200fddeec48
'
)
build
()
{
build
()
{
arch-meson
"
${
_pkgfoldername
}
-
${
pkgver
}
"
build
-Dscripting
=
true
arch-meson
"
${
_pkgfoldername
}
-
${
pkgver
}
"
build
-Dscripting
=
true
...
...
swaync.rpkg.spec
View file @
078460d8
...
@@ -21,6 +21,7 @@ BuildRequires: libgee-devel >= 0.20
...
@@ -21,6 +21,7 @@ BuildRequires: libgee-devel >= 0.20
BuildRequires: json-glib-devel >= 1.0
BuildRequires: json-glib-devel >= 1.0
BuildRequires: libhandy-devel >= 1.4.0
BuildRequires: libhandy-devel >= 1.4.0
BuildRequires: systemd-devel
BuildRequires: systemd-devel
BuildRequires: systemd
BuildRequires: scdoc
BuildRequires: scdoc
%{?systemd_requires}
%{?systemd_requires}
...
@@ -51,7 +52,6 @@ A simple notification daemon with a GTK gui for notifications and the control ce
...
@@ -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/configSchema.json
%{_sysconfdir}/xdg/swaync/config.json
%{_sysconfdir}/xdg/swaync/config.json
%{_sysconfdir}/xdg/swaync/style.css
%{_sysconfdir}/xdg/swaync/style.css
%{_sysconfdir}/xdg/swaync/configSchema.json
%{_userunitdir}/swaync.service
%{_userunitdir}/swaync.service
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%dir %{_datadir}/bash-completion/completions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment