From dd04d9a25898ad36d3071b9a748252e387594acc Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sat, 10 Feb 2024 17:19:01 +0100 Subject: [PATCH] Bumped version to v0.10.0 --- build-scripts/PKGBUILD | 6 +++--- build-scripts/PKGBUILD-git | 2 +- build-scripts/swaync.rpkg.spec | 5 +++-- meson.build | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/build-scripts/PKGBUILD b/build-scripts/PKGBUILD index f57dc0f..ac229f0 100644 --- a/build-scripts/PKGBUILD +++ b/build-scripts/PKGBUILD @@ -1,8 +1,8 @@ # vim: ft=PKGBUILD # Maintainer: Erik Reider pkgname=swaync -pkgver=0.9.0 -pkgrel=2 +pkgver=0.10.0 +pkgrel=1 pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs" _pkgfoldername=SwayNotificationCenter url="https://github.com/ErikReider/$_pkgfoldername" @@ -12,7 +12,7 @@ arch=( 'armv7h' # ARM v7 hardfloat ) 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" "granite") conflicts=("swaync" "swaync-client") provides=("swaync" "swaync-client" "notification-daemon") makedepends=("vala>=0.56" meson git scdoc sassc) diff --git a/build-scripts/PKGBUILD-git b/build-scripts/PKGBUILD-git index 1016630..0263b87 100644 --- a/build-scripts/PKGBUILD-git +++ b/build-scripts/PKGBUILD-git @@ -2,7 +2,7 @@ # Maintainer: Erik Reider pkgname=swaync-git _pkgname=swaync -pkgver=r498.71e43ec +pkgver=r510.8613cdc pkgrel=1 pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs" url="https://github.com/ErikReider/SwayNotificationCenter" diff --git a/build-scripts/swaync.rpkg.spec b/build-scripts/swaync.rpkg.spec index 3100687..f2a2ea8 100644 --- a/build-scripts/swaync.rpkg.spec +++ b/build-scripts/swaync.rpkg.spec @@ -2,8 +2,8 @@ %global alt_pkg_name swaync Name: {{{ git_dir_name }}} -Version: 0.9.0 -Release: 2%{?dist} +Version: 0.10.0 +Release: 1%{?dist} Summary: Notification daemon with GTK GUI Provides: desktop-notification-daemon Provides: sway-notification-center = %{version}-%{release} @@ -26,6 +26,7 @@ BuildRequires: pkgconfig(gee-0.8) >= 0.20 BuildRequires: pkgconfig(bash-completion) BuildRequires: pkgconfig(fish) BuildRequires: pkgconfig(libpulse) +BuildRequires: pkgconfig(granite) BuildRequires: systemd-devel BuildRequires: systemd BuildRequires: sassc diff --git a/meson.build b/meson.build index 764907d..dc559c5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('sway-notificaton-center', ['c', 'vala'], - version: '0.9.0', + version: '0.10.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2' ], )