commit dedc922ea094bee5fea48b2dc27b3ea5cc2ec7e639662cb4095986cd97ad791c Author: Nelson Marques Date: Wed Nov 7 16:20:01 2012 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/mate-system-monitor-1.4.0.tar.xz b/mate-system-monitor-1.4.0.tar.xz new file mode 100644 index 0000000..127b768 --- /dev/null +++ b/mate-system-monitor-1.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331919edb9049c14c96687edde16cec14b7f7815d422da15cd7f1ce6c9c287a9 +size 1908152 diff --git a/mate-system-monitor.changes b/mate-system-monitor.changes new file mode 100644 index 0000000..6eb828b --- /dev/null +++ b/mate-system-monitor.changes @@ -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 + diff --git a/mate-system-monitor.spec b/mate-system-monitor.spec new file mode 100644 index 0000000..7d33976 --- /dev/null +++ b/mate-system-monitor.spec @@ -0,0 +1,104 @@ +# +# spec file for mate-system-monitor +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 Nelson Marques +# +# 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 diff --git a/side-openSUSE.png b/side-openSUSE.png new file mode 100644 index 0000000..15aa0d9 --- /dev/null +++ b/side-openSUSE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6315a1f51f98df527ecb60036912f4879f9027dcd51de81026f9e79adba5154 +size 6964