mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
gcr: update to 3.41.1
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
8a213b123da439a0b30865be6de000ef fix-meson-invalid-kw-argument.patch
|
||||
fa34048b5562f80587a71d11931a7c29 gcr-3.40.0.tar.xz
|
||||
c1e98af977236255006e11e8f8cfbaca gcr-3.41.1.tar.xz
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
gcr-3.40.0-1
|
||||
gcr-3.41.1-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/gcr-viewer
|
||||
@@ -70,6 +70,7 @@ drwxr-xr-x root/root usr/include/gcr-3/ui/
|
||||
-rw-r--r-- root/root usr/include/gcr-3/ui/gcr-viewer.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/gcr-prompter
|
||||
-rwxr-xr-x root/root usr/lib/gcr-ssh-agent
|
||||
-rwxr-xr-x root/root usr/lib/gcr-ssh-askpass
|
||||
drwxr-xr-x root/root usr/lib/girepository-1.0/
|
||||
-rw-r--r-- root/root usr/lib/girepository-1.0/Gck-1.typelib
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# description : Libraries used for displaying certificates and accessing key stores
|
||||
# depends : glib libgcrypt p11-kit gtk3 gobject-introspection vala meson gnupg
|
||||
# depends : glib libgcrypt libsecret libxslt p11-kit gtk3 gobject-introspection vala meson gnupg openssh
|
||||
|
||||
name=gcr
|
||||
version=3.40.0
|
||||
version=3.41.1
|
||||
release=1
|
||||
source="https://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz
|
||||
source="https://download.gnome.org/sources/gcr/${version%.*}/$name-$version.tar.xz
|
||||
fix-meson-invalid-kw-argument.patch"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -Np1 -i ../fix-meson-invalid-kw-argument.patch
|
||||
#patch -Np1 -i ../fix-meson-invalid-kw-argument.patch
|
||||
sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml
|
||||
venom-meson -Dgtk_doc=false build
|
||||
venom-meson build -Dgtk_doc=false
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user