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
f68dfa42
Commit
f68dfa42
authored
Dec 15, 2023
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require vala >= 0.56
parent
e592a53b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
PKGBUILD
build-scripts/PKGBUILD
+1
-1
PKGBUILD-git
build-scripts/PKGBUILD-git
+1
-1
swaync.rpkg.spec
build-scripts/swaync.rpkg.spec
+1
-1
meson.build
src/meson.build
+2
-0
No files found.
build-scripts/PKGBUILD
View file @
f68dfa42
...
@@ -15,7 +15,7 @@ license=(GPL3)
...
@@ -15,7 +15,7 @@ license=(GPL3)
depends
=(
"gtk3"
"gtk-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libhandy"
"libpulse"
"gvfs"
"libnotify"
)
depends
=(
"gtk3"
"gtk-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libhandy"
"libpulse"
"gvfs"
"libnotify"
)
conflicts
=(
"swaync"
"swaync-client"
)
conflicts
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
makedepends
=(
vala
meson git scdoc sassc
)
makedepends
=(
"vala>=0.56"
meson git scdoc sassc
)
source
=(
"
${
_pkgfoldername
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
source
=(
"
${
_pkgfoldername
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
sha256sums
=(
'3f00bc858b7b3610e88ef0f6ee64d727892dd82f280f1dfc01dde863c2ea3376'
)
sha256sums
=(
'3f00bc858b7b3610e88ef0f6ee64d727892dd82f280f1dfc01dde863c2ea3376'
)
...
...
build-scripts/PKGBUILD-git
View file @
f68dfa42
...
@@ -15,7 +15,7 @@ license=('GPL3')
...
@@ -15,7 +15,7 @@ license=('GPL3')
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" "gvfs" "libnotify")
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" "gvfs" "libnotify")
conflicts=("swaync" "swaync-client")
conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client" "notification-daemon")
provides=("swaync" "swaync-client" "notification-daemon")
makedepends=(
vala
meson git scdoc sassc)
makedepends=(
"vala>=0.56"
meson git scdoc sassc)
source=("$_pkgname::git+$url")
source=("$_pkgname::git+$url")
sha256sums=('SKIP')
sha256sums=('SKIP')
...
...
build-scripts/swaync.rpkg.spec
View file @
f68dfa42
...
@@ -14,7 +14,7 @@ VCS: {{{ git_dir_vcs }}}
...
@@ -14,7 +14,7 @@ VCS: {{{ git_dir_vcs }}}
Source: {{{ git_dir_pack }}}
Source: {{{ git_dir_pack }}}
BuildRequires: meson >= 0.51.0
BuildRequires: meson >= 0.51.0
BuildRequires: vala
BuildRequires: vala
>= 0.56
BuildRequires: scdoc
BuildRequires: scdoc
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.1
BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.1
...
...
src/meson.build
View file @
f68dfa42
...
@@ -67,6 +67,8 @@ app_sources = [
...
@@ -67,6 +67,8 @@ app_sources = [
constants,
constants,
]
]
assert(meson.get_compiler('vala').version() >= '0.56')
app_deps = [
app_deps = [
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'),
...
...
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