libsecret: contrib -> opt
This commit is contained in:
parent
ea592782af
commit
b2811ddad3
33
libsecret/.footprint
Normal file
33
libsecret/.footprint
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/secret-tool
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/libsecret-1/
|
||||||
|
drwxr-xr-x root/root usr/include/libsecret-1/libsecret/
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-attributes.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-collection.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-enum-types.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-item.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-password.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-paths.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-prompt.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-schema.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-schemas.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-service.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-types.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret-value.h
|
||||||
|
-rw-r--r-- root/root usr/include/libsecret-1/libsecret/secret.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/Secret-1.typelib
|
||||||
|
-rw-r--r-- root/root usr/lib/libsecret-1.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/libsecret-1.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libsecret-1.so -> libsecret-1.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libsecret-1.so.0 -> libsecret-1.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libsecret-1.so.0.0.0
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/libsecret-1.pc
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/libsecret-unstable.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/Secret-1.gir
|
1
libsecret/.md5sum
Normal file
1
libsecret/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
2d688825921313da8731313b0a7f394c libsecret-0.18.5.tar.xz
|
5
libsecret/.signature
Normal file
5
libsecret/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/opt.pub
|
||||||
|
RWSE3ohX2g5d/Wt2tHooNPSghrnIq3HxQxgvRm0SYiyekxcDNg2HH65P5ur6+ZoJvlp6fj4McUUUiovB0ZUj6w9bB4Sw5WRPXAQ=
|
||||||
|
SHA256 (Pkgfile) = 903882d2a72ce66febf20f8fe94d37bdaaebfdd7d9104b93b7a823696d771d66
|
||||||
|
SHA256 (.footprint) = e6506f8f771647bb297fbeb0cc78b9e3325eaf71753c653b8a4e669267fb39a4
|
||||||
|
SHA256 (libsecret-0.18.5.tar.xz) = 9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3
|
32
libsecret/Pkgfile
Normal file
32
libsecret/Pkgfile
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# Description: Library for storing and retrieving passwords and other secrets.
|
||||||
|
# URL: https://wiki.gnome.org/Projects/Libsecret
|
||||||
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||||
|
# Depends on: gobject-introspection intltool libgcrypt
|
||||||
|
# Optional: vala docbook-xsl
|
||||||
|
|
||||||
|
name=libsecret
|
||||||
|
version=0.18.5
|
||||||
|
release=1
|
||||||
|
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
|
||||||
|
local MAN
|
||||||
|
if [ "$(pkginfo -i | grep '^docbook-xsl ')" ]; then
|
||||||
|
MAN=''
|
||||||
|
else
|
||||||
|
MAN='--disable-manpages'
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--disable-nls \
|
||||||
|
--disable-dependency-tracking $MAN
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
rm -r $PKG/usr/share/{gtk-doc,locale}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user