Replaced variable names in upper case to lower case in all build files in extra section

This commit is contained in:
SMLinux 2022-02-13 14:52:38 +05:30
parent 460bb64241
commit 8cd4020816
51 changed files with 809 additions and 805 deletions

View file

@ -1,17 +1,17 @@
APP=abiword app=abiword
VERSION=3.0.4 version=3.0.4
BUILD=2sml build=2sml
HOMEPAGE="www.abisource.com" homepage="www.abisource.com"
DOWNLOAD="https://www.abisource.com/downloads/abiword/3.0.4/source/abiword-3.0.4.tar.gz" download="https://www.abisource.com/downloads/abiword/3.0.4/source/abiword-3.0.4.tar.gz"
DESC="Opensource full-featured word processor" desc="Opensource full-featured word processor"
REQUIRES="desktop-file-utils enchant libical goffice libgsf librsvg libsoup wv gtk3 " requires="desktop-file-utils enchant libical goffice libgsf librsvg libsoup wv gtk3 "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
_plugins="applix babelfish bmp clarisworks collab docbook eml epub \ _plugins="applix babelfish bmp clarisworks collab docbook eml epub \
@ -20,8 +20,8 @@ _plugins="applix babelfish bmp clarisworks collab docbook eml epub \
passepartout pdb pdf presentation s5 sdw t602 urldict wikipedia wml \ passepartout pdb pdf presentation s5 sdw t602 urldict wikipedia wml \
xslfo" xslfo"
patch -p1 < $SRCDIR/enchant_checker.cpp.patch patch -p1 < $srcdir/enchant_checker.cpp.patch
patch -p1 < $SRCDIR/unixmouse.diff patch -p1 < $srcdir/unixmouse.diff
./configure \ ./configure \
--prefix="" \ --prefix="" \
@ -31,14 +31,14 @@ _plugins="applix babelfish bmp clarisworks collab docbook eml epub \
--enable-plugins="$_plugins" --enable-plugins="$_plugins"
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPY* $PKGDOCS/ cp COPY* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
d0a7fd6873862e4da9cd4ecc384b9cc8ec8f2bbf23bdec8c4c56fed16ca274fbecedf11dc80c6d835eaad8b316b143e3cb3adea162fc74984fa4725c906c5821 abiword-3.0.4.tar.lz d0a7fd6873862e4da9cd4ecc384b9cc8ec8f2bbf23bdec8c4c56fed16ca274fbecedf11dc80c6d835eaad8b316b143e3cb3adea162fc74984fa4725c906c5821 abiword-3.0.4.tar.lz
0163d3275a7f260431885d9ea20bcb0c2cd52e19a062141422187f4df2f51c9613a90f1b7151fd50e2c1b7f511b767f1a2082c30792e59939ab0f3cf1c8aca65 enchant_checker.cpp.patch 0163d3275a7f260431885d9ea20bcb0c2cd52e19a062141422187f4df2f51c9613a90f1b7151fd50e2c1b7f511b767f1a2082c30792e59939ab0f3cf1c8aca65 enchant_checker.cpp.patch
b8634c410485b2a5c8495bf5bcbdda027aca2e7028efc6ea06763d1df121409434cab53f370b55d409fb99e6dbb72819b99cb596ee735fe97aa235d0ed7b0124 unixmouse.diff b8634c410485b2a5c8495bf5bcbdda027aca2e7028efc6ea06763d1df121409434cab53f370b55d409fb99e6dbb72819b99cb596ee735fe97aa235d0ed7b0124 unixmouse.diff

View file

