implement juan's suggestions
This commit is contained in:
parent
64ebdf4398
commit
bf933729e1
2 changed files with 2 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
|||
# INSTALL
|
||||
case "$ACTION" in
|
||||
pre)
|
||||
# Actions to execute before the package files are unpacked.
|
||||
;;
|
||||
post)
|
||||
# actions to execute if package is being installed/updated.
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
;;
|
||||
esac
|
|
@ -4,6 +4,7 @@ pkgname="xfce4-clipman-plugin"
|
|||
version="1.2.6"
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
depends="gtk-update-icon-cache"
|
||||
makedepends="gtk+-devel xfce4-panel-devel libunique1-devel libXtst-devel qrencode-devel exo-devel libxfce4ui-devel"
|
||||
hostmakedepends="intltool pkg-config"
|
||||
short_desc="A clipboard plugin for the Xfce4 panel"
|
||||
|
|
Loading…
Reference in a new issue