commit 9c08c64b7c991ffef2319fb9cda814f3b173a559 Author: Juergen Daubert <jue@jue.li> Date: Thu Dec 12 11:42:24 2019 +0100 iso-codes: update to 4.4, dependency change python -> python3 diff --git a/iso-codes/.footprint b/iso-codes/.footprint index 64bb0da61..67485542c 100644 --- a/iso-codes/.footprint +++ b/iso-codes/.footprint @@ -1,7 +1,4 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/iso-codes.pc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/iso-codes/ drwxr-xr-x root/root usr/share/iso-codes/json/ @@ -21,6 +18,8 @@ drwxr-xr-x root/root usr/share/iso-codes/json/ -rw-r--r-- root/root usr/share/iso-codes/json/schema-639-2.json -rw-r--r-- root/root usr/share/iso-codes/json/schema-639-3.json -rw-r--r-- root/root usr/share/iso-codes/json/schema-639-5.json +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/iso-codes.pc drwxr-xr-x root/root usr/share/xml/ drwxr-xr-x root/root usr/share/xml/iso-codes/ -rw-r--r-- root/root usr/share/xml/iso-codes/iso_15924.xml diff --git a/iso-codes/.signature b/iso-codes/.signature index 0ee1cc3dd..ac61acbf6 100644 --- a/iso-codes/.signature +++ b/iso-codes/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/R0n4ywzGQS2mkTsb6DnKN8Aq/XDve14uc3lDCeEe5DD2SXoife79Mv8sTtXOsZKmA+WwGdVc5Ur+ZSPwHoBFQs= -SHA256 (Pkgfile) = 0d1ab8d837046ad2664fd243c97033bab8bc2cadaa918d02fefcb498e4101b25 -SHA256 (.footprint) = 4b24888cedc2f01374f7e36c6a7cc30ff5c106ef2a00ebc4f4cb90cc16ba26bf -SHA256 (iso-codes-3.79.tar.xz) = cbafd36cd4c588a254c0a5c42e682190c3784ceaf2a098da4c9c4a0cbc842822 +RWSE3ohX2g5d/azDXxiC1UWm5hcnmbzbhmB50tuHn5Y+sAqBoAd8N4fbaW2loW2Ow9FdTOeet0RcGKTHC+jLgCFW1M3aTU/LjQY= +SHA256 (Pkgfile) = 15eb524f08628d0a6fdc0636623629410eb913d541ff2a50323396e706f21543 +SHA256 (.footprint) = 0a1d30b6bec0054f5efc0b751d6aa72c7f71bfff948cba60450195323b1e0f0b +SHA256 (iso-codes-iso-codes-4.4.tar.bz2) = c676a78bb56b47638edbe0fc35570f88705e350f03e69adbac550d743ee3a00b diff --git a/iso-codes/Pkgfile b/iso-codes/Pkgfile index 6dfae371e..ea2ae66df 100644 --- a/iso-codes/Pkgfile +++ b/iso-codes/Pkgfile @@ -1,21 +1,20 @@ # Description: ISO Country/Language/Currency codes -# URL: https://salsa.debian.org/iso-codes-team/iso-codes -# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net -# Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: gettext python +# URL: https://salsa.debian.org/iso-codes-team/iso-codes +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: gettext python3 name=iso-codes -version=3.79 +version=4.4 release=1 -source=(https://salsa.debian.org/iso-codes-team/iso-codes/uploads/ef8de8bc12e0512d26...) +source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/iso-codes-$versi...) build() { - cd $name-$version + cd $name-$name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr - make - make pkgconfigdir=/usr/lib/pkgconfig DESTDIR=$PKG install + make + make DESTDIR=$PKG install - rm -rf $PKG/usr/share/locale + rm -r $PKG/usr/share/locale }