Fixed unnecessary spacing next to quotes in some xorg build files
Upgraded xorg/freeglut to 3.4.0 Upgraded xorg/libraw to 0.21.1 Upgraded xorg/libx11 Removed unnecessary shebang in xorg/xorg-fonts doinst.sh file
This commit is contained in:
parent
257c78c34d
commit
19cf6e84a7
7 changed files with 19 additions and 70 deletions
|
@ -2,7 +2,7 @@ app=at-spi2-core
|
||||||
version=2.34.0
|
version=2.34.0
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="https://gitlab.gnome.org/GNOME/at-spi2-core"
|
homepage="https://gitlab.gnome.org/GNOME/at-spi2-core"
|
||||||
requires="libffi glib pcre dbus libx11 libxau libxdmcp "
|
requires="libffi glib pcre dbus libx11 libxau libxdmcp"
|
||||||
desc="Protocol definitions and daemon for D-Bus at-spi"
|
desc="Protocol definitions and daemon for D-Bus at-spi"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -27,4 +27,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
347874fd3d0408279e927a6751573b0ce82df3f0a829726658e9437ff76aa2dd0d35b9b5fbec405e914993fa8de883edeeef5b004a311aa07943efe880401e60 at-spi2-core-2.34.0.tar.lz
|
347874fd3d0408279e927a6751573b0ce82df3f0a829726658e9437ff76aa2dd0d35b9b5fbec405e914993fa8de883edeeef5b004a311aa07943efe880401e60 at-spi2-core-2.34.0.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
app=freeglut
|
app=freeglut
|
||||||
version=3.0.0
|
version=3.4.0
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="http://freeglut.sourceforge.net/"
|
homepage="https://freeglut.sourceforge.net/"
|
||||||
download="http://prdownloads.sourceforge.net/freeglut/freeglut-$version.tar.gz"
|
download="https://prdownloads.sourceforge.net/freeglut/freeglut-$version.tar.gz"
|
||||||
desc="Provides functionality for small OpenGL programs"
|
desc="Provides functionality for small OpenGL programs"
|
||||||
requires="glu"
|
requires="glu"
|
||||||
|
|
||||||
|
@ -32,5 +32,6 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
810bc75045de508a2f6247f17b5b42167772619a9009e3edd0aa1abe6d5b2840ccfe16e76f4c33bac0ee4fc43fcc31d755da77298d267e660399b1eb17d6eea9 freeglut-3.0.0.tar.lz
|
fddac6a7e16a52aafb5e1ab307014a103d29b239bd532ea04dd535432a10b8d47db3cd865793453edbef291994c02ea14d1e96ee284764bb37d7ea720517a9cc freeglut-3.4.0.tar.lz
|
||||||
"
|
ad3b5f66e316f56e5d52f373f92ca0699cedf1ec02517355b4a2b16c7a3506feef4e95f1e7705d151ec3a21162a6cd280de0429fd690f2ba710b07ce6da37306 gcc-10.patch
|
||||||
|
"
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
app=libraw
|
app=libraw
|
||||||
version=0.18.12
|
version=0.21.1
|
||||||
build=1sml
|
build=1sml
|
||||||
DEMOSAICV=0.18.8
|
homepage="https://www.libraw.org/"
|
||||||
homepage="http://www.libraw.org/"
|
|
||||||
requires="gcc-libs libjpeg-turbo jasper lcms2"
|
requires="gcc-libs libjpeg-turbo jasper lcms2"
|
||||||
desc="library for decoding raw digital photos"
|
desc="library for decoding raw digital photos"
|
||||||
|
|
||||||
|
@ -10,24 +9,15 @@ build() {
|
||||||
mkandenterbuilddir
|
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-$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
|
fixbuilddirpermissions
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix="" \
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-demosaic-pack-gpl2=../LibRaw-demosaic-pack-GPL2-$DEMOSAICV \
|
--enable-openmp
|
||||||
--enable-demosaic-pack-gpl3=../LibRaw-demosaic-pack-GPL3-$DEMOSAICV \
|
|
||||||
--enable-jasper \
|
|
||||||
--enable-lcms \
|
|
||||||
--disable-examples
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
@ -38,7 +28,5 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
dadf8701382f1d9c0e93b2c755c2a4639945aac601e4a469b23960bbd930ad6ada72111607acce74ca822bdeb336a558711535d226978eae8c02a32a067b89a7 LibRaw-0.18.12.tar.lz
|
8d11df0be2af5fd8a8251f150ccd59103319606f52effff541ee43e97ceb64f1a00a02bba7b730aedd0c1c705c1e465793c8a2a52769712c1102af7f5534dd5d LibRaw-0.21.1.tar.gz
|
||||||
ca8045ab0b351c1d0f20e94381ecf3e89676aafdb09d63990ad77acd5a57807b67ada81f941cc2d2d0b55982fdc0413cbfdb4d7c4e4105aa8b1379fecbb76277 LibRaw-demosaic-pack-GPL2-0.18.8.tar.lz
|
|
||||||
5fda62cb3693cfa9a9f13d922cdfcecc11fbc425a8dcfda380b412ae60d0ef7beb3e7f1109c1cbaaedc2cf6454c4d71b6a2c0fd84d1c98b158fe9d8d1792b3db LibRaw-demosaic-pack-GPL3-0.18.8.tar.lz
|
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
app=libx11
|
app=libx11
|
||||||
version=1.7.1
|
version=1.8.2
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="https://xorg.freedesktop.org/"
|
homepage="https://xorg.freedesktop.org/"
|
||||||
download="https://www.x.org/releases/individual/lib/libX11-$version.tar.bz2"
|
download="https://www.x.org/releases/individual/lib/libX11-$version.tar.xz"
|
||||||
desc="X11 client-side library"
|
desc="X11 client-side library"
|
||||||
requires="xorgproto xorg-macros xtrans libxcb"
|
requires="xorgproto xorg-macros xtrans libxcb"
|
||||||
|
|
||||||
|
@ -27,5 +27,5 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
516760bd3e3f365f13ebefce8de1ecfe6ca50b5da70742498f5f0944c0a1f92a60cc819cb24f2387170fd1e1b1ca5ada9c923ce57f32c3e377cfe159870fc84b libX11-1.7.1.tar.lz
|
61b756de1f51292b71e55efe1b4c7a1fee27080c17ac68ce7312e6f0df19bf268a455fc19db8218a5e11c4838ebc9871aeed7f32c439c01bf5b849744ef35925 libX11-1.8.2.tar.lz
|
||||||
"
|
"
|
|
@ -1,10 +1,10 @@
|
||||||
app=ttf-indic-fonts
|
app=ttf-indic-fonts
|
||||||
version=0.5.14
|
version=0.5.14
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage=http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-indic-fonts/""
|
homepage="https://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_"$version"ubuntu1.tar.gz"
|
download="https://archive.ubuntu.com/ubuntu/pool/main/t/ttf-indic-fonts/ttf-indic-fonts_"$version"ubuntu1.tar.gz"
|
||||||
desc="TTF fonts for Indic scripts"
|
desc="TTF fonts for Indic scripts"
|
||||||
requires="fontconfig mkfontscale "
|
requires="fontconfig mkfontscale"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkandenterbuilddir
|
mkandenterbuilddir
|
||||||
|
@ -34,4 +34,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
b0577f9e9f6a0ba03677c2815303b166bf63a93cdb354a36aa15a411c8d7feeb4fe10378bf54123979a3f238c5a6889076deba6faa4fa2e80f74368160501e21 ttf-indic-fonts-0.5.14.tar.lz
|
b0577f9e9f6a0ba03677c2815303b166bf63a93cdb354a36aa15a411c8d7feeb4fe10378bf54123979a3f238c5a6889076deba6faa4fa2e80f74368160501e21 ttf-indic-fonts-0.5.14.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,39 +0,0 @@
|
||||||
app=udisks
|
|
||||||
version=2.9.4
|
|
||||||
build=1sml
|
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/udisks"
|
|
||||||
download="https://github.com/storaged-project/udisks/releases/download/udisks-$version/udisks-$version.tar.bz2"
|
|
||||||
desc="Daemon that implements D-Bus interfaces for interacting with storage devices"
|
|
||||||
requires="libblockdev libatasmart polkit dbus"
|
|
||||||
|
|
||||||
build() {
|
|
||||||
mkandenterbuilddir
|
|
||||||
rm -rf $app-$version
|
|
||||||
|
|
||||||
tar xf $srcdir/$app-$version.tar.?z*
|
|
||||||
cd $app-$version
|
|
||||||
fixbuilddirpermissions
|
|
||||||
|
|
||||||
./configure \
|
|
||||||
--prefix="" \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--sbindir=/bin \
|
|
||||||
--enable-lvm2 \
|
|
||||||
--enable-lvmcache \
|
|
||||||
--disable-zram \
|
|
||||||
--disable-man \
|
|
||||||
--disable-nls \
|
|
||||||
--disable-rpath \
|
|
||||||
--disable-static \
|
|
||||||
--disable-introspection \
|
|
||||||
--disable-gtk-doc-html
|
|
||||||
|
|
||||||
make
|
|
||||||
make install DESTDIR=$pkg
|
|
||||||
|
|
||||||
mkfinalpkg
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
9a3398d1bdc8b2236050576e9c8f7ec68059e3420aadc54ab96e092f8a5af825fd027fb21186399bbc723694061d375652c3cc712c94a46310e514a0035a17a8 udisks-2.9.4.tar.lz
|
|
||||||
"
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
|
||||||
# Update the X font indexes:
|
# Update the X font indexes:
|
||||||
if [ -x /bin/mkfontdir ]; then
|
if [ -x /bin/mkfontdir ]; then
|
||||||
mkfontscale share/fonts/TTF 2> /dev/null
|
mkfontscale share/fonts/TTF 2> /dev/null
|
||||||
|
|
Loading…
Reference in a new issue