Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=211
This commit is contained in:
commit
0312375941
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-system-monitor.git</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
gnome-system-monitor-46.0.obscpio
Normal file
3
gnome-system-monitor-46.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11568708fe857d7ba39edb6abdf8b05aaaba7b914e6a244fdf906e1d695be6e0
|
||||
size 7864845
|
3
gnome-system-monitor-47.0.obscpio
Normal file
3
gnome-system-monitor-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52aaffe223728edea953572867926e92ff90427f18384942ffd2c6149f5ef6d7
|
||||
size 8131085
|
2011
gnome-system-monitor.changes
Normal file
2011
gnome-system-monitor.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
gnome-system-monitor.obsinfo
Normal file
4
gnome-system-monitor.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gnome-system-monitor
|
||||
version: 47.0
|
||||
mtime: 1726338020
|
||||
commit: 1dc92ba29bcbe5e44a8ca489c76cb399aab846d9
|
93
gnome-system-monitor.spec
Normal file
93
gnome-system-monitor.spec
Normal file
@ -0,0 +1,93 @@
|
||||
#
|
||||
# spec file for package gnome-system-monitor
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gnome-system-monitor
|
||||
Version: 47.0
|
||||
Release: 0
|
||||
Summary: A process monitor for the GNOME desktop
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Apps/SystemMonitor
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gdk-x11-3.0)
|
||||
BuildRequires: pkgconfig(giomm-2.68)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.55.0
|
||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.46
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gtk4) >= 3.22.0
|
||||
BuildRequires: pkgconfig(gtkmm-4.0) >= 3.3.18
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libgtop-2.0) >= 2.41.2
|
||||
BuildRequires: pkgconfig(libhandy-1) >= 1.5.0
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.35
|
||||
BuildRequires: pkgconfig(libsystemd) >= 44
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.0
|
||||
|
||||
%description
|
||||
GNOME-system-monitor is a process and system monitor for the GNOME
|
||||
Desktop. It shows you what programs are running and how much
|
||||
processor time, memory, and disk space are being used.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dwnck=false \
|
||||
-Dsystemd=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/gnome-system-monitor
|
||||
%{_datadir}/applications/gnome-system-monitor-kde.desktop
|
||||
%{_datadir}/applications/org.gnome.SystemMonitor.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
|
||||
%{_datadir}/metainfo/org.gnome.SystemMonitor.appdata.xml
|
||||
%dir %{_datadir}/polkit-1
|
||||
%dir %{_datadir}/polkit-1/actions
|
||||
%{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
|
||||
%dir %{_libexecdir}/%{name}/
|
||||
%{_libexecdir}/%{name}/gsm-kill
|
||||
%{_libexecdir}/%{name}/gsm-renice
|
||||
%{_libexecdir}/%{name}/gsm-taskset
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/gsm.gresource
|
||||
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user