Remove gksu: obsolete.
This commit is contained in:
parent
09f985266a
commit
0c32ecb589
2 changed files with 0 additions and 68 deletions
|
@ -1,25 +0,0 @@
|
||||||
libgksu2.so.0
|
|
||||||
libgtk-x11-2.0.so.0
|
|
||||||
libgobject-2.0.so.0
|
|
||||||
libglib-2.0.so.0
|
|
||||||
libpthread.so.0
|
|
||||||
libc.so.6
|
|
||||||
libstartup-notification-1.so.0
|
|
||||||
libgnome-keyring.so.0
|
|
||||||
libgconf-2.so.4
|
|
||||||
libnautilus-extension.so.1
|
|
||||||
libgtk-3.so.0
|
|
||||||
libgdk-3.so.0
|
|
||||||
libatk-1.0.so.0
|
|
||||||
libgio-2.0.so.0
|
|
||||||
libpangoft2-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
|
||||||
libgdk_pixbuf-2.0.so.0
|
|
||||||
libcairo-gobject.so.2
|
|
||||||
libcairo.so.2
|
|
||||||
libpango-1.0.so.0
|
|
||||||
libfreetype.so.6
|
|
||||||
libfontconfig.so.1
|
|
||||||
libgmodule-2.0.so.0
|
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
|
|
@ -1,43 +0,0 @@
|
||||||
# Template file for 'gksu'
|
|
||||||
pkgname=gksu
|
|
||||||
version=2.0.2
|
|
||||||
revision=5
|
|
||||||
distfiles="http://people.debian.org/~kov/gksu/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--disable-gtk-doc --disable-static"
|
|
||||||
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
|
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue