2010-04-16 09:15:36 +00:00
|
|
|
# Template file for 'gksu'
|
|
|
|
pkgname=gksu
|
|
|
|
version=2.0.2
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=5
|
2010-04-16 09:15:36 +00:00
|
|
|
distfiles="http://people.debian.org/~kov/gksu/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-16 17:46:38 +00:00
|
|
|
configure_args="--disable-gtk-doc --disable-static"
|
2010-04-16 09:15:36 +00:00
|
|
|
short_desc="GTK+ frontend to su and sudo commands"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=a1de3dca039d88c195fcdc9516379439a1d699750417f1e655aa2101a955ee5a
|
|
|
|
long_desc="
|
|
|
|
gksu is a Gtk+ frontend to /bin/su and sudo. It supports login shells and
|
|
|
|
preserving environment when acting as a su frontend. It is useful to menu
|
|
|
|
items or other graphical programs that need to ask a user's password to
|
|
|
|
run another program as another user."
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build libgksu-devel
|
|
|
|
Add_dependency build startup-notification-devel
|
|
|
|
Add_dependency build libgnome-keyring-devel
|
|
|
|
Add_dependency build GConf-devel
|
|
|
|
Add_dependency build nautilus-devel
|
|
|
|
Add_dependency build gtk+-devel
|
|
|
|
Add_dependency build atk-devel
|
|
|
|
Add_dependency build glib-devel
|
|
|
|
Add_dependency build pango-devel
|
|
|
|
Add_dependency build cairo-devel
|
|
|
|
Add_dependency build freetype-devel
|
|
|
|
Add_dependency build fontconfig-devel
|
|
|
|
|
|
|
|
Add_dependency full sudo
|
|
|
|
Add_dependency full desktop-file-utils
|
2010-04-16 09:37:59 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -vf ${DESTDIR}/usr/lib/nautilus/extensions-2.0/*.a
|
|
|
|
sed -i -e "s|/usr/bin/x-terminal-emulator|-l gnome-terminal|g" \
|
|
|
|
${DESTDIR}/usr/share/applications/gksu.desktop
|
|
|
|
echo "TryExec=gnome-terminal" >> \
|
|
|
|
${DESTDIR}/usr/share/applications/gksu.desktop
|
|
|
|
chmod 644 ${DESTDIR}/usr/share/applications/gksu.desktop
|
|
|
|
}
|