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:
parent
45e2c3bd44
commit
02d504d50f
110 changed files with 253 additions and 135 deletions
|
@ -17,7 +17,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
meson .. --prefix="/" \
|
meson .. --prefix=/ \
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -20,7 +20,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--bindir=/bin \
|
--bindir=/bin \
|
||||||
--sbindir=/bin \
|
--sbindir=/bin \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -20,7 +20,7 @@ build() {
|
||||||
printf "all:\n\ttrue\n\ninstall:\n\ttrue\n\n" > test/Makefile.in
|
printf "all:\n\ttrue\n\ninstall:\n\ttrue\n\n" > test/Makefile.in
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--bindir=/bin \
|
--bindir=/bin \
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
meson .. \
|
meson .. \
|
||||||
--prefix="/" \
|
--prefix=/ \
|
||||||
-Dcairo-tests=disabled
|
-Dcairo-tests=disabled
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
meson .. --prefix="/"
|
meson .. --prefix=/
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
DESTDIR="$pkg" ninja install
|
DESTDIR="$pkg" ninja install
|
||||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
meson .. \
|
meson .. \
|
||||||
--prefix="/" \
|
--prefix=/ \
|
||||||
-Dtests=disabled \
|
-Dtests=disabled \
|
||||||
-Ddocumentation=disabled
|
-Ddocumentation=disabled
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-umockdev
|
--disable-umockdev
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
meson .. \
|
meson .. \
|
||||||
--prefix="/" \
|
--prefix=/ \
|
||||||
-Ddocumentation=false \
|
-Ddocumentation=false \
|
||||||
-Dtests=false \
|
-Dtests=false \
|
||||||
-Ddebug-gui=false
|
-Ddebug-gui=false
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-selective-werror \
|
--disable-selective-werror \
|
||||||
--disable-strict-compilation
|
--disable-strict-compilation
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-openmp
|
--enable-openmp
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--libdir="/lib" \
|
--libdir=/lib \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="/" \
|
--prefix=/ \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-devel-docs \
|
--disable-devel-docs \
|
||||||
--without-doxygen
|
--without-doxygen
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -31,4 +31,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
0ec8a9250cbe8853bee05024e5fe7dbe8619e3f39894f47f9bbb16c3a3cd8a1c1921dfda14b4c2276d4034cdbe9dd2cc87513c37b55b5e55cbc6ce6318530016 libXdamage-1.1.6.tar.lz
|
0ec8a9250cbe8853bee05024e5fe7dbe8619e3f39894f47f9bbb16c3a3cd8a1c1921dfda14b4c2276d4034cdbe9dd2cc87513c37b55b5e55cbc6ce6318530016 libXdamage-1.1.6.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -19,8 +19,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
ac_cv_func__XEatDataWords=yes \
|
ac_cv_func__XEatDataWords=yes \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,9 +17,9 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
|
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,9 +17,9 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
|
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-xkb-base=/etc/X11/xkb
|
--with-xkb-base=/etc/X11/xkb
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
ac_cv_func__XEatDataWords=yes \
|
ac_cv_func__XEatDataWords=yes \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,10 +17,9 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
|
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,10 +17,9 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
|
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--docdir="/share/doc/$app-$version" \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-gles1 \
|
--disable-gles1 \
|
||||||
--with-system-data-files=/share/mesa-demos
|
--with-system-data-files=/share/mesa-demos
|
||||||
|
|
||||||
|
|
|
@ -17,18 +17,18 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
if [ "$arch" = "aarch64" ]; then
|
if [[ $arch = aarch64 ]]; then
|
||||||
dridrivers=""
|
dridrivers=""
|
||||||
galliumdrivers="swrast,v3d,vc4,kmsro"
|
galliumdrivers="swrast,v3d,vc4,kmsro"
|
||||||
|
|
||||||
elif [ "$arch" = "x86_64" ]; then
|
elif [[ $arch = x86_64 ]]; then
|
||||||
dridrivers="i915,i965,nouveau,r100,r200,swrast"
|
dridrivers="i915,i965,nouveau,r100,r200,swrast"
|
||||||
galliumdrivers="nouveau,radeonsi,r300,r600"
|
galliumdrivers="nouveau,radeonsi,r300,r600"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
meson .. \
|
meson .. \
|
||||||
--prefix="/" \
|
--prefix=/ \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
-Dbuildtype=release \
|
-Dbuildtype=release \
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
$builddist
|
$builddist
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
meson .. --prefix="/"
|
meson .. --prefix=/
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
DESTDIR="$pkg" ninja install
|
DESTDIR="$pkg" ninja install
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
$builddist
|
$builddist
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
$builddist
|
$builddist
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-valadoc
|
--disable-valadoc
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
@ -30,4 +30,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
4cba1ab4602233963a4e3ca8dee8087bc8cf1aaf3f7131b776cb7661651990986e74e764004fef1c09b53a640fff1cec860b48a6d342b09716a7047145428651 xbitmaps-1.1.3.tar.lz
|
4cba1ab4602233963a4e3ca8dee8087bc8cf1aaf3f7131b776cb7661651990986e74e764004fef1c09b53a640fff1cec860b48a6d342b09716a7047145428651 xbitmaps-1.1.3.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="/"
|
--prefix=/
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,9 +17,8 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -32,4 +31,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
18278806f7fc354daafd2cd53d9743c6afe41a225b1e67a62654a7f779bbcb78a92e261d1553019e2c47150029262ac1f99ac2df1d4b95d2decc5fb3d7f52fed xcb-util-0.4.0.tar.lz
|
18278806f7fc354daafd2cd53d9743c6afe41a225b1e67a62654a7f779bbcb78a92e261d1553019e2c47150029262ac1f99ac2df1d4b95d2decc5fb3d7f52fed xcb-util-0.4.0.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -20,7 +20,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-man
|
--disable-man
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-documentation
|
--disable-documentation
|
||||||
|
|
||||||
|
|
100
xorg/xdg-utils/doinst.sh
Normal file
100
xorg/xdg-utils/doinst.sh
Normal 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
|
||||||
|
|
33
xorg/xdg-utils/xdg-utils.SMBuild
Executable file
33
xorg/xdg-utils/xdg-utils.SMBuild
Executable 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
|
||||||
|
"
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-selective-werror
|
--disable-selective-werror
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--disable-selective-werror
|
--disable-selective-werror
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -6,9 +6,9 @@ homepage="https://xorg.freedesktop.org/"
|
||||||
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2"
|
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2"
|
||||||
desc="X.org ati video driver"
|
desc="X.org ati video driver"
|
||||||
requires="mesa xorg-server llvm"
|
requires="mesa xorg-server llvm"
|
||||||
|
apparch="x86_64"
|
||||||
|
|
||||||
prepbuilddir() {
|
prepbuilddir() {
|
||||||
compileonlyfor x86_64
|
|
||||||
mkandenterbuilddir
|
mkandenterbuilddir
|
||||||
rm -rf $app-$version
|
rm -rf $app-$version
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--enable-glamor
|
--enable-glamor
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--enable-pciaccess \
|
--enable-pciaccess \
|
||||||
--disable-selective-werror
|
--disable-selective-werror
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -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"
|
desc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
|
||||||
requires="pixman libxv libxinerama libxtst libxrandr libxcursor xorg-server"
|
requires="pixman libxv libxinerama libxtst libxrandr libxcursor xorg-server"
|
||||||
sm_noautoconfsite=1
|
sm_noautoconfsite=1
|
||||||
|
apparch="x86_64"
|
||||||
|
|
||||||
prepbuilddir() {
|
prepbuilddir() {
|
||||||
compileonlyfor x86_64
|
|
||||||
mkandenterbuilddir
|
mkandenterbuilddir
|
||||||
rm -rf $app-$version
|
rm -rf $app-$version
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix= \
|
||||||
--enable-xvmc \
|
--enable-xvmc \
|
||||||
--disable-dga \
|
--disable-dga \
|
||||||
--with-default-dri=3 \
|
--with-default-dri=3 \
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
meson .. \
|
meson .. \
|
||||||
--prefix="/"
|
--prefix=/
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
DESTDIR="$pkg" ninja install
|
DESTDIR="$pkg" ninja install
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=""
|
--prefix=
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue