Index: PKGBUILD =================================================================== --- PKGBUILD (revision 85742) +++ PKGBUILD (working copy) @@ -2,18 +2,19 @@ pkgname=gsmartcontrol pkgver=0.8.7 -pkgrel=2 +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' 'pcre' 'gtkmm' 'libglademm' 'glib2' 'xorg-xmessage') -optdepends=('polkit: to run gsmartcontrol directly from menu') +depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme') +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 gsmartcontrol.desktop) +source=(http://download.berlios.de/gsmartcontrol/${pkgname}-${pkgver}.tar.bz2 + org.archlinux.pkexec.gsmartcontrol.policy gsmartcontrol.desktop) md5sums=('6d104c2ffc1e693cd1a8052a6d7e3b30' - 'e7b9380849cdcaa4356a42559ea7954f' - '19b20293a639e51fa2abb929a3faae01') + 'e7b9380849cdcaa4356a42559ea7954f' + '71784ea4e6e43d34d28e69c1a8324340') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -32,10 +33,10 @@ make DESTDIR=${pkgdir} install # Install pexec fixed desktop file - install -Dm755 $srcdir/gsmartcontrol.desktop $pkgdir/usr/share/applications/gsmartcontrol.desktop + install -Dm644 $srcdir/gsmartcontrol.desktop $pkgdir/usr/share/applications/gsmartcontrol.desktop # Install pexec file - install -Dm766 $srcdir/org.archlinux.pkexec.gsmartcontrol.policy \ + install -Dm644 $srcdir/org.archlinux.pkexec.gsmartcontrol.policy \ $pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy } Index: gsmartcontrol.desktop =================================================================== --- gsmartcontrol.desktop (revision 85742) +++ gsmartcontrol.desktop (working copy) @@ -4,6 +4,6 @@ GenericName=Hard Disk Health Inspection Comment=Monitor and control SMART data on hard disks Icon=gsmartcontrol -Exec=pkexec /usr/bin/gsmartcontrol +Exec=pkexec --disable-internal-agent /usr/bin/gsmartcontrol Type=Application Categories=GTK;GNOME;System;Filesystem;