osc copypac from project:X11:MATE package:mate-system-monitor revision:4
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=1
This commit is contained in:
commit
dedc922ea0
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
|
3
mate-system-monitor-1.4.0.tar.xz
Normal file
3
mate-system-monitor-1.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:331919edb9049c14c96687edde16cec14b7f7815d422da15cd7f1ce6c9c287a9
|
||||
size 1908152
|
11
mate-system-monitor.changes
Normal file
11
mate-system-monitor.changes
Normal file
@ -0,0 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 17:19:01 UTC 2012 - nmo.marques@gmail.com
|
||||
|
||||
- add side-openSUSE.png: add openSUSE branded icon instead of the
|
||||
upstream ugly one!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 8 16:09:56 UTC 2012 - nmo.marques@gmail.com
|
||||
|
||||
- initial package from version 1.4.0
|
||||
|
104
mate-system-monitor.spec
Normal file
104
mate-system-monitor.spec
Normal file
@ -0,0 +1,104 @@
|
||||
#
|
||||
# spec file for mate-system-monitor
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Nelson Marques <nmo.marques@gmail.com>
|
||||
#
|
||||
# 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 http://bugs.opensuse.org/
|
||||
|
||||
|
||||
Name: mate-system-monitor
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: MATE Desktop system monitor
|
||||
Url: http://mate-desktop.org
|
||||
Group: System/GUI/Other
|
||||
Source0: http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
|
||||
# openSUSE branded image to replace original
|
||||
Source1: side-openSUSE.png
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libxml2-python
|
||||
BuildRequires: mate-common
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(libgtop-2.0)
|
||||
BuildRequires: pkgconfig(libmatewnck)
|
||||
BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(glibmm-2.4)
|
||||
BuildRequires: pkgconfig(giomm-2.4)
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(gtkmm-2.4)
|
||||
BuildRequires: pkgconfig(mateconf-2.0)
|
||||
BuildRequires: pkgconfig(mate-doc-utils)
|
||||
BuildRequires: pkgconfig(mate-icon-theme)
|
||||
BuildRequires: pkgconfig(gtkmm-2.4)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
%mateconf_schemas_requires
|
||||
|
||||
%lang_package
|
||||
|
||||
%description
|
||||
Process viewer and system resource monitor for the MATE. This package
|
||||
allows you to graphically view and manipulate the running processes on
|
||||
your system. It also provides an overview of available resources such
|
||||
as CPU and memory.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--disable-static \
|
||||
--libexecdir=/usr/lib/${pkgname} \
|
||||
--disable-scrollkeeper \
|
||||
--disable-schemas-install
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%find_lang %{name}
|
||||
%find_mateconf_schemas
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
%fdupes %{buildroot}%{_datadir}/mate
|
||||
if [ -f %{buildroot}%{_datadir}/pixmaps/%{name}/side.png ]; then
|
||||
rm %{buildroot}%{_datadir}/pixmaps/%{name}/side.png
|
||||
install -D -m 0644 %{S:1} %{buildroot}%{_datadir}/pixmaps/%{name}/side.png
|
||||
fi
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING
|
||||
%dir %{_datadir}/mateconf/schemas
|
||||
%{_bindir}/mate-system-monitor
|
||||
%{_datadir}/applications/mate-system-monitor.desktop
|
||||
%{_datadir}/pixmaps/%{name}/
|
||||
%{_datadir}/mate/help/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
3
side-openSUSE.png
Normal file
3
side-openSUSE.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6315a1f51f98df527ecb60036912f4879f9027dcd51de81026f9e79adba5154
|
||||
size 6964
|
Loading…
x
Reference in New Issue
Block a user