Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10764609
D1445.id3719.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D1445.id3719.diff
View Options
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 @@
+<PISI>
+ <Source>
+ <Name>gsmartcontrol</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <License>BSL-1.0</License>
+ <License>GPL-2.0</License>
+ <License>MIT</License>
+ <License>Unlicense</License>
+ <License>Zlib</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Hard disk drive and SSD health inspection tool</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>gsmartcontrol</Name>
+ <Summary xml:lang="en">Hard disk drive and SSD health inspection tool</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="executable">/usr/sbin</Path>
+ <Path fileType="data">/usr/share/applications/gsmartcontrol.desktop</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/gsmartcontrol</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/gsmartcontrol.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/gsmartcontrol.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/22x22/apps/gsmartcontrol.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/gsmartcontrol.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/gsmartcontrol.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/gsmartcontrol.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/gsmartcontrol.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/gsmartcontrol.png</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/usr/share/metainfo/gsmartcontrol.appdata.xml</Path>
+ <Path fileType="data">/usr/share/pixmaps/gsmartcontrol.png</Path>
+ <Path fileType="data">/usr/share/pixmaps/gsmartcontrol.xpm</Path>
+ <Path fileType="data">/usr/share/polkit-1/actions/org.gsmartcontrol.policy</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-11-25</Date>
+ <Version>1.1.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 20 2023, 8:13 AM (11 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5818932
Default Alt Text
D1445.id3719.diff (5 KB)
Attached To
Mode
D1445: Initial version of gsmartcontrol
Attached
Detach File
Event Timeline
Log In to Comment