libgee: initial commit, version 0.20.6

This commit is contained in:
Tim Biermann 2023-02-25 15:03:45 +01:00
parent 36dc6f552c
commit 07fe388f0c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 45 additions and 0 deletions

19
libgee/.footprint Normal file
View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gee-0.8/
-rw-r--r-- root/root usr/include/gee-0.8/gee.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/Gee-0.8.typelib
-rwxr-xr-x root/root usr/lib/libgee-0.8.la
lrwxrwxrwx root/root usr/lib/libgee-0.8.so -> libgee-0.8.so.2.6.1
lrwxrwxrwx root/root usr/lib/libgee-0.8.so.2 -> libgee-0.8.so.2.6.1
-rwxr-xr-x root/root usr/lib/libgee-0.8.so.2.6.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gee-0.8.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/Gee-0.8.gir
drwxr-xr-x root/root usr/share/vala/
drwxr-xr-x root/root usr/share/vala/vapi/
-rw-r--r-- root/root usr/share/vala/vapi/gee-0.8.vapi

5
libgee/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39Zlw47YXXs1jgdnV1KUqFv/VfthAHiPng7rk+Q9+s1EDp5cf/bZqqlcIcMIFWETLhAeg9zdjy0Or7sPbDB+Ww0=
SHA256 (Pkgfile) = 7fb3dbc5fd31f91c42db4761a09af71ce29b7a4ba338aca8bec51be4904d5a55
SHA256 (.footprint) = 77d8c9df95a177eb154269faecc4d9ff9f7f44f7f60fd49aa27ff3af9b805629
SHA256 (libgee-0.20.6.tar.bz2) = 422966fa906f0e3bd6a5a1f8a13af4ecc835307c8ba8a6f313a0028fe0ab5ee7

21
libgee/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: a collection library providing GObject-based interfaces and classes
# URL: https://gitlab.gnome.org/GNOME/libgee
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: autoconf-archive glib gobject-introspection vala
name=libgee
version=0.20.6
release=1
source=(https://gitlab.gnome.org/GNOME/libgee/-/archive/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr $PKGMK_LIBGEE \
--disable-static \
--disable-nls
make
make DESTDIR=$PKG install
}