Added xdg-utils to xorg

Discarded --docdir build option, double quotes and made minor changes to several xorg build files
This commit is contained in:
PktSurf 2023-06-06 15:02:27 +05:30
parent 45e2c3bd44
commit 02d504d50f
110 changed files with 253 additions and 135 deletions

View file

@ -17,7 +17,7 @@ prepbuilddir() {
build() {
mkdir -p smbuild && cd smbuild
meson .. --prefix="/" \
meson .. --prefix=/ \
--sysconfdir=/etc
ninja

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -20,7 +20,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--bindir=/bin \
--sbindir=/bin \
--sysconfdir=/etc \

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-gtk-doc \

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc
make

View file

@ -20,7 +20,7 @@ build() {
printf "all:\n\ttrue\n\ninstall:\n\ttrue\n\n" > test/Makefile.in
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc \
--localstatedir=/var \
--bindir=/bin \

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc
make

View file

@ -19,7 +19,7 @@ prepbuilddir() {
build() {
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/" \
--prefix=/ \
-Dcairo-tests=disabled
ninja

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
mkdir -p smbuild && cd smbuild
meson .. --prefix="/"
meson .. --prefix=/
ninja
DESTDIR="$pkg" ninja install

View file

@ -19,7 +19,7 @@ prepbuilddir() {
build() {
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/" \
--prefix=/ \
-Dtests=disabled \
-Ddocumentation=disabled

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static \
--disable-umockdev

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -19,7 +19,7 @@ prepbuilddir() {
build() {
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/" \
--prefix=/ \
-Ddocumentation=false \
-Dtests=false \
-Ddebug-gui=false

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static \
--disable-selective-werror \
--disable-strict-compilation

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static \
--enable-openmp

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -18,8 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--libdir="/lib" \
--prefix= \
--libdir=/lib \
--with-pic \
--enable-shared \
--disable-static

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="/" \
--prefix=/ \
--disable-static \
--disable-devel-docs \
--without-doxygen

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make
@ -31,4 +31,4 @@ build() {
sha512sums="
0ec8a9250cbe8853bee05024e5fe7dbe8619e3f39894f47f9bbb16c3a3cd8a1c1921dfda14b4c2276d4034cdbe9dd2cc87513c37b55b5e55cbc6ce6318530016 libXdamage-1.1.6.tar.lz
"
"

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -19,8 +19,7 @@ prepbuilddir() {
build() {
ac_cv_func__XEatDataWords=yes \
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -17,9 +17,9 @@ prepbuilddir() {
}
build() {
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -17,9 +17,9 @@ prepbuilddir() {
}
build() {
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static \
--with-xkb-base=/etc/X11/xkb

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -19,7 +19,7 @@ prepbuilddir() {
build() {
ac_cv_func__XEatDataWords=yes \
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -17,10 +17,9 @@ prepbuilddir() {
}
build() {
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,8 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -17,10 +17,9 @@ prepbuilddir() {
}
build() {
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-gles1 \
--with-system-data-files=/share/mesa-demos

View file

@ -17,18 +17,18 @@ prepbuilddir() {
}
build() {
if [ "$arch" = "aarch64" ]; then
if [[ $arch = aarch64 ]]; then
dridrivers=""
galliumdrivers="swrast,v3d,vc4,kmsro"
elif [ "$arch" = "x86_64" ]; then
elif [[ $arch = x86_64 ]]; then
dridrivers="i915,i965,nouveau,r100,r200,swrast"
galliumdrivers="nouveau,radeonsi,r300,r600"
fi
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/" \
--prefix=/ \
--sysconfdir=/etc \
--localstatedir=/var \
-Dbuildtype=release \

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static \
$builddist

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
mkdir -p smbuild && cd smbuild
meson .. --prefix="/"
meson .. --prefix=/
ninja
DESTDIR="$pkg" ninja install

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static \
$builddist

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static \
$builddist

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-valadoc
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg
@ -30,4 +30,4 @@ build() {
sha512sums="
4cba1ab4602233963a4e3ca8dee8087bc8cf1aaf3f7131b776cb7661651990986e74e764004fef1c09b53a640fff1cec860b48a6d342b09716a7047145428651 xbitmaps-1.1.3.tar.lz
"
"

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="/"
--prefix=/
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make

View file

@ -17,9 +17,8 @@ prepbuilddir() {
}
build() {
./configure \
--prefix="" \
--prefix= \
--disable-static
make
@ -32,4 +31,4 @@ build() {
sha512sums="
18278806f7fc354daafd2cd53d9743c6afe41a225b1e67a62654a7f779bbcb78a92e261d1553019e2c47150029262ac1f99ac2df1d4b95d2decc5fb3d7f52fed xcb-util-0.4.0.tar.lz
"
"

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -20,7 +20,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-man
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc \
--disable-documentation

100
xorg/xdg-utils/doinst.sh Normal file
View file

@ -0,0 +1,100 @@
#!/bin/sh
# Regarding xdg-open in /etc/mailcap:
#
# It turns out that xdg-open is not very smart about what it
# passes off control to, leading to security problems where (for
# example) a file could be provided on a web site as a PDF, but
# rather than send it to a PDF viewer, xdg-open sends it to kfmclient
# which uses a whole different set of criteria to determine what sort
# of file it is. It's trivial to make something that's detected as
# a PDF at first, but then is executed as a .desktop file later,
# resulting in the execution of arbitrary code as the user.
#
# This is not acceptable, and we see no way to fix it as long as
# xdg-open passes off the resolution of the file type (again) to
# something else. In light of the potential security risks, we
# will turn off the use of xdg-open if it appears to have been
# added by a previous version of the xdg-utils package.
#
# Vulnerability code: CVE-2009-0068
# First, we will detect an automatically modified mailcap by
# looking for the comment "# Sample xdg-open entries:"
if [ -r etc/mailcap ]; then
if grep -q "^# Sample xdg-open entries:$" etc/mailcap ; then
COOKIE=$(usr/bin/mcookie)
if [ -z $COOKIE ]; then
exit 1
fi
# First, add a space to the end of the comment used to detect this
# junk so that we won't detect it again (in case the user decides
# to enable this themselves later on -- their call). Add a warning
# about this type of xdg-open use being insecure. Finally, comment
# out any lines like this.
echo "# Sample xdg-open entries: " > tmp/mailcap-$COOKIE
cat << EOF >> tmp/mailcap-$COOKIE
#
# NOTE: Using xdg-open in /etc/mailcap in this way has been
# shown to be insecure and is not recommended (CVE-2009-0068)!
# A remote attacker can easily make a filetype such as a
# .desktop script appear to xdg-open as a PDF file causing its
# arbitrary contents to be executed. Consider these to be
# examples of what NOT to do. The xdg-utils package no longer
# adds any lines such as these to /etc/mailcap.
#
EOF
cat etc/mailcap \
| grep -v "# Sample xdg-open entries:" \
| sed -e 's/^audio\/\*; \/usr\/bin\/xdg-open %s/#audio\/\*; \/usr\/bin\/xdg-open %s/g' \
| sed -e 's/^image\/\*; \/usr\/bin\/xdg-open %s/#image\/\*; \/usr\/bin\/xdg-open %s/g' \
| sed -e 's/^application\/msword; \/usr\/bin\/xdg-open %s/#application\/msword; \/usr\/bin\/xdg-open %s/g' \
| sed -e 's/^application\/pdf; \/usr\/bin\/xdg-open %s/#application\/pdf; \/usr\/bin\/xdg-open %s/g' \
| sed -e 's/^application\/postscript ; \/usr\/bin\/xdg-open %s/#application\/postscript ; \/usr\/bin\/xdg-open %s/g' \
| sed -e 's/^text\/html; \/usr\/bin\/xdg-open %s ; copiousoutput/#text\/html; \/usr\/bin\/xdg-open %s ; copiousoutput/g' >> tmp/mailcap-$COOKIE
cat tmp/mailcap-$COOKIE > etc/mailcap
rm -f tmp/mailcap-$COOKIE
fi
fi
## BEGIN (HERE IS WHAT CAUSED THIS MESS):
## Add some reasonable default values for xdg-open to /etc/mailcap,
## since this is where many programs look for this information:
#
#if ! grep -q '# Sample xdg-open entries:' etc/mailcap 1> /dev/null 2> /dev/null ; then
# echo "# Sample xdg-open entries:" >> etc/mailcap
# echo >> etc/mailcap
#fi
#if ! grep -q 'audio/' etc/mailcap ; then
# echo 'audio/*; /usr/bin/xdg-open %s' >> etc/mailcap
# echo >> etc/mailcap
#fi
#if ! grep -q 'image/' etc/mailcap ; then
# echo 'image/*; /usr/bin/xdg-open %s' >> etc/mailcap
# echo >> etc/mailcap
#fi
#if ! grep -q 'application/msword' etc/mailcap ; then
# echo 'application/msword; /usr/bin/xdg-open %s' >> etc/mailcap
# echo >> etc/mailcap
#fi
#if ! grep -q 'application/pdf' etc/mailcap ; then
# echo 'application/pdf; /usr/bin/xdg-open %s' >> etc/mailcap
# echo >> etc/mailcap
#fi
#if ! grep -q 'application/postscript' etc/mailcap ; then
# echo 'application/postscript ; /usr/bin/xdg-open %s' >> etc/mailcap
# echo >> etc/mailcap
#fi
#if ! grep -q '#text/html' etc/mailcap ; then
# echo '#text/html; /usr/bin/xdg-open %s ; copiousoutput' >> etc/mailcap
# echo >> etc/mailcap
#fi
## END

View file

@ -0,0 +1,33 @@
# Maintainer: PktSurf <smlinux@pktsurf.in>
app=xdg-utils
version=1.1.3
build=1sml
homepage="https://www.freedesktop.org/wiki/Software/xdg-utils/"
download="https://portland.freedesktop.org/download/xdg-utils-$version.tar.gz"
desc="Command line tools that assist applications in desktop integration"
requires="xmlto file docbook xset"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix=
make
make install DESTDIR=$pkg
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
8b4bcb4167b094ee5cc59d9f2f61062f6d69e4d1d3ec38b199eaa2f83e4e96b7f9b126e7a67054e929f7edb31f1c0778f59c7e113b7a766e3327bc6d894582c8 xdg-utils-1.1.3.tar.lz
"

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-selective-werror
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--disable-selective-werror
make

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc
make

View file

@ -6,9 +6,9 @@ homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2"
desc="X.org ati video driver"
requires="mesa xorg-server llvm"
apparch="x86_64"
prepbuilddir() {
compileonlyfor x86_64
mkandenterbuilddir
rm -rf $app-$version
@ -19,7 +19,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc \
--enable-glamor

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--enable-pciaccess \
--disable-selective-werror

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--sysconfdir=/etc
make

View file

@ -7,9 +7,9 @@ download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-int
desc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
requires="pixman libxv libxinerama libxtst libxrandr libxcursor xorg-server"
sm_noautoconfsite=1
apparch="x86_64"
prepbuilddir() {
compileonlyfor x86_64
mkandenterbuilddir
rm -rf $app-$version
@ -24,7 +24,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
--prefix= \
--enable-xvmc \
--disable-dga \
--with-default-dri=3 \

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -19,7 +19,7 @@ prepbuilddir() {
build() {
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/"
--prefix=/
ninja
DESTDIR="$pkg" ninja install

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=""
--prefix=
make
make install DESTDIR=$pkg

Some files were not shown because too many files have changed in this diff Show more