mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
1dda5db62a
* fix: elementary-notifications
Signed-off-by: madomado <madonuko@outlook.com>
* Update elementary-notifications.spec
Signed-off-by: madomado <madonuko@outlook.com>
---------
Signed-off-by: madomado <madonuko@outlook.com>
(cherry picked from commit a35bba4e97)
Co-authored-by: madomado <madonuko@outlook.com>
64 lines
1.2 KiB
RPMSpec
64 lines
1.2 KiB
RPMSpec
%global srcname notifications
|
|
%global appname io.elementary.notifications
|
|
|
|
|
|
Name: elementary-notifications
|
|
Version: 8.0.0
|
|
Release: 1%?dist
|
|
Summary: GTK Notification server for Pantheon
|
|
|
|
License: GPL-3.0
|
|
URL: https://github.com/elementary/%{srcname}
|
|
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: libappstream-glib
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: libcanberra-gtk3
|
|
BuildRequires: pkgconfig(granite) >= 6.0.0
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.6
|
|
BuildRequires: pkgconfig(libhandy-1) >= 0.91.0
|
|
BuildRequires: meson
|
|
BuildRequires: vala
|
|
|
|
Provides: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description
|
|
%summary.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{srcname}-%{version}
|
|
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
|
|
%check
|
|
appstream-util validate-relax --nonet %buildroot%_datadir/metainfo/%appname.metainfo.xml
|
|
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md
|
|
|
|
%{_bindir}/%{appname}
|
|
%{_bindir}/%{appname}.demo
|
|
%{_datadir}/applications/%{appname}.demo.desktop
|
|
|
|
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
|
%{_metainfodir}/%{appname}.metainfo.xml
|
|
|
|
|
|
%changelog
|
|
* Wed Nov 09 2022 Cappy Ishihara <cappy@cappuchino.xyz> - 6.0.3-1
|
|
- Packaged
|