Replaced upper case variable names with lower case names in all build files in xorg section

This commit is contained in:
SMLinux 2022-02-13 14:46:27 +05:30
parent 2f32197590
commit 460bb64241
122 changed files with 1690 additions and 1690 deletions

View file

@ -1,16 +1,16 @@
APP=at-spi2-core
VERSION=2.34.0
BUILD=1sml
REQUIRES="libffi glib pcre dbus libx11 libxau libxdmcp "
DESC="Protocol definitions and daemon for D-Bus at-spi"
HOMEPAGE="https://gitlab.gnome.org/GNOME/at-spi2-core"
app=at-spi2-core
version=2.34.0
build=1sml
requires="libffi glib pcre dbus libx11 libxau libxdmcp "
desc="Protocol definitions and daemon for D-Bus at-spi"
homepage="https://gitlab.gnome.org/GNOME/at-spi2-core"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
@ -18,13 +18,13 @@ build() {
--sysconfdir=/etc
ninja
DESTDIR="$PKG" ninja install
DESTDIR="$pkg" ninja install
cp ../COPYING $PKGDOCS/
cp ../COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
99f6773e29fb5fcb339cbe5b23133dab78bc52e3c46a1d5bd748788c48345223f1def5078ac48e58756a7692459b177b0e26dc8059898a5ccac56ceb495b7de8 at-spi2-core-2.34.0.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=bdftopcf
VERSION=1.1
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/archive/individual/app/bdftopcf-1.1.tar.gz"
REQUIRES="xorgproto xorg-macros"
DESC="Convert X font from Bitmap Distribution Format to Portable Compiled Format"
app=bdftopcf
version=1.1
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/archive/individual/app/bdftopcf-1.1.tar.gz"
requires="xorgproto xorg-macros"
desc="Convert X font from Bitmap Distribution Format to Portable Compiled Format"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
ed63b579c8a7f73203fda46e62ada86a185b5dbaa0f2e46264e1fecd661a25a8f555abd952361a99e426c09bad5f229cbf7f90559b49b410dc8bae020b23415a bdftopcf-1.1.tar.xz
"

View file

@ -1,20 +1,20 @@
APP=dbus
VERSION=1.12.20
BUILD=1sml
HOMEPAGE="https://wiki.freedesktop.org/www/Software/dbus/"
DESC="Freedesktop.org message bus system"
REQUIRES="netbsd-curses util-linux expat python3 xmlto"
DOWNLOAD="https://dbus.freedesktop.org/releases/dbus/dbus-1.12.20.tar.gz"
app=dbus
version=1.12.20
build=1sml
homepage="https://wiki.freedesktop.org/www/Software/dbus/"
desc="Freedesktop.org message bus system"
requires="netbsd-curses util-linux expat python3 xmlto"
download="https://dbus.freedesktop.org/releases/dbus/dbus-1.12.20.tar.gz"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
patch -p1 < $SRCDIR/dbus-allow-root-globally.diff
patch -p1 < $srcdir/dbus-allow-root-globally.diff
./configure \
--prefix="" \
@ -38,21 +38,21 @@ build() {
--disable-doxygen-docs
# Fix some directory ownership
mkdir -p $PKG/var/lib/dbus
chown messagebus $PKG/var/lib/dbus
mkdir -p $pkg/var/lib/dbus
chown messagebus $pkg/var/lib/dbus
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
mv $PKG/lib/dbus-1.0/include/dbus/dbus-arch-deps.h $PKG/include/dbus-1.0/dbus/
install -Dm 755 $SRCDIR/rc.messagebus $PKG/etc/rc.d/rc.messagebus
mv $pkg/lib/dbus-1.0/include/dbus/dbus-arch-deps.h $pkg/include/dbus-1.0/dbus/
install -Dm 755 $srcdir/rc.messagebus $pkg/etc/rc.d/rc.messagebus
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
c288a333102b6fd9d9606c667f6ccb624f7aeaeadb88b4c2aec062738e0e46c56b38d0c426299bda7f6bac1eb2d534f6c0342413ffa8a48bb0033c042e44b3fc dbus-1.12.20.tar.lz
c631e89a11c00eb3977aa3c28dc55d3feb4db785c039429c7cc6c1f53e146ca198afb064b61fc4abaaa7fdc6722a5d6393e1294e39aeee3728472e0950d3df20 dbus-allow-root-globally.diff
"

View file

@ -1,17 +1,17 @@
APP=dconf
VERSION=0.24.0
BUILD=1sml
HOMEPAGE="http://live.gnome.org/dconf"
DOWNLOAD="https://gitlab.gnome.org/GNOME/dconf/-/archive/0.24.0/dconf-0.24.0.tar.gz"
REQUIRES="glib libffi python3 vala dbus "
DESC="low-level configuration system that serves as a backend for GLib"
app=dconf
version=0.24.0
build=1sml
homepage="http://live.gnome.org/dconf"
download="https://gitlab.gnome.org/GNOME/dconf/-/archive/0.24.0/dconf-0.24.0.tar.gz"
requires="glib libffi python3 vala dbus "
desc="low-level configuration system that serves as a backend for GLib"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -22,13 +22,13 @@ build() {
--disable-gtk-doc-html
make
make install DESTDIR="$PKG"
make install DESTDIR="$pkg"
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
8c2092f1a3002df386686473e6841d600665b3d2ae0e24625c9943b1a636706ecafc31e05f0db48958bbfd666680bb107f47978a9d867b151d1c61fc3c3b591a dconf-0.24.0.tar.xz
"

View file

@ -1,33 +1,33 @@
APP=dejavu-fonts-ttf
VERSION=2.37
BUILD=1sml
HOMEPAGE="http://dejavu-fonts.github.io"
DOWNLOAD="https://github.com/dejavu-fonts/dejavu-fonts/archive/refs/tags/version_2_37.tar.gz"
REQUIRES="fontconfig mkfontscale "
DESC="Font family based on the Bitstream Vera Fonts with a wider range of characters"
app=dejavu-fonts-ttf
version=2.37
build=1sml
homepage="http://dejavu-fonts.github.io"
download="https://github.com/dejavu-fonts/dejavu-fonts/archive/refs/tags/version_2_37.tar.gz"
requires="fontconfig mkfontscale "
desc="Font family based on the Bitstream Vera Fonts with a wider range of characters"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p $PKG/share/fonts/TTF
cp -a ttf/* $PKG/share/fonts/TTF/
cp LICENSE $PKGDOCS/
mkdir -p $pkg/share/fonts/TTF
cp -a ttf/* $pkg/share/fonts/TTF/
cp LICENSE $pkgdocs/
mkdir -p $PKG/etc/fonts/conf.d
mkdir -p $pkg/etc/fonts/conf.d
( cd fontconfig
for file in * ; do
cp -a $file $PKG/etc/fonts/conf.d/
cp -a $file $pkg/etc/fonts/conf.d/
done
)
mkfinalpkg
}
SHA512SUMS="
sha512sums="
e37ab33fada7499a57c1a798fae0645aeb545516ae300fa39a689fc681b4a7734a92d2c003fe1c680ad961ced43db5828b8da1cc28d9b28b4559aecab61327e1 dejavu-fonts-ttf-2.37.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=font-util
VERSION=1.3.2
BUILD=1sml
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/font/font-util-1.3.2.tar.gz"
HOMEPAGE="https://xorg.freedesktop.org/wiki/"
REQUIRES="musl "
DESC="Xorg font utilities"
app=font-util
version=1.3.2
build=1sml
download="https://xorg.freedesktop.org/releases/individual/font/font-util-1.3.2.tar.gz"
homepage="https://xorg.freedesktop.org/wiki/"
requires="musl"
desc="Xorg font utilities"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--sysconfdir=/etc
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
06ab35acb636cb0f3b02590e797abcf98f8a122479172803af25e0de0c8e2f62075612498fa5f1332ca80f66b19d7d913b858faf6e593dcd4b8b0aa691572f22 font-util-1.3.2.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=fontconfig
VERSION=2.13.1
BUILD=1sml
HOMEPAGE="https://www.freedesktop.org/wiki/Software/fontconfig/"
DOWNLOAD="https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.gz"
DESC="Library for configuring and customizing font access"
REQUIRES="expat json-c freetype "
app=fontconfig
version=2.13.1
build=1sml
homepage="https://www.freedesktop.org/wiki/Software/fontconfig/"
download="https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.gz"
desc="Library for configuring and customizing font access"
requires="expat json-c freetype "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
printf "all:\n\ttrue\n\ninstall:\n\ttrue\n\n" > test/Makefile.in
@ -24,13 +24,13 @@ build() {
--disable-docs
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
67e7ec728dbabc66134a9ab19ee142738d497160826d3ec18eb826e8686150b1e199beeb73ebae366722b11816a59e229bcefd1eac1f38825695ff651a472cec fontconfig-2.13.1.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=freeglut
VERSION=3.0.0
BUILD=1sml
HOMEPAGE="http://freeglut.sourceforge.net/"
DOWNLOAD="http://prdownloads.sourceforge.net/freeglut/freeglut-3.0.0.tar.gz"
DESC="Provides functionality for small OpenGL programs"
REQUIRES="glu "
app=freeglut
version=3.0.0
build=1sml
homepage="http://freeglut.sourceforge.net/"
download="http://prdownloads.sourceforge.net/freeglut/freeglut-3.0.0.tar.gz"
desc="Provides functionality for small OpenGL programs"
requires="glu "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
@ -24,13 +24,13 @@ build() {
-DFREEGLUT_BUILD_STATIC_LIBS=OFF
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp ../COPYING $PKGDOCS/
cp ../COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
3b999a7c4cf4050c684c4b62b0b39f040903abb56661255080f9598d3e4b3181aaa5b82eec85bbaa0b78633bb224d825614b0b9ae67f9bea3b4cd966fa83824e freeglut-3.0.0.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=freetype
VERSION=2.9
BUILD=1sml
HOMEPAGE="https://www.freetype.org/"
DOWNLOAD="https://downloads.sourceforge.net/freetype/freetype-2.9.tar.bz2"
DESC="Font rasterization library"
REQUIRES="bzip2 zlib libpng "
app=freetype
version=2.9
build=1sml
homepage="https://www.freetype.org/"
download="https://downloads.sourceforge.net/freetype/freetype-2.9.tar.bz2"
desc="Font rasterization library"
requires="bzip2 zlib libpng "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -20,13 +20,13 @@ build() {
--with-harfbuzz=no
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp docs/GPLv2.TXT $PKGDOCS/
cp docs/GPLv2.TXT $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
02f0f4211f9cee5b5e46ebe61190482fca5b41bc26be06fcf0d2d717e9fb119229308398c420eeea476fa2511ca2d52948f1a3242efad30ca82ed0b07cd50e3a freetype-2.9.tar.gz
"

View file

@ -1,30 +1,30 @@
APP=gccmakedep
VERSION=1.0.3
BUILD=1sml
HOMEPAGE="https://www.x.org/wiki/"
DOWNLOAD="https://www.x.org/releases/individual/util/gccmakedep-1.0.3.tar.gz"
DESC="program to create dependencies in makefiles"
REQUIRES="make"
app=gccmakedep
version=1.0.3
build=1sml
homepage="https://www.x.org/wiki/"
download="https://www.x.org/releases/individual/util/gccmakedep-1.0.3.tar.gz"
desc="program to create dependencies in makefiles"
requires="make"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
6650c3f7e628b460530f862e37441b1b7e5135e96fc83eaf77a4c46db030b6564295259b21ca8b221a80273f48163c8e23501d7f25ad8c3fd34adbf6aaefc465 gccmakedep-1.0.3.tar.gz
"

View file

@ -1,31 +1,31 @@
APP=glew
VERSION=2.1.0
BUILD=1sml
HOMEPAGE="https://github.com/nigels-com/glew"
DOWNLOAD="https://github.com/nigels-com/glew/archive/refs/tags/glew-2.1.0.tar.gz"
DESC="The OpenGL Extension Wrangler Library"
REQUIRES="mesa"
app=glew
version=2.1.0
build=1sml
homepage="https://github.com/nigels-com/glew"
download="https://github.com/nigels-com/glew/archive/refs/tags/glew-2.1.0.tar.gz"
desc="The OpenGL Extension Wrangler Library"
requires="mesa"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
# Remove the DOS linefeeds from config.guess
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"/lib
cp LICENSE.txt $PKGDOCS/
cp LICENSE.txt $pkgdocs/
removestaticlibs
mkfinalpkg
}
SHA512SUMS="
sha512sums="
b448d10c330373497c5cdc628194de28a6d7b7c859bfdc8b143622593698e9f6877f9480b1ac8c88e1c5e398d36dd1003de6f5579ea50497cfde749f1fd161ea glew-2.1.0.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=glu
VERSION=9.0.1
BUILD=1sml
HOMEPAGE="https://cgit.freedesktop.org/mesa/glu/"
DOWNLOAD="https://archive.mesa3d.org/glu/glu-9.0.1.tar.xz"
DESC="Mesa OpenGL Utility library"
REQUIRES="mesa glew"
app=glu
version=9.0.1
build=1sml
homepage="https://cgit.freedesktop.org/mesa/glu/"
download="https://archive.mesa3d.org/glu/glu-9.0.1.tar.xz"
desc="Mesa OpenGL Utility library"
requires="mesa glew"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,11 +19,11 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
mkfinalpkg
}
SHA512SUMS="
sha512sums="
5d950b14d3daa42549bc0ae8e75e84e5ac6e3b8851d207965200663dc28082e194b0ce7965b8f588a0d55eb088b1d4af305d1014068028f67ad6e2a65e691ff0 glu-9.0.1.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=iceauth
VERSION=1.0.8
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/archive/individual/app/iceauth-1.0.8.tar.gz"
DESC="ICE authority file utility"
REQUIRES="libice"
app=iceauth
version=1.0.8
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/archive/individual/app/iceauth-1.0.8.tar.gz"
desc="ICE authority file utility"
requires="libice"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--sysconfdir=/etc
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
21c55735fa53db6fed757e761007ad9f2c2b92fe2be44810b078402f32b423035a056e87d18e6d39fd6032bfc645ab4e9a116c9d2c36bacdb3b893823ab3e2d5 iceauth-1.0.8.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=imake
VERSION=1.0.8
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/archive/individual/util/imake-1.0.8.tar.gz"
DESC="X.Org imake program and related utilities"
REQUIRES="perl xorgproto xorg-macros "
app=imake
version=1.0.8
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/archive/individual/util/imake-1.0.8.tar.gz"
desc="X.Org imake program and related utilities"
requires="perl xorgproto xorg-macros "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
fccc56a55f30dd569126ea7e86f748a4321205ec8600c424478f02812046cec2cf3058fae64f6c348b6e7d8dfe6180932377b0a6ddcfa5f0a158b530c20e8e06 imake-1.0.8.tar.gz
"

View file

@ -1,17 +1,17 @@
APP=imlib2
VERSION=1.5.1
BUILD=1sml
HOMEPAGE="https://sourceforge.net/projects/enlightenment/"
DOWNLOAD="https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.5.0/imlib2-1.5.0.tar.bz2"
DESC="General image handling library for X11 and Gtk"
REQUIRES="bzip2 zlib libpng giflib libjpeg-turbo libxcb libxau freetype libxext libtiff"
app=imlib2
version=1.5.1
build=1sml
homepage="https://sourceforge.net/projects/enlightenment/"
download="https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.5.0/imlib2-1.5.0.tar.bz2"
desc="General image handling library for X11 and Gtk"
requires="bzip2 zlib libpng giflib libjpeg-turbo libxcb libxau freetype libxext libtiff"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/
cp COPYING* $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
9872aa3c4d45b1e9cbb0b1d0a7d5b47256e35f01a4fe19d84d276096c2da053c55bd28554441f92464d19edf1222b427571ba7b06d716031021ff1f9b4bc9656 imlib2-1.5.1.tar.gz
"

View file

@ -1,32 +1,33 @@
APP=jasper
VERSION=2.0.16
BUILD=1sml
HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/"
DOWNLOAD="https://github.com/jasper-software/jasper/archive/refs/tags/version-2.0.16.tar.gz"
REQUIRES="cmake libjpeg-turbo libxmu glew freeglut"
DESC="free implementation of the JPEG-2000 standard"
app=jasper
version=2.0.16
build=1sml
homepage="http://www.ece.uvic.ca/~mdadams/jasper/"
download="https://github.com/jasper-software/jasper/archive/refs/tags/version-2.0.16.tar.gz"
requires="cmake libjpeg-turbo libxmu glew freeglut"
desc="free implementation of the JPEG-2000 standard"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
cmake .. \
-DCMAKE_INSTALL_PREFIX="" \
-DCMAKE_INSTALL_LIBDIR=lib \
-DLATEX_FOUND=NO
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp ../LICENSE $PKGDOCS/
cp ../LICENSE $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
309ee468bb5fdf6ad26e60a8990c94726ee1c9cf2d744d7496026de2460d68a6dcbfb551c02c3cdcaddcbd2ff85e804b29fa9c2df75a6e4c7a215f96b3fd80db jasper-2.0.16.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=lcms2
VERSION=2.9
BUILD=1sml
HOMEPAGE="http://www.littlecms.com/"
DOWNLOAD="https://github.com/mm2/Little-CMS/archive/refs/tags/lcms2.9.tar.gz"
DESC="Small-footprint color management engine, version 2"
REQUIRES="libtiff"
app=lcms2
version=2.9
build=1sml
homepage="http://www.littlecms.com/"
download="https://github.com/mm2/Little-CMS/archive/refs/tags/lcms2.9.tar.gz"
desc="Small-footprint color management engine, version 2"
requires="libtiff"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--sysconfdir=/etc
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
70b1c51fa8d137d5072425e580745ff1fbf49c6e8bb1da0a8adb0647d3b7c095208793cb02de1e8d1a01363b8575fa60c61bedbff99bbec57a44228239cb00e5 lcms2-2.9.tar.gz
"

View file

@ -1,17 +1,17 @@
APP=libdrm
VERSION=2.4.102
BUILD=1sml
HOMEPAGE="https://dri.freedesktop.org/"
DOWNLOAD="https://dri.freedesktop.org/libdrm/libdrm-2.4.102.tar.xz"
DESC="Userspace interface to kernel DRM services"
REQUIRES="libxslt libpciaccess "
app=libdrm
version=2.4.102
build=1sml
homepage="https://dri.freedesktop.org/"
download="https://dri.freedesktop.org/libdrm/libdrm-2.4.102.tar.xz"
desc="Userspace interface to kernel DRM services"
requires="libxslt libpciaccess "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
@ -20,13 +20,13 @@ build() {
-Dcairo-tests=false
ninja
DESTDIR="$PKG" ninja install
DESTDIR="$pkg" ninja install
cp $SRCDIR/COPYING $PKGDOCS/
cp $srcdir/COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
386afd228efd809fe32776a6ff5d9dd95d1409a6a6a89b3806a3b42ed27e84f1e090f3b7834973f834d6b0d1342b7034447fe8690d072f85f03292d7795c3e0c libdrm-2.4.102.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=libepoxy
VERSION=1.5.4
BUILD=1sml
HOMEPAGE="https://github.com/anholt/libepoxy"
DOWNLOAD="https://github.com/anholt/libepoxy/archive/refs/tags/1.5.4.tar.gz"
DESC="Library handling OpenGL function pointer management"
REQUIRES="mesa"
app=libepoxy
version=1.5.4
build=1sml
homepage="https://github.com/anholt/libepoxy"
download="https://github.com/anholt/libepoxy/archive/refs/tags/1.5.4.tar.gz"
desc="Library handling OpenGL function pointer management"
requires="mesa"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
meson .. --prefix="/"
ninja
DESTDIR="$PKG" ninja install
DESTDIR="$pkg" ninja install
cp ../COPYING $PKGDOCS/
cp ../COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
7bde6fe7164aaa88b6e476dafb13391c551c530267936a1456e242d2bf648117f319788ba089100b3f773444098a894db6d27326b47dc4ae26db4766308d7510 libepoxy-1.5.4.tar.xz
"

View file

@ -1,27 +1,27 @@
APP=liberation-fonts-ttf
VERSION=2.1.0
BUILD=1sml
HOMEPAGE="https://github.com/liberationfonts/liberation-fonts"
DOWNLOAD="https://github.com/liberationfonts/liberation-fonts/archive/refs/tags/2.1.0.tar.gz"
DESC="Font family which aims at metric compatibility with Arial, Times New Roman, and Courier New"
REQUIRES="fontconfig mkfontscale "
app=liberation-fonts-ttf
version=2.1.0
build=1sml
homepage="https://github.com/liberationfonts/liberation-fonts"
download="https://github.com/liberationfonts/liberation-fonts/archive/refs/tags/2.1.0.tar.gz"
desc="Font family which aims at metric compatibility with Arial, Times New Roman, and Courier New"
requires="fontconfig mkfontscale "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p $PKG/share/fonts/TTF
cp -a *ttf $PKG/share/fonts/TTF/
mkdir -p $pkg/share/fonts/TTF
cp -a *ttf $pkg/share/fonts/TTF/
install -Dm 644 $SRCDIR/60-liberation.conf $PKG/etc/fonts/conf.d/60-liberation.conf
install -Dm 644 $srcdir/60-liberation.conf $pkg/etc/fonts/conf.d/60-liberation.conf
mkfinalpkg
}
SHA512SUMS="
sha512sums="
aa067dfd877be8b9407879c1ef0830d7dbbdb541761acec38848305f403ce992ba7c6db97d7e648e33fce9b19c42d31ba66c02c21221c8f9f136a5d296d5e424 liberation-fonts-ttf-2.1.0.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libevdev
VERSION=1.9.1
BUILD=1sml
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/"
DOWNLOAD="https://freedesktop.org/software/libevdev/libevdev-1.9.1.tar.xz"
DESC="Wrapper library for evdev devices"
REQUIRES="python3"
app=libevdev
version=1.9.1
build=1sml
homepage="https://www.freedesktop.org/wiki/Software/libevdev/"
download="https://freedesktop.org/software/libevdev/libevdev-1.9.1.tar.xz"
desc="Wrapper library for evdev devices"
requires="python3"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
@ -21,13 +21,13 @@ build() {
-Ddocumentation=disabled
ninja
DESTDIR="$PKG" ninja install
DESTDIR="$pkg" ninja install
cp ../COPYING $PKGDOCS/
cp ../COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
7d845ce2279d2e2ef12437f6218550265ea0c85e5b6c0d116aff09787b73626b338fe3084baff060085d393688b5ae3d33772689e0581684eff257af01c4c645 libevdev-1.9.1.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=libfontenc
VERSION=1.1.4
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/lib/libfontenc-1.1.4.tar.gz"
DESC="X11 font encoding library"
REQUIRES="zlib xorg-macros xorgproto"
app=libfontenc
version=1.1.4
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/lib/libfontenc-1.1.4.tar.gz"
desc="X11 font encoding library"
requires="zlib xorg-macros xorgproto"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
0a368880d40c2d978b93ea1e1e169a184fd0efe3cdcd1fd30c031f6079c643ff9ac8bf4bc02d1b9b41cf4fec56489ad22dabcd98cf09faea9ed283ebb2ae387a libfontenc-1.1.4.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libgudev
VERSION=231
BUILD=1sml
HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"
DOWNLOAD="https://gitlab.gnome.org/GNOME/libgudev/-/archive/231/libgudev-231.tar.bz2"
DESC="GObject bindings for libudev"
REQUIRES="glib git"
app=libgudev
version=231
build=1sml
homepage="https://wiki.gnome.org/Projects/libgudev"
download="https://gitlab.gnome.org/GNOME/libgudev/-/archive/231/libgudev-231.tar.bz2"
desc="GObject bindings for libudev"
requires="glib git"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -20,13 +20,13 @@ build() {
--disable-umockdev
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
08b50ffce99ef3f69537a7c921290a7eaba62fbbe7b9359d52edde151c46aa94e77bf01a174640fe8e5d40df6d142e5d14d9091e22346a67f4fcef71f74e1689 libgudev-231.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libice
VERSION=1.0.10
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/lib/libICE-1.0.10.tar.bz2"
DESC="X11 Inter-Client Exchange library"
REQUIRES="xorgproto xorg-macros xtrans"
app=libice
version=1.0.10
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/lib/libICE-1.0.10.tar.bz2"
desc="X11 Inter-Client Exchange library"
requires="xorgproto xorg-macros xtrans"
build() {
mkandenterbuilddir
rm -rf libICE-$VERSION
rm -rf libICE-$version
tar xf $SRCDIR/libICE-$VERSION.tar.?z*
cd libICE-$VERSION
tar xf $srcdir/libICE-$version.tar.?z*
cd libICE-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
d9b22f93e0bba38b0cbbe0ad388388175653aa105417e6c5741c737bf2e0ab30d343f2740a1c5a9358b554a094ca042ab0934887e219b1e84bec240c99065997 libICE-1.0.10.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=libinput
VERSION=1.10.0
BUILD=1sml
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
DOWNLOAD="https://freedesktop.org/software/libinput/libinput-1.10.0.tar.xz"
DESC="Input device management and event handling library"
REQUIRES="libevdev mtdev libwacom"
app=libinput
version=1.10.0
build=1sml
homepage="https://www.freedesktop.org/wiki/Software/libinput/"
download="https://freedesktop.org/software/libinput/libinput-1.10.0.tar.xz"
desc="Input device management and event handling library"
requires="libevdev mtdev libwacom"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
@ -22,12 +22,12 @@ build() {
-Ddebug-gui=false
ninja
DESTDIR="$PKG" ninja install
cp ../COPYING $PKGDOCS/
DESTDIR="$pkg" ninja install
cp ../COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
173f72f454c534dee755b6121c4577900ae9b8a129ac41de69410c3195950a6d149d6148892c4976f013eeabca66117d53fa67e352cc005960863a5576696928 libinput-1.10.0.tar.xz
"

View file

@ -1,21 +1,21 @@
APP=libomxil-bellagio
VERSION=0.9.3
BUILD=1sml
HOMEPAGE="http://omxil.sourceforge.net/"
DOWNLOAD="http://sourceforge.net/projects/omxil/files/omxil/Bellagio%200.9.3/libomxil-bellagio-0.9.3.tar.gz"
DESC="opensource implementation of the OpenMAX Integration Layer API"
REQUIRES="musl"
app=libomxil-bellagio
version=0.9.3
build=1sml
homepage="http://omxil.sourceforge.net/"
download="http://sourceforge.net/projects/omxil/files/omxil/Bellagio%200.9.3/libomxil-bellagio-0.9.3.tar.gz"
desc="opensource implementation of the OpenMAX Integration Layer API"
requires="musl"
build() {
compileonlyfor aarch64
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
patch -p1 < $SRCDIR/fedora-fixes.patch
patch -p1 < $srcdir/fedora-fixes.patch
sed -e 's/-Werror//' -i configure.ac
autoreconf -vif
@ -24,17 +24,17 @@ build() {
--prefix="" \
--sysconfdir=/etc \
--disable-static \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
72b4c8c639f8cf767ba6323fdfc42b90ad4b62f0ece3ba786ae38afc7c5d64cb0ba464b7993a588c1c7fa2daafe2ac773c9c4367a154c32632e87ba0d6341d16 libomxil-bellagio-0.9.3.tar.gz
6a763c164ed21ad9a8c0da01e02e823ed40f2539b68ef96d8052739dd433daa472c7d05f86bb06b95269a819403aa2e27670d37475ecf108f808bf9fa3ede413 fedora-fixes.patch
"

View file

@ -1,17 +1,17 @@
APP=libpciaccess
VERSION=0.16
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/lib/libpciaccess-0.16.tar.gz"
DESC="X11 PCI access library"
REQUIRES="musl xorg-macros"
app=libpciaccess
version=0.16
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/lib/libpciaccess-0.16.tar.gz"
desc="X11 PCI access library"
requires="musl xorg-macros"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -21,13 +21,13 @@ build() {
--disable-strict-compilation
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
b84bc9045ddfdfcb8ad0b3fd710e211da40f0ffd17c41202ff6230e2b93e49efc5cb58cd0dc0320aef896f83c6c6b8367dce7b44f17fd79bc4233a1365216679 libpciaccess-0.16.tar.lz
"

View file

@ -1,21 +1,21 @@
APP=libraw
VERSION=0.18.12
BUILD=1sml
app=libraw
version=0.18.12
build=1sml
DEMOSAICV=0.18.8
HOMEPAGE="http://www.libraw.org/"
REQUIRES="gcc-libs libjpeg-turbo jasper lcms2"
DESC="library for decoding raw digital photos"
homepage="http://www.libraw.org/"
requires="gcc-libs libjpeg-turbo jasper lcms2"
desc="library for decoding raw digital photos"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION-build
rm -rf $app-$version-build
mkdir -p $APP-$VERSION-build && cd $APP-$VERSION-build
tar xf $SRCDIR/LibRaw-$VERSION.tar.?z*
tar xf $SRCDIR/LibRaw-demosaic-pack-GPL2-$DEMOSAICV.tar.?z*
tar xf $SRCDIR/LibRaw-demosaic-pack-GPL3-$DEMOSAICV.tar.?z*
mkdir -p $app-$version-build && cd $app-$version-build
tar xf $srcdir/LibRaw-$version.tar.?z*
tar xf $srcdir/LibRaw-demosaic-pack-GPL2-$DEMOSAICV.tar.?z*
tar xf $srcdir/LibRaw-demosaic-pack-GPL3-$DEMOSAICV.tar.?z*
cd LibRaw-$VERSION
cd LibRaw-$version
fixbuilddirpermissions
./configure \
@ -30,14 +30,14 @@ build() {
--disable-examples
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp LICENSE* $PKGDOCS/
cp LICENSE* $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
dadf8701382f1d9c0e93b2c755c2a4639945aac601e4a469b23960bbd930ad6ada72111607acce74ca822bdeb336a558711535d226978eae8c02a32a067b89a7 LibRaw-0.18.12.tar.lz
ca8045ab0b351c1d0f20e94381ecf3e89676aafdb09d63990ad77acd5a57807b67ada81f941cc2d2d0b55982fdc0413cbfdb4d7c4e4105aa8b1379fecbb76277 LibRaw-demosaic-pack-GPL2-0.18.8.tar.lz
5fda62cb3693cfa9a9f13d922cdfcecc11fbc425a8dcfda380b412ae60d0ef7beb3e7f1109c1cbaaedc2cf6454c4d71b6a2c0fd84d1c98b158fe9d8d1792b3db LibRaw-demosaic-pack-GPL3-0.18.8.tar.lz

View file

@ -1,17 +1,17 @@
APP=libsm
VERSION=1.2.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/lib/libSM-1.2.3.tar.gz"
DESC="X11 Session Management library"
REQUIRES="util-linux xorgproto xorg-macros xtrans libice"
app=libsm
version=1.2.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/lib/libSM-1.2.3.tar.gz"
desc="X11 Session Management library"
requires="util-linux xorgproto xorg-macros xtrans libice"
build() {
mkandenterbuilddir
rm -rf libSM-$VERSION
rm -rf libSM-$version
tar xf $SRCDIR/libSM-$VERSION.tar.?z*
cd libSM-$VERSION
tar xf $srcdir/libSM-$version.tar.?z*
cd libSM-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
9442e1fe1cc4cebf304fa1b84af60e59d10dda9486bf6aef0b338153647f2d3826d0c86a4594695718b2ffd70004ebbd4162514e163db3b2c941b5bad2470129 libSM-1.2.3.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=libtiff
VERSION=4.0.10
BUILD=1sml
HOMEPAGE="http://www.simplesystems.org/libtiff/"
DOWNLOAD="https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz"
DESC="a library for reading and writing TIFF files"
REQUIRES="xz zlib libjpeg-turbo glu "
app=libtiff
version=4.0.10
build=1sml
homepage="http://www.simplesystems.org/libtiff/"
download="https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz"
desc="a library for reading and writing TIFF files"
requires="xz zlib libjpeg-turbo glu "
build() {
mkandenterbuilddir
rm -rf "tiff-$VERSION"
rm -rf "tiff-$version"
tar xf $SRCDIR/tiff-$VERSION.tar.?z*
cd "tiff-$VERSION"
tar xf $srcdir/tiff-$version.tar.?z*
cd "tiff-$version"
fixbuilddirpermissions
CFLAGS="$CFLAGS -D_GNU_SOURCE" \
@ -23,13 +23,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYRIGHT $PKGDOCS/
cp COPYRIGHT $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
2ea696ac44738d32d40c05efcc033eac6cc39c289ee9dc312e9846397f28623823755aea0ef414fc6538c4b68c311c39e409b83068ffb61b61e5612bcd1970ff tiff-4.0.10.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libvdpau
VERSION=1.1.1
BUILD=1sml
HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU/"
DOWNLOAD="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/libvdpau-1.1.1/libvdpau-libvdpau-1.1.1.tar.bz2"
DESC="Nvidia VDPAU library"
REQUIRES="libxext "
app=libvdpau
version=1.1.1
build=1sml
homepage="https://www.freedesktop.org/wiki/Software/VDPAU/"
download="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/libvdpau-1.1.1/libvdpau-libvdpau-1.1.1.tar.bz2"
desc="Nvidia VDPAU library"
requires="libxext "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
43acca92943dcbfe8241e7946b3ce10231448b6d1e7c1b47d170bd175e12c542cf25c05a38a8b0194c099df5b49cbeda4d689711a6524c526148d2ae1b455512 libvdpau-1.1.1.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=libwacom
VERSION=0.29
BUILD=1sml
HOMEPAGE="https://github.com/linuxwacom/libwacom"
DOWNLOAD="https://github.com/linuxwacom/libwacom/archive/refs/tags/libwacom-0.29.tar.gz"
DESC="Library to identify Wacom tablets and their features"
REQUIRES="glib libxml2 "
app=libwacom
version=0.29
build=1sml
homepage="https://github.com/linuxwacom/libwacom"
download="https://github.com/linuxwacom/libwacom/archive/refs/tags/libwacom-0.29.tar.gz"
desc="Library to identify Wacom tablets and their features"
requires="glib libxml2 "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
22fb7610a21a577d7ebc567e14ed1135b883723bc6c37adda540915261ebaea2365e4ab19339beefe6c412ba3c45e85b958129ddb24bff8ec73338b7a63a70ff libwacom-0.29.tar.bz2
"

View file

@ -1,17 +1,17 @@
APP=libx11
VERSION=1.7.1
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libX11-1.7.1.tar.bz2"
DESC="X11 client-side library"
REQUIRES="xorgproto xorg-macros xtrans libxcb "
app=libx11
version=1.7.1
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libX11-1.7.1.tar.bz2"
desc="X11 client-side library"
requires="xorgproto xorg-macros xtrans libxcb "
build() {
mkandenterbuilddir
rm -rf libX11-$VERSION
rm -rf libX11-$version
tar xf $SRCDIR/libX11-$VERSION.tar.?z*
cd libX11-$VERSION
tar xf $srcdir/libX11-$version.tar.?z*
cd libX11-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
a76f0a82fce6f9b50646a7cd7ec5ee046650f225816050226068a7548fa083ef07d146d40faaf44e033c59c17b0fda5ffdee3a127dac3ab56cee02133819aa3d libX11-1.7.1.tar.bz2
"

View file

@ -1,17 +1,17 @@
APP=libxau
VERSION=1.0.9
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXau-1.0.9.tar.gz"
DESC="X11 authorisation library"
REQUIRES="pkgconf xorgproto"
app=libxau
version=1.0.9
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXau-1.0.9.tar.gz"
desc="X11 authorisation library"
requires="pkgconf xorgproto"
build() {
mkandenterbuilddir
rm -rf libXau-$VERSION
rm -rf libXau-$version
tar xf $SRCDIR/libXau-$VERSION.tar.?z*
cd libXau-$VERSION
tar xf $srcdir/libXau-$version.tar.?z*
cd libXau-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
0195c23d6d0904fc6861bcbbff830dc5721fd0eb2e41d46d808b6334a5a8dd7fd975206875ffca7daed637deced6bce5be1608e37a6335d523775f7bdd0e43c2 libXau-1.0.9.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxaw
VERSION=1.0.13
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXaw-1.0.13.tar.bz2"
DESC="X11 Athena Widget library"
REQUIRES="libxmu libxpm"
app=libxaw
version=1.0.13
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXaw-1.0.13.tar.bz2"
desc="X11 Athena Widget library"
requires="libxmu libxpm"
build() {
mkandenterbuilddir
rm -rf libXaw-$VERSION
rm -rf libXaw-$version
tar xf $SRCDIR/libXaw-$VERSION.tar.?z*
cd libXaw-$VERSION
tar xf $srcdir/libXaw-$version.tar.?z*
cd libXaw-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
4ac3747f6ed1105dc6b9629bf57e597d4a73c2917ff5f8f8611363039bf8240d4dfe27304e898dcd7abdd824179b239b82fcac413e4f279da026a6927fb571f5 libXaw-1.0.13.tar.lz
"

View file

@ -1,33 +1,33 @@
APP=libxaw3d
VERSION=1.6.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXaw3d-1.6.3.tar.bz2"
DESC="Three-D Athena widgets"
REQUIRES="libxaw"
app=libxaw3d
version=1.6.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXaw3d-1.6.3.tar.bz2"
desc="Three-D Athena widgets"
requires="libxaw"
build() {
mkandenterbuilddir
rm -rf libXaw3d-$VERSION
rm -rf libXaw3d-$version
tar xf $SRCDIR/libXaw3d-$VERSION.tar.?z*
cd libXaw3d-$VERSION
tar xf $srcdir/libXaw3d-$version.tar.?z*
cd libXaw3d-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc \
--disable-static \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
edaee2570e18dc48c4c17a4305de37039c255351ab90da4c7a3679c423a69e5dc68bc83b1877b883814eda0cd7129967f0b4c18da9c828b3c5c73c1e58e500be libXaw3d-1.6.3.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxaw3dxft
VERSION=1.6.2d
BUILD=1sml
HOMEPAGE="http://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/"
DOWNLOAD="https://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/libXaw3dXft-1.6.2d.tar.bz2"
DESC="xaw3d library for xpaint"
REQUIRES="libxmu libxpm libxaw3d "
app=libxaw3dxft
version=1.6.2d
build=1sml
homepage="http://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/"
download="https://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/libXaw3dXft-1.6.2d.tar.bz2"
desc="xaw3d library for xpaint"
requires="libxmu libxpm libxaw3d "
build() {
mkandenterbuilddir
rm -rf libXaw3dXft-$VERSION
rm -rf libXaw3dXft-$version
tar xf $SRCDIR/libXaw3dXft-$VERSION.tar.?z*
cd libXaw3dXft-$VERSION
tar xf $srcdir/libXaw3dXft-$version.tar.?z*
cd libXaw3dXft-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
5f3bbfd34ac6a2f806a0efce7e4441b7484d0421fa58bb8efb0fb4180b001540ff32680b412edd2de3ff6f832e0afbc2232b2bb18b2c9b08f4e41499f10fa1fd libXaw3dXft-1.6.2d.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxcb
VERSION=1.14
BUILD=1sml
HOMEPAGE="https://xcb.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libxcb-1.14.tar.xz"
DESC="X11 client-side library"
REQUIRES="python3 libxslt libxau libxdmcp "
app=libxcb
version=1.14
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libxcb-1.14.tar.xz"
desc="X11 client-side library"
requires="python3 libxslt libxau libxdmcp "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -21,13 +21,13 @@ build() {
--without-doxygen
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
a91990c800f92b235bf576847f1c72651fe63f6abfea19678c778c6c0dc99d9200d3f623140a48787de47d4b8cb9ff6820f75827e2289e8ac4a3ba3ba8b6784e libxcb-1.14.tar.lz
"

View file

@ -1,32 +1,32 @@
APP=libxcomposite
VERSION=0.4.5
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXcomposite-0.4.5.tar.gz"
DESC="X11 Composite extension library"
REQUIRES="libxfixes"
app=libxcomposite
version=0.4.5
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXcomposite-0.4.5.tar.gz"
desc="X11 Composite extension library"
requires="libxfixes"
build() {
mkandenterbuilddir
rm -rf libXcomposite-$VERSION
rm -rf libXcomposite-$version
tar xf $SRCDIR/libXcomposite-$VERSION.tar.?z*
cd libXcomposite-$VERSION
tar xf $srcdir/libXcomposite-$version.tar.?z*
cd libXcomposite-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
305b99589eeaf8ba5f51149c47b7e31da38e3f40b1b05665e33f6b67103c4d7bb63e9b069b2a4569cf0e779245a194b337a9421effed7f33f8223bf5b6ddec3c libXcomposite-0.4.5.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxcursor
VERSION=1.2.0
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXcursor-1.2.0.tar.bz2"
DESC="X cursor management library"
REQUIRES="libxfixes libxrender "
app=libxcursor
version=1.2.0
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXcursor-1.2.0.tar.bz2"
desc="X cursor management library"
requires="libxfixes libxrender "
build() {
mkandenterbuilddir
rm -rf libXcursor-$VERSION
rm -rf libXcursor-$version
tar xf $SRCDIR/libXcursor-$VERSION.tar.?z*
cd libXcursor-$VERSION
tar xf $srcdir/libXcursor-$version.tar.?z*
cd libXcursor-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
522d789f466f3f592e9e5b875daf9b6beb9b01615dd853c016e7f8f5fe982a47d13852bbe7a532cfbdbdb144a002ca3ff0e481ac04847f06a2931c151ea201d4 libXcursor-1.2.0.tar.lz
"

View file

@ -1,32 +1,32 @@
APP=libxdamage
VERSION=1.1.5
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXdamage-1.1.5.tar.gz"
DESC="X11 damaged region extension library"
REQUIRES="libxfixes"
app=libxdamage
version=1.1.5
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXdamage-1.1.5.tar.gz"
desc="X11 damaged region extension library"
requires="libxfixes"
build() {
mkandenterbuilddir
rm -rf libXdamage-$VERSION
rm -rf libXdamage-$version
tar xf $SRCDIR/libXdamage-$VERSION.tar.?z*
cd libXdamage-$VERSION
tar xf $srcdir/libXdamage-$version.tar.?z*
cd libXdamage-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
de0e51d682c4513238e74fa1d8d6ccd3d6f85174659f588517d052cfae12bb659b4b7946ff57d7b3cce41f5f24239309c115720c58af7d8c459dd59ff0ca125d libXdamage-1.1.5.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxdmcp
VERSION=1.1.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXdmcp-1.1.3.tar.bz2"
DESC="X11 Display Manager Control Protocol library"
REQUIRES="xorgproto xorg-macros"
app=libxdmcp
version=1.1.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXdmcp-1.1.3.tar.bz2"
desc="X11 Display Manager Control Protocol library"
requires="xorgproto xorg-macros"
build() {
mkandenterbuilddir
rm -rf libXdmcp-$VERSION
rm -rf libXdmcp-$version
tar xf $SRCDIR/libXdmcp-$VERSION.tar.?z*
cd libXdmcp-$VERSION
tar xf $srcdir/libXdmcp-$version.tar.?z*
cd libXdmcp-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
2892aba3f822c78f69efbe4ce5e1a5805ef04103ab55f3b12b52102cdfb1ac335a405041c9620188e7a462c80727d884c52e02622f49d30350497595e8b8a57c libXdmcp-1.1.3.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxext
VERSION=1.3.4
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXext-1.3.4.tar.bz2"
DESC="X11 miscellaneous extensions library"
REQUIRES="libx11"
app=libxext
version=1.3.4
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXext-1.3.4.tar.bz2"
desc="X11 miscellaneous extensions library"
requires="libx11"
build() {
mkandenterbuilddir
rm -rf libXext-$VERSION
rm -rf libXext-$version
tar xf $SRCDIR/libXext-$VERSION.tar.?z*
cd libXext-$VERSION
tar xf $srcdir/libXext-$version.tar.?z*
cd libXext-$version
fixbuilddirpermissions
ac_cv_func__XEatDataWords=yes \
@ -20,13 +20,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
a3a52bb1002f59e91bcfa2d9fbf312ab7505bc4c7a69d7f8372856f527ca35bb6c4d5903bcd56e52ed513fcf19762fd6f1c1f8f0e9cc611c459d79216af03e5c libXext-1.3.4.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxfixes
VERSION=5.0.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXfixes-5.0.3.tar.bz2"
DESC="X11 miscellaneous 'fixes' extension library"
REQUIRES="libx11"
app=libxfixes
version=5.0.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXfixes-5.0.3.tar.bz2"
desc="X11 miscellaneous 'fixes' extension library"
requires="libx11"
build() {
mkandenterbuilddir
rm -rf libXfixes-$VERSION
rm -rf libXfixes-$version
tar xf $SRCDIR/libXfixes-$VERSION.tar.?z*
cd libXfixes-$VERSION
tar xf $srcdir/libXfixes-$version.tar.?z*
cd libXfixes-$version
fixbuilddirpermissions
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
@ -20,13 +20,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
9730e0f53730453d0df02083d54bd6e130bf5604deed09a53171fb9b0e56094e7e48cb1adf7d063f95f352fd975c953948119a20e96a9874aadd8da4ad6f305e libXfixes-5.0.3.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxfont2
VERSION=2.0.4
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXfont2-2.0.4.tar.bz2"
DESC="X11 font rasterisation library"
REQUIRES="xtrans libfontenc freetype "
app=libxfont2
version=2.0.4
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXfont2-2.0.4.tar.bz2"
desc="X11 font rasterisation library"
requires="xtrans libfontenc freetype "
build() {
mkandenterbuilddir
rm -rf libXfont2-$VERSION
rm -rf libXfont2-$version
tar xf $SRCDIR/libXfont2-$VERSION.tar.?z*
cd libXfont2-$VERSION
tar xf $srcdir/libXfont2-$version.tar.?z*
cd libXfont2-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
eb365b941aae0def70429e39b5d758800d408edba02d714762d475451c7cf6fcfecf8e549a696ed4c96e8d9b07b366bb95618c864aa5a75fe02f5d4b3ee73b91 libXfont2-2.0.4.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxft
VERSION=2.3.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXft-2.3.3.tar.gz"
DESC="FreeType-based font drawing library for X"
REQUIRES="fontconfig libxrender"
app=libxft
version=2.3.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXft-2.3.3.tar.gz"
desc="FreeType-based font drawing library for X"
requires="fontconfig libxrender"
build() {
mkandenterbuilddir
rm -rf libXft-$VERSION
rm -rf libXft-$version
tar xf $SRCDIR/libXft-$VERSION.tar.?z*
cd libXft-$VERSION
tar xf $srcdir/libXft-$version.tar.?z*
cd libXft-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
7e5008a9a7940502f65c875dc69a2309885b0f41f5b3384de31312a7bf2922b61e616496f6d23c9466b5cb434bfbc8862c933fe5b33ae82032c312fbb097b785 libXft-2.3.3.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxi
VERSION=1.7.10
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXi-1.7.10.tar.bz2"
DESC="X11 Input extension library"
REQUIRES="xorgproto xorg-macros libxext libxfixes"
app=libxi
version=1.7.10
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXi-1.7.10.tar.bz2"
desc="X11 Input extension library"
requires="xorgproto xorg-macros libxext libxfixes"
build() {
mkandenterbuilddir
rm -rf libXi-$VERSION
rm -rf libXi-$version
tar xf $SRCDIR/libXi-$VERSION.tar.?z*
cd libXi-$VERSION
tar xf $srcdir/libXi-$version.tar.?z*
cd libXi-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
967e21109b9f2b38008b82ddeb4faa3416d8f1f6c329e773fd424e7dbac198fa940252434a6741098129d241ac86777c55c29fd9eb6e0d8c36fa39b3fd51e070 libXi-1.7.10.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxinerama
VERSION=1.1.4
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXinerama-1.1.4.tar.bz2"
DESC="X11 Xinerama extension library"
REQUIRES="libxext "
app=libxinerama
version=1.1.4
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXinerama-1.1.4.tar.bz2"
desc="X11 Xinerama extension library"
requires="libxext "
build() {
mkandenterbuilddir
rm -rf libXinerama-$VERSION
rm -rf libXinerama-$version
tar xf $SRCDIR/libXinerama-$VERSION.tar.?z*
cd libXinerama-$VERSION
tar xf $srcdir/libXinerama-$version.tar.?z*
cd libXinerama-$version
fixbuilddirpermissions
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
@ -20,13 +20,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
cd2973ab82d3c6c913c1cddf0b96b4fd333f7fb2ae0bfff6d356f23a4a41753c1bc7185dec56fc848170acf85771bf6052e1592f55bb61ac0ffbfd85fd60c896 libXinerama-1.1.4.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxkbcommon
VERSION=0.8.2
BUILD=1sml
HOMEPAGE="https://xkbcommon.org/"
DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-0.8.2.tar.xz"
DESC="Keymap handling library for toolkits and window systems"
REQUIRES="libxml2 xkeyboard-config libxcb"
app=libxkbcommon
version=0.8.2
build=1sml
homepage="https://xkbcommon.org/"
download="https://xkbcommon.org/download/libxkbcommon-0.8.2.tar.xz"
desc="Keymap handling library for toolkits and window systems"
requires="libxml2 xkeyboard-config libxcb"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp LICENSE $PKGDOCS/
cp LICENSE $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
43fceb514f049f407d0d7a83ac7953ba0284a40757ac470fd64e296be1b518f8e978ecdf64e5ac23c5caced058ae9adde5c521383777cd2fba62106bb5d3e299 libxkbcommon-0.8.2.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxkbfile
VERSION=1.1.0
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libxkbfile-1.1.0.tar.bz2"
DESC="X11 keyboard file manipulation library"
REQUIRES="libx11"
app=libxkbfile
version=1.1.0
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libxkbfile-1.1.0.tar.bz2"
desc="X11 keyboard file manipulation library"
requires="libx11"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
05b8ff46d14a14f7f6d7f23d4039b15c2bdb59a656e447a4a9dcda1fdb8d730d509b22a102dbe0321b8ea0c5ae5f12ba02cdd61753b906762fd817306fadfc96 libxkbfile-1.1.0.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxklavier
VERSION=5.4
BUILD=1sml
HOMEPAGE="https://www.freedesktop.org/wiki/Software/LibXklavier/"
DOWNLOAD="https://anongit.freedesktop.org/git/libxklavier"
DESC="High-level API for X Keyboard Extension"
REQUIRES="glib intltool iso-codes libxml2 libxi libxkbfile libxfixes xkeyboard-config"
app=libxklavier
version=5.4
build=1sml
homepage="https://www.freedesktop.org/wiki/Software/LibXklavier/"
download="https://anongit.freedesktop.org/git/libxklavier"
desc="High-level API for X Keyboard Extension"
requires="glib intltool iso-codes libxml2 libxi libxkbfile libxfixes xkeyboard-config"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -22,13 +22,13 @@ build() {
--with-xkb-base=/etc/X11/xkb
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/
cp COPYING* $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
104c86648a3dabf13a4b7abb2cc47893e536b0f994d908b94fd214bab07dd1cb36d955061c5458bf5526917244dccc75b9314c92b6f0493a26a120735287f14d libxklavier-5.4.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxmu
VERSION=1.1.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXmu-1.1.3.tar.bz2"
DESC="X11 miscellaneous micro-utility library"
REQUIRES="libxext libxt"
app=libxmu
version=1.1.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXmu-1.1.3.tar.bz2"
desc="X11 miscellaneous micro-utility library"
requires="libxext libxt"
build() {
mkandenterbuilddir
rm -rf libXmu-$VERSION
rm -rf libXmu-$version
tar xf $SRCDIR/libXmu-$VERSION.tar.?z*
cd libXmu-$VERSION
tar xf $srcdir/libXmu-$version.tar.?z*
cd libXmu-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
021bccad8c36033c09e8fa12cfe383f89226e7aec74215422553c8f1a0de64e164d39399ee5d71f90ad2972ecbc14249907979f5a4057d4e8bafc70764dc162b libXmu-1.1.3.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxpm
VERSION=3.5.13
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXpm-3.5.13.tar.bz2"
DESC="X11 pixmap library"
REQUIRES="libxext libxt "
app=libxpm
version=3.5.13
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXpm-3.5.13.tar.bz2"
desc="X11 pixmap library"
requires="libxext libxt "
build() {
mkandenterbuilddir
rm -rf libXpm-$VERSION
rm -rf libXpm-$version
tar xf $SRCDIR/libXpm-$VERSION.tar.?z*
cd libXpm-$VERSION
tar xf $srcdir/libXpm-$version.tar.?z*
cd libXpm-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
28a4f26e125e9d3b9b9c381449182b977a1b7904a57b064ecc7335532566beb48b983b23758648aeaca331e421735e62c370098d59b36b3b904425813a7dd70d libXpm-3.5.13.tar.lz
"

View file

@ -1,16 +1,16 @@
APP=libxpresent
VERSION=1.0
BUILD=1sml
HOMEPAGE="https://gitlab.freedesktop.org/xorg/lib/libxpresent"
DESC="X Present Extension library"
REQUIRES="libxfixes libxrandr "
app=libxpresent
version=1.0
build=1sml
homepage="https://gitlab.freedesktop.org/xorg/lib/libxpresent"
desc="X Present Extension library"
requires="libxfixes libxrandr "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -18,13 +18,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
007cb41076b893236ede31d475ee477830aeb6b175fcbaf9ce64a41aaf3b5b8f6eb4a4d7b67bd43914f4a98dd343c50cf99268b7c1d93f7ed5f366a23e2c7fb7 libxpresent-1.0.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxrandr
VERSION=1.5.1
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXrandr-1.5.1.tar.bz2"
DESC="X11 RandR extension library"
REQUIRES="libxext libxrender "
app=libxrandr
version=1.5.1
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXrandr-1.5.1.tar.bz2"
desc="X11 RandR extension library"
requires="libxext libxrender "
build() {
mkandenterbuilddir
rm -rf libXrandr-$VERSION
rm -rf libXrandr-$version
tar xf $SRCDIR/libXrandr-$VERSION.tar.?z*
cd libXrandr-$VERSION
tar xf $srcdir/libXrandr-$version.tar.?z*
cd libXrandr-$version
fixbuilddirpermissions
ac_cv_func__XEatDataWords=yes \
@ -20,13 +20,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
742b77aedd56aeba82573cc04d1d6fd529e5c91de29ce301b2bedede97f31ab838a654e6439e946aa6e2a4d6b64705bfc49314b394bed3063b7bb252d9744b91 libXrandr-1.5.1.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxrender
VERSION=0.9.10
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXrender-0.9.10.tar.bz2"
DESC="X Rendering Extension client library"
REQUIRES="libx11 "
app=libxrender
version=0.9.10
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXrender-0.9.10.tar.bz2"
desc="X Rendering Extension client library"
requires="libx11 "
build() {
mkandenterbuilddir
rm -rf libXrender-$VERSION
rm -rf libXrender-$version
tar xf $SRCDIR/libXrender-$VERSION.tar.?z*
cd libXrender-$VERSION
tar xf $srcdir/libXrender-$version.tar.?z*
cd libXrender-$version
fixbuilddirpermissions
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
@ -20,13 +20,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
55eb43e88be08140b4bdb6fe22d239238712ee293734d1e21789a575366c47c4f05828f6b4e75da288525ddd0a9d168c29d6968680dfa444d118a0b5c418da1b libXrender-0.9.10.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxscrnsaver
VERSION=1.2.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.3.tar.bz2"
DESC="Xlib-based X11 Screen Saver extension client library"
REQUIRES="libxcb libxext "
app=libxscrnsaver
version=1.2.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.3.tar.bz2"
desc="Xlib-based X11 Screen Saver extension client library"
requires="libxcb libxext "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
4e6a0de9e0d31d3b4af8ebc0733dbad48b07a689630356d6ebda4bc1053c1383b1bf64a8b5af9b3b6a8ba90de1f465b6599c8c08e243220b62387accc7d81e3e libxscrnsaver-1.2.3.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxshmfence
VERSION=1.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libxshmfence-1.3.tar.bz2"
DESC="a library that exposes a event API on top of Linux futexes"
REQUIRES="musl xorg-macros xorgproto"
app=libxshmfence
version=1.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libxshmfence-1.3.tar.bz2"
desc="a library that exposes a event API on top of Linux futexes"
requires="musl xorg-macros xorgproto"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
2e8c6b394813c6c673e64b7e23bc2ea3d5dc9c88c190b82129831ff2171bc6f5a82f092d87e72547360c6f08b6d5a8d97d2248c658fa5761944dc6283508380e libxshmfence-1.3.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxt
VERSION=1.2.0
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXt-1.2.0.tar.bz2"
DESC="X11 toolkit intrinsics library"
REQUIRES="libsm libx11"
app=libxt
version=1.2.0
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXt-1.2.0.tar.bz2"
desc="X11 toolkit intrinsics library"
requires="libsm libx11"
build() {
mkandenterbuilddir
rm -rf libXt-$VERSION
rm -rf libXt-$version
tar xf $SRCDIR/libXt-$VERSION.tar.?z*
cd libXt-$VERSION
tar xf $srcdir/libXt-$version.tar.?z*
cd libXt-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
85b12a3c483fdd41293e72b77e601f25562c35bd602582c2d47c4f6a100b3dd5f8ccfd23c056ad241ccdd21d079b2ad932cb8cb8324f0a6ed4db5a90d4b85876 libXt-1.2.0.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxtst
VERSION=1.2.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXtst-1.2.3.tar.bz2"
DESC="X11 Testing -- Resource extension library"
REQUIRES="libxext libxfixes libxi"
app=libxtst
version=1.2.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXtst-1.2.3.tar.bz2"
desc="X11 Testing -- Resource extension library"
requires="libxext libxfixes libxi"
build() {
mkandenterbuilddir
rm -rf libXtst-$VERSION
rm -rf libXtst-$version
tar xf $SRCDIR/libXtst-$VERSION.tar.?z*
cd libXtst-$VERSION
tar xf $srcdir/libXtst-$version.tar.?z*
cd libXtst-$version
fixbuilddirpermissions
CFLAGS="$CFLAGS -DHAVE__XEATDATAWORDS=1" \
@ -20,13 +20,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
7889b0a225abc53a9abb7194f9be8e637f209b2a294326478e4a4bdff24db6a0fbfd52f2f4ee02f83a7d3026e7effd591432fe12464c459297f9888594476072 libXtst-1.2.3.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxv
VERSION=1.0.11
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXv-1.0.11.tar.bz2"
DESC="X11 Video extension library"
REQUIRES="libxext"
app=libxv
version=1.0.11
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXv-1.0.11.tar.bz2"
desc="X11 Video extension library"
requires="libxext"
build() {
mkandenterbuilddir
rm -rf libXv-$VERSION
rm -rf libXv-$version
tar xf $SRCDIR/libXv-$VERSION.tar.?z*
cd libXv-$VERSION
tar xf $srcdir/libXv-$version.tar.?z*
cd libXv-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
42c021ce9bac178fb213e92b16773d7c7d4143eead7e7eb39d65805fa9d8306dd567ab1d1105028780f86305f96880540b4cdaf3d308d37cff198af668fd6717 libXv-1.0.11.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=libxxf86vm
VERSION=1.1.4
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://www.x.org/releases/individual/lib/libXxf86vm-1.1.4.tar.bz2"
DESC="X11 XFree86 video mode extension library"
REQUIRES="libxext "
app=libxxf86vm
version=1.1.4
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://www.x.org/releases/individual/lib/libXxf86vm-1.1.4.tar.bz2"
desc="X11 XFree86 video mode extension library"
requires="libxext "
build() {
mkandenterbuilddir
rm -rf libXxf86vm-$VERSION
rm -rf libXxf86vm-$version
tar xf $SRCDIR/libXxf86vm-$VERSION.tar.?z*
cd libXxf86vm-$VERSION
tar xf $srcdir/libXxf86vm-$version.tar.?z*
cd libXxf86vm-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
18de33728488fcca36a6b3f15e4dd3b6b141500aed5c77c007d1dc4cc934a1a25a4e9a3c3b5d0260a46f7e7cc791c1e8f765ee1a50e984680ca8e1703847dd03 libXxf86vm-1.1.4.tar.lz
"

View file

@ -1,31 +1,31 @@
APP=lndir
VERSION=1.0.3
BUILD=1sml
HOMEPAGE="https://gitlab.freedesktop.org/xorg/util/lndir"
DOWNLOAD="https://gitlab.freedesktop.org/xorg/util/lndir/-/archive/lndir-1.0.3/lndir-lndir-1.0.3.tar.bz2"
DESC="create a shadow directory of symbolic links to another directory tree"
REQUIRES="musl "
app=lndir
version=1.0.3
build=1sml
homepage="https://gitlab.freedesktop.org/xorg/util/lndir"
download="https://gitlab.freedesktop.org/xorg/util/lndir/-/archive/lndir-1.0.3/lndir-lndir-1.0.3.tar.bz2"
desc="create a shadow directory of symbolic links to another directory tree"
requires="musl "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
f4286257b2b25c6b33d39d57aba90140dbf9d0ac37b23c05bcce1c23a4a90b0ed251cbdb4f3c8fe4563eb8ae4a4075ee8862a0c67dad0feb84b405212dba1421 lndir-1.0.3.tar.gz
"

View file

@ -1,30 +1,30 @@
APP=makedepend
VERSION=1.0.6
BUILD=1sml
HOMEPAGE="https://gitlab.freedesktop.org/xorg/util/makedepend"
DOWNLOAD="https://gitlab.freedesktop.org/xorg/util/makedepend/-/archive/makedepend-1.0.6/makedepend-makedepend-1.0.6.tar.bz2"
DESC="Utility to parse C source files to make dependency lists for Makefiles"
REQUIRES="musl"
app=makedepend
version=1.0.6
build=1sml
homepage="https://gitlab.freedesktop.org/xorg/util/makedepend"
download="https://gitlab.freedesktop.org/xorg/util/makedepend/-/archive/makedepend-1.0.6/makedepend-makedepend-1.0.6.tar.bz2"
desc="Utility to parse C source files to make dependency lists for Makefiles"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
7d683cc654a54f228546230f4a9c5cf5b93babe8ea9835376763643f43bb44ef96ceb89df94cec60ac5343e3261860c57e6cc09187ae893512b5655d85de0f9a makedepend-1.0.6.tar.gz
"

View file

@ -1,17 +1,17 @@
APP=mesa-demos
VERSION=8.4.0
BUILD=1sml
HOMEPAGE="https://www.mesa3d.org/"
DOWNLOAD="https://archive.mesa3d.org//demos/mesa-demos-8.4.0.tar.bz2"
DESC="Mesa demo applications"
REQUIRES="mesa glew freeglut"
app=mesa-demos
version=8.4.0
build=1sml
homepage="https://www.mesa3d.org/"
download="https://archive.mesa3d.org//demos/mesa-demos-8.4.0.tar.bz2"
desc="Mesa demo applications"
requires="mesa glew freeglut"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -20,15 +20,15 @@ build() {
--with-system-data-files=/share/mesa-demos
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
install -m 0755 src/egl/opengl/{eglgears_x11,eglinfo,eglkms,egltri_x11,peglgears,xeglgears,xeglthreads} "$PKG/bin/"
install -m 0755 src/egl/opengl/{eglgears_x11,eglinfo,eglkms,egltri_x11,peglgears,xeglgears,xeglthreads} "$pkg/bin/"
cp $SRCDIR/LICENSE $PKGDOCS/
cp $srcdir/LICENSE $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
b72d03cad36e0535ff18dcfb222ec4200064b9264f6da51a6e5f03b0dd912abe188bc1d600b6698de3ce6f63b28d2ce01565886ca8e7079edc4967fbf2fb0957 mesa-demos-8.4.0.tar.bz2
"

View file

@ -1,23 +1,23 @@
APP=mesa
VERSION=20.1.4
BUILD=1sml
HOMEPAGE="https://www.mesa3d.org/"
DOWNLOAD="https://archive.mesa3d.org/mesa-20.1.4.tar.xz"
DESC="An open-source implementation of the OpenGL specification"
REQUIRES="gcc-libs expat libxml2 libdrm libx11 libxrandr libxdamage libxshmfence libxxf86vm libvdpau "
app=mesa
version=20.1.4
build=1sml
homepage="https://www.mesa3d.org/"
download="https://archive.mesa3d.org/mesa-20.1.4.tar.xz"
desc="An open-source implementation of the OpenGL specification"
requires="gcc-libs expat libxml2 libdrm libx11 libxrandr libxdamage libxshmfence libxxf86vm libvdpau "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
patch -p1 < $SRCDIR/add-use-elf-tls.patch
patch -p1 < $SRCDIR/adjust-cache-deflate-buffer.patch
patch -p1 < $SRCDIR/disable-rgb10-by-default.patch
patch -p1 < $SRCDIR/musl-fix-includes.patch
patch -p1 < $srcdir/add-use-elf-tls.patch
patch -p1 < $srcdir/adjust-cache-deflate-buffer.patch
patch -p1 < $srcdir/disable-rgb10-by-default.patch
patch -p1 < $srcdir/musl-fix-includes.patch
export CFLAGS="$CFLAGS -D_XOPEN_SOURCE=700"
@ -49,14 +49,14 @@ build() {
-Dlibunwind=false
ninja
DESTDIR="$PKG" ninja install
DESTDIR="$pkg" ninja install
cp $SRCDIR/LICENSE $PKGDOCS/
cp $srcdir/LICENSE $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
f4d79694cda8531e7560147caf5d18bce5c685cd6c61264dced5adaa9043be9c83d3a2bd623ebffedc8d4258b9b1f97d84d9aeea307aa77cf99d0bc47c987155 mesa-20.1.4.tar.xz
cd3961319079882e692176f654feb21ddfeccafcc7f4ce4f8d21160f36deda768eb3ee7f49dae2e18f0587d321473adc7f127a2d75ae143ec29168bcc0fe12c0 add-use-elf-tls.patch
cdf22d2da3328e116c379264886bd01fd3ad5cc45fe03dc6fd97bdc4794502598ee195c0b9d975fa264d6ac31c6fa108c0535c91800ecf4fcabfd308e53074cc adjust-cache-deflate-buffer.patch

View file

@ -1,30 +1,30 @@
APP=mkfontscale
VERSION=1.2.1
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.1.tar.bz2"
DESC="Create an index of scalable font files for X"
REQUIRES="libfontenc freetype "
app=mkfontscale
version=1.2.1
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.1.tar.bz2"
desc="Create an index of scalable font files for X"
requires="libfontenc freetype "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
ff18d3c1ca353684feefe9e8e96eadfcab0a6b84ceb9bdcedf8587ebc82503971f87d24aaf03a24baeda21d0dff3b5efa9855527eb17346d3e5c90c94d2b1254 mkfontscale-1.2.1.tar.xz
"

View file

@ -1,32 +1,32 @@
APP=mtdev
VERSION=1.1.5
BUILD=1sml
HOMEPAGE="https://bitmath.org/code/mtdev/"
DOWNLOAD="https://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2"
DESC="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
REQUIRES="musl "
app=mtdev
version=1.1.5
build=1sml
homepage="https://bitmath.org/code/mtdev/"
download="https://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2"
desc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
requires="musl "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
727df0f6d722537e378db60a39b2dc56fb492c15d2b7310473975fb501dc9fbdf8f0cf999539551b34394da695d413235bc5f1ab364c671232492e7c3285d03d mtdev-1.1.5.tar.xz
"

View file

@ -1,31 +1,31 @@
APP=numlockx
VERSION=1.2
BUILD=1sml
HOMEPAGE="https://github.com/rg3/numlockx"
DOWNLOAD="https://github.com/rg3/numlockx/archive/refs/tags/1.2.tar.gz"
REQUIRES="libxtst "
DESC="Turns on the numlock key in X11"
app=numlockx
version=1.2
build=1sml
homepage="https://github.com/rg3/numlockx"
download="https://github.com/rg3/numlockx/archive/refs/tags/1.2.tar.gz"
requires="libxtst "
desc="Turns on the numlock key in X11"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp LICENSE $PKGDOCS/
install -Dm 644 $SRCDIR/numlockx.1 $PKG/share/man/man1/numlockx.1
cp LICENSE $pkgdocs/
install -Dm 644 $srcdir/numlockx.1 $pkg/share/man/man1/numlockx.1
mkfinalpkg
}
SHA512SUMS="
sha512sums="
efaaa67e8b2723cb1e8461dde664f1f8e9b21f34edfe2e1135a6b756fa2843aed1a386f2f9d70bd62ddae9aedfeeff856a18da8b542f2cff440f93b38e5a853e numlockx-1.2.tar.gz
"

View file

@ -1,30 +1,30 @@
APP=pixman
VERSION=0.40.0
BUILD=1sml
HOMEPAGE="https://cgit.freedesktop.org/pixman/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/lib/pixman-0.40.0.tar.xz"
DESC="The pixel-manipulation library for X and cairo"
REQUIRES="libpng"
app=pixman
version=0.40.0
build=1sml
homepage="https://cgit.freedesktop.org/pixman/"
download="https://xorg.freedesktop.org/releases/individual/lib/pixman-0.40.0.tar.xz"
desc="The pixel-manipulation library for X and cairo"
requires="libpng"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
meson .. --prefix="/"
ninja
DESTDIR="$PKG" ninja install
DESTDIR="$pkg" ninja install
cp ../COPYING $PKGDOCS/
cp ../COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270 pixman-0.40.0.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=setxkbmap
VERSION=1.3.2
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/app/setxkbmap-1.3.2.tar.bz2"
DESC="Set the keyboard using the X Keyboard Extension"
REQUIRES="libxkbfile"
app=setxkbmap
version=1.3.2
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/app/setxkbmap-1.3.2.tar.bz2"
desc="Set the keyboard using the X Keyboard Extension"
requires="libxkbfile"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
ec73f70bd0db7983870467adfc70de46ed15dfce13e02bbd513d968556bc20cbac87518c111228866b63dca0fb0df56d59aad9f7793fb75cd660c97d0475906c setxkbmap-1.3.2.tar.xz
"

View file

@ -1,32 +1,32 @@
APP=spandsp
VERSION=0.0.6
BUILD=1sml
HOMEPAGE="https://www.soft-switch.org/"
DOWNLOAD="https://src.fedoraproject.org/lookaside/pkgs/spandsp/spandsp-0.0.6.tar.gz/897d839516a6d4edb20397d4757a7ca3/spandsp-0.0.6.tar.gz"
DESC="A DSP library for telephony"
REQUIRES="zlib xz libjpeg-turbo zstd libtiff "
app=spandsp
version=0.0.6
build=1sml
homepage="https://www.soft-switch.org/"
download="https://src.fedoraproject.org/lookaside/pkgs/spandsp/spandsp-0.0.6.tar.gz/897d839516a6d4edb20397d4757a7ca3/spandsp-0.0.6.tar.gz"
desc="A DSP library for telephony"
requires="zlib xz libjpeg-turbo zstd libtiff "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
52cff8974c24aff28768a4d6a410fb673c16df42b5b2433d9bebbb9a69646fb26f8d49ae77e721c7ca7af44f5f696030c69537b0256834f683d3bc04e8317ac4 spandsp-0.0.6.tar.lz
"

View file

@ -8,7 +8,7 @@
# Prevent users from directly executing this section autobuild file. The whole build
# process has to be initiated from the main autobuild file.
if [ -z "$SM_AUTOBUILD" ] ; then
if [ -z "$autobuild" ] ; then
echo "Please invoke the main ssb.SMBuild file rather than this section build file because"
echo "it has the required functions that are exported to this section build file during"
echo "the build process"
@ -17,27 +17,27 @@ fi
. /etc/bldpkg.conf
if [ -n "$SM_AUTOBUILDTEMP" ] ; then
SM_AUTOBUILDTEMP="$(echo $SM_AUTOBUILDTEMP)"
export SM_AUTOBUILDTEMP
if [ -n "$autobuildtemp" ] ; then
autobuildtemp="$(echo $autobuildtemp)"
export autobuildtemp
fi
SM_COLOURS=0
export SM_COLOURS
colours=0
export colours
# Make sure we are in the right directory (you can never trust users..)
cd $( cd ${BASH_SOURCE%/*} ; pwd )
# Section name.
# This should not need to be changed unless the auto detection fails.
SECTION="$( basename $( pwd ) )"
export SECTION
section="$( basename $( pwd ) )"
export section
if [ ! -f .buildlist."$SECTION" ]; then
if [ ! -f .buildlist."$section" ]; then
echo ""
echo "**********************************************************************"
echo "The buildlist either doesn't exist, or is of a different architecture."
echo "** .buildlist.$SECTION is needed **"
echo "** .buildlist.$section is needed **"
echo "Exiting!"
echo "**********************************************************************"
exit 1
@ -46,15 +46,15 @@ fi
# Packages to build.
# The package list is read in from .buildlist in the current directory, with
# any comments and blank lines removed.
PACKAGES="$( egrep -v "^#|^$" .buildlist."$SECTION" | cut -d'#' -f1 )"
packages="$( egrep -v "^#|^$" .buildlist."$section" | cut -d'#' -f1 )"
function list_packages() {
local PACKAGE
local package
echo "The following packages are built in this section, listed in processing order:"
( for PACKAGE in $PACKAGES
( for package in $packages
do
echo -n "$PACKAGE, "
echo -n "$package, "
done ) | sed -e 's/, $//' | fmt -w 74 | sed -e 's/^/ /g'
}
@ -74,49 +74,49 @@ function find_package_files() {
}
# Environment.
PACKAGESDIR=${PACKAGESDIR:-/$ARCH}
export PACKAGESDIR
packagesdir=${packagesdir:-/$arch}
export packagesdir
# Option defaults.
NOPATCHESDIR=0
NOINSTALL=0
nopatchesdir=0
noinstall=0
# This check compares a list of source directories with the list of the
# packages in the build list and warns of any missing package names
# in either of the two.
DIRTEMPFILE=$(mktemp $SM_PARENTTMP/DIRECTORYNAMES."$SECTION".XXXXXX)
DIRFILETEMPPATH="$DIRTEMPFILE"
DIRLIST=$(find . -type d -maxdepth 1 -mindepth 1 | sed 's@./@@' | sort > $DIRFILETEMPPATH)
dirtempfile=$(mktemp $parenttmp/DIRECTORYNAMES."$section".XXXXXX)
dirfiletemppath="$dirtempfile"
dirlist=$(find . -type d -maxdepth 1 -mindepth 1 | sed 's@./@@' | sort > $dirfiletemppath)
PACKTEMPFILE=$(mktemp $SM_PARENTTMP/BUILDFILENAMES."$SECTION".XXXXXX)
PACKFILETEMPPATH="$PACKTEMPFILE"
sort .buildlist.$SECTION > $PACKFILETEMPPATH
packtempfile=$(mktemp $parenttmp/BUILDFILENAMES."$section".XXXXXX)
packfiletemppath="$packtempfile"
sort .buildlist.$section > $packfiletemppath
DIRECTORYCOUNT="$( wc -l < $DIRTEMPFILE )"
BUILDLISTCOUNT="$( wc -l < $PACKTEMPFILE )"
directorycount="$( wc -l < $dirtempfile )"
buildlistcount="$( wc -l < $packtempfile )"
# Get number of total packages
TOTALPKGNUMBER="$(wc -l < .buildlist.$SECTION)"
export TOTALPKGNUMBER
totalpkgnumber="$(wc -l < .buildlist.$section)"
export totalpkgnumber
if diff -u "$DIRFILETEMPPATH" "$PACKFILETEMPPATH" > /dev/null 2>&1 ; then
DIFFSTATUS="0"
if diff -u "$dirfiletemppath" "$packfiletemppath" > /dev/null 2>&1 ; then
diffstatus="0"
else
DIFFSTATUS="1"
diffstatus="1"
fi
if [ "$DIFFSTATUS" != "0" ]; then
if [ "$diffstatus" != "0" ]; then
echo "*********************************************************************"
echo "** Warning: In section '"$SECTION"', the number of packages in the"
echo "** hidden file '.buildlist."$SECTION"' is different to the number of"
echo "** Warning: In section '"$section"', the number of packages in the"
echo "** hidden file '.buildlist."$section"' is different to the number of"
echo "** package directories. Some packages may not have been added to"
echo "** this file/section directory. They are listed below:"
echo ""
diff -u "$DIRFILETEMPPATH" "$PACKFILETEMPPATH" || true
diff -u "$dirfiletemppath" "$packfiletemppath" || true
echo ""
diff -u "$PACKFILETEMPPATH" "$DIRFILETEMPPATH" || true
diff -u "$packfiletemppath" "$dirfiletemppath" || true
echo ""
echo "** Building anyways :-) "
@ -124,7 +124,7 @@ if [ "$DIFFSTATUS" != "0" ]; then
sleep 2
fi
rm -f $PACKFILETEMPPATH $DIRFILETEMPPATH
rm -f $packfiletemppath $dirfiletemppath
# Parse command line arguments.
while [ $# -gt 0 ]; do
@ -143,44 +143,44 @@ while [ $# -gt 0 ]; do
done
# Temporary space, package and log file storage.
mkdir -p $PKGDEST $LOGSDIR/$SECTION
mkdir -p $pkgdest $logsdir/$section
echo "*********************************************************************"
echo "** Building section '$SECTION'..."
echo "** Building section '$section'..."
echo "*********************************************************************"
# Process packages.
( for PACKAGE in $PACKAGES
( for package in $packages
do
# Build defaults.
SKIP_BUILD=0
SUBDIR=$PACKAGESDIR/$SECTION
skip_build=0
subdir=$packagesdir/$section
echo "*********************************************************************"
echo "*** Processing package '$PACKAGE'..."
echo "*** Processing package '$package'..."
echo "*********************************************************************"
# Sanity checks.
[ ! -e "$PACKAGE/$PACKAGE.SMBuild" ] && {
[ ! -e "$package/$package.SMBuild" ] && {
echo "*********************************************************************"
echo "*** Error: '$PACKAGE.SMBuild' not found."
echo "*** Error: '$package.SMBuild' not found."
echo "*********************************************************************"
exit 1
}
[ ! -x "$PACKAGE/$PACKAGE.SMBuild" ] && {
[ ! -x "$package/$package.SMBuild" ] && {
echo "*********************************************************************"
echo "*** Error: '$PACKAGE.SMBuild' is not executable."
echo "*** Error: '$package.SMBuild' is not executable."
echo "*********************************************************************"
exit 1
}
# Get package version and build numbers from the package SMBuild.
source "$PACKAGE/$PACKAGE.SMBuild"
source "$package/$package.SMBuild"
# Check that we got a version and build.
[ -z "$VERSION" ] || [ -z "$BUILD" ] && {
[ -z "$version" ] || [ -z "$build" ] && {
echo "*********************************************************************"
echo "*** Error: failed to get VERSION or BUILD from '$PACKAGE.SMBuild'"
echo "*** Error: failed to get version or build from '$package.SMBuild'"
echo "*********************************************************************"
exit 1
}
@ -188,77 +188,77 @@ mkdir -p $PKGDEST $LOGSDIR/$SECTION
# Check if the package should be rebuilt, and where it should be put.
# The assumption is to always rebuild and put packages in the main
# directory, unless modified by the checks below.
if find_package_files "$PKGDEST/$SUBDIR" "${PACKAGE//+/\+}" \
"" "" "" "\.$PKGEXT" >/dev/null
if find_package_files "$pkgdest/$subdir" "${package//+/\+}" \
"" "" "" "\.$pkgext" >/dev/null
then
if find_package_files "$PKGDEST/$SUBDIR" "${PACKAGE//+/\+}" \
"${VERSION//-/_}" "" "$BUILD" "\.$PKGEXT" >/dev/null
if find_package_files "$pkgdest/$subdir" "${package//+/\+}" \
"${version//-/_}" "" "$build" "\.$pkgext" >/dev/null
then
# Package with same version/build was found in the main directory.
SKIP_BUILD=1
skip_build=1
fi
fi
# Build package if required.
if [ "$SKIP_BUILD" = "0" ]; then
if [ "$skip_build" = "0" ]; then
echo "*********************************************************************"
echo "*** Building package '$PACKAGE'..."
echo "*** Building package '$package'..."
echo "*********************************************************************"
# Get the current package number from the build list
CURRENTPKGNUMBER="$(grep -wn "$PACKAGE" .buildlist.$SECTION | cut -d: -f 1)"
export CURRENTPKGNUMBER
mkdir -p $PKGDEST/$SUBDIR
( cd $PACKAGE && export PKGDEST=$PKGDEST/$SUBDIR &&
currentpkgnumber="$(grep -wn "$package" .buildlist.$section | cut -d: -f 1)"
export currentpkgnumber
mkdir -p $pkgdest/$subdir
( cd $package && export pkgdest=$pkgdest/$subdir &&
bldpkg 2>&1 ) | \
tee $LOGSDIR/$SECTION/$PACKAGE-$SECTION-$HOSTTYPE.log.txt
tee $logsdir/$section/$package-$section-$HOSTTYPE.log.txt
# Unset $CURRENTPKGNUMBER. We don't want issues when a new one comes in
ERR=${PIPESTATUS[0]}
if [ "$ERR" != "0" ] ; then
unset CURRENTPKGNUMBER
echo "*** Error: '$PACKAGE' build failed."
exit $ERR
err=${PIPESTATUS[0]}
if [ "$err" != "0" ] ; then
unset currentpkgnumber
echo "*** Error: '$package' build failed."
exit $err
else
unset CURRENTPKGNUMBER
mv $LOGSDIR/$SECTION/$PACKAGE-$SECTION-$HOSTTYPE.log.txt \
$LOGSDIR/$SECTION/$PACKAGE-$VERSION-$BUILD-$SECTION-$HOSTTYPE.log.txt
rm -f $SM_PARENTTMP/$PACKAGE.{APP,VERSION,BUILD}
unset currentpkgnumber
mv $logsdir/$section/$package-$section-$HOSTTYPE.log.txt \
$logsdir/$section/$package-$version-$build-$section-$HOSTTYPE.log.txt
rm -f $parenttmp/$package.{app,version,build}
fi
else
echo "*********************************************************************"
echo "*** Skipping build of '$PACKAGE' - package up to date."
echo "*** Skipping build of '$package' - package up to date."
echo "*********************************************************************"
fi
if [ "$NOINSTALL" = "0" ]; then
if [ "$noinstall" = "0" ]; then
echo
echo "*********************************************************************"
echo "*** Installing '$PACKAGE'..."
echo "*** Installing '$package'..."
echo "*********************************************************************"
upgradepkg --install-new $( find_package_files "$PKGDEST/$SUBDIR" \
"${PACKAGE//+/\+}" "${VERSION//-/_}" "" "$BUILD" "\.$PKGEXT" ) || {
upgradepkg --install-new $( find_package_files "$pkgdest/$subdir" \
"${package//+/\+}" "${version//-/_}" "" "$build" "\.$pkgext" ) || {
echo
echo "*********************************************************************"
echo "*** Error: failed to install '$PACKAGE'."
echo "*** Error: failed to install '$package'."
echo "*********************************************************************"
exit 1
}
else
echo
echo "*********************************************************************"
echo "*** Warning: not installing '$PACKAGE'."
echo "*** Warning: not installing '$package'."
echo "*********************************************************************"
fi
done
echo "*********************************************************************"
echo "** Finished building section '$SECTION'."
echo "** SMLinux packages are in '$PKGDEST/$ARCH/$SECTION'."
echo "** Section build logs are in '$LOGSDIR/$SECTION'."
echo "** Finished building section '$section'."
echo "** SMLinux packages are in '$pkgdest/$arch/$section'."
echo "** Section build logs are in '$logsdir/$section'."
echo "*********************************************************************"
echo "** Section build time was $( runtime $SECONDS )"
echo "*********************************************************************"
) 2>&1 | tee $LOGSDIR/$SECTION-$ARCH.log.txt
) 2>&1 | tee $logsdir/$section-$arch.log.txt
# Return the exit status from the sub-shell, not the tee command.
exit ${PIPESTATUS[0]}

View file

@ -1,32 +1,32 @@
APP=startup-notification
VERSION=0.12
BUILD=1sml
HOMEPAGE="https://www.freedesktop.org/"
DOWNLOAD="https://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz"
DESC="Monitor and display application startup"
REQUIRES="libx11 xcb-util"
app=startup-notification
version=0.12
build=1sml
homepage="https://www.freedesktop.org/"
download="https://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz"
desc="Monitor and display application startup"
requires="libx11 xcb-util"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING ChangeLog $PKGDOCS/
cp COPYING ChangeLog $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
f079e41443e5dc6c730db6185612350dc8d6154e066f21ddda88abe7ccf61c581e9b3323c76c017854da4eece4b662205b4a7d0064f47ec92d69ca0a8210f4c1 startup-notification-0.12.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=terminus-font
VERSION=4.40
BUILD=1sml
HOMEPAGE="http://terminus-font.sourceforge.net/"
DOWNLOAD="https://sourceforge.net/projects/terminus-font/files/terminus-font-4.40/terminus-font-4.40.tar.gz/download"
DESC="a clean fixed width bitmap font"
REQUIRES="python3 bdftopcf mkfontscale fontconfig"
app=terminus-font
version=4.40
build=1sml
homepage="http://terminus-font.sourceforge.net/"
download="https://sourceforge.net/projects/terminus-font/files/terminus-font-4.40/terminus-font-4.40.tar.gz/download"
desc="a clean fixed width bitmap font"
requires="python3 bdftopcf mkfontscale fontconfig"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
patch -p1 < $SRCDIR/terminus-font.Makefile.paths.diff
patch -p1 < $srcdir/terminus-font.Makefile.paths.diff
fixbuilddirpermissions
make
make install install-uni install-ref DESTDIR="$PKG"
make install install-uni install-ref DESTDIR="$pkg"
cp OFL.TXT $PKGDOCS/
cp OFL.TXT $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
66643c360761f598181f8216e3aed7e4dcb58af02deb7d5f62e6bb805c9bd5750a2e990eca1e0d2dc649c4156d55309eb93d506346450c431bcdbc867e511a33 terminus-font-4.40.tar.xz
193ef103fc11834fdaeae812f0b77d2604a7208cc8fd80f829595e6fc52389014159f3f970c5ff82c7edaef0d0478b26eac24636b4a842ef4d80759c188fb4e7 terminus-font.Makefile.paths.diff
"

View file

@ -1,37 +1,37 @@
APP=ttf-indic-fonts
VERSION=0.5.14
BUILD=1sml
HOMEPAGE=http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-indic-fonts/""
DOWNLOAD="http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-indic-fonts/ttf-indic-fonts_0.5.14ubuntu1.tar.gz"
DESC="TTF fonts for Indic scripts"
REQUIRES="fontconfig mkfontscale "
app=ttf-indic-fonts
version=0.5.14
build=1sml
homepage=http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-indic-fonts/""
download="http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-indic-fonts/ttf-indic-fonts_0.5.14ubuntu1.tar.gz"
desc="TTF fonts for Indic scripts"
requires="fontconfig mkfontscale "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p $PKG/share/fonts/TTF
cp -a */*.ttf $PKG/share/fonts/TTF/
mkdir -p $pkg/share/fonts/TTF
cp -a */*.ttf $pkg/share/fonts/TTF/
mkdir -p $PKG/etc/fonts/conf.avail
find . -name "*.conf" -exec cp -a {} $PKG/etc/fonts/conf.avail \;
mkdir -p $pkg/etc/fonts/conf.avail
find . -name "*.conf" -exec cp -a {} $pkg/etc/fonts/conf.avail \;
mkdir -p $PKG/etc/fonts/conf.d
( cd $PKG/etc/fonts/conf.d
mkdir -p $pkg/etc/fonts/conf.d
( cd $pkg/etc/fonts/conf.d
for file in ../conf.avail/*.conf ; do
ln -sf $file .
done
)
find . -name "*.copyright" -exec cp -a {} $PKGDOCS/ \;
find . -name "*.copyright" -exec cp -a {} $pkgdocs/ \;
mkfinalpkg
}
SHA512SUMS="
sha512sums="
c30ac90f26d90a874e75a2ffb74d0126821ad192d9a1edf1b7c0944fe5423de87da0141dfbf738a41b9a7ce8fa8ea7a813ee1ae74c7f5a4d04a6f0769e17dea1 ttf-indic-fonts-0.5.14.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=twm
VERSION=1.0.10
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/app/twm-1.0.10.tar.bz2"
DESC="standard window manager for the X window system"
REQUIRES="e2fsprogs libxau libxdmcp libxmu "
app=twm
version=1.0.10
build=1sml
homepage="https://xorg.freedesktop.org"
download="https://xorg.freedesktop.org/releases/individual/app/twm-1.0.10.tar.bz2"
desc="standard window manager for the X window system"
requires="e2fsprogs libxau libxdmcp libxmu "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
2806db1c3cd4e7015b365cd24b65e2315194069caf2127138d8e4453634caa270dc0ccd8f818e0dbec2ada03cf5c075b814df603dd3dce7623cef0278ed93924 twm-1.0.10.tar.lz
"

View file

@ -1,17 +1,17 @@
APP=vala
VERSION=0.46.6
BUILD=1sml
HOMEPAGE="https://wiki.gnome.org/Projects/Vala"
DOWNLOAD="https://gitlab.gnome.org/GNOME/vala/-/archive/0.46.6/vala-0.46.6.tar.bz2"
DESC="Compiler for the GObject type system"
REQUIRES="libxslt glib libx11 dbus"
app=vala
version=0.46.6
build=1sml
homepage="https://wiki.gnome.org/Projects/Vala"
download="https://gitlab.gnome.org/GNOME/vala/-/archive/0.46.6/vala-0.46.6.tar.bz2"
desc="Compiler for the GObject type system"
requires="libxslt glib libx11 dbus"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-valadoc
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
d8a4eadd0bc8ce70ad69247a235a5155abb239d5b9b7379a522c95ca61c8f086bfa81c7edb3f6c25457f994b5c87e840d095a2e84e74511d75c52a0609384b16 vala-0.46.6.tar.lz
"

View file

@ -1,30 +1,30 @@
APP=xauth
VERSION=1.1
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/app/xauth-1.1.tar.bz2"
DESC="X.Org authorization settings program"
REQUIRES="libxau libxmu libx11 "
app=xauth
version=1.1
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/app/xauth-1.1.tar.bz2"
desc="X.Org authorization settings program"
requires="libxau libxmu libx11 "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
577bf5c58065d5b2a81b7f43ff007cb07c349f89428fe343e5f28360bbf64a689641f558a2dd38e17b7f113688e7154a9e88d7bf79c2b20ecc38dc7e2f4bbb46 xauth-1.1.tar.xz
"

View file

@ -1,31 +1,31 @@
APP=xbitmaps
VERSION=1.1.2
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.1.2.tar.bz2"
REQUIRES="xorg-macros"
DESC="X.org Bitmap files"
app=xbitmaps
version=1.1.2
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.1.2.tar.bz2"
requires="xorg-macros"
desc="X.org Bitmap files"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
$BUILDDIST
$builddist
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
1a44a12b25d3e93843ab8344b788ccfeb97129a80f1aae7e1cb16151ddf5724e81a810eb3e95a48595d1dd1569910fd2461024126b188b7b868a9858f1d80c50 xbitmaps-1.1.2.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=xcalc
VERSION=1.1.0
BUILD=1sml
HOMEPAGE="https://cgit.freedesktop.org/xorg/app/xcalc/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/app/xcalc-1.1.0.tar.bz2"
DESC="Scientific calculator for X"
REQUIRES="libxaw "
app=xcalc
version=1.1.0
build=1sml
homepage="https://cgit.freedesktop.org/xorg/app/xcalc/"
download="https://xorg.freedesktop.org/releases/individual/app/xcalc-1.1.0.tar.bz2"
desc="Scientific calculator for X"
requires="libxaw "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
5b00c8ecf063aee05bab344c4cd51a2efb58cd9912266cb3d6b7f9482e92af4fdcea6a6f336b5c729c0f511f3c90f5bf254e3d4d7e26e7ffc225e128145ae036 xcalc-1.1.0.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=xcb-proto
VERSION=1.14
BUILD=1sml
HOMEPAGE="https://xcb.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/proto/xcb-proto-1.14.tar.xz"
DESC="XML-XCB protocol descriptions"
REQUIRES="python3"
app=xcb-proto
version=1.14
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/proto/xcb-proto-1.14.tar.xz"
desc="XML-XCB protocol descriptions"
requires="python3"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="/"
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690 xcb-proto-1.14.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=xcb-util-cursor
VERSION=0.1.3
BUILD=1sml
HOMEPAGE="https://xcb.freedesktop.org/"
DOWNLOAD="https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2"
DESC="XCB cursor library"
REQUIRES="libxcb xcb-util-renderutil xcb-util-image"
app=xcb-util-cursor
version=0.1.3
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2"
desc="XCB cursor library"
requires="libxcb xcb-util-renderutil xcb-util-image"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
be5eee7b268b18f356d6aae04820a7e1c51397dac9020d876df379e833200255b5194269541c245a9b4ac286edad4cfe44dae8e4fcfd16a4726dd7553c104c21 xcb-util-cursor-0.1.3.tar.bz2
"

View file

@ -1,17 +1,17 @@
APP=xcb-util-image
VERSION=0.4.0
BUILD=1sml
HOMEPAGE="https://xcb.freedesktop.org/"
DOWNLOAD="https://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.bz2"
DESC="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
REQUIRES="libxcb xcb-util"
app=xcb-util-image
version=0.4.0
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.bz2"
desc="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
requires="libxcb xcb-util"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
9b7202c054e1160f9ca97a86be1210d9fb47f2119f89ca85f15f20909cca884bfe0cb88e3e71c75b65e1a0a72b980066ccac810e41a91db895c74dde77440d4f xcb-util-image-0.4.0.tar.bz2
"

View file

@ -1,17 +1,17 @@
APP=xcb-util-keysyms
VERSION=0.4.0
BUILD=1sml
HOMEPAGE="https://xcb.freedesktop.org/"
DOWNLOAD="https://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.0.tar.bz2"
DESC="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes"
REQUIRES="libxcb xcb-util"
app=xcb-util-keysyms
version=0.4.0
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.0.tar.bz2"
desc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes"
requires="libxcb xcb-util"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp $SRCDIR/LICENSE $PKGDOCS/
cp $srcdir/LICENSE $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
b14b3100c3ae2379f9df799c0780a1ee39267101e58e4c1c6f390f039348ca2b370bb1df203b9bc68a170d664188d9c73e3553a7ba24d98abea3ed353e8dc0c4 xcb-util-keysyms-0.4.0.tar.bz2
"

View file

@ -1,17 +1,17 @@
APP=xcb-util-renderutil
VERSION=0.3.9
BUILD=1sml
HOMEPAGE="https://xcb.freedesktop.org/"
DOWNLOAD="https://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2"
DESC="Utility libraries for XC Binding - Convenience functions for the Render extension"
REQUIRES="libxcb"
app=xcb-util-renderutil
version=0.3.9
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2"
desc="Utility libraries for XC Binding - Convenience functions for the Render extension"
requires="libxcb"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
24b567992ecde7e69a406efd0ffb62266610d73b4dc0e5c71093221090fa134c14b850680d1d28dc1f8f4a6f497b4118491e1894ec7c73d2c6ce959d106771cc xcb-util-renderutil-0.3.9.tar.bz2
"

View file

@ -1,17 +1,17 @@
APP=xcb-util-wm
VERSION=0.4.1
BUILD=1sml
HOMEPAGE="https://xcb.freedesktop.org/"
DOWNLOAD="https://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2"
DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
REQUIRES="libxcb"
app=xcb-util-wm
version=0.4.1
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2"
desc="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
requires="libxcb"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
cd1b3bcf9fcfc52e329ddc42b370d50dcf7d473c8e94f01cf7ea7fdbe0dc9176790890214eecb2a8ac43405f4938c121e38d282ae988cd8e90a6610d214ef326 xcb-util-wm-0.4.1.tar.bz2
"

View file

@ -1,17 +1,17 @@
APP=xcb-util
VERSION=0.4.0
BUILD=1sml
HOMEPAGE="https://xcb.freedesktop.org/"
DOWNLOAD="https://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2"
DESC="Utility libraries for XC Binding"
REQUIRES="gperf libxcb"
app=xcb-util
version=0.4.0
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2"
desc="Utility libraries for XC Binding"
requires="gperf libxcb"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-static
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
e60aaa6f582eacd05896c5fd7c8417938318a1288146f3a5b339f77eed24e211c6099963f8813daa621c94173d2934228936b491c0ed79b09a8a67d835867d0e xcb-util-0.4.0.tar.bz2
"

View file

@ -1,30 +1,30 @@
APP=xclipboard
VERSION=1.1.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.3.tar.bz2"
DESC="X clipboard manager"
REQUIRES="libxt libxmu libx11 libxaw "
app=xclipboard
version=1.1.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.3.tar.bz2"
desc="X clipboard manager"
requires="libxt libxmu libx11 libxaw "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
28a8a4693269558bf1835eed56b78b1da88b79f64cadd15975a389603f6f0f6233fb3709ad83f0b6ca9ecb5a836a1b36c4b2bb2ad6ee611b03e108ebe6d1461f xclipboard-1.1.3.tar.gz
"

View file

@ -1,30 +1,30 @@
APP=xclock
VERSION=1.0.9
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.9.tar.bz2"
DESC="X clock"
REQUIRES="netbsd-curses expat e2fsprogs freetype fontconfig libxcb libxpm libice libxkbfile libxft libxaw"
app=xclock
version=1.0.9
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.9.tar.bz2"
desc="X clock"
requires="netbsd-curses expat e2fsprogs freetype fontconfig libxcb libxpm libice libxkbfile libxft libxaw"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
6fdacfc4a909b27047e8a072a6527c05318d5d1d5a53b091276723e5824ff2774f23945ef1242a2dd4b3400f8b04c1c925b08a9669f93581ef7c9e3f96fcea9c xclock-1.0.9.tar.xz
"

View file

@ -1,34 +1,34 @@
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 "
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
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
patch -p1 < $SRCDIR/musl-macros.patch
patch -p1 < $srcdir/musl-macros.patch
./configure \
--prefix="" \
--disable-man
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
c76460e365778efeb1ef7cb9e479491afd1dc270680d108e7ece82b27be30bb4f958d4d218ac7d4497dcc749da25437f62119003866dcdeafcb6cea843dcbe1e xdg-dbus-proxy-0.1.2.tar.xz
96551f8a188ba42f44c31a3fb4ad5df5a993ea3742116dfd1b2f8fdddae6cfd68fa38a56c473c748b2fead681469a76b60b87b2ffa5fbf5a2583e9df1845e55c musl-macros.patch
"

View file

@ -1,17 +1,17 @@
APP=xdg-user-dirs
VERSION=0.17
BUILD=1sml
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs"
DOWNLOAD="http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.17.tar.gz"
DESC="Manage user directories like ~/Desktop and ~/Music"
REQUIRES="musl docbook"
app=xdg-user-dirs
version=0.17
build=1sml
homepage="https://www.freedesktop.org/wiki/Software/xdg-user-dirs"
download="http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.17.tar.gz"
desc="Manage user directories like ~/Desktop and ~/Music"
requires="musl docbook"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -20,13 +20,13 @@ build() {
--disable-documentation
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
a02cc251f2d0a8bd0dad498901c8c6fbe8dae0e0e156abcaf27b1ded376a1ed369c2e59201d56ab4e38c9d521026fa39199177f3868c30e5c50cc03665dc335f xdg-user-dirs-0.17.tar.gz
"

View file

@ -1,30 +1,30 @@
APP=xev
VERSION=1.2.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/archive/individual/app/xev-1.2.3.tar.bz2"
DESC="Print contents of X events"
REQUIRES="libxrandr libx11"
app=xev
version=1.2.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/archive/individual/app/xev-1.2.3.tar.bz2"
desc="Print contents of X events"
requires="libxrandr libx11"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
1b089b56042cf7a139f9df25d200cbef6de06140fdb24658f71eab39b49b740f3c1480df34ed097a472a64f5019b993b20c85db52892ea4a56fe81fcfe4d2d04 xev-1.2.3.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=xf86-input-evdev
VERSION=2.10.6
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-2.10.6.tar.bz2"
DESC="X.org evdev input driver"
REQUIRES="libevdev mtdev xorg-server "
app=xf86-input-evdev
version=2.10.6
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-2.10.6.tar.bz2"
desc="X.org evdev input driver"
requires="libevdev mtdev xorg-server "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-selective-werror
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
c5a161ac02ab6f2ee051df91ed2d7c7e23c621e6ccd4e733a14f3bdd1020c137f6263ea8f27bebbba57ecb70dfa8e907bbab98d0bef2d0ed4a0366b3f9e69780 xf86-input-evdev-2.10.6.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=xf86-input-keyboard
VERSION=1.9.0
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-1.9.0.tar.bz2"
DESC="Xorg generic keyboard input driver"
REQUIRES="libevdev mtdev xorg-server "
app=xf86-input-keyboard
version=1.9.0
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-1.9.0.tar.bz2"
desc="Xorg generic keyboard input driver"
requires="libevdev mtdev xorg-server "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--disable-selective-werror
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
271217e0bd27eb256834593c8b48083e6da0ae296323a1a8eb7223f2a705c680c17bba0037d04acff3b13e78d6d467f9f2445346db862efb9e87724cd561f2df xf86-input-keyboard-1.9.0.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=xf86-input-libinput
VERSION=0.30.0
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-0.30.0.tar.bz2"
DESC="Generic input driver for the X.Org server based on libinput"
REQUIRES="libx11 libxi libinput xorg-server "
app=xf86-input-libinput
version=0.30.0
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-0.30.0.tar.bz2"
desc="Generic input driver for the X.Org server based on libinput"
requires="libx11 libxi libinput xorg-server "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
3b46ebdb400600343790f54996f8120b945e8b6502643cdc1e9772a7a505c7939c6e3a1eebe89c9964e859f16d922d5eda85fb788674c940a7ce3b3e69d11fcb xf86-input-libinput-0.30.0.tar.xz
"

View file

@ -1,17 +1,17 @@
APP=xf86-input-mouse
VERSION=1.9.3
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-1.9.3.tar.bz2"
DESC="Xorg generic mouse input driver"
REQUIRES="libevdev mtdev xorg-server "
app=xf86-input-mouse
version=1.9.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-1.9.3.tar.bz2"
desc="Xorg generic mouse input driver"
requires="libevdev mtdev xorg-server "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -19,13 +19,13 @@ build() {
--sysconfdir=/etc
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
f19cd867c5f4a8afa2a8839c16d995a6124efda92816304209795c543af34e76066bde9a6ce0babd5242aeac35b65722d89ab2b71c5ee034d99dbc1e9ffb5c76 xf86-input-mouse-1.9.3.tar.xz
"

View file

@ -1,18 +1,18 @@
APP=xf86-video-ati
VERSION=19.1.0
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org/"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-19.1.0.tar.bz2"
DESC="X.org ati video driver"
REQUIRES="mesa xorg-server llvm"
app=xf86-video-ati
version=19.1.0
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-19.1.0.tar.bz2"
desc="X.org ati video driver"
requires="mesa xorg-server llvm"
build() {
compileonlyfor x86_64
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -21,13 +21,13 @@ build() {
--enable-glamor
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
e21ca9bf1527d8bf7ccb90011a35ded474c5113ca461a9ea8d7e3862da1c266b717ba510c079fd1a7c7d7193cc694c55f848be49d357f87cc700641695e138e2 xf86-video-ati-19.1.0.tar.xz
"

View file

@ -1,30 +1,30 @@
APP=xf86-video-dummy
VERSION=0.3.8
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-0.3.8.tar.bz2"
DESC="dummy driver for Xorg required by VNC programs like x11vnc"
REQUIRES="xorg-server"
app=xf86-video-dummy
version=0.3.8
build=1sml
homepage="https://xorg.freedesktop.org"
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-0.3.8.tar.bz2"
desc="dummy driver for Xorg required by VNC programs like x11vnc"
requires="xorg-server"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
f534113fd9987e44d2e0d0c53bd1b71be4ba69ec239ecec4aba8fcdcc10597722c54cbc01da38e0975ac7660e4e4028330e4cdd369e755c25ec059d2dfabad80 xf86-video-dummy-0.3.8.tar.bz2
"

View file

@ -1,17 +1,17 @@
APP=xf86-video-fbdev
VERSION=0.5.0
BUILD=1sml
HOMEPAGE="https://xorg.freedesktop.org"
DOWNLOAD="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2"
DESC="X.org framebuffer video driver"
REQUIRES="xorg-server "
app=xf86-video-fbdev
version=0.5.0
build=1sml
homepage="https://xorg.freedesktop.org"
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2"
desc="X.org framebuffer video driver"
requires="xorg-server "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
@ -21,13 +21,13 @@ build() {
--disable-selective-werror
make
make install DESTDIR=$PKG
make install DESTDIR=$pkg
cp COPYING $PKGDOCS/
cp COPYING $pkgdocs/
mkfinalpkg
}
SHA512SUMS="
sha512sums="
aed59f23f376febb37b6ec0c62aaeba8979eee01018ea2211548827a622c06566aa729d59927c63c3ea126a929c4e050cc2eb7a5e6506f59c9edeecff130c46a xf86-video-fbdev-0.5.0.tar.gz
"

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