ports/contrib (3.5): libgnome-keyring: initial commit, version 3.12.0
commit f907fc34e99ce97183b7e477417e66e75c651f4a Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 14 21:38:59 2020 +0000 libgnome-keyring: initial commit, version 3.12.0 diff --git a/libgnome-keyring/.footprint b/libgnome-keyring/.footprint new file mode 100644 index 000000000..020acc3e7 --- /dev/null +++ b/libgnome-keyring/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/gnome-keyring-1/ +-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring-memory.h +-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring-result.h +-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/girepository-1.0/ +-rw-r--r-- root/root usr/lib/girepository-1.0/GnomeKeyring-1.0.typelib +-rwxr-xr-x root/root usr/lib/libgnome-keyring.la +lrwxrwxrwx root/root usr/lib/libgnome-keyring.so -> libgnome-keyring.so.0.2.0 +lrwxrwxrwx root/root usr/lib/libgnome-keyring.so.0 -> libgnome-keyring.so.0.2.0 +-rwxr-xr-x root/root usr/lib/libgnome-keyring.so.0.2.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gnome-keyring-1.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gir-1.0/ +-rw-r--r-- root/root usr/share/gir-1.0/GnomeKeyring-1.0.gir diff --git a/libgnome-keyring/.signature b/libgnome-keyring/.signature new file mode 100644 index 000000000..6a1163e37 --- /dev/null +++ b/libgnome-keyring/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF31SbCeKWJuj62llDkgKuXRT8PgC7MVx8Kgv6gAMi/h+QdbP2YRI017DsYGUC3nREIbaJy2Nx7m3l01hZ3yAk1w0= +SHA256 (Pkgfile) = 04722b752fc84ca5c19d869bce003394729a2364f3648a88fdf141f0f3fc11db +SHA256 (.footprint) = 423beb17fe86c3a4b12dff4ba33dbd959a1dd496d695a47ccb7e8fd39228e019 +SHA256 (libgnome-keyring-3.12.0.tar.xz) = c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783 diff --git a/libgnome-keyring/Pkgfile b/libgnome-keyring/Pkgfile new file mode 100644 index 000000000..d1c53f622 --- /dev/null +++ b/libgnome-keyring/Pkgfile @@ -0,0 +1,20 @@ +# Description: GNOME keyring client library +# URL: http://live.gnome.org/GnomeKeyring/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: dbus libgcrypt gobject-introspection intltool + +name=libgnome-keyring +version=3.12.0 +release=2 +source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-nls \ + --disable-vala + make + make DESTDIR=$PKG install + + rm -r $PKG/usr/share/{gtk-doc,locale} +}
participants (1)
-
crux@crux.nu