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
73521f53
Commit
73521f53
authored
Jul 15, 2025
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo bump of gtk4-layer-shell version to 1.1.1
parent
3ece57f7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
PKGBUILD-git
build-scripts/PKGBUILD-git
+1
-1
swaync-git.rpkg.spec
build-scripts/swaync-git.rpkg.spec
+1
-1
swaync.rpkg.spec
build-scripts/swaync.rpkg.spec
+1
-1
meson.build
src/meson.build
+1
-1
No files found.
build-scripts/PKGBUILD-git
View file @
73521f53
...
@@ -12,7 +12,7 @@ arch=(
...
@@ -12,7 +12,7 @@ arch=(
'armv7h'
# ARM v7 hardfloat
'armv7h'
# ARM v7 hardfloat
)
)
license
=(
'GPL3'
)
license
=(
'GPL3'
)
depends
=(
"gtk4"
"gtk4-layer-shell>=1.
1.1
"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libpulse"
"gvfs"
"libnotify"
"granite7"
"blueprint-compiler"
"libadwaita"
)
depends
=(
"gtk4"
"gtk4-layer-shell>=1.
0.4
"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libpulse"
"gvfs"
"libnotify"
"granite7"
"blueprint-compiler"
"libadwaita"
)
conflicts
=(
"swaync"
"swaync-client"
)
conflicts
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
makedepends
=(
"vala>=0.56"
meson git scdoc sassc
)
makedepends
=(
"vala>=0.56"
meson git scdoc sassc
)
...
...
build-scripts/swaync-git.rpkg.spec
View file @
73521f53
...
@@ -18,7 +18,7 @@ BuildRequires: meson >= 1.5.1
...
@@ -18,7 +18,7 @@ BuildRequires: meson >= 1.5.1
BuildRequires: vala >= 0.56
BuildRequires: vala >= 0.56
BuildRequires: scdoc
BuildRequires: scdoc
BuildRequires: pkgconfig(gtk4) >= 4.16
BuildRequires: pkgconfig(gtk4) >= 4.16
BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.
1.1
BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.
0.4
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.5
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.5
BuildRequires: pkgconfig(glib-2.0) >= 2.50
BuildRequires: pkgconfig(glib-2.0) >= 2.50
...
...
build-scripts/swaync.rpkg.spec
View file @
73521f53
...
@@ -17,7 +17,7 @@ BuildRequires: meson >= 1.5.1
...
@@ -17,7 +17,7 @@ BuildRequires: meson >= 1.5.1
BuildRequires: vala >= 0.56
BuildRequires: vala >= 0.56
BuildRequires: scdoc
BuildRequires: scdoc
BuildRequires: pkgconfig(gtk4) >= 4.16
BuildRequires: pkgconfig(gtk4) >= 4.16
BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.
1.1
BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.
0.4
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.5
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.5
BuildRequires: pkgconfig(glib-2.0) >= 2.50
BuildRequires: pkgconfig(glib-2.0) >= 2.50
...
...
src/meson.build
View file @
73521f53
...
@@ -77,7 +77,7 @@ app_sources = [
...
@@ -77,7 +77,7 @@ app_sources = [
assert(vala.version() >= '0.56')
assert(vala.version() >= '0.56')
app_deps = [
app_deps = [
dependency('gtk4-layer-shell-0', version: '>= 1.
1.1
'),
dependency('gtk4-layer-shell-0', version: '>= 1.
0.4
'),
dependency('gio-2.0', version: '>= 2.50'),
dependency('gio-2.0', version: '>= 2.50'),
dependency('gio-unix-2.0', version: '>= 2.50'),
dependency('gio-unix-2.0', version: '>= 2.50'),
dependency('gtk4', version: '>= 4.16.13'),
dependency('gtk4', version: '>= 4.16.13'),
...
...
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