mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-28 21:31:19 +03:00
Bumped version to v0.8.0
This commit is contained in:
parent
14c830a11d
commit
2fc7d78013
@ -1,6 +1,6 @@
|
||||
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
||||
pkgname=swaync
|
||||
pkgver=0.7.3
|
||||
pkgver=0.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
|
||||
_pkgfoldername=SwayNotificationCenter
|
||||
@ -27,4 +27,4 @@ package() {
|
||||
DESTDIR="$pkgdir/" ninja -C build install
|
||||
install -Dm644 "$_pkgfoldername-$pkgver/COPYING" -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
install -Dm644 "$_pkgfoldername-$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
||||
pkgname=swaync-git
|
||||
_pkgname=swaync
|
||||
pkgver=v0.7.3.r1.g3f35290
|
||||
pkgver=v0.8.0.r418.14c830a
|
||||
pkgrel=1
|
||||
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
|
||||
url="https://github.com/ErikReider/SwayNotificationCenter"
|
||||
@ -41,4 +41,4 @@ package() {
|
||||
DESTDIR="$pkgdir/" ninja -C build install
|
||||
install -Dm644 "$_pkgfoldername-$pkgver/COPYING" -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
install -Dm644 "$_pkgfoldername-$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# vim: syntax=spec
|
||||
Name: {{{ git_dir_name }}}
|
||||
Version: 0.7.3
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Notification daemon with GTK GUI
|
||||
Provides: desktop-notification-daemon
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('sway-notificaton-center', ['c', 'vala'],
|
||||
version: '0.7.3',
|
||||
version: '0.8.0',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [ 'warning_level=2' ],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user