libfm-cache: 1.3.2

This commit is contained in:
Daniel Azevedo 2024-10-01 14:47:47 +01:00
parent ba1d4d0db7
commit 8bcfa32c8d
5 changed files with 43 additions and 0 deletions

14
libfm-cache/.footprint Normal file
View file

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
lrwxrwxrwx root/root usr/include/libfm -> libfm-1.0
drwxr-xr-x root/root usr/include/libfm-1.0/
-rw-r--r-- root/root usr/include/libfm-1.0/fm-extra.h
-rw-r--r-- root/root usr/include/libfm-1.0/fm-version.h
-rw-r--r-- root/root usr/include/libfm-1.0/fm-xml-file.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libfm-extra.la
lrwxrwxrwx root/root usr/lib/libfm-extra.so -> libfm-extra.so.4.1.3
lrwxrwxrwx root/root usr/lib/libfm-extra.so.4 -> libfm-extra.so.4.1.3
-rwxr-xr-x root/root usr/lib/libfm-extra.so.4.1.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libfm-extra.pc

1
libfm-cache/.md5sum Normal file
View file

@ -0,0 +1 @@
8b2864ba2d21586171ab9616b5610aeb 1.3.2.tar.gz

5
libfm-cache/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkFsoUVjeM2KIWyN/4yyUPTROSdl06CyCfao/v2ZkxQzAhyaH56LQd4Ff0wY9Nnm9RNhatTUYXtBolDnn3DVQDAo=
SHA256 (Pkgfile) = 46b9a275de625f2e3dfe394a9834663a119ca3495cfc17f5fd712da6edb1376d
SHA256 (.footprint) = 4e47d333764602f70133d91f5006db92d4fb3c13adf7ed5e0d27edb2fade0851
SHA256 (1.3.2.tar.gz) = e65aa86650879fcd6c06983164b95409b92724482191f06472c567cbd8cf5ddd

View file

23
libfm-cache/Pkgfile Normal file
View file

@ -0,0 +1,23 @@
# Description: Dependency for menu-cache
# URL: https://github.com/lxde/libfm
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on: libtool gtk
name=libfm-cache
version=1.3.2
release=3
source=(https://github.com/lxde/libfm/archive/refs/tags/$version.tar.gz)
build() {
cd libfm-$version
./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-extra-only \
--with-gtk=no \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale/
}