diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,18 @@ +libatkmm-1.6.so.1 +libc.so.6 +libcairo.so.2 +libcairomm-1.0.so.1 +libgcc_s.so.1 +libgdk-3.so.0 +libgdkmm-3.0.so.1 +libglib-2.0.so.0 +libglibmm-2.4.so.1 +libgobject-2.0.so.0 +libgtk-3.so.0 +libgtkmm-3.0.so.1 +libm.so.6 +libpangomm-1.4.so.1 +libpcrecpp.so.0 +libpthread.so.0 +libsigc-2.0.so.0 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,31 @@ +name : gsmartcontrol +version : 1.1.3 +release : 1 +source : + - https://netcologne.dl.sourceforge.net/project/gsmartcontrol/1.1.3/gsmartcontrol-1.1.3.tar.bz2 : b64f62cffa4430a90b6d06cd52ebadd5bcf39d548df581e67dfb275a673b12a9 +license : + - BSD-3-Clause + - BSL-1.0 + - GPL-2.0 + - MIT + - Unlicense + - Zlib +component : system.utils +summary : Hard disk drive and SSD health inspection tool +description: | + GSmartControl is a graphical user interface for smartctl + (from smartmontools package), which is a tool for querying and controlling + SMART (Self-Monitoring, Analysis, and Reporting Technology) data on modern + hard disk and solid-state drives. It allows you to inspect the drive's + SMART data to determine its health, as well as run various tests on it. +builddeps : + - pkgconfig(gtkmm-3.0) + - pkgconfig(libpcrecpp) +rundeps : + - smartmontools +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,64 @@ + + + gsmartcontrol + + Pierre-Yves + pyu@riseup.net + + BSD-3-Clause + BSL-1.0 + GPL-2.0 + MIT + Unlicense + Zlib + system.utils + Hard disk drive and SSD health inspection tool + GSmartControl is a graphical user interface for smartctl +(from smartmontools package), which is a tool for querying and controlling +SMART (Self-Monitoring, Analysis, and Reporting Technology) data on modern +hard disk and solid-state drives. It allows you to inspect the drive's +SMART data to determine its health, as well as run various tests on it. + + https://solus-project.com/sources/README.Solus + + + gsmartcontrol + Hard disk drive and SSD health inspection tool + GSmartControl is a graphical user interface for smartctl +(from smartmontools package), which is a tool for querying and controlling +SMART (Self-Monitoring, Analysis, and Reporting Technology) data on modern +hard disk and solid-state drives. It allows you to inspect the drive's +SMART data to determine its health, as well as run various tests on it. + + system.utils + + /usr/bin + /usr/sbin + /usr/share/applications/gsmartcontrol.desktop + /usr/share/doc + /usr/share/gsmartcontrol + /usr/share/icons/hicolor/128x128/apps/gsmartcontrol.png + /usr/share/icons/hicolor/16x16/apps/gsmartcontrol.png + /usr/share/icons/hicolor/22x22/apps/gsmartcontrol.png + /usr/share/icons/hicolor/24x24/apps/gsmartcontrol.png + /usr/share/icons/hicolor/256x256/apps/gsmartcontrol.png + /usr/share/icons/hicolor/32x32/apps/gsmartcontrol.png + /usr/share/icons/hicolor/48x48/apps/gsmartcontrol.png + /usr/share/icons/hicolor/64x64/apps/gsmartcontrol.png + /usr/share/man + /usr/share/metainfo/gsmartcontrol.appdata.xml + /usr/share/pixmaps/gsmartcontrol.png + /usr/share/pixmaps/gsmartcontrol.xpm + /usr/share/polkit-1/actions/org.gsmartcontrol.policy + + + + + 2017-11-25 + 1.1.3 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file