diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gsmartcontrol | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gsmartcontrol')
-rw-r--r-- | community/gsmartcontrol/PKGBUILD | 50 | ||||
-rw-r--r-- | community/gsmartcontrol/gsmartcontrol.desktop | 9 | ||||
-rw-r--r-- | community/gsmartcontrol/gsmartcontrol.install | 14 | ||||
-rw-r--r-- | community/gsmartcontrol/org.archlinux.pkexec.gsmartcontrol.policy | 19 |
4 files changed, 0 insertions, 92 deletions
diff --git a/community/gsmartcontrol/PKGBUILD b/community/gsmartcontrol/PKGBUILD deleted file mode 100644 index 852b0ea58..000000000 --- a/community/gsmartcontrol/PKGBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# Maintainer: Jelle van der Waa <jelle@vdwaa.nl> - -pkgname=gsmartcontrol -pkgver=0.8.7 -pkgrel=3 -pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool." -arch=('i686' 'x86_64') -url="http://gsmartcontrol.berlios.de/home/index.php/en/Home" -license=('GPL3') -depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme' 'polkit') -optdepends=('polkit-gnome: to run gsmartcontrol directly from menu') -install=${pkgname}.install -source=(http://download.berlios.de/gsmartcontrol/${pkgname}-${pkgver}.tar.bz2 - org.archlinux.pkexec.gsmartcontrol.policy) -md5sums=('6d104c2ffc1e693cd1a8052a6d7e3b30' - 'e403f8e06e6b8a3d1a99da5e584b2257') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -check() { - cd ${srcdir}/${pkgname}-${pkgver} - make check -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install - - # We need rename the original binary - mv "${pkgdir}/usr/bin/gsmartcontrol" "${pkgdir}/usr/bin/gsmartcontrol.elf" - - # Install launcher script - echo '#!/bin/sh' > ${pkgdir}/usr/bin/gsmartcontrol - echo 'pkexec --disable-internal-agent "/usr/bin/gsmartcontrol.elf" "$@"' \ - >> ${pkgdir}/usr/bin/gsmartcontrol - chmod 755 ${pkgdir}/usr/bin/gsmartcontrol - - # Modify desktop file - sed -i -e "s|^Exec=.*|Exec=/usr/bin/gsmartcontrol|" \ - "${pkgdir}/usr/share/applications/gsmartcontrol.desktop" - - # Install policy file - install -Dm766 $srcdir/org.archlinux.pkexec.gsmartcontrol.policy \ - $pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy -} diff --git a/community/gsmartcontrol/gsmartcontrol.desktop b/community/gsmartcontrol/gsmartcontrol.desktop deleted file mode 100644 index e65a26ef6..000000000 --- a/community/gsmartcontrol/gsmartcontrol.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=GSmartControl -GenericName=Hard Disk Health Inspection -Comment=Monitor and control SMART data on hard disks -Icon=gsmartcontrol -Exec=pkexec /usr/bin/gsmartcontrol -Type=Application -Categories=GTK;GNOME;System;Filesystem; diff --git a/community/gsmartcontrol/gsmartcontrol.install b/community/gsmartcontrol/gsmartcontrol.install deleted file mode 100644 index f636406f2..000000000 --- a/community/gsmartcontrol/gsmartcontrol.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true - echo 'If you use a lightweight windowmanager, remember to run' - echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable' - echo 'graphical authentication, which may be needed for pkexec to work.' -} - -post_upgrade() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_remove() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} diff --git a/community/gsmartcontrol/org.archlinux.pkexec.gsmartcontrol.policy b/community/gsmartcontrol/org.archlinux.pkexec.gsmartcontrol.policy deleted file mode 100644 index b71db7904..000000000 --- a/community/gsmartcontrol/org.archlinux.pkexec.gsmartcontrol.policy +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC - "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" - "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <action id="org.archlinux.pkexec.gsmartcontrol"> - <message>Authentication is required to run the GSmartControl</message> - <icon_name>gsmartcontrol</icon_name> - <defaults> - <allow_any>auth_admin</allow_any> - <allow_inactive>auth_admin</allow_inactive> - <allow_active>auth_admin</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gsmartcontrol.elf</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> - -</policyconfig> |