@ -1,38 +1,39 @@
APP=ace app=ace
VERSION=1.4 version=1.4
BUILD=1sml build=1sml
HOMEPAGE="https://www.delorie.com/store/ace/" homepage="https://www.delorie.com/store/ace/"
DOWNLOAD="https://www.delorie.com/store/ace/ace-1.4.tar.gz" download="https://www.delorie.com/store/ace/ace-1.4.tar.gz"
DESC="A set of Xorg solitaire games" desc="A set of Xorg solitaire games"
requires="guile"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/ace14_fixes.patch patch -p1 < $srcdir/ace14_fixes.patch
LDFLAGS="-lpng -lz -lm" \ LDFLAGS="-lpng -lz -lm" \
./configure \ ./configure \
--prefix="" \ --prefix="" \
--disable-static \ --disable-static \
$BUILDDIST $builddist
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkdir -p $PKG/share/applications mkdir -p $pkg/share/applications
cp $SRCDIR/*.desktop $PKG/share/applications/ cp $srcdir/*.desktop $pkg/share/applications/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
3be9ac04faa48e1464f1877553ff2717829ae5aa0398dd99d044fbf4a55f5a62e4443a3fc71f9a5f7ceb7a1bd02c126098b2f2b9f70c1315e86e465d3e556bec ace-1.4.tar.lz 3be9ac04faa48e1464f1877553ff2717829ae5aa0398dd99d044fbf4a55f5a62e4443a3fc71f9a5f7ceb7a1bd02c126098b2f2b9f70c1315e86e465d3e556bec ace-1.4.tar.lz
16fa23cd3d30c8044ba35244f75d7d234eb7f4baaf0904ccd3412d0cd084315fb0691f0ea4da1084482bd47875a21cc423b29f83f501c93249430f89c01c6a2d ace14_fixes.patch 16fa23cd3d30c8044ba35244f75d7d234eb7f4baaf0904ccd3412d0cd084315fb0691f0ea4da1084482bd47875a21cc423b29f83f501c93249430f89c01c6a2d ace14_fixes.patch
" "

View file

@ -1,20 +1,20 @@
APP=aisleriot app=aisleriot
VERSION=3.22.9 version=3.22.9
BUILD=1sml build=1sml
HOMEPAGE="https://wiki.gnome.org/Apps/Aisleriot" homepage="https://wiki.gnome.org/Apps/Aisleriot"
DOWNLOAD="https://gitlab.gnome.org/GNOME/aisleriot/-/archive/3.22.9/aisleriot-3.22.9.tar.bz2" download="https://gitlab.gnome.org/GNOME/aisleriot/-/archive/3.22.9/aisleriot-3.22.9.tar.bz2"
DESC="Card games collection written in guile" desc="Card games collection written in guile"
REQUIRES="guile gtk3 libcanberra librsvg " requires="guile gtk3 libcanberra librsvg "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/guile3.diff patch -p1 < $srcdir/guile3.diff
CONFIG_SHELL=bash \ CONFIG_SHELL=bash \
./configure \ ./configure \
@ -27,14 +27,14 @@ build() {
--with-platform=gtk-only --with-platform=gtk-only
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
a93779fea92542caa29117bd76c3df524924fa8a0aae0ae2b4d831c311acbaa6c061cbb98e269937b694e99c98226d58e84ce266fe34cf4261602f4bb4e7906e aisleriot-3.22.9.tar.xz a93779fea92542caa29117bd76c3df524924fa8a0aae0ae2b4d831c311acbaa6c061cbb98e269937b694e99c98226d58e84ce266fe34cf4261602f4bb4e7906e aisleriot-3.22.9.tar.xz
637410e68bfaea366830d9d6e9ef3b2f03153b8406a209163c694d0a0e26b1f4bd87cfe1868c2ad25913ca73bdf75fbb1a00e001a053bfee286521c9e5d8feef guile3.diff 637410e68bfaea366830d9d6e9ef3b2f03153b8406a209163c694d0a0e26b1f4bd87cfe1868c2ad25913ca73bdf75fbb1a00e001a053bfee286521c9e5d8feef guile3.diff
" "

View file

@ -1,17 +1,17 @@
APP=audacious app=audacious
VERSION=4.0.2 version=4.0.2
BUILD=1sml build=1sml
HOMEPAGE="http://www.audacious-media-player.org" homepage="http://www.audacious-media-player.org"
DOWNLOAD="" download=""
DESC="Lightweight, advanced audio player focused on audio quality" desc="Lightweight, advanced audio player focused on audio quality"
REQUIRES="desktop-file-utils unzip hicolor-icon-theme gtk2 " requires="desktop-file-utils unzip hicolor-icon-theme gtk2 "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-qt --disable-qt
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
74f65d4e7975357f1492a4169f2c5d710d71f0021851853f47acbd8ea8da9678fca8f0363eeb97072be73129e4676bf76c9adb8fa6db7dbcd0f9ca4113265702 audacious-4.0.2.tar.lz 74f65d4e7975357f1492a4169f2c5d710d71f0021851853f47acbd8ea8da9678fca8f0363eeb97072be73129e4676bf76c9adb8fa6db7dbcd0f9ca4113265702 audacious-4.0.2.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=blueman app=blueman
VERSION=2.1.4 version=2.1.4
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/blueman-project/blueman" homepage="https://github.com/blueman-project/blueman"
DOWNLOAD="https://github.com/blueman-project/blueman/archive/refs/tags/2.1.4.tar.gz" download="https://github.com/blueman-project/blueman/archive/refs/tags/2.1.4.tar.gz"
DESC="Graphical GTK+ Bluetooth Manager" desc="Graphical GTK+ Bluetooth Manager"
REQUIRES="py3cairo pygobject3 cython" requires="py3cairo pygobject3 cython"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -25,15 +25,15 @@ build() {
--disable-pulseaudio --disable-pulseaudio
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
rm -rfv $PKG/usr rm -rfv $pkg/usr
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
b8b54942092c1984cfac0cf73e2ac23f7693cb3ee0aa4cfaab1fa0282de4afd539f6860d5541523b542956b2efa31da3ec012dcc39d92fd699d0b8479df641ff blueman-2.1.4.tar.xz b8b54942092c1984cfac0cf73e2ac23f7693cb3ee0aa4cfaab1fa0282de4afd539f6860d5541523b542956b2efa31da3ec012dcc39d92fd699d0b8479df641ff blueman-2.1.4.tar.xz
" "

View file

@ -1,21 +1,21 @@
APP=bluez app=bluez
VERSION=5.40 version=5.40
BUILD=1sml build=1sml
HOMEPAGE="http://www.bluez.org" homepage="http://www.bluez.org"
DOWNLOAD="" download=""
DESC="Bluetooth libraries and utilities" desc="Bluetooth libraries and utilities"
REQUIRES="libical alsa-lib json-c glib eudev dbus icu" requires="libical alsa-lib json-c glib eudev dbus icu"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/bluez-5.30-obexd_without_systemd-1.patch patch -p1 < $srcdir/bluez-5.30-obexd_without_systemd-1.patch
[ "$ARCH" = "aarch64" ] && patch -p1 < $SRCDIR/bluez-5.40-rpi-fixes.patch [ "$ARCH" = "aarch64" ] && patch -p1 < $srcdir/bluez-5.40-rpi-fixes.patch
sed -i -e 's|-lreadline|\0 -lncursesw|g' Makefile.{in,tools} sed -i -e 's|-lreadline|\0 -lncursesw|g' Makefile.{in,tools}
autoreconf -vif autoreconf -vif
@ -30,36 +30,36 @@ build() {
--enable-deprecated --enable-deprecated
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
# Use reset=1 for the btusb module, which supposedly fixes reconnect problems: # Use reset=1 for the btusb module, which supposedly fixes reconnect problems:
install -Dm 644 $SRCDIR/btusb.conf $PKG/etc/modprobe.d/btusb.conf install -Dm 644 $srcdir/btusb.conf $pkg/etc/modprobe.d/btusb.conf
# Install the configuration files # Install the configuration files
mkdir -p $PKG/etc/bluetooth $PKG/etc/default mkdir -p $pkg/etc/bluetooth $pkg/etc/default
cat src/main.conf > $PKG/etc/bluetooth/main.conf.new cat src/main.conf > $pkg/etc/bluetooth/main.conf.new
cat profiles/input/input.conf > $PKG/etc/bluetooth/input.conf.new cat profiles/input/input.conf > $pkg/etc/bluetooth/input.conf.new
cat profiles/network/network.conf > $PKG/etc/bluetooth/network.conf.new cat profiles/network/network.conf > $pkg/etc/bluetooth/network.conf.new
cat profiles/proximity/proximity.conf > $PKG/etc/bluetooth/proximity.conf.new cat profiles/proximity/proximity.conf > $pkg/etc/bluetooth/proximity.conf.new
cat $SRCDIR/uart.conf > $PKG/etc/bluetooth/uart.conf.new cat $srcdir/uart.conf > $pkg/etc/bluetooth/uart.conf.new
cat $SRCDIR/defaultconfig > $PKG/etc/default/bluetooth.new cat $srcdir/defaultconfig > $pkg/etc/default/bluetooth.new
if [ "$ARCH" = "aarch64" ]; then if [ "$ARCH" = "aarch64" ]; then
cat $SRCDIR/uart.conf.pi3 > $PKG/etc/bluetooth/uart.conf.pi3.new cat $srcdir/uart.conf.pi3 > $pkg/etc/bluetooth/uart.conf.pi3.new
cat $SRCDIR/uart.conf.pi4 > $PKG/etc/bluetooth/uart.conf.pi4.new cat $srcdir/uart.conf.pi4 > $pkg/etc/bluetooth/uart.conf.pi4.new
install -Dm 644 $SRCDIR/100-bluetooth.rules $PKG/etc/udev/rules.d/100-bluetooth.rules install -Dm 644 $srcdir/100-bluetooth.rules $pkg/etc/udev/rules.d/100-bluetooth.rules
install -Dm 755 $SRCDIR/btuart $PKG/bin/btuart install -Dm 755 $srcdir/btuart $pkg/bin/btuart
fi fi
install -Dm 755 $SRCDIR/rc.bluetooth $PKG/etc/rc.d/rc.bluetooth.new install -Dm 755 $srcdir/rc.bluetooth $pkg/etc/rc.d/rc.bluetooth.new
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
9f392eaabaef1104d09c8820350cb1c2e7fb09c13cfaa68742459c26d35e00a4aa860963dec345e1b48deba591f1ecebfa5131c7689b30129fd9f28dc4e5405e bluez-5.40.tar.lz 9f392eaabaef1104d09c8820350cb1c2e7fb09c13cfaa68742459c26d35e00a4aa860963dec345e1b48deba591f1ecebfa5131c7689b30129fd9f28dc4e5405e bluez-5.40.tar.lz
41ce7ccf78cca97563f0ef31e01dac6eb4484c24fe57be360b5e8de8c5bff5845e9d395766f891bd3f123788344456c88c9fc00cd1bb7c6a1dca89d09f19172b bluez-5.30-obexd_without_systemd-1.patch 41ce7ccf78cca97563f0ef31e01dac6eb4484c24fe57be360b5e8de8c5bff5845e9d395766f891bd3f123788344456c88c9fc00cd1bb7c6a1dca89d09f19172b bluez-5.30-obexd_without_systemd-1.patch
bd6004cf97ade648fcaecc4c363e4d4c6ce2ac8ff66c66d66ec1b1ba445806e2163a765d04b70be97454b1e9cdfee26879bda34a7a197195c11834e1456e98b8 bluez-5.40-rpi-fixes.patch bd6004cf97ade648fcaecc4c363e4d4c6ce2ac8ff66c66d66ec1b1ba445806e2163a765d04b70be97454b1e9cdfee26879bda34a7a197195c11834e1456e98b8 bluez-5.40-rpi-fixes.patch

View file

@ -1,30 +1,30 @@
APP=calcurse app=calcurse
VERSION=4.0.0 version=4.0.0
BUILD=1sml build=1sml
HOMEPAGE="https://calcurse.org/" homepage="https://calcurse.org/"
DOWNLOAD="https://calcurse.org/files/calcurse-4.0.0.tar.gz" download="https://calcurse.org/files/calcurse-4.0.0.tar.gz"
DESC="text-based calendar and scheduling application" desc="text-based calendar and scheduling application"
REQUIRES="netbsd-curses" requires="netbsd-curses"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
--prefix="" --prefix=""
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
a34b78437398160124d59e706aab2ff460fb726ad208ff05e8a2c404a21d9ab8b460aff9499eba239ccf82cf93dd0cf96d52ef22f597272e6d85c2ec6d5e3a3d calcurse-4.0.0.tar.lz a34b78437398160124d59e706aab2ff460fb726ad208ff05e8a2c404a21d9ab8b460aff9499eba239ccf82cf93dd0cf96d52ef22f597272e6d85c2ec6d5e3a3d calcurse-4.0.0.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=cmatrix app=cmatrix
VERSION=2.0 version=2.0
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/abishekvashok/cmatrix" homepage="https://github.com/abishekvashok/cmatrix"
DOWNLOAD="https://github.com/abishekvashok/cmatrix/archive/refs/tags/v2.0.tar.gz" download="https://github.com/abishekvashok/cmatrix/archive/refs/tags/v2.0.tar.gz"
DESC="Terminal application that emulates The Matrix movie scroll lines on the screen" desc="Terminal application that emulates The Matrix movie scroll lines on the screen"
REQUIRES="netbsd-curses" requires="netbsd-curses"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
autoreconf -vif autoreconf -vif
@ -21,13 +21,13 @@ build() {
--sysconfdir=/etc --sysconfdir=/etc
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
1aeecd8e8abb6f87fc54f88a8c25478f69d42d450af782e73c0fca7f051669a415c0505ca61c904f960b46bbddf98cfb3dd1f9b18917b0b39e95d8c899889530 cmatrix-2.0.tar.gz 1aeecd8e8abb6f87fc54f88a8c25478f69d42d450af782e73c0fca7f051669a415c0505ca61c904f960b46bbddf98cfb3dd1f9b18917b0b39e95d8c899889530 cmatrix-2.0.tar.gz
" "

View file

@ -1,32 +1,32 @@
APP=cmus app=cmus
VERSION=2.8.0 version=2.8.0
BUILD=1sml build=1sml
HOMEPAGE="https://cmus.github.io/" homepage="https://cmus.github.io/"
DOWNLOAD="https://github.com/cmus/cmus/archive/v2.8.0.tar.gz" download="https://github.com/cmus/cmus/archive/v2.8.0.tar.gz"
DESC="Fast text-mode music player" desc="Fast text-mode music player"
REQUIRES="faad2 flac libao libsamplerate ffmpeg" requires="faad2 flac libao libsamplerate ffmpeg"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
prefix="" \ prefix="" \
exampledir="/doc/$APP-$VERSION/examples" \ exampledir="/doc/$app-$version/examples" \
DEBUG=0 DEBUG=0
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
471ca1a87792c5a63f56815b24c6d6d3237dc4ce18485dbada9010fa281c0d49b6282fb04e9274dd8ecfd2ade94e5fc6688701aa4479cb43e93d07f720e67785 cmus-2.8.0.tar.lz 471ca1a87792c5a63f56815b24c6d6d3237dc4ce18485dbada9010fa281c0d49b6282fb04e9274dd8ecfd2ade94e5fc6688701aa4479cb43e93d07f720e67785 cmus-2.8.0.tar.lz
" "

View file

@ -1,22 +1,22 @@
APP=dia app=dia
VERSION=0.97.3 version=0.97.3
BUILD=1sml build=1sml
HOMEPAGE="https://wiki.gnome.org/Apps/Dia" homepage="https://wiki.gnome.org/Apps/Dia"
DOWNLOAD="https://download.gnome.org/sources/dia/0.97/dia-0.97.3.tar.xz" download="https://download.gnome.org/sources/dia/0.97/dia-0.97.3.tar.xz"
DESC="Diagram creation app written in GTK2" desc="Diagram creation app written in GTK2"
REQUIRES="gtk2" requires="gtk2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z** tar xf $srcdir/$app-$version.tar.?z**
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/CVE-2019-19451.patch patch -p1 < $srcdir/CVE-2019-19451.patch
patch -p1 < $SRCDIR/dia-unregister-import.patch patch -p1 < $srcdir/dia-unregister-import.patch
patch -p1 < $SRCDIR/isinf.patch patch -p1 < $srcdir/isinf.patch
./configure \ ./configure \
--prefix="" \ --prefix="" \
@ -26,14 +26,14 @@ build() {
--disable-nls --disable-nls
make || true make || true
make install DESTDIR=$PKG || true make install DESTDIR=$pkg || true
cp COPYING $PKGDOCS cp COPYING $pkgdocs
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
3f798a1ad88cc73be0f3da1981d8766c9d03e2765904c7b883a06d88beca952b7a3b87e8d4a26556d07c8a4afc89c8c4dd8e8fe96ebc2787fe97203ec6cb389b dia-0.97.3.tar.lz 3f798a1ad88cc73be0f3da1981d8766c9d03e2765904c7b883a06d88beca952b7a3b87e8d4a26556d07c8a4afc89c8c4dd8e8fe96ebc2787fe97203ec6cb389b dia-0.97.3.tar.lz
c78b78bd4ce7bfab9babfc887fb98571849246d1ca78e6c69a4413c7881d30358e1287bd9b0d9ba50cbcc540cf5f0e28333b31f467dbe5579ad5c97148b3b512 CVE-2019-19451.patch c78b78bd4ce7bfab9babfc887fb98571849246d1ca78e6c69a4413c7881d30358e1287bd9b0d9ba50cbcc540cf5f0e28333b31f467dbe5579ad5c97148b3b512 CVE-2019-19451.patch
24267507ff08ac589ec1015e55637586a9fd97802893a77849d1e7bce67135fbd3d55611e2c80be1d5f87b92406c95cd5fe484175037297ebe1dbc8eb509a7d4 dia-unregister-import.patch 24267507ff08ac589ec1015e55637586a9fd97802893a77849d1e7bce67135fbd3d55611e2c80be1d5f87b92406c95cd5fe484175037297ebe1dbc8eb509a7d4 dia-unregister-import.patch

View file

@ -1,27 +1,27 @@
APP=dmenu app=dmenu
VERSION=4.5 version=4.5
BUILD=1sml build=1sml
HOMEPAGE="http://tools.suckless.org/dmenu" homepage="http://tools.suckless.org/dmenu"
DOWNLOAD="https://dl.suckless.org/tools/dmenu-4.5.tar.gz" download="https://dl.suckless.org/tools/dmenu-4.5.tar.gz"
DESC="Dynamic menu for X" desc="Dynamic menu for X"
REQUIRES="libxext libxinerama" requires="libxext libxinerama"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
make make
make install PREFIX="/" MANPREFIX=/share/man DESTDIR=$PKG make install PREFIX="/" MANPREFIX=/share/man DESTDIR=$pkg
cp LICENSE $PKGDOCS/ cp LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
3a3acd9072b7e558e0f8b3bc69e4a63e9ac6918bac6b4c408c489ebc5c66542c5d29f249a06250f2e4cd9df81a4059aeef43153e793653f27a800193f4714b88 dmenu-4.5.tar.lz 3a3acd9072b7e558e0f8b3bc69e4a63e9ac6918bac6b4c408c489ebc5c66542c5d29f249a06250f2e4cd9df81a4059aeef43153e793653f27a800193f4714b88 dmenu-4.5.tar.lz
" "

View file

@ -1,27 +1,27 @@
APP=dwm app=dwm
VERSION=6.0 version=6.0
BUILD=1sml build=1sml
HOMEPAGE="https://dwm.suckless.org" homepage="https://dwm.suckless.org"
DOWNLOAD="https://dl.suckless.org/dwm/dwm-6.0.tar.gz" download="https://dl.suckless.org/dwm/dwm-6.0.tar.gz"
DESC="Suckless dynamic window manager" desc="Suckless dynamic window manager"
REQUIRES="libxinerama libxext" requires="libxinerama libxext"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
make make
make install PREFIX="/" MANPREFIX=/share/man DESTDIR=$PKG make install PREFIX="/" MANPREFIX=/share/man DESTDIR=$pkg
cp LICENSE $PKGDOCS/ cp LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
4db1c21d87b030236c381209ed56eedd15f47faf225a33ffa240f82612b9e0ec0287fa3c7c3e446704416032ae7c52559b482db9f60500ec0d6f5ad88328066a dwm-6.0.tar.lz 4db1c21d87b030236c381209ed56eedd15f47faf225a33ffa240f82612b9e0ec0287fa3c7c3e446704416032ae7c52559b482db9f60500ec0d6f5ad88328066a dwm-6.0.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=fceux app=fceux
VERSION=2.2.3 version=2.2.3
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/TASEmulators/fceux" homepage="https://github.com/TASEmulators/fceux"
DOWNLOAD="https://github.com/TASEmulators/fceux/archive/refs/tags/fceux-2.2.3.tar.gz" download="https://github.com/TASEmulators/fceux/archive/refs/tags/fceux-2.2.3.tar.gz"
DESC="An 8-bit NES emulator based on FCE Ultra" desc="An 8-bit NES emulator based on FCE Ultra"
REQUIRES="libgd gtk2" requires="libgd gtk2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
# cc/gcc should either be in /bin or /usr/bin else the SCostruct file in # cc/gcc should either be in /bin or /usr/bin else the SCostruct file in
@ -19,26 +19,26 @@ build() {
# though zlib is there. # though zlib is there.
# g++ is needed in /bin or /usr/bin else midway compile will fail. # g++ is needed in /bin or /usr/bin else midway compile will fail.
patch -p1 < $SRCDIR/ioapi.patch patch -p1 < $srcdir/ioapi.patch
patch -p1 < $SRCDIR/scons-python3.patch patch -p1 < $srcdir/scons-python3.patch
sed -i \ sed -i \
-e "s|symbols', 1|symbols', 0|" \ -e "s|symbols', 1|symbols', 0|" \
-e "s|release', 0|release', 1|" \ -e "s|release', 0|release', 1|" \
SConstruct SConstruct
scons install -i --prefix=$PKG scons install -i --prefix=$pkg
# Delete low res icon and replace below, also delete unneeded .dll files # Delete low res icon and replace below, also delete unneeded .dll files
#rm -f $PKG/usr/share/pixmaps/fceux.png #rm -f $pkg/usr/share/pixmaps/fceux.png
#rm -f $PKG/usr/share/$PRGNAME/*.dll #rm -f $pkg/usr/share/$PRGNAME/*.dll
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
cd8053f0cef3df30e3d009bf0a53ef59d9fa2b342d03300a75caafb0591e62a6bfbc6c12b3efe72e0aba050dc58e401daf54298328979e5b1b9552a91b1d1459 fceux-2.2.3.tar.lz cd8053f0cef3df30e3d009bf0a53ef59d9fa2b342d03300a75caafb0591e62a6bfbc6c12b3efe72e0aba050dc58e401daf54298328979e5b1b9552a91b1d1459 fceux-2.2.3.tar.lz
799b42272c637c90e7389b7907e9d36956a0640366d80ea71a4416237178461f4f39b863c230f878b0adfa7ceec4ed2379b58e07dcecd2c49269739e3e158c03 ioapi.patch 799b42272c637c90e7389b7907e9d36956a0640366d80ea71a4416237178461f4f39b863c230f878b0adfa7ceec4ed2379b58e07dcecd2c49269739e3e158c03 ioapi.patch
2c2cf6d7eac03a4cf7f66118e0f8af9562eb5497c2e3159952eced1edee5f38c983ede704536eade645f5c028635b8ff0ceca8769dcf0d50b3159a1666660ae0 scons-python3.patch 2c2cf6d7eac03a4cf7f66118e0f8af9562eb5497c2e3159952eced1edee5f38c983ede704536eade645f5c028635b8ff0ceca8769dcf0d50b3159a1666660ae0 scons-python3.patch

View file

@ -1,33 +1,33 @@
APP=feh app=feh
VERSION=3.1.1 version=3.1.1
BUILD=1sml build=1sml
HOMEPAGE="https://feh.finalrewind.org" homepage="https://feh.finalrewind.org"
HOMEPAGE="https://feh.finalrewind.org/feh-3.1.1.tar.bz2" homepage="https://feh.finalrewind.org/feh-3.1.1.tar.bz2"
DESC="Fast and lightweight image viewer for X" desc="Fast and lightweight image viewer for X"
REQUIRES="curl imlib2 libexif libxinerama libxt " requires="curl imlib2 libexif libxinerama libxt "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
CFLAGS="$CFLAGS -D_GNU_SOURCE -include string.h" \ CFLAGS="$CFLAGS -D_GNU_SOURCE -include string.h" \
make PREFIX="/" \ make PREFIX="/" \
exif=1 help=1 exif=1 help=1
make install DESTDIR=$PKG PREFIX="/" \ make install DESTDIR=$pkg PREFIX="/" \
man_dir=$PKG/share/man \ man_dir=$pkg/share/man \
doc_dir=$PKG/doc/$APP-$VERSION \ doc_dir=$pkg/doc/$app-$version \
example_dir=$PKG/doc/$APP-$VERSION/examples example_dir=$pkg/doc/$app-$version/examples
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
b1a20463c9c54212f51af0af98d762dc1d1c774105c69b9c21a04b3835b817af47a5efd1c2ff741cc596c53844d09c20c979d606a82a1915aa4ad2cdf2a3fca4 feh-3.1.1.tar.lz b1a20463c9c54212f51af0af98d762dc1d1c774105c69b9c21a04b3835b817af47a5efd1c2ff741cc596c53844d09c20c979d606a82a1915aa4ad2cdf2a3fca4 feh-3.1.1.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=ffmpeg app=ffmpeg
VERSION=4.3 version=4.3
BUILD=1sml build=1sml
HOMEPAGE="https://ffmpeg.org/" homepage="https://ffmpeg.org/"
DOWNLOAD="https://ffmpeg.org/releases/ffmpeg-4.3.tar.xz" download="https://ffmpeg.org/releases/ffmpeg-4.3.tar.xz"
DESC="Software to record, convert and stream audio and video" desc="Software to record, convert and stream audio and video"
REQUIRES="libass libdrm freetype fribidi libmodplug opus lame mpg123 soxr libtheora libvorbis libvpx libxml2 libwebp wavpack sdl2 twolame librsvg libcdio openjpeg" requires="libass libdrm freetype fribidi libmodplug opus lame mpg123 soxr libtheora libvorbis libvpx libxml2 libwebp wavpack sdl2 twolame librsvg libcdio openjpeg"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -53,13 +53,13 @@ build() {
# For some reason ffmpeg's make does not pick up MAKEFLAGS from the env # For some reason ffmpeg's make does not pick up MAKEFLAGS from the env
make $MAKEFLAGS make $MAKEFLAGS
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp LICENSE.md COPYING* $PKGDOCS/ cp LICENSE.md COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
12cc3a9337f6d9e1c7a63120f3fd8a92e5ac6031e9ba8893dc6b4b799befed08d54983b088e711705629b9a8fea9c6ada4887e845b1d0166e78a778b239af896 ffmpeg-4.3.tar.lz 12cc3a9337f6d9e1c7a63120f3fd8a92e5ac6031e9ba8893dc6b4b799befed08d54983b088e711705629b9a8fea9c6ada4887e845b1d0166e78a778b239af896 ffmpeg-4.3.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=ffmpegthumbnailer app=ffmpegthumbnailer
VERSION=2.2.2 version=2.2.2
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer/" homepage="https://github.com/dirkvdb/ffmpegthumbnailer/"
DOWNLOAD="https://github.com/dirkvdb/ffmpegthumbnailer/archive/refs/tags/2.2.2.tar.gz" download="https://github.com/dirkvdb/ffmpegthumbnailer/archive/refs/tags/2.2.2.tar.gz"
DESC="Utility to create video thumbnails for file managers" desc="Utility to create video thumbnails for file managers"
REQUIRES="cmake libpng libjpeg-turbo ffmpeg" requires="cmake libpng libjpeg-turbo ffmpeg"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
mkdir -p smbuild && cd smbuild mkdir -p smbuild && cd smbuild
@ -24,13 +24,13 @@ build() {
-DENABLE_THUMBNAILER=True -DENABLE_THUMBNAILER=True
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp ../COPYING $PKGDOCS/ cp ../COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
cbfb8ce4eebb0331260b060592322566075862182bc6f4b7410e686b4260395ea64ab341330212bcd08b1889f4fc9da13bf50b45ce800466d5d1e05a08cc722e ffmpegthumbnailer-2.2.2.tar.lz cbfb8ce4eebb0331260b060592322566075862182bc6f4b7410e686b4260395ea64ab341330212bcd08b1889f4fc9da13bf50b45ce800466d5d1e05a08cc722e ffmpegthumbnailer-2.2.2.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=florence app=florence
VERSION=0.6.3 version=0.6.3
BUILD=1sml build=1sml
HOMEPAGE="http://florence.sourceforge.net/" homepage="http://florence.sourceforge.net/"
DOWNLOAD="https://downloads.sourceforge.net/project/florence/florence/0.6.3/florence-0.6.3.tar.bz2" download="https://downloads.sourceforge.net/project/florence/florence/0.6.3/florence-0.6.3.tar.bz2"
DESC="Virtual keyboard for X" desc="Virtual keyboard for X"
REQUIRES="glib libxext librsvg libxml2 dbus gtk3 zlib pango cairo gdk-pixbuf gstreamer" requires="glib libxext librsvg libxml2 dbus gtk3 zlib pango cairo gdk-pixbuf gstreamer"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--disable-static --disable-static
make || true make || true
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
947ef1d5670ceb5b3050311ca15143335abd49660c3f058ac441d153d49a25bc003f6d0f2610c2199048bec7000f8e19ae27f486cfb233471db05e664b3569ef florence-0.6.3.tar.lz 947ef1d5670ceb5b3050311ca15143335abd49660c3f058ac441d153d49a25bc003f6d0f2610c2199048bec7000f8e19ae27f486cfb233471db05e664b3569ef florence-0.6.3.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=freerdp app=freerdp
VERSION=2.2.0 version=2.2.0
BUILD=1sml build=1sml
HOMEPAGE="https://www.freerdp.com" homepage="https://www.freerdp.com"
DOWNLOAD="https://pub.freerdp.com/releases/freerdp-2.2.0.tar.gz" download="https://pub.freerdp.com/releases/freerdp-2.2.0.tar.gz"
DESC="Free implementation of the RDP protocol" desc="Free implementation of the RDP protocol"
REQUIRES="" requires="libusb alsa-lib ffmpeg gdk-pixbuf graphite2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf FreeRDP-$VERSION rm -rf FreeRDP-$version
tar xf $SRCDIR/FreeRDP-$VERSION.tar.?z* tar xf $srcdir/FreeRDP-$version.tar.?z*
cd FreeRDP-$VERSION cd FreeRDP-$version
fixbuilddirpermissions fixbuilddirpermissions
mkdir -p smbuild && cd smbuild mkdir -p smbuild && cd smbuild
@ -36,13 +36,13 @@ build() {
-Wno-dev -Wno-dev
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp ../LICENSE $PKGDOCS/ cp ../LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
e14185db3f9e9900427c3149eef872ab9939ac33e307f7e7c73323e463f05b87f9ee8e6157a38a6dcb3d859039dd220b42b4a470c2d8b6c58045092960102135 FreeRDP-2.2.0.tar.lz e14185db3f9e9900427c3149eef872ab9939ac33e307f7e7c73323e463f05b87f9ee8e6157a38a6dcb3d859039dd220b42b4a470c2d8b6c58045092960102135 FreeRDP-2.2.0.tar.lz
" "

View file

@ -1,33 +1,33 @@
APP=galculator app=galculator
VERSION=2.1.4 version=2.1.4
BUILD=1sml build=1sml
HOMEPAGE="http://galculator.mnim.org/" homepage="http://galculator.mnim.org/"
DOWNLOAD="http://galculator.mnim.org/downloads/galculator-2.1.4.tar.bz2" download="http://galculator.mnim.org/downloads/galculator-2.1.4.tar.bz2"
DESC="GTK calculator for GNOME" desc="GTK calculator for GNOME"
REQUIRES="intltool gtk2 graphite2" requires="intltool gtk2 graphite2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
--prefix="" \ --prefix="" \
--disable-gtk3 \ --disable-gtk3 \
--disable-nls \ --disable-nls \
$BUILDDIST $builddist
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
909efb8cd5bc9fd4997a9025106656ce13b83b1dbfa039822f01421c6cfe46b57dbf683743a5d60be606fa1d80cf9bdf86ad37bb676592d0c637e964058a0904 galculator-2.1.4.tar.lz 909efb8cd5bc9fd4997a9025106656ce13b83b1dbfa039822f01421c6cfe46b57dbf683743a5d60be606fa1d80cf9bdf86ad37bb676592d0c637e964058a0904 galculator-2.1.4.tar.lz
" "

View file

@ -1,38 +1,38 @@
APP=gftp app=gftp
VERSION=2.0.19 version=2.0.19
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/masneyb/gftp" homepage="https://github.com/masneyb/gftp"
DOWNLOAD="https://github.com/masneyb/gftp/archive/refs/tags/2.0.19.tar.gz" download="https://github.com/masneyb/gftp/archive/refs/tags/2.0.19.tar.gz"
DESC="Multi-threaded GTK FTP client for X" desc="Multi-threaded GTK FTP client for X"
REQUIRES="openssl gtk2" requires="openssl gtk2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/gftp.glibc-2.30.diff patch -p1 < $srcdir/gftp.glibc-2.30.diff
patch -p1 < $SRCDIR/gftp.expand.path.sigsegv.diff patch -p1 < $srcdir/gftp.expand.path.sigsegv.diff
patch -p1 < $SRCDIR/gftp.desktop.diff patch -p1 < $srcdir/gftp.desktop.diff
patch -p1 < $SRCDIR/fsplib.h.patch patch -p1 < $srcdir/fsplib.h.patch
./configure \ ./configure \
--prefix="" \ --prefix="" \
--sysconfdir=/etc \ --sysconfdir=/etc \
$BUILDDIST $builddist
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
5331b62a6e10bcc7cd7e12143ea8d0b0de517c77ba676d8981a9c1419e026dda7ce9d7155730e37deecb62ef96bff8db09a756b39bfcd4772bde72a88e6440b4 gftp-2.0.19.tar.lz 5331b62a6e10bcc7cd7e12143ea8d0b0de517c77ba676d8981a9c1419e026dda7ce9d7155730e37deecb62ef96bff8db09a756b39bfcd4772bde72a88e6440b4 gftp-2.0.19.tar.lz
1e3a84244920eeeed3a35d7d80bc66cdf5226e56e9a8b2d069f2d9d94ee2b2013823dbc0a7ed24f8a06193b81ae876001c06575d627f68ffc1ea58298b22e9ce fsplib.h.patch 1e3a84244920eeeed3a35d7d80bc66cdf5226e56e9a8b2d069f2d9d94ee2b2013823dbc0a7ed24f8a06193b81ae876001c06575d627f68ffc1ea58298b22e9ce fsplib.h.patch
0315ca0bcf5cecb6059481a4260dc17ea885b66460da4b6c9ec545c1f7a7ca095f2de8d628ad89de6d4b74b5eedf44d469c101f54bdafabb627995d40e0838af gftp.desktop.diff 0315ca0bcf5cecb6059481a4260dc17ea885b66460da4b6c9ec545c1f7a7ca095f2de8d628ad89de6d4b74b5eedf44d469c101f54bdafabb627995d40e0838af gftp.desktop.diff

View file

@ -1,17 +1,17 @@
APP=gimp app=gimp
VERSION=2.8.22 version=2.8.22
BUILD=1sml build=1sml
HOMEPAGE="https://www.gimp.org/" homepage="https://www.gimp.org/"
DOWNLOAD="https://download.gimp.org/mirror/pub/gimp/v2.8/gimp-2.8.22.tar.bz2" download="https://download.gimp.org/mirror/pub/gimp/v2.8/gimp-2.8.22.tar.bz2"
DESC="The GNU Image Manipulation Program" desc="The GNU Image Manipulation Program"
REQUIRES="libexif alsa-lib curl libgudev babl gtk2 dbus-glib gegl glib-networking hicolor-icon-theme lcms2 libwebp openjpeg" requires="libexif alsa-lib curl libgudev babl gtk2 dbus-glib gegl glib-networking hicolor-icon-theme lcms2 libwebp openjpeg"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
# We might have an issue with pagecurl causing gimp to segfault # We might have an issue with pagecurl causing gimp to segfault
@ -20,7 +20,7 @@ build() {
# credits: sabotage linux # credits: sabotage linux
patch -p1 < $SRCDIR/gimp-toolbox-wilber.patch patch -p1 < $srcdir/gimp-toolbox-wilber.patch
sed -i 's@^[[:space:]]*-I$(includedir)@@' $(find . -name Makefile.in) sed -i 's@^[[:space:]]*-I$(includedir)@@' $(find . -name Makefile.in)
sed -i 's@^libgimpui = .*$@libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la@' $(find plug-ins/ -name Makefile.in) sed -i 's@^libgimpui = .*$@libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la@' $(find plug-ins/ -name Makefile.in)
printf '#!/bin/sh\necho -lfreetype -I/usr/include/freetype2\n' > freetype-config printf '#!/bin/sh\necho -lfreetype -I/usr/include/freetype2\n' > freetype-config
@ -45,14 +45,14 @@ build() {
done done
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
b54b7c2788ce4f55887d7c4dbdd4879754b313cab813e1e5cda28419f41e16ed0eafb112763bc865a989634b290d6317b85bf70108977f9819f475f8f36dbc85 gimp-2.8.22.tar.lz b54b7c2788ce4f55887d7c4dbdd4879754b313cab813e1e5cda28419f41e16ed0eafb112763bc865a989634b290d6317b85bf70108977f9819f475f8f36dbc85 gimp-2.8.22.tar.lz
c1cea444156555bfe0c5d3a20733e04fb15a4ddaf0fd3f6f814d12bef554f3598ef9a27cd171df70e069e57f8d4fe661d8ef1691fef2ff7e44937cbb46e579b7 gimp-toolbox-wilber.patch c1cea444156555bfe0c5d3a20733e04fb15a4ddaf0fd3f6f814d12bef554f3598ef9a27cd171df70e069e57f8d4fe661d8ef1691fef2ff7e44937cbb46e579b7 gimp-toolbox-wilber.patch
" "

View file

@ -1,19 +1,19 @@
APP=gnuchess app=gnuchess
VERSION=6.2.6 version=6.2.6
JENGVER=11.2 JENGVER=11.2
XBOARDVER=4.9.1 XBOARDVER=4.9.1
BUILD=1sml build=1sml
HOMEPAGE="https://www.gnu.org/software/chess/" homepage="https://www.gnu.org/software/chess/"
DOWNLOAD="http://ftp.gnu.org/gnu/chess/gnuchess-6.2.6.tar.gz" download="http://ftp.gnu.org/gnu/chess/gnuchess-6.2.6.tar.gz"
DESC="GPL licensed chess engines and graphical frontends" desc="GPL licensed chess engines and graphical frontends"
REQUIRES="gcc-libs gdbm gtk2 graphite2 libpng netbsd-curses gobject-introspection" requires="gcc-libs gdbm gtk2 graphite2 libpng netbsd-curses gobject-introspection"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf gnuchess-$VERSION rm -rf gnuchess-$version
tar xf $SRCDIR/gnuchess-$VERSION.tar.?z* tar xf $srcdir/gnuchess-$version.tar.?z*
cd gnuchess-$VERSION cd gnuchess-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,14 +21,14 @@ build() {
--sysconfdir=/etc --sysconfdir=/etc
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/COPYING.gnuchess cp COPYING $pkgdocs/COPYING.gnuchess
mkandenterbuilddir mkandenterbuilddir
rm -rf Sjeng-Free-$JENGVER rm -rf Sjeng-Free-$JENGVER
tar xf $SRCDIR/Sjeng-Free-$JENGVER.tar.?z* tar xf $srcdir/Sjeng-Free-$JENGVER.tar.?z*
cd Sjeng-Free-$JENGVER cd Sjeng-Free-$JENGVER
fixbuilddirpermissions fixbuilddirpermissions
@ -36,15 +36,15 @@ build() {
--prefix="" --prefix=""
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
mkandenterbuilddir mkandenterbuilddir
rm -rf xboard-$XBOARDVER rm -rf xboard-$XBOARDVER
tar xf $SRCDIR/xboard-$XBOARDVER.tar.?z* tar xf $srcdir/xboard-$XBOARDVER.tar.?z*
cd xboard-$XBOARDVER cd xboard-$XBOARDVER
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/xboard.conf.diff patch -p1 < $srcdir/xboard.conf.diff
./configure \ ./configure \
--prefix="" \ --prefix="" \
@ -53,19 +53,19 @@ build() {
--enable-zippy --enable-zippy
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
install -c cmail $PKG/bin/cmail install -c cmail $pkg/bin/cmail
install -Dm 644 $SRCDIR/chess.png $PKG/share/pixmaps/chess.png install -Dm 644 $srcdir/chess.png $pkg/share/pixmaps/chess.png
cp COPYING $PKGDOCS/COPYING.xboard cp COPYING $pkgdocs/COPYING.xboard
cp COPYRIGHT $PKGDOCS/COPYRIGHT.xboard cp COPYRIGHT $pkgdocs/COPYRIGHT.xboard
mv $PKG/etc/xboard.conf $PKG/etc/xboard.conf.new mv $pkg/etc/xboard.conf $pkg/etc/xboard.conf.new
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
2a42baee5c64a8083e587fa0c748beac5a08906e95d46c7343955b336124f1fb560e8284a36d595839a190e9f784fe1f9d1cf7e79601373bbec05c4433108471 Sjeng-Free-11.2.tar.lz 2a42baee5c64a8083e587fa0c748beac5a08906e95d46c7343955b336124f1fb560e8284a36d595839a190e9f784fe1f9d1cf7e79601373bbec05c4433108471 Sjeng-Free-11.2.tar.lz
d6adb251eeea0f1f962955dee1f0125e3e76893f6a6c30e774bd496515334572c8e906ac8cad140e1950fcc40cfe88ac05fbae8b08595acd7b86722e486ebae9 gnuchess-6.2.6.tar.lz d6adb251eeea0f1f962955dee1f0125e3e76893f6a6c30e774bd496515334572c8e906ac8cad140e1950fcc40cfe88ac05fbae8b08595acd7b86722e486ebae9 gnuchess-6.2.6.tar.lz
0ef5a24e19693ea768c01ae5891f7fb3f37ae6bdbee853f002f1ed5f9a4141452b8d32c49dfef69d591bc95aff8ce9e6a718aae16ba9ce50da7b43752ff9fcbf xboard-4.9.1.tar.lz 0ef5a24e19693ea768c01ae5891f7fb3f37ae6bdbee853f002f1ed5f9a4141452b8d32c49dfef69d591bc95aff8ce9e6a718aae16ba9ce50da7b43752ff9fcbf xboard-4.9.1.tar.lz

View file

@ -1,17 +1,17 @@
APP=gnumeric app=gnumeric
VERSION=1.12.46 version=1.12.46
BUILD=1sml build=1sml
HOMEPAGE="http://projects.gnome.org/gnumeric/" homepage="http://projects.gnome.org/gnumeric/"
DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.46.tar.xz" download="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.46.tar.xz"
DESC="Spreadsheet application for GNOME" desc="Spreadsheet application for GNOME"
REQUIRES="perl intltool python3 gobject-introspection goffice " requires="perl intltool python3 gobject-introspection goffice "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-silent-rules --disable-silent-rules
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
30f3cf05bac4b77e1dfd5f48dc29d7da3b6a70f10e41d5ea0410cf74a9d18dc639da60abc0e5db9efca643dadb8696d2a3779fcf80003c8ac927c4c9e8f21bd7 gnumeric-1.12.46.tar.lz 30f3cf05bac4b77e1dfd5f48dc29d7da3b6a70f10e41d5ea0410cf74a9d18dc639da60abc0e5db9efca643dadb8696d2a3779fcf80003c8ac927c4c9e8f21bd7 gnumeric-1.12.46.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=gpaint app=gpaint
VERSION=0.3.2 version=0.3.2
BUILD=1sml build=1sml
HOMEPAGE="https://www.gnu.org/software/gpaint/" homepage="https://www.gnu.org/software/gpaint/"
DOWNLOAD="ftp://alpha.gnu.org/gnu/gpaint/gpaint-2-0.3.2.tar.gz" download="ftp://alpha.gnu.org/gnu/gpaint/gpaint-2-0.3.2.tar.gz"
DESC="Simple and lightweight alternative to MS-paint written in GTK2" desc="Simple and lightweight alternative to MS-paint written in GTK2"
REQUIRES="gtk2 " requires="gtk2 "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
sed -i 's/GTK_RESPONSE_DISCARD/GTK_RESPONSE_NO/' src/drawing.c sed -i 's/GTK_RESPONSE_DISCARD/GTK_RESPONSE_NO/' src/drawing.c
@ -22,15 +22,15 @@ build() {
--disable-nls --disable-nls
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mv $PKG/bin/gpaint-2 $PKG/bin/gpaint mv $pkg/bin/gpaint-2 $pkg/bin/gpaint
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
6e8de4793e6e74676efbf190b117af0de1af8320c60ae160092c9d0fb7977215979abf607ffb172b2cb99eb50dece481d008bb42c0062d65023915290c26c397 gpaint-0.3.2.tar.lz 6e8de4793e6e74676efbf190b117af0de1af8320c60ae160092c9d0fb7977215979abf607ffb172b2cb99eb50dece481d008bb42c0062d65023915290c26c397 gpaint-0.3.2.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=gparted app=gparted
VERSION=1.1.0 version=1.1.0
BUILD=1sml build=1sml
HOMEPAGE="http://gparted.org" homepage="http://gparted.org"
DOWNLOAD="https://sourceforge.net/projects/gparted/files/gparted/gparted-1.1.0/gparted-1.1.0.tar.gz" download="https://sourceforge.net/projects/gparted/files/gparted/gparted-1.1.0/gparted-1.1.0.tar.gz"
DESC="Graphical partition editor written in GTK3" desc="Graphical partition editor written in GTK3"
REQUIRES="pkgconf lvm dosfstools e2fsprogs mtools ntfs-3g itstool intltool parted gtkmm3 " requires="pkgconf lvm dosfstools e2fsprogs mtools ntfs-3g itstool intltool parted gtkmm3 "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-doc --disable-doc
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
b5f0d8d216f663f686d41347dc9dd1dbe370e25d2e9f321e6a109630aa9ba2a20ffb19dbccf5af1b701fb65d15c297033894583661bd66e88b8cbe84dd793453 gparted-1.1.0.tar.lz b5f0d8d216f663f686d41347dc9dd1dbe370e25d2e9f321e6a109630aa9ba2a20ffb19dbccf5af1b701fb65d15c297033894583661bd66e88b8cbe84dd793453 gparted-1.1.0.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=gthumb app=gthumb
VERSION=3.8.3 version=3.8.3
BUILD=1sml build=1sml
HOMEPAGE="https://wiki.gnome.org/Apps/Gthumb" homepage="https://wiki.gnome.org/Apps/Gthumb"
DOWNLOAD="https://gitlab.gnome.org/GNOME/gthumb/-/archive/3.8.3/gthumb-3.8.3.tar.bz2" download="https://gitlab.gnome.org/GNOME/gthumb/-/archive/3.8.3/gthumb-3.8.3.tar.bz2"
DESC="An image viewer and browser" desc="An image viewer and browser"
REQUIRES="exiv2 json-glib librsvg libsecret libsoup libwebp dconf gtk2 gsettings-desktop-schemas " requires="exiv2 json-glib librsvg libsecret libsoup libwebp dconf gtk2 gsettings-desktop-schemas "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
mkdir smbuild && cd smbuild mkdir smbuild && cd smbuild
@ -19,13 +19,13 @@ build() {
--prefix="/" --prefix="/"
ninja ninja
DESTDIR="$PKG" ninja install DESTDIR="$pkg" ninja install
cp ../COPYING $PKGDOCS cp ../COPYING $pkgdocs
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
ed8be7421494b1cb1c4ae87d5703ef398e4c887f081a71a5a0dbb3ef4950784c334685a46f68650e4f4f665b3444104133b9b567d0a3842651ba62d27c6f8c2a gthumb-3.8.3.tar.lz ed8be7421494b1cb1c4ae87d5703ef398e4c887f081a71a5a0dbb3ef4950784c334685a46f68650e4f4f665b3444104133b9b567d0a3842651ba62d27c6f8c2a gthumb-3.8.3.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=gtkterm app=gtkterm
VERSION=0.99.7 version=0.99.7
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/Jeija/gtkterm" homepage="https://github.com/Jeija/gtkterm"
DOWNLOAD="https://github.com/Jeija/gtkterm/archive/refs/tags/0.99.7.tar.gz" download="https://github.com/Jeija/gtkterm/archive/refs/tags/0.99.7.tar.gz"
DESC="Lightweight GTK2 serial port terminal emulator " desc="Lightweight GTK2 serial port terminal emulator "
REQUIRES="vte gtk2" requires="vte gtk2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf "$APP-$VERSION-rc1" rm -rf "$app-$version-rc1"
tar xf $SRCDIR/$APP-$VERSION-rc1.tar.?z* tar xf $srcdir/$app-$version-rc1.tar.?z*
cd "$APP-$VERSION-rc1" cd "$app-$version-rc1"
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -19,13 +19,13 @@ build() {
--disable-nls --disable-nls
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
990407ae5882031cfbfa1a0291fcbc78616293fe8625813c2cb783958188c949e659f077e2239a3d309707abb0e5b812a2d399decbef7e0343cba78e61032125 gtkterm-0.99.7-rc1.tar.lz 990407ae5882031cfbfa1a0291fcbc78616293fe8625813c2cb783958188c949e659f077e2239a3d309707abb0e5b812a2d399decbef7e0343cba78e61032125 gtkterm-0.99.7-rc1.tar.lz
" "

View file

@ -1,20 +1,20 @@
APP=gtypist app=gtypist
VERSION=2.9.5 version=2.9.5
BUILD=1sml build=1sml
HOMEPAGE="https://www.gnu.org/savannah-checkouts/gnu/gtypist/gtypist.html" homepage="https://www.gnu.org/savannah-checkouts/gnu/gtypist/gtypist.html"
DOWNLOAD="http://ftp.gnu.org/gnu/gtypist/gtypist-2.9.tar.xz" download="http://ftp.gnu.org/gnu/gtypist/gtypist-2.9.tar.xz"
DESC="Terminal-based universal typing tutor" desc="Terminal-based universal typing tutor"
REQUIRES="netbsd-curses" requires="netbsd-curses"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/ncurses.patch patch -p1 < $srcdir/ncurses.patch
autoreconf -vif autoreconf -vif
CFLAGS="$CFLAGS -D_GNU_SOURCE" \ CFLAGS="$CFLAGS -D_GNU_SOURCE" \
@ -24,14 +24,14 @@ build() {
--sysconfdir=/etc --sysconfdir=/etc
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
397b2e7570f1702b1e355cf2e6ce8b0a78aa0f7e2493dcf0a39a07e1dc9e4c2bf01d16759dfcfffef3bb505b73435b6e4fb8e2565a20b7180a1867d4d3d68346 gtypist-2.9.5.tar.lz 397b2e7570f1702b1e355cf2e6ce8b0a78aa0f7e2493dcf0a39a07e1dc9e4c2bf01d16759dfcfffef3bb505b73435b6e4fb8e2565a20b7180a1867d4d3d68346 gtypist-2.9.5.tar.lz
84a29d4008f13ee0dc434b551b6846d94373679fa718d54a0cf52aeeaba8f1485e40d55f66c336bb33e23f1f939ea1711190c2a16903671febcdb191b4ffb94c ncurses.patch 84a29d4008f13ee0dc434b551b6846d94373679fa718d54a0cf52aeeaba8f1485e40d55f66c336bb33e23f1f939ea1711190c2a16903671febcdb191b4ffb94c ncurses.patch
" "

View file

@ -1,17 +1,17 @@
APP=heimdall app=heimdall
VERSION=1.4.2 version=1.4.2
BUILD=1sml build=1sml
HOMEPAGE="https://www.glassechidna.com.au/products/heimdall/" homepage="https://www.glassechidna.com.au/products/heimdall/"
DOWNLOAD="https://github.com/Benjamin-Dobell/Heimdall/archive/refs/tags/v1.4.2.tar.gz" download="https://github.com/Benjamin-Dobell/Heimdall/archive/refs/tags/v1.4.2.tar.gz"
DESC="Cross-platform open-source tool suite to flash ROMs onto Samsung mobile devices" desc="Cross-platform open-source tool suite to flash ROMs onto Samsung mobile devices"
REQUIRES="gcc-libs libusb eudev" requires="gcc-libs libusb eudev"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf Heimdall-$VERSION rm -rf Heimdall-$version
tar xf $SRCDIR/Heimdall-$VERSION.tar.?z* tar xf $srcdir/Heimdall-$version.tar.?z*
cd Heimdall-$VERSION cd Heimdall-$version
fixbuilddirpermissions fixbuilddirpermissions
mkdir -p smbuild && cd smbuild mkdir -p smbuild && cd smbuild
@ -21,13 +21,13 @@ build() {
make make
install -Dm 0755 bin/heimdall $PKG/bin/heimdall install -Dm 0755 bin/heimdall $pkg/bin/heimdall
install -Dm 0644 ../heimdall/60-heimdall.rules $PKG/lib/udev/rules.d/60-heimdall.rules install -Dm 0644 ../heimdall/60-heimdall.rules $pkg/lib/udev/rules.d/60-heimdall.rules
cp ../LICENSE $PKGDOCS/ cp ../LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
fc461d5281a3e8a6188ec5ba845d6e719285c91e2874fbbc62b6c54a8494c84fa1b93c15c2684ed936061c861b9a892aaca0a69efe692534e4f09da13077472d Heimdall-1.4.2.tar.lz fc461d5281a3e8a6188ec5ba845d6e719285c91e2874fbbc62b6c54a8494c84fa1b93c15c2684ed936061c861b9a892aaca0a69efe692534e4f09da13077472d Heimdall-1.4.2.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=imagemagick app=imagemagick
VERSION=7.0.8 version=7.0.8
BUILD=1sml build=1sml
HOMEPAGE="http://www.imagemagick.org/" homepage="http://www.imagemagick.org/"
DOWNLOAD="" download=""
DESC="Robust collection of image processing tools" desc="Robust collection of image processing tools"
REQUIRES="libtool libxml2 libpng fftw fontconfig libxext lcms2 glu pango libraqm librsvg libwebp openjpeg " requires="libtool libxml2 libpng fftw fontconfig libxext lcms2 glu pango libraqm librsvg libwebp openjpeg "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf ImageMagick-$VERSION-14 rm -rf ImageMagick-$version-14
tar xf $SRCDIR/ImageMagick-$VERSION-14.tar.?z* tar xf $srcdir/ImageMagick-$version-14.tar.?z*
cd ImageMagick-$VERSION-14 cd ImageMagick-$version-14
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -25,13 +25,13 @@ build() {
--enable-shared --enable-shared
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp LICENSE $PKGDOCS/ cp LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
a86a745a1b693ed825bd167e8c2f9333e188c903cd0beb3295aba537aab022de50fe7b1d92756ea32ed19684806e694c8e3dd3f5cc79fb653338220739aad260 ImageMagick-7.0.8-14.tar.lz a86a745a1b693ed825bd167e8c2f9333e188c903cd0beb3295aba537aab022de50fe7b1d92756ea32ed19684806e694c8e3dd3f5cc79fb653338220739aad260 ImageMagick-7.0.8-14.tar.lz
" "

View file

@ -1,30 +1,30 @@
APP=iotop app=iotop
VERSION=0.6 version=0.6
BUILD=2sml build=2sml
HOMEPAGE="http://guichaz.free.fr/iotop" homepage="http://guichaz.free.fr/iotop"
DOWNLOAD="http://guichaz.free.fr/iotop/files/iotop-0.6.tar.gz" download="http://guichaz.free.fr/iotop/files/iotop-0.6.tar.gz"
DESC="Top-like I/O monitor written in python" desc="Top-like I/O monitor written in python"
REQUIRES="python3" requires="python3"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/fix-python.patch patch -p1 < $srcdir/fix-python.patch
python3 setup.py build python3 setup.py build
python3 setup.py install --prefix="" --root=$PKG python3 setup.py install --prefix="" --root=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
27d2525fa88d11f14ba477a570cdf5ef09b591846c31bc7a3970b92f22aa687e1182f1e08bbdddf400f17b10425d6426969be2846210b4714a922d1a92fb2fe6 iotop-0.6.tar.lz 27d2525fa88d11f14ba477a570cdf5ef09b591846c31bc7a3970b92f22aa687e1182f1e08bbdddf400f17b10425d6426969be2846210b4714a922d1a92fb2fe6 iotop-0.6.tar.lz
e4c5aee993e7971dd731202f69e2c0a704833dce26c09329e9d7fa8d5f37c9584082a165ceaab8a07aa2421f0debf9af16f41f6b657d841ae6cc7bb2e7fb8d79 fix-proc-status-read.patch e4c5aee993e7971dd731202f69e2c0a704833dce26c09329e9d7fa8d5f37c9584082a165ceaab8a07aa2421f0debf9af16f41f6b657d841ae6cc7bb2e7fb8d79 fix-proc-status-read.patch
df5b09b20dc5ca3a8e73f39089f8ef2dbc5060b35178067a41ab1fd075922a860458611d5b0e7beb7aca8c9c5853998aeb7529dbccff9ef39daf17cd997cd698 fix-python.patch df5b09b20dc5ca3a8e73f39089f8ef2dbc5060b35178067a41ab1fd075922a860458611d5b0e7beb7aca8c9c5853998aeb7529dbccff9ef39daf17cd997cd698 fix-python.patch

View file

@ -1,17 +1,17 @@
APP=libass app=libass
VERSION=0.14.0 version=0.14.0
BUILD=1sml build=1sml
HOMEPAGE="http://code.google.com/p/libass/" homepage="http://code.google.com/p/libass/"
DOWNLOAD="https://github.com/libass/libass/archive/refs/tags/0.14.0.tar.gz" download="https://github.com/libass/libass/archive/refs/tags/0.14.0.tar.gz"
DESC="Subtitle renderer for the ASS/SSA formats" desc="Subtitle renderer for the ASS/SSA formats"
REQUIRES="glib nasm fribidi fontconfig freetype harfbuzz " requires="glib nasm fribidi fontconfig freetype harfbuzz "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -22,13 +22,13 @@ build() {
--disable-silent-rules --disable-silent-rules
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
1876292d06d2f68938f1b4140dad4871fa2614fd84ac9cfb35bbdeb26130c3db96a345572f1f236c2ab2a902b0f2f288d4bdc60d1443ce80ccce43f51e6ae102 libass-0.14.0.tar.lz 1876292d06d2f68938f1b4140dad4871fa2614fd84ac9cfb35bbdeb26130c3db96a345572f1f236c2ab2a902b0f2f288d4bdc60d1443ce80ccce43f51e6ae102 libass-0.14.0.tar.lz
" "

View file

@ -1,27 +1,27 @@
APP=micro-tetris app=micro-tetris
VERSION=1.4.0 version=1.4.0
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/troglobit/tetris/archive/refs/tags/1.4.0.tar.gz" homepage="https://github.com/troglobit/tetris/archive/refs/tags/1.4.0.tar.gz"
DOWNLOAD="https://github.com/troglobit/tetris/" download="https://github.com/troglobit/tetris/"
DESC="Small Tetris implementations utilising ANSI escape sequences" desc="Small Tetris implementations utilising ANSI escape sequences"
REQUIRES="musl " requires="musl "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf tetris-$VERSION rm -rf tetris-$version
tar xf $SRCDIR/tetris-$VERSION.tar.?z** tar xf $srcdir/tetris-$version.tar.?z**
cd tetris-$VERSION cd tetris-$version
fixbuilddirpermissions fixbuilddirpermissions
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp LICENSE $PKGDOCS/ cp LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
034e85028ab71e050de14775da2538ed6f2e27db9ae095c32982d5d32effdf17643f68cb43d72ef176855c909f264e45b9b6ae05c39bfd240ae08277f4523c78 tetris-1.4.0.tar.gz 034e85028ab71e050de14775da2538ed6f2e27db9ae095c32982d5d32effdf17643f68cb43d72ef176855c909f264e45b9b6ae05c39bfd240ae08277f4523c78 tetris-1.4.0.tar.gz
" "

View file

@ -1,17 +1,17 @@
APP=mplayer app=mplayer
VERSION=20180720 version=20180720
BUILD=1sml build=1sml
HOMEPAGE="http://www.mplayerhq.hu/" homepage="http://www.mplayerhq.hu/"
DOWNLOAD="" download=""
DESC="The Linux movie player with support for several dozen formats" desc="The Linux movie player with support for several dozen formats"
REQUIRES="libpng zlib gnutls libjpeg-turbo giflib alsa-lib libcdio-paranoia freetype fontconfig fribidi bzip2 lzo libvorbis libtheora lame libass libogg mpg123 faad2 ffmpeg opus opusfile libxext libx11 libxv libvdpau libxinerama sdl mesa libopenal x264 gtk2 libidn libtasn1 nettle gmp expat e2fsprogs harfbuzz pcre libxcb libxdamage libdrm libffi libxrender libxscrnsaver" requires="libpng zlib gnutls libjpeg-turbo giflib alsa-lib libcdio-paranoia freetype fontconfig fribidi bzip2 lzo libvorbis libtheora lame libass libogg mpg123 faad2 ffmpeg opus opusfile libxext libx11 libxv libvdpau libxinerama sdl mesa libopenal x264 gtk2 libidn libtasn1 nettle gmp expat e2fsprogs harfbuzz pcre libxcb libxdamage libdrm libffi libxrender libxscrnsaver"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf MPlayer-$VERSION rm -rf MPlayer-$version
tar xf $SRCDIR/MPlayer-$VERSION.tar.?z tar xf $srcdir/MPlayer-$version.tar.?z
cd MPlayer-$VERSION cd MPlayer-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -25,13 +25,13 @@ build() {
--disable-ossaudio --disable-ossaudio
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp Copyright LICENSE $PKGDOCS/ cp Copyright LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
6d081ff29d4f6cbeef7692561b9eb4a1776efa74692a8b9338affac44d997d45e822a16a69e5abbcae46ef4a4b1f896f9f56b70eb90a53d82790c9c853e8496e MPlayer-20180720.tar.xz 6d081ff29d4f6cbeef7692561b9eb4a1776efa74692a8b9338affac44d997d45e822a16a69e5abbcae46ef4a4b1f896f9f56b70eb90a53d82790c9c853e8496e MPlayer-20180720.tar.xz
" "

View file

@ -1,20 +1,20 @@
APP=mpv app=mpv
VERSION=0.32.0 version=0.32.0
BUILD=1sml build=1sml
HOMEPAGE="http://mpv.io" homepage="http://mpv.io"
DOWNLOAD="https://github.com/mpv-player/mpv/archive/refs/tags/v0.32.0.tar.gz" download="https://github.com/mpv-player/mpv/archive/refs/tags/v0.32.0.tar.gz"
DESC="a movie player based on MPlayer and mplayer2" desc="a movie player based on MPlayer and mplayer2"
REQUIRES="ffmpeg gtk2 gdk-pixbuf harfbuzz" requires="ffmpeg gtk2 gdk-pixbuf harfbuzz"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
zcat $SRCDIR/waf-2.0.9.gz > waf zcat $srcdir/waf-2.0.9.gz > waf
chmod +x waf chmod +x waf
CXXFLAGS+=" -fPIC" CXXFLAGS+=" -fPIC"
@ -24,13 +24,13 @@ build() {
--enable-egl-x11 --enable-egl-x11
./waf build $MAKEFLAGS ./waf build $MAKEFLAGS
./waf --destdir="$PKG" install ./waf --destdir="$pkg" install
cp LICENSE* $PKGDOCS/ cp LICENSE* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
8d0fdf6dd757a9d8650ff7747fb4c2cac3f91f0f1b4bf77879e3e564be4440db3b6dc37f0ebe3921dc517a93eaa9e1ce72c222e43dfd1cfbadfe9d4b7b26bffa mpv-0.32.0.tar.lz 8d0fdf6dd757a9d8650ff7747fb4c2cac3f91f0f1b4bf77879e3e564be4440db3b6dc37f0ebe3921dc517a93eaa9e1ce72c222e43dfd1cfbadfe9d4b7b26bffa mpv-0.32.0.tar.lz
" "

View file

@ -1,42 +1,43 @@
APP=mtd-utils app=mtd-utils
VERSION=2.1.1 version=2.1.1
NANDVERSION=1.5.2 nandversion=1.5.2
BUILD=1sml build=1sml
HOMEPAGE="http://www.linux-mtd.infradead.org/" homepage="http://www.linux-mtd.infradead.org/"
DOWNLOAD="" download=""
DESC="A collection of utiltiies for dealing with memory technology and NAND devices" desc="A collection of utiltiies for dealing with memory technology and NAND devices"
REQUIRES="lzo util-linux " requires="lzo util-linux "
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
--prefix="" \ --prefix="" \
--sysconfdir=/etc \ --sysconfdir=/etc \
--sbindir=/bin \
--without-zstd --without-zstd
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
tar xf $SRCDIR/nand-utils-$NANDVERSION.tar.?z* tar xf $srcdir/nand-utils-$nandversion.tar.?z*
cd nand-utils-$NANDVERSION cd nand-utils-$nandversion
make make
make install SBINDIR="/bin" MANDIR="/share/man" DESTDIR=$PKG make install SBINDIR="/bin" MANDIR="/share/man" DESTDIR=$pkg
cp COPYING $PKGDOCS/COPYING.nand-utils cp COPYING $pkgdocs/COPYING.nand-utils
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
615b27f6c4c9f392715060467b5728aeb1e774256e661e2b84126464e69a5e1140646e2cf9d6e42d6279c6396c1b2204f545023e5be09d02afb1587d62c4399e mtd-utils-2.1.1.tar.bz2 615b27f6c4c9f392715060467b5728aeb1e774256e661e2b84126464e69a5e1140646e2cf9d6e42d6279c6396c1b2204f545023e5be09d02afb1587d62c4399e mtd-utils-2.1.1.tar.bz2
d8b28e9efbc8e3cae19db109491ec88a9b6fc3696b4aedd3b16a0352e9c640c711cf245995f3ffad1d75799b4f438ac23d276022a94948fa632c351f1d2b5af9 nand-utils-1.5.2.tar.gz d8b28e9efbc8e3cae19db109491ec88a9b6fc3696b4aedd3b16a0352e9c640c711cf245995f3ffad1d75799b4f438ac23d276022a94948fa632c351f1d2b5af9 nand-utils-1.5.2.tar.gz
" "

View file

@ -1,17 +1,17 @@
APP=mtpaint app=mtpaint
VERSION=3.40 version=3.40
BUILD=1sml build=1sml
HOMEPAGE="http://mtpaint.sourceforge.net/" homepage="http://mtpaint.sourceforge.net/"
DOWNLOAD="https://sourceforge.net/projects/mtpaint/files/mtpaint/3.40/mtpaint-3.40.tar.bz2" download="https://sourceforge.net/projects/mtpaint/files/mtpaint/3.40/mtpaint-3.40.tar.bz2"
DESC="Paint program in GTK2" desc="Paint program in GTK2"
REQUIRES="giflib openjpeg gtk2 lcms2" requires="giflib openjpeg gtk2 lcms2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
@ -30,14 +30,14 @@ build() {
--prefix="" --prefix=""
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
install -Dm 644 doc/mtpaint.1 $PKG/share/man/man1/mtpaint.1 install -Dm 644 doc/mtpaint.1 $pkg/share/man/man1/mtpaint.1
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
abcf74b11403019f6f3c563b0d3de9dd27eb9fb7c0a279ad5b866eea6074538dcf1d3900fca3cc782a922fbf79cd1b625337328a53704167eb77055c7a8f509e mtpaint-3.40.tar.lz abcf74b11403019f6f3c563b0d3de9dd27eb9fb7c0a279ad5b866eea6074538dcf1d3900fca3cc782a922fbf79cd1b625337328a53704167eb77055c7a8f509e mtpaint-3.40.tar.lz
" "

View file

@ -1,21 +1,21 @@
APP=mupdf app=mupdf
VERSION=1.17.0 version=1.17.0
BUILD=1sml build=1sml
HOMEPAGE="https://mupdf.com/" homepage="https://mupdf.com/"
DOWNLOAD="https://mupdf.com/downloads/archive/mupdf-1.17.0-source.tar.xz" download="https://mupdf.com/downloads/archive/mupdf-1.17.0-source.tar.xz"
DESC="Lightweight PDF, CBZ, and XPS viewer and toolkit" desc="Lightweight PDF, CBZ, and XPS viewer and toolkit"
REQUIRES="desktop-file-utils openssl jbig2dec libjpeg-turbo freetype libxext glu freeglut mesa harfbuzz" requires="desktop-file-utils openssl jbig2dec libjpeg-turbo freetype libxext glu freeglut mesa harfbuzz"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION-source rm -rf $app-$version-source
tar xf $SRCDIR/$APP-$VERSION-source.tar.?z* tar xf $srcdir/$app-$version-source.tar.?z*
cd $APP-$VERSION-source cd $app-$version-source
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/shared-lib.patch patch -p1 < $srcdir/shared-lib.patch
patch -p1 < $SRCDIR/fix-big-endian.patch patch -p1 < $srcdir/fix-big-endian.patch
# We use system libraries, not the ones that come with the mupdf source # We use system libraries, not the ones that come with the mupdf source
for library in curl freeglut freetype harfbuzz jbig2dec \ for library in curl freeglut freetype harfbuzz jbig2dec \
@ -25,26 +25,26 @@ build() {
make USE_SYSTEM_LIBS=yes prefix="/" CURL_LIBS="-lcurl -lpthread" \ make USE_SYSTEM_LIBS=yes prefix="/" CURL_LIBS="-lcurl -lpthread" \
build=release libs apps build=release libs apps
make USE_SYSTEM_LIBS=yes prefix="/" DESTDIR="$PKG" install make USE_SYSTEM_LIBS=yes prefix="/" DESTDIR="$pkg" install
# .desktop taken from debian and modified: # .desktop taken from debian and modified:
install -Dm 644 $SRCDIR/$APP.desktop $PKG/share/applications/$APP.desktop install -Dm 644 $srcdir/$app.desktop $pkg/share/applications/$app.desktop
# Icon converted from platform/x11/mupdf.ico, with icotool # Icon converted from platform/x11/mupdf.ico, with icotool
install -Dm 644 $SRCDIR/$APP.png $PKG/share/pixmaps/$APP.png install -Dm 644 $srcdir/$app.png $pkg/share/pixmaps/$app.png
( (
cd $PKG/lib cd $pkg/lib
ln -s libmupdf.so.0 libmupdf.so ln -s libmupdf.so.0 libmupdf.so
ln -s libmupdf-third.so.0 libmupdf-third.so ln -s libmupdf-third.so.0 libmupdf-third.so
) )
mv $PKG/share/doc/$APP/COPYING $PKGDOCS/ mv $pkg/share/doc/$app/COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
39188e6ce3eaefb525b2c32767c4bf52ed881b41889edef086aa64bfe1c38e6f3cb853450c8284d175ef8854f32e9bc67415a692048ead26cf31c35645f9e0e5 mupdf-1.17.0-source.tar.xz 39188e6ce3eaefb525b2c32767c4bf52ed881b41889edef086aa64bfe1c38e6f3cb853450c8284d175ef8854f32e9bc67415a692048ead26cf31c35645f9e0e5 mupdf-1.17.0-source.tar.xz
486d09df319050ddb33dbd1e2e0638a7bc6a3e188032a35b81119c45b0de911629b827b21aa47cde6669b66d73fb22cff54d190a8449151fdc27eace71beefbd fix-big-endian.patch 486d09df319050ddb33dbd1e2e0638a7bc6a3e188032a35b81119c45b0de911629b827b21aa47cde6669b66d73fb22cff54d190a8449151fdc27eace71beefbd fix-big-endian.patch
212ea566b6f1d60a1087054a8eb29d0d9ca08eef237219151fc4fe8880461cd86fcb03b0266a7347015af458b557dfd914e827f5ff8fee78e9e50c7f358fc8e0 shared-lib.patch 212ea566b6f1d60a1087054a8eb29d0d9ca08eef237219151fc4fe8880461cd86fcb03b0266a7347015af458b557dfd914e827f5ff8fee78e9e50c7f358fc8e0 shared-lib.patch

View file

@ -1,17 +1,17 @@
APP=rdesktop app=rdesktop
VERSION=1.9.0 version=1.9.0
BUILD=1sml build=1sml
HOMEPAGE="http://www.rdesktop.org" homepage="http://www.rdesktop.org"
DOWNLOAD="https://github.com/rdesktop/rdesktop/releases/download/v1.9.0/rdesktop-1.9.0.tar.gz" download="https://github.com/rdesktop/rdesktop/releases/download/v1.9.0/rdesktop-1.9.0.tar.gz"
DESC="Remote Desktop Protocol (RDP) client to connect to Microsoft RDP Servers" desc="Remote Desktop Protocol (RDP) client to connect to Microsoft RDP Servers"
REQUIRES="zlib nettle alsa-lib libao libsamplerate libxcursor xrandr libxrandr" requires="zlib nettle alsa-lib libao libsamplerate libxcursor xrandr libxrandr"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./bootstrap ./bootstrap
@ -19,16 +19,16 @@ build() {
--prefix="" \ --prefix="" \
--disable-credssp \ --disable-credssp \
--disable-smartcard \ --disable-smartcard \
$BUILDDIST $builddist
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
e16b5cf61a70b14458eb870f772bc7635857f3822fde5ab288ceb30e178494120fcceac97f7d23fb771260eccf1985386d4702611cd150cfb8a4cac7859a2620 rdesktop-1.9.0.tar.lz e16b5cf61a70b14458eb870f772bc7635857f3822fde5ab288ceb30e178494120fcceac97f7d23fb771260eccf1985386d4702611cd150cfb8a4cac7859a2620 rdesktop-1.9.0.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=rxvt-unicode app=rxvt-unicode
VERSION=9.22 version=9.22
BUILD=1sml build=1sml
HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html" homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.22.tar.bz2" download="http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.22.tar.bz2"
DESC="Enhanced version of rxvt terminal emulator with full support for unicode and XFT" desc="Enhanced version of rxvt terminal emulator with full support for unicode and XFT"
REQUIRES="gcc-libs netbsd-curses glib perl libxft startup-notification" requires="gcc-libs netbsd-curses glib perl libxft startup-notification"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -38,13 +38,13 @@ build() {
--disable-lastlog --disable-lastlog
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
1316746ba1771dd6e6c306832227227ab6685aad1a3e246d4059fd60ecf36089aeee12a8d28a376e70ccc148b7e6457bcded6dad4531bbed6af3ab8c6805ec03 rxvt-unicode-9.22.tar.lz 1316746ba1771dd6e6c306832227227ab6685aad1a3e246d4059fd60ecf36089aeee12a8d28a376e70ccc148b7e6457bcded6dad4531bbed6af3ab8c6805ec03 rxvt-unicode-9.22.tar.lz
" "

View file

@ -1,34 +1,34 @@
APP=scrcpy app=scrcpy
VERSION=1.16 version=1.16
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/Genymobile/scrcpy" homepage="https://github.com/Genymobile/scrcpy"
DOWNLOAD="https://github.com/Genymobile/scrcpy/archive/refs/tags/v1.16.tar.gz" download="https://github.com/Genymobile/scrcpy/archive/refs/tags/v1.16.tar.gz"
DESC="Lightweight display and control utility to interact with Android 5.1+ devices over USB or TCP/IP" desc="Lightweight display and control utility to interact with Android 5.1+ devices over USB or TCP/IP"
REQUIRES="meson sdl2 ffmpeg" requires="meson sdl2 ffmpeg"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
mkdir -p build/server && cd build mkdir -p build/server && cd build
cp $SRCDIR/scrcpy-server-v"$VERSION".zip server/scrcpy-server cp $srcdir/scrcpy-server-v"$version".zip server/scrcpy-server
meson .. \ meson .. \
--prefix="/" \ --prefix="/" \
--buildtype release --buildtype release
ninja ninja
DESTDIR="$PKG" ninja install DESTDIR="$pkg" ninja install
cp ../LICENSE $PKGDOCS/ cp ../LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
e50903e3be3f822e2bf8c873b636aef87e83122d65f48159345dab36cc352f56b019aa528181458f2b1a3043938ce96e0a35ba51c12a5e2bec8bdaedfb20914c scrcpy-1.16.tar.gz e50903e3be3f822e2bf8c873b636aef87e83122d65f48159345dab36cc352f56b019aa528181458f2b1a3043938ce96e0a35ba51c12a5e2bec8bdaedfb20914c scrcpy-1.16.tar.gz
52d4fbf48a91e61abff5e0bbc510c83fb4c1238a2791f888baf9fb04f04c5c19dfc82525c717fc1b92bd86fb2152cb29f6932784e1e2115329288ec97d8594fc scrcpy-server-v1.16.zip 52d4fbf48a91e61abff5e0bbc510c83fb4c1238a2791f888baf9fb04f04c5c19dfc82525c717fc1b92bd86fb2152cb29f6932784e1e2115329288ec97d8594fc scrcpy-server-v1.16.zip
" "

View file

@ -1,21 +1,21 @@
APP=sdl app=sdl
VERSION=1.2.15 version=1.2.15
BUILD=1sml build=1sml
HOMEPAGE="https://www.libsdl.org" homepage="https://www.libsdl.org"
DOWNLOAD="https://www.libsdl.org/release/SDL-1.2.5.tar.gz" download="https://www.libsdl.org/release/SDL-1.2.5.tar.gz"
DESC="C Library providing low-level I/O access to hardware devices via OpenGL and 2D framebuffer" desc="C Library providing low-level I/O access to hardware devices via OpenGL and 2D framebuffer"
REQUIRES="alsa-lib libx11 libxext libxrender glu mesa" requires="alsa-lib libx11 libxext libxrender glu mesa"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf SDL-$VERSION rm -rf SDL-$version
tar xf $SRCDIR/SDL-$VERSION.tar.?z* tar xf $srcdir/SDL-$version.tar.?z*
cd SDL-$VERSION cd SDL-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/grabnotviewable.patch patch -p1 < $srcdir/grabnotviewable.patch
patch -p1 < $SRCDIR/xdata32.patch patch -p1 < $srcdir/xdata32.patch
./configure \ ./configure \
--prefix="" \ --prefix="" \
@ -30,18 +30,18 @@ build() {
--disable-rpath \ --disable-rpath \
--disable-static \ --disable-static \
--disable-pulseaudio \ --disable-pulseaudio \
$BUILDDIST $builddist
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
removestaticlibs removestaticlibs
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
750c7ddcb72218e3b67d4149281d24da50f4633e47f73ad54d0d9e0e8f717784c982babe481d0017835c276a5b8f2159ef0d765835e051aa335d672cb2c40c20 SDL-1.2.15.tar.lz 750c7ddcb72218e3b67d4149281d24da50f4633e47f73ad54d0d9e0e8f717784c982babe481d0017835c276a5b8f2159ef0d765835e051aa335d672cb2c40c20 SDL-1.2.15.tar.lz
20049408d4c00d895c39a7901d889d1874ebcd382e93b2e8df38bd3726e2236f4e9a980720724cf176a35d05fb0db5dbcabd42089423adeb404f2dba16d52b7b grabnotviewable.patch 20049408d4c00d895c39a7901d889d1874ebcd382e93b2e8df38bd3726e2236f4e9a980720724cf176a35d05fb0db5dbcabd42089423adeb404f2dba16d52b7b grabnotviewable.patch
ae7cdb61930199a7989e1690be37133eddeb8d446fef3fb5bbe0008d5e3b30abb28f4cc8ffea5d7a186ec242f158ed06dbd2b9ea98ca3e3caeed5ab12bac6875 xdata32.patch ae7cdb61930199a7989e1690be37133eddeb8d446fef3fb5bbe0008d5e3b30abb28f4cc8ffea5d7a186ec242f158ed06dbd2b9ea98ca3e3caeed5ab12bac6875 xdata32.patch

View file

@ -1,20 +1,20 @@
APP=sdl2 app=sdl2
VERSION=2.0.8 version=2.0.8
BUILD=1sml build=1sml
HOMEPAGE="https://www.sdl.org" homepage="https://www.sdl.org"
DOWNLOAD="https://www.libsdl.org/release/SDL2-2.0.8.tar.gz" download="https://www.libsdl.org/release/SDL2-2.0.8.tar.gz"
DESC="C Library providing low-level I/O access to hardware devices via OpenGL and 2D framebuffer" desc="C Library providing low-level I/O access to hardware devices via OpenGL and 2D framebuffer"
REQUIRES="alsa-lib libx11 libxcursor libxext libxrender libxinerama mesa" requires="alsa-lib libx11 libxcursor libxext libxrender libxinerama mesa"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf SDL2-$VERSION rm -rf SDL2-$version
tar xf $SRCDIR/SDL2-$VERSION.tar.?z* tar xf $srcdir/SDL2-$version.tar.?z*
cd SDL2-$VERSION cd SDL2-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/khronos.patch patch -p1 < $srcdir/khronos.patch
mkdir -p smbuild && cd smbuild mkdir -p smbuild && cd smbuild
cmake .. \ cmake .. \
@ -25,15 +25,15 @@ build() {
-DPULSEAUDIO=OFF -DPULSEAUDIO=OFF
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp ../COPYING.txt $PKGDOCS/ cp ../COPYING.txt $pkgdocs/
removestaticlibs removestaticlibs
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869 SDL2-2.0.8.tar.gz 673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869 SDL2-2.0.8.tar.gz
76c93659a122def05f341ba30507b546b201c84823236ca731ac801f092e769574e8f051770a76050a77ac846ed851abab604e0a6d578b382f4792ab47aa60ed khronos.patch 76c93659a122def05f341ba30507b546b201c84823236ca731ac801f092e769574e8f051770a76050a77ac846ed851abab604e0a6d578b382f4792ab47aa60ed khronos.patch
" "

View file

@ -1,29 +1,29 @@
APP=slock app=slock
VERSION=1.4 version=1.4
BUILD=1sml build=1sml
HOMEPAGE="https://tools.suckless.org/slock/" homepage="https://tools.suckless.org/slock/"
DOWNLOAD="https://dl.suckless.org/tools/slock-1.4.tar.gz" download="https://dl.suckless.org/tools/slock-1.4.tar.gz"
DESC="Simple X display locker" desc="Simple X display locker"
REQUIRES="libxext" requires="libxext"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
sed -i "s@-Wall -Os@$CFLAGS@g" config.mk sed -i "s@-Wall -Os@$CFLAGS@g" config.mk
make make
make install PREFIX="/" DESTDIR=$PKG make install PREFIX="/" DESTDIR=$pkg
cp LICENSE $PKGDOCS/ cp LICENSE $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
74b69dd493266fdfca5257dd7ff0ba6cd50efd30febc4f8576c1f92e15a5225a933784a7dae8e0b0be72e4258d747c396c46a214675f1c6efdebe5bb453226b1 slock-1.4.tar.lz 74b69dd493266fdfca5257dd7ff0ba6cd50efd30febc4f8576c1f92e15a5225a933784a7dae8e0b0be72e4258d747c396c46a214675f1c6efdebe5bb453226b1 slock-1.4.tar.lz
" "

View file

@ -1,35 +1,35 @@
APP=spacefm app=spacefm
VERSION=1.0.6 version=1.0.6
BUILD=1sml build=1sml
HOMEPAGE="https://ignorantguru.github.io/spacefm/" homepage="https://ignorantguru.github.io/spacefm/"
DOWNLOAD="https://github.com/IgnorantGuru/spacefm/archive/refs/tags/1.0.6.tar.gz" download="https://github.com/IgnorantGuru/spacefm/archive/refs/tags/1.0.6.tar.gz"
DESC="Multi-panel tabbed file manager" desc="Multi-panel tabbed file manager"
REQUIRES="gcc-libs zlib netbsd-curses libidn libtasn1 gmp libjpeg-turbo gnutls eudev nettle openssl gtk2 ffmpeg" requires="gcc-libs zlib netbsd-curses libidn libtasn1 gmp libjpeg-turbo gnutls eudev nettle openssl gtk2 ffmpeg"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/spacefm-include-sysmacros.patch patch -p1 < $srcdir/spacefm-include-sysmacros.patch
./configure \ ./configure \
--prefix="" \ --prefix="" \
--sysconfdir=/etc \ --sysconfdir=/etc \
$BUILDDIST $builddist
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
03cbb9bdcaa955ed3645c65a0b6f0d59e7279590dedabe68a833437d5ba4ae5e100894cb74bca1713233aa2767b53d35d45b97f4bd350d238a2bdc8959be7fc5 spacefm-1.0.6.tar.lz 03cbb9bdcaa955ed3645c65a0b6f0d59e7279590dedabe68a833437d5ba4ae5e100894cb74bca1713233aa2767b53d35d45b97f4bd350d238a2bdc8959be7fc5 spacefm-1.0.6.tar.lz
d7b33441700141dc956df54f03393c02783fc5188b82883401d4781c52fb383089af5ed3b3645b686078a6ac06d3b3e269f7ee5ab3f4d1416ebb0141fbaa7b7e spacefm-include-sysmacros.patch d7b33441700141dc956df54f03393c02783fc5188b82883401d4781c52fb383089af5ed3b3645b686078a6ac06d3b3e269f7ee5ab3f4d1416ebb0141fbaa7b7e spacefm-include-sysmacros.patch
" "

View file

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

View file

@ -1,16 +1,16 @@
APP=testdisk app=testdisk
VERSION=7.1 version=7.1
BUILD=1sml build=1sml
HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk" homepage="https://www.cgsecurity.org/wiki/TestDisk"
DESC="Data recovery software to recover lost files and partitions" desc="Data recovery software to recover lost files and partitions"
REQUIRES="util-linux ntfs-3g" requires="util-linux ntfs-3g"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION-WIP rm -rf $app-$version-WIP
tar xf $SRCDIR/$APP-$VERSION-WIP.tar.?z* tar xf $srcdir/$app-$version-WIP.tar.?z*
cd $APP-$VERSION-WIP cd $app-$version-WIP
fixbuilddirpermissions fixbuilddirpermissions
LIBS="-lncurses -lterminfo" \ LIBS="-lncurses -lterminfo" \
@ -18,13 +18,13 @@ build() {
--prefix="" \ --prefix="" \
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
11ac3c2be8d32c8e648476cb97b15e492b73ea46cb1dc7c225db0e1766490ebed735e85f775a0dc0f2def24b272f7ac62b6c894caaf6bfc6421d003c94e71000 testdisk-7.1-WIP.tar.lz 11ac3c2be8d32c8e648476cb97b15e492b73ea46cb1dc7c225db0e1766490ebed735e85f775a0dc0f2def24b272f7ac62b6c894caaf6bfc6421d003c94e71000 testdisk-7.1-WIP.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=tmux app=tmux
VERSION=2.8 version=2.8
BUILD=1sml build=1sml
HOMEPAGE="https://github.com/tmux/tmux" homepage="https://github.com/tmux/tmux"
DOWNLOAD="https://github.com/tmux/tmux/archive/refs/tags/2.8.tar.gz" download="https://github.com/tmux/tmux/archive/refs/tags/2.8.tar.gz"
DESC="terminal multiplexer, alternative to GNU screen" desc="terminal multiplexer, alternative to GNU screen"
REQUIRES="netbsd-curses libevent" requires="netbsd-curses libevent"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -19,13 +19,13 @@ build() {
--sysconfdir=/etc --sysconfdir=/etc
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING README TODO $PKGDOCS/ cp COPYING README TODO $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
0efe5498f63a234995c02b56b5bb15c439d1ca7a0312b6e3ab12fe538b012bca8e06374fc09bb83e54c78ff10264c5a971a9ca10e7153998bf29703809e1521b tmux-2.8.tar.lz 0efe5498f63a234995c02b56b5bb15c439d1ca7a0312b6e3ab12fe538b012bca8e06374fc09bb83e54c78ff10264c5a971a9ca10e7153998bf29703809e1521b tmux-2.8.tar.lz
" "

View file

@ -1,38 +1,39 @@
APP=v4l-utils app=v4l-utils
VERSION=1.20.0 version=1.20.0
BUILD=1sml build=1sml
HOMEPAGE="http://linuxtv.org" homepage="http://linuxtv.org"
DOWNLOAD="https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.20.0.tar.bz2" download="https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.20.0.tar.bz2"
DESC="libraries and utilities for writing video applications" desc="libraries and utilities for writing video applications"
REQUIRES="gcc-libs argp-standalone hicolor-icon-theme libjpeg-turbo sdl2" requires="gcc-libs argp-standalone hicolor-icon-theme libjpeg-turbo sdl2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/getsubopt.patch patch -p1 < $srcdir/getsubopt.patch
patch -p1 < $SRCDIR/types.patch patch -p1 < $srcdir/types.patch
CFLAGS="$CFLAGS -D__off_t=off_t" \ CFLAGS="$CFLAGS -D__off_t=off_t" \
LIBS="-largp" \ LIBS="-largp" \
./configure \ ./configure \
--prefix="" \ --prefix="" \
--sysconfdir=/etc \ --sysconfdir=/etc \
--sbindir=/bin \
--disable-static --disable-static
make make
make -j1 install DESTDIR=$PKG make -j1 install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
179ca8dbbf7af5fa4870b70f17645d7834fe6ba52670ae6b58473efa257db0cd812ce14f16574cc4491c0bcb218835e4c29f1354882a151687eecec97852fc63 v4l-utils-1.20.0.tar.bz2 179ca8dbbf7af5fa4870b70f17645d7834fe6ba52670ae6b58473efa257db0cd812ce14f16574cc4491c0bcb218835e4c29f1354882a151687eecec97852fc63 v4l-utils-1.20.0.tar.bz2
3e51af7a77a8f06e1278022362347808b233cf021a277ce9cd66a9553e754bf91b3923c32ab17a86b11f4ef2555a5f1d544d0fc22e82a2997e34060dd561f760 getsubopt.patch 3e51af7a77a8f06e1278022362347808b233cf021a277ce9cd66a9553e754bf91b3923c32ab17a86b11f4ef2555a5f1d544d0fc22e82a2997e34060dd561f760 getsubopt.patch
358611fbae8348f17bf49c08820b4641deb1f7282ce2c1e20b8fdf0a85cd73ca4b46f6668c2a7328b5261e401c12f471170a9a1f3fc2982b6897ff11386c06c6 types.patch 358611fbae8348f17bf49c08820b4641deb1f7282ce2c1e20b8fdf0a85cd73ca4b46f6668c2a7328b5261e401c12f471170a9a1f3fc2982b6897ff11386c06c6 types.patch

View file

@ -1,17 +1,17 @@
APP=wmstickynotes app=wmstickynotes
VERSION=0.7 version=0.7
BUILD=1sml build=1sml
HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/" homepage="https://sourceforge.net/projects/wmstickynotes/"
DOWNLOAD="http://sourceforge.net/projects/wmstickynotes/files/wmstickynotes/wmstickynotes-0.7.tar.gz" download="http://sourceforge.net/projects/wmstickynotes/files/wmstickynotes/wmstickynotes-0.7.tar.gz"
DESC="Window maker docking app that resembles sticky notes" desc="Window maker docking app that resembles sticky notes"
REQUIRES="gtk2" requires="gtk2"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -19,13 +19,13 @@ build() {
--sysconfdir=/etc --sysconfdir=/etc
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
5e54543d056916848f968e8a768d00a913d8c27af248db6fc2eb5431ea15615bf001eb90552fc0bf1208bc5c3779ac30efddbd5bae3598e557df83789758dcd7 wmstickynotes-0.7.tar.lz 5e54543d056916848f968e8a768d00a913d8c27af248db6fc2eb5431ea15615bf001eb90552fc0bf1208bc5c3779ac30efddbd5bae3598e557df83789758dcd7 wmstickynotes-0.7.tar.lz
" "

View file

@ -1,15 +1,16 @@
APP=xarchiver app=xarchiver
VERSION=0.5.4.14 version=0.5.4.14
BUILD=1sml build=1sml
HOMEPAGE="http://xarchiver.sourceforge.net/" homepage="http://xarchiver.sourceforge.net/"
DESC="Archive manager for X with support for most common archive formats" desc="Archive manager for X with support for most common archive formats"
requires="gdk-pixbuf"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -18,13 +19,13 @@ build() {
--enable-gtk2 --enable-gtk2
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
3c22fa31c875d9f04d5990d7a1c4ca857832b913479ca1dfabde222a9d1ba7d9904ff4b68145b8ab6d9973c02635c0635a72e999b95f10b851734d87adbffa22 xarchiver-0.5.4.14.tar.lz 3c22fa31c875d9f04d5990d7a1c4ca857832b913479ca1dfabde222a9d1ba7d9904ff4b68145b8ab6d9973c02635c0635a72e999b95f10b851734d87adbffa22 xarchiver-0.5.4.14.tar.lz
" "