Commit 3ece57f7 authored by Erik Reider's avatar Erik Reider

Bumped version to v0.12.1

parent 3ef2be03
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com> # Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync-git pkgname=swaync-git
_pkgname=swaync _pkgname=swaync
pkgver=r586.a405217 pkgver=r593.c6e2bcd
pkgrel=1 pkgrel=1
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs" pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
url="https://github.com/ErikReider/SwayNotificationCenter" url="https://github.com/ErikReider/SwayNotificationCenter"
...@@ -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" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libpulse" "gvfs" "libnotify" "granite7" "blueprint-compiler" "libadwaita") depends=("gtk4" "gtk4-layer-shell>=1.1.1" "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)
......
...@@ -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.0.4 BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.1.1
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
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%global alt_pkg_name swaync %global alt_pkg_name swaync
Name: {{{ git_repo_name }}} Name: {{{ git_repo_name }}}
Version: 0.12.0 Version: 0.12.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Notification daemon with GTK GUI Summary: Notification daemon with GTK GUI
Provides: desktop-notification-daemon Provides: desktop-notification-daemon
...@@ -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.0.4 BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.1.1
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
......
project('sway-notificaton-center', ['c', 'vala'], project('sway-notificaton-center', ['c', 'vala'],
version: '0.12.0', version: '0.12.1',
meson_version: '>= 0.60.0', meson_version: '>= 0.60.0',
default_options: [ 'warning_level=2' ], default_options: [ 'warning_level=2' ],
) )
......
...@@ -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.0.4'), dependency('gtk4-layer-shell-0', version: '>= 1.1.1'),
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'),
......
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