Added /usr to several build files in xorg section
This commit is contained in:
parent
9f15e43e2a
commit
dfb6551008
113 changed files with 136 additions and 135 deletions
|
@ -17,7 +17,8 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
meson .. --prefix=/ \
|
||||
meson .. \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
ninja
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -20,11 +20,11 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--bindir=/bin \
|
||||
--sbindir=/bin \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/lib \
|
||||
--libexecdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--disable-Werror \
|
||||
--disable-installed-tests \
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-gtk-doc \
|
||||
|
|
|
@ -18,8 +18,8 @@ prepbuilddir() {
|
|||
}
|
||||
|
||||
build() {
|
||||
mkdir -p $pkg/share/fonts/TTF
|
||||
cp -a ttf/* $pkg/share/fonts/TTF/
|
||||
mkdir -p $pkg/usr/share/fonts/TTF
|
||||
cp -a ttf/* $pkg/usr/share/fonts/TTF/
|
||||
cp LICENSE $pkgdocs/
|
||||
|
||||
mkdir -p $pkg/etc/fonts/conf.d
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
|
|
|
@ -5,7 +5,7 @@ build=1sml
|
|||
homepage="https://www.freedesktop.org/wiki/Software/fontconfig/"
|
||||
download="https://www.freedesktop.org/software/fontconfig/release/fontconfig-$version.tar.gz"
|
||||
desc="Library for configuring and customizing font access"
|
||||
requires="expat json-c freetype"
|
||||
requires="expat json-c gperf freetype"
|
||||
|
||||
prepbuilddir() {
|
||||
mkandenterbuilddir
|
||||
|
@ -20,10 +20,10 @@ build() {
|
|||
printf "all:\n\ttrue\n\ninstall:\n\ttrue\n\n" > test/Makefile.in
|
||||
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--bindir=/bin \
|
||||
--localstatedir=/var \
|
||||
--disable-docs
|
||||
|
||||
make
|
||||
|
|
|
@ -19,10 +19,9 @@ prepbuilddir() {
|
|||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
cmake .. \
|
||||
-DCMAKE_C_COMPILER="$CC" \
|
||||
-DCMAKE_INSTALL_PREFIX="" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DFREEGLUT_BUILD_DEMOS=ON \
|
||||
-DCMAKE_INSTALL_LIBDIR=/lib \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DFREEGLUT_BUILD_SHARED_LIBS=ON \
|
||||
-DFREEGLUT_BUILD_STATIC_LIBS=OFF
|
||||
|
||||
|
@ -36,4 +35,4 @@ build() {
|
|||
|
||||
sha512sums="
|
||||
fddac6a7e16a52aafb5e1ab307014a103d29b239bd532ea04dd535432a10b8d47db3cd865793453edbef291994c02ea14d1e96ee284764bb37d7ea720517a9cc freeglut-3.4.0.tar.lz
|
||||
"
|
||||
"
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -21,7 +21,7 @@ build() {
|
|||
TEMPFILE=$(mktemp)
|
||||
fromdos < config/config.guess ; rm -f $TEMPFILE
|
||||
|
||||
make install.all GLEW_DEST="$pkg" LIBDIR="$pkg"/lib
|
||||
make install.all GLEW_DEST="$pkg" LIBDIR="$pkg"/usr/lib
|
||||
|
||||
cp LICENSE.txt $pkgdocs/
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX= \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DLATEX_FOUND=NO
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
meson .. \
|
||||
--prefix=/ \
|
||||
--prefix=/usr \
|
||||
-Dcairo-tests=disabled
|
||||
|
||||
ninja
|
||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
meson .. --prefix=/
|
||||
meson .. \
|
||||
--prefix=/usr
|
||||
|
||||
ninja
|
||||
DESTDIR="$pkg" ninja install
|
||||
|
|
|
@ -17,8 +17,8 @@ prepbuilddir() {
|
|||
}
|
||||
|
||||
build() {
|
||||
mkdir -p $pkg/share/fonts/TTF
|
||||
cp -a *ttf $pkg/share/fonts/TTF/
|
||||
mkdir -p $pkg/usr/share/fonts/TTF
|
||||
cp -a *ttf $pkg/usr/share/fonts/TTF/
|
||||
|
||||
install -Dm 644 $srcdir/60-liberation.conf $pkg/etc/fonts/conf.d/60-liberation.conf
|
||||
|
||||
|
|
|
@ -19,7 +19,8 @@ prepbuilddir() {
|
|||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
meson .. \
|
||||
--prefix=/ \
|
||||
--prefix=/usr \
|
||||
--bindir=/bin \
|
||||
-Dtests=disabled \
|
||||
-Ddocumentation=disabled
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--disable-umockdev
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,8 @@ prepbuilddir() {
|
|||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
meson .. \
|
||||
--prefix=/ \
|
||||
--prefix=/usr \
|
||||
--bindir=/bin \
|
||||
-Ddocumentation=false \
|
||||
-Dtests=false \
|
||||
-Ddebug-gui=false
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-openmp
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--libdir=/lib \
|
||||
--with-pic \
|
||||
--enable-shared \
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--bindir=/bin \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--disable-static
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=/ \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--disable-devel-docs \
|
||||
--without-doxygen
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
ac_cv_func__XEatDataWords=yes \
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
meson .. --prefix=/ \
|
||||
meson .. \
|
||||
--prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Denable-docs=false
|
||||
|
||||
|
@ -32,4 +33,4 @@ build() {
|
|||
|
||||
sha512sums="
|
||||
bbba6665f052c04c7450413cc5e2badd6bfd41326b0e4c60e3ec01d730cae695fd34ce2662b8a91ece7a76b974a0ea330f7462dd5d2db148b0d0da26264ced9c libxkbcommon-1.5.0.tar.xz
|
||||
"
|
||||
"
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--with-xkb-base=/etc/X11/xkb
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--bindir=/bin \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
ac_cv_func__XEatDataWords=yes \
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
CFLAGS+=" -DHAVE__XEATDATAWORDS=1" \
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix="" \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,9 +18,9 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-gles1 \
|
||||
--with-system-data-files=/share/mesa-demos
|
||||
--with-system-data-files=/usr/share/mesa-demos
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,9 +18,9 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--disable-static \
|
||||
$builddist
|
||||
--prefix=/usr \
|
||||
--bindir=/bin \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
mkdir -p smbuild && cd smbuild
|
||||
meson .. --prefix=/
|
||||
meson .. --prefix=/usr
|
||||
|
||||
ninja
|
||||
DESTDIR="$pkg" ninja install
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,9 +18,8 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--disable-static \
|
||||
$builddist
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,9 +18,8 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--disable-static \
|
||||
$builddist
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -17,8 +17,8 @@ prepbuilddir() {
|
|||
}
|
||||
|
||||
build() {
|
||||
mkdir -p $pkg/share/fonts/TTF
|
||||
cp -a */*.ttf $pkg/share/fonts/TTF/
|
||||
mkdir -p $pkg/usr/share/fonts/TTF
|
||||
cp -a */*.ttf $pkg/usr/share/fonts/TTF/
|
||||
|
||||
mkdir -p $pkg/etc/fonts/conf.avail
|
||||
find . -name "*.conf" -exec cp -a {} $pkg/etc/fonts/conf.avail \;
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-valadoc
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=/
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -20,7 +20,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-man
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-documentation
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-selective-werror
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--disable-selective-werror
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||
app=xf86-video-ati
|
||||
version=19.1.0
|
||||
version=22.0.0
|
||||
build=1sml
|
||||
homepage="https://xorg.freedesktop.org/"
|
||||
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2"
|
||||
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-glamor
|
||||
|
||||
|
@ -32,5 +32,5 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
f4bcb88be32001ed26dc6596ee5c507d1d60cd2fb40081c62724ecc345353da790b596be2f8834a0f914e0bced9f99eae829777d362f2b75cb3dcefdfe44865b xf86-video-ati-19.1.0.tar.lz
|
||||
fba9ffc7b0eeb0c369eb1a6f8ef0bb3061cfeca26bc269baf6e3d16dcd943fbf4092f1e37adfb1bc71051cee0b7a0e6fb253f0b8bcd210732ccaf99e8f2356fe xf86-video-ati-22.0.0.tar.xz
|
||||
"
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--enable-pciaccess \
|
||||
--disable-selective-werror
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix= \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
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