1
0
forked from ports/contrib

gcr: 3.28.1 -> 3.34.0

This commit is contained in:
Danny Rawlins 2019-11-09 20:15:15 +11:00
parent 0b71b4ddd0
commit 5bc828457c
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3w1Y35LaWCCX9OmObOxUFjsC2DhMOx0vwrKO5a1tWJ6Claxfq8h1MWgiWU9sUJpRN9UcJrsfkzFsIVK/olv1Zgk=
SHA256 (Pkgfile) = f4fa97ab251864e1d2733654925195953032083057a0d8d3894af14e971e866b
RWSagIOpLGJF34+RNTznhtaX06lrrg96/48NvnlOqB3yC8LsLA8cgH72v7nDzAVOUkqpTVy17PZL+NdwRAx62tPfb72nsx/5Xgo=
SHA256 (Pkgfile) = adff4058c28d3a13ed89ea6d128c975006715e474252e6be285801fa9443399a
SHA256 (.footprint) = cc04ed14b619adae4b650295c1ba452974007f1486c98f87062d2e73c92310ef
SHA256 (gcr-3.28.1.tar.xz) = 95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b
SHA256 (gcr-3.34.0.tar.xz) = 29df50974a90987af694c0fb8926a6b366e68cacd8abd813817cfe1eb5d54524

View File

@ -1,10 +1,10 @@
# Description: Libraries for cryptographic UIs and accessing PKCS#11 modules.
# URL: https://developer.gnome.org/gcr/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gnupg gtk3 p11-kit util-linux vala xorg-libxcomposite xorg-libxcursor xorg-libxinerama
# Depends on: gnupg gtk3 p11-kit vala xorg-libxcomposite xorg-libxcursor xorg-libxinerama
name=gcr
version=3.28.1
version=3.34.0
release=1
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
@ -16,11 +16,12 @@ build() {
--libexecdir=/usr/lib/gcr \
--disable-update-icon-cache \
--disable-update-mime \
--disable-gtk-doc \
--disable-nls
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{locale,gtk-doc}
rm -r $PKG/usr/share/gtk-doc
}