|
@@ -13,7 +13,7 @@
|
|
Summary: Gnome system monitor
|
|
Summary: Gnome system monitor
|
|
Summary(ja): GNOMEシステムモニタ
|
|
Summary(ja): GNOMEシステムモニタ
|
|
Name: gnome-system-monitor
|
|
Name: gnome-system-monitor
|
|
-Version: 3.20.1
|
|
+Version: 3.30.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
|
|
|
|
@@ -34,11 +34,11 @@ BuildRequires: librsvg2-devel >= %{librsvg2_version}
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
BuildRequires: yelp-tools
|
|
BuildRequires: yelp-tools
|
|
|
|
+BuildRequires: meson
|
|
Obsoletes: gtop
|
|
Obsoletes: gtop
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: Takemikaduchi
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
gnome-system-monitor is a simple process and system monitor.
|
|
gnome-system-monitor is a simple process and system monitor.
|
|
@@ -50,14 +50,16 @@ GNOMEシステムモニタはプロセスとシステムのためのシンプル
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-scrollkeeper
|
|
+%meson \
|
|
-make %{?_smp_mflags}
|
|
+ -Dsystemd=false
|
|
|
|
+
|
|
|
|
+%meson_build
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
-make install DESTDIR=$RPM_BUILD_ROOT
|
|
+%meson_install
|
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
|
|
desktop-file-install --vendor gnome --delete-original \
|
|
desktop-file-install --vendor gnome --delete-original \
|
|
@@ -90,12 +92,23 @@ fi
|
|
%{_bindir}/gnome-system-monitor
|
|
%{_bindir}/gnome-system-monitor
|
|
%{_libexecdir}/%{name}/gsm-kill
|
|
%{_libexecdir}/%{name}/gsm-kill
|
|
%{_libexecdir}/%{name}/gsm-renice
|
|
%{_libexecdir}/%{name}/gsm-renice
|
|
-%{_datadir}/appdata/gnome-system-monitor.appdata.xml
|
|
+%{_datadir}/%{name}
|
|
|
|
+%{_datadir}/icons/hicolor/16x16/apps/*png
|
|
|
|
+%{_datadir}/icons/hicolor/22x22/apps/*png
|
|
|
|
+%{_datadir}/icons/hicolor/24x24/apps/*png
|
|
|
|
+%{_datadir}/icons/hicolor/32x32/apps/*png
|
|
|
|
+%{_datadir}/icons/hicolor/48x48/apps/*png
|
|
|
|
+%{_datadir}/icons/hicolor/512x512/apps/*png
|
|
|
|
+%{_datadir}/icons/hicolor/symbolic/apps/*svg
|
|
|
|
+%{_datadir}/metainfo/gnome-system-monitor.appdata.xml
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/glib-2.0/schemas/*.xml
|
|
%{_datadir}/glib-2.0/schemas/*.xml
|
|
%{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
|
|
%{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
|
|
* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|