wok-next diff usbutils/receipt @ rev 20095

Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 16:45:22 2017 +0300 (2017-10-28)
parents 9e01bc6321ea
children c4e53a39395a
line diff
     1.1 --- a/usbutils/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/usbutils/receipt	Sat Oct 28 16:45:22 2017 +0300
     1.3 @@ -37,18 +37,6 @@
     1.4  	rm -f $fs/usr/bin/lsusb.py
     1.5  }
     1.6  
     1.7 -# Pre and post install commands for Tazpkg.
     1.8 -# Busybox lsusb does not display human-readable usb.ids hardware info.
     1.9 -# We must remove busybox lsusb symlink before installing.
    1.10 -#
    1.11 -pre_install()
    1.12 -{
    1.13 -	echo "Processing pre-install commands..."
    1.14 -	echo -n "Removing Busybox lsusb... "
    1.15 -	rm -f "$1/usr/bin/lsusb"
    1.16 -	status
    1.17 -}
    1.18 -
    1.19  post_remove()
    1.20  {
    1.21  	ln -s /bin/busybox "$1/usr/bin/lsusb"