From 3ee93968e10126adc7dad5c8872f0170c3421e13 Mon Sep 17 00:00:00 2001 From: zorz Date: Tue, 5 May 2026 18:29:35 +0300 Subject: various obsolette --- libxdg-basedir/.footprint | 12 ++++++++++++ libxdg-basedir/.signature | 6 ++++++ libxdg-basedir/MAKEPKG | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 libxdg-basedir/.footprint create mode 100644 libxdg-basedir/.signature create mode 100644 libxdg-basedir/MAKEPKG (limited to 'libxdg-basedir') diff --git a/libxdg-basedir/.footprint b/libxdg-basedir/.footprint new file mode 100644 index 0000000..70147c2 --- /dev/null +++ b/libxdg-basedir/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/basedir.h +-rw-r--r-- root/root usr/include/basedir_fs.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libxdg-basedir.a +-rwxr-xr-x root/root usr/lib/libxdg-basedir.la +-rwxr-xr-x root/root usr/lib/libxdg-basedir.so.1.2.0 +lrwxrwxrwx root/root usr/lib/libxdg-basedir.so -> libxdg-basedir.so.1.2.0 +lrwxrwxrwx root/root usr/lib/libxdg-basedir.so.1 -> libxdg-basedir.so.1.2.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libxdg-basedir.pc diff --git a/libxdg-basedir/.signature b/libxdg-basedir/.signature new file mode 100644 index 0000000..636e84f --- /dev/null +++ b/libxdg-basedir/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with zorz.pub +RWTZ9IduCSQ/mO4RZpWmkwR87YCsAAi58L/Vh1IMtU9sGpqKh1TfEqi5Q1LIBSfMWusdYeajb9AzOrzBFuahKfaMjfKN4m7Oag0= + +SHA256 (MAKEPKG) = 2bcc58be52375dbb6b18424c260a9403d6baedcabc9f17a62ea23e422964b5a9 +SHA256 (.footprint) = 844b9b61dca746d53e4e44e722e2db3c11f710499f913b33fc979768579be27d +SHA256 (libxdg-basedir-1.2.3.tar.gz) = ff30c60161f7043df4dcc6e7cdea8e064e382aa06c73dcc3d1885c7d2c77451d diff --git a/libxdg-basedir/MAKEPKG b/libxdg-basedir/MAKEPKG new file mode 100644 index 0000000..a8ac931 --- /dev/null +++ b/libxdg-basedir/MAKEPKG @@ -0,0 +1,32 @@ +#!/bin/mkpkg +# description: Implementation of the XDG Base Directory specifications +# url: https://github.com/devnev/libxdg-basedir + +name=libxdg-basedir +version=1.2.3 +release=1 +depends=() +makedepends=(autoconf automake libtool) +source=(https://github.com/devnev/$name/archive/$name-$version.tar.gz) +renames=($name-$version.tar.gz) + +sha256sums=( + "ff30c60161f7043df4dcc6e7cdea8e064e382aa06c73dcc3d1885c7d2c77451d" +) + +build() { + cd $name-$name-$version + + autoreconf -fi + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3