libsecret: contrib -> opt

This commit is contained in:
Danny Rawlins 2018-04-02 16:40:28 +10:00
parent b967c37fa0
commit bcf3fac6d8
4 changed files with 0 additions and 72 deletions

View File

@ -1,33 +0,0 @@
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

View File

@ -1 +0,0 @@
2d688825921313da8731313b0a7f394c libsecret-0.18.5.tar.xz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34j3fijg51b1nA7RT39h1UVsEGGOZCzpfg3/h8S9yWpfUCDH9uLwlnvHeRn4G27/1NVJhnbG3kxF80PD0AMcRwQ=
SHA256 (Pkgfile) = eedbb152494737118268822995a2194642016282ddc38cdd58cb7cf3aa22146d
SHA256 (.footprint) = e6506f8f771647bb297fbeb0cc78b9e3325eaf71753c653b8a4e669267fb39a4
SHA256 (libsecret-0.18.5.tar.xz) = 9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3

View File

@ -1,33 +0,0 @@
# 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
# Packager: 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=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$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}
}