From 8bcfa32c8daa9b41a84668b0eefffe3a4573877b Mon Sep 17 00:00:00 2001 From: dani-77 Date: Tue, 1 Oct 2024 14:47:47 +0100 Subject: [PATCH] libfm-cache: 1.3.2 --- libfm-cache/.footprint | 14 ++++++++++++++ libfm-cache/.md5sum | 1 + libfm-cache/.signature | 5 +++++ libfm-cache/.signature.tmp | 0 libfm-cache/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 libfm-cache/.footprint create mode 100644 libfm-cache/.md5sum create mode 100644 libfm-cache/.signature create mode 100644 libfm-cache/.signature.tmp create mode 100644 libfm-cache/Pkgfile diff --git a/libfm-cache/.footprint b/libfm-cache/.footprint new file mode 100644 index 0000000..6b5c72a --- /dev/null +++ b/libfm-cache/.footprint @@ -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 diff --git a/libfm-cache/.md5sum b/libfm-cache/.md5sum new file mode 100644 index 0000000..8a996a7 --- /dev/null +++ b/libfm-cache/.md5sum @@ -0,0 +1 @@ +8b2864ba2d21586171ab9616b5610aeb 1.3.2.tar.gz diff --git a/libfm-cache/.signature b/libfm-cache/.signature new file mode 100644 index 0000000..c8ae7fb --- /dev/null +++ b/libfm-cache/.signature @@ -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 diff --git a/libfm-cache/.signature.tmp b/libfm-cache/.signature.tmp new file mode 100644 index 0000000..e69de29 diff --git a/libfm-cache/Pkgfile b/libfm-cache/Pkgfile new file mode 100644 index 0000000..f4c8a67 --- /dev/null +++ b/libfm-cache/Pkgfile @@ -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/ +}