diff --git a/README.md b/README.md index 12d772e..de800d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # gkrellm +GKrellM is a single process stack of system monitors which supports applying themes +to match its appearance to your window manager, Gtk, or any other theme. + diff --git a/gkrellm.png b/gkrellm.png new file mode 100644 index 0000000..d8be792 Binary files /dev/null and b/gkrellm.png differ diff --git a/gkrellm.spec b/gkrellm.spec new file mode 100644 index 0000000..db947f1 --- /dev/null +++ b/gkrellm.spec @@ -0,0 +1,166 @@ +Name: gkrellm +Version: 2.3.5 +Release: 1mamba +Summary: A GUI single process stack of system monitors +Group: Graphical Desktop/Applications/Administration +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html +Source0: http://members.dslextreme.com/users/billw/gkrellm/gkrellm-%{version}.tar.bz2 +Source1: gkrellm.png +Source2: gkrellm1.png +Source3: gkrellm2.png +License: GPL +BuildRequires: libgcrypt-devel +BuildRequires: libgnutls-devel +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libICE-devel +BuildRequires: libopenssl-devel +BuildRequires: libpango-devel +BuildRequires: libSM-devel +BuildRequires: libX11-devel +BuildRequires: libz-devel +BuildRequires: lm_sensors-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +GKrellM is a single process stack of system monitors which supports applying themes +to match its appearance to your window manager, Gtk, or any other theme. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +GKrellM is a single process stack of system monitors which supports applying themes +to match its appearance to your window manager, Gtk, or any other theme. + +This package contains header files need for development. + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall INSTALL_ROOT=%{buildroot} PREFIX=%{_prefix} +%{__mkdir_p} %{buildroot}%{_datadir}/pixmaps + +%{__install} -m 0644 %{S:1} \ + %{buildroot}%{_datadir}/pixmaps/%{name}.png +# Create the system menu entry +mkdir -p %{buildroot}%{_datadir}/applications +cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF +[Desktop Entry] +Encoding=UTF-8 +Exec=/usr/bin/gkrellm +Icon=/usr/share/pixmaps/gkrellm.png +Name=GKrellM +Name[hi]=जी-क्रेल-एम +GenericName=GNU Krell Monitors +GenericName[ar]=مراقبات GNU Krell +GenericName[az]=GNU Krell Ä°zlÉ™yicilÉ™ri +GenericName[bn]=গনিউ ক্রেল মনিটর +GenericName[bs]=GNU Krell monitori sistema +GenericName[ca]=Monitors Krell de GNU +GenericName[cs]=Monitory GNU Krell +GenericName[cy]=Monitrau Krell GNU +GenericName[da]=GNU Krell-overvÃ¥ning +GenericName[de]=GNU-Krell-Monitore +GenericName[el]=Επόπτες GNU Krell +GenericName[eo]=GNU ekranoj +GenericName[es]=Monitores Krell GNU +GenericName[et]=GNU Krelli monitorid +GenericName[eu]=GNU Krell monitoreak +GenericName[fa]=ناظر کرل گنو +GenericName[fr]=Indicateurs du système GNU Krell +GenericName[gl]=Monitores GNU Krell +GenericName[he]=×ž× ×˜×¨×™ GNU Krell +GenericName[hi]=ग्नू क्रेल मॉनीटर्स +GenericName[hr]=GNU Krell Monitori +GenericName[hu]=GNU Krell-monitor +GenericName[is]=GNU Krell eftirlit +GenericName[it]=Monitor GNU di Krell +GenericName[ja]=GNU Krell システムモニター +GenericName[mk]=GNU Krell Системски монитори +GenericName[mn]=GNU Krell систем хянагч +GenericName[nb]=GNU Krell systemovervÃ¥ker +GenericName[nds]=Monitor för GNU Krell +GenericName[nn]=GNU Krell, systemovervaking +GenericName[pa]=GNU ਕੇਰੀਲ ਜਾਂਚਕਾਰ +GenericName[pl]=Monitor systemu GNU Krell +GenericName[pt]=Monitores Krell da GNU +GenericName[pt_BR]=Monitores Krell GNU +GenericName[ro]=Monitoare Krell GNU +GenericName[ru]=Мониторы GNU Krell +GenericName[se]=GNU Krell, vuogádatgoziheapmi +GenericName[sk]=GNU Krell Monitory +GenericName[sl]=Monitorji GNU Krell +GenericName[sr]=GNU Krell монитори +GenericName[sr@Latn]=GNU Krell monitori +GenericName[sv]=GNU Krell-övervakare +GenericName[ta]=GNU Krell திரைகள் +GenericName[tg]=Нозири GNU Krell +GenericName[tr]=GNU Krell Ä°zleyiciler +GenericName[uz]=GNU Krell мониторлари +GenericName[vi]=Trình theo dõi GNU Krell +GenericName[zh_CN]=GNU Krell 监视器 +GenericName[zh_TW]=GNU Krell 監視器 +Terminal=false +Type=Application +Categories=Application;System;Monitor; +EOF + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/gkrellm +%{_bindir}/gkrellmd +%{_datadir}/pixmaps/%{name}.png +%{_datadir}/applications/%{name}.desktop +%{_mandir}/man1/gkrellm.1.gz +%{_mandir}/man1/gkrellmd.1.gz +%doc CREDITS README + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/gkrellm2 +%{_includedir}/gkrellm2/*.h +%{_libdir}/pkgconfig/gkrellm.pc + +%changelog +* Fri Oct 15 2010 Automatic Build System 2.3.5-1mamba +- automatic update by autodist + +* Wed Jan 13 2010 Automatic Build System 2.3.4-1mamba +- automatic update by autodist + +* Mon Feb 02 2009 Silvan Calarco 2.3.2-2mamba +- automatic rebuild by autodist + +* Sat Nov 01 2008 gil 2.3.2-1mamba +- update to 2.3.2 +- added package devel + +* Tue Jul 22 2008 gil 2.3.1-1mamba +- update to 2.3.1 +- added desktop file + +* Tue May 29 2007 Silvan Calarco 2.2.10-1mamba +- package created by autospec diff --git a/gkrellm1.png b/gkrellm1.png new file mode 100644 index 0000000..3201ad8 Binary files /dev/null and b/gkrellm1.png differ diff --git a/gkrellm2.png b/gkrellm2.png new file mode 100644 index 0000000..d9b2fe4 Binary files /dev/null and b/gkrellm2.png differ