wok-next diff pciids/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents d43bf7aae921
children d5aab818505e
line diff
     1.1 --- a/pciids/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/pciids/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="pciids"
     1.7 -VERSION="20180315"
     1.8 -COMMIT="61a335a"
     1.9 +VERSION="20180517"
    1.10 +COMMIT="665b77e"
    1.11  CATEGORY="misc"
    1.12  SHORT_DESC="List of PCI ID's"
    1.13  MAINTAINER="slaxemulator@gmail.com"
    1.14 @@ -14,7 +14,7 @@
    1.15  
    1.16  compile_rules() {
    1.17  	gzip -1 pci.ids
    1.18 -	install -Dm644 pci.ids.gz $install/usr/share/misc/pci.ids.gz
    1.19 +	install -Dm644 pci.ids.gz $install/usr/share/hwdata/pci.ids.gz
    1.20  }
    1.21  
    1.22  genpkg_rules() {