* Replaced patch command with applypatch function in multiple build files in base, xorg, gtk, extra and xfce sections
34 lines
891 B
Text
Executable file
34 lines
891 B
Text
Executable file
app=xdg-dbus-proxy
|
|
version=0.1.2
|
|
build=1sml
|
|
homepage="https://github.com/flatpak/xdg-dbus-proxy"
|
|
download="https://github.com/flatpak/xdg-dbus-proxy/archive/refs/tags/0.1.2.tar.gz"
|
|
desc="filtering proxy for D-Bus connections"
|
|
requires="glib util-linux dbus "
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
applypatch $srcdir/musl-macros.patch
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--disable-man
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
c76460e365778efeb1ef7cb9e479491afd1dc270680d108e7ece82b27be30bb4f958d4d218ac7d4497dcc749da25437f62119003866dcdeafcb6cea843dcbe1e xdg-dbus-proxy-0.1.2.tar.xz
|
|
96551f8a188ba42f44c31a3fb4ad5df5a993ea3742116dfd1b2f8fdddae6cfd68fa38a56c473c748b2fead681469a76b60b87b2ffa5fbf5a2583e9df1845e55c musl-macros.patch
|
|
"
|