diff --git a/base/alsa-utils/alsa-utils.SMBuild b/base/alsa-utils/alsa-utils.SMBuild index 597df5d..1a11022 100755 --- a/base/alsa-utils/alsa-utils.SMBuild +++ b/base/alsa-utils/alsa-utils.SMBuild @@ -1,6 +1,6 @@ app=alsa-utils version=1.2.3 -build=1sml +build=2sml homepage="http://alsa-project.org" download="" requires="netbsd-curses alsa-lib" @@ -21,7 +21,6 @@ build() { --bindir=/bin \ --sbindir=/bin \ --mandir="/share/man" \ - --disable-nls \ --disable-xmlto make diff --git a/base/attr/attr.SMBuild b/base/attr/attr.SMBuild index f80c161..52af1f0 100755 --- a/base/attr/attr.SMBuild +++ b/base/attr/attr.SMBuild @@ -1,6 +1,6 @@ app=attr version=2.5.1 -build=1sml +build=2sml homepage="https://savannah.nongnu.org/projects/attr" download="http://download.savannah.nongnu.org/releases/attr/attr-$version.tar.xz" requires="musl" @@ -19,8 +19,7 @@ build() { ./configure \ --prefix="" \ --docdir="/share/doc/$app-$version" \ - --disable-static \ - --disable-nls + --disable-static make make install DESTDIR="$pkg" @@ -30,4 +29,4 @@ build() { sha512sums=" d42787fedef0784c519931e9158dfb9fd51fedf5f1f59c7ea5c0877f6b4082abb9150a8e15dc02c467fd1ee2ef39c5c20c6b4c4d14dc7b3b47f6c2f9e637ad7e attr-2.5.1.tar.lz -" \ No newline at end of file +" diff --git a/base/bash/bash.SMBuild b/base/bash/bash.SMBuild index 912dc10..e0459e3 100755 --- a/base/bash/bash.SMBuild +++ b/base/bash/bash.SMBuild @@ -1,6 +1,6 @@ app=bash version=5.0 -build=2sml +build=3sml homepage="https://www.gnu.org/software/bash/bash.html" download="https://ftp.gnu.org/gnu/bash/bash-$version.tar.gz" requires="netbsd-curses" @@ -26,8 +26,7 @@ build() { --docdir="/share/doc/$app-$version" \ --without-bash-malloc \ --disable-rpath \ - --enable-history \ - --disable-nls + --enable-history make make install DESTDIR=$pkg diff --git a/base/bison/bison.SMBuild b/base/bison/bison.SMBuild index 986e576..b9a7c08 100755 --- a/base/bison/bison.SMBuild +++ b/base/bison/bison.SMBuild @@ -1,6 +1,6 @@ app=bison version=3.1 -build=2sml +build=3sml homepage="https://www.gnu.org/software/bison/bison.html" download="https://ftp.gnu.org/gnu/bison/bison-$version.tar.xz" desc="parser generator similar to yacc" @@ -18,8 +18,7 @@ prepbuilddir() { build() { ./configure \ --prefix="" \ - --docdir="/share/doc/$app-$version" \ - --disable-nls + --docdir="/share/doc/$app-$version" make make install DESTDIR=$pkg diff --git a/base/coreutils/coreutils.SMBuild b/base/coreutils/coreutils.SMBuild index 99ac475..dc7ce64 100755 --- a/base/coreutils/coreutils.SMBuild +++ b/base/coreutils/coreutils.SMBuild @@ -1,6 +1,6 @@ app=coreutils version=8.32 -build=2sml +build=3sml homepage="https://www.gnu.org/software/coreutils/coreutils.html" download="http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz" desc="Core GNU utilities" @@ -24,8 +24,7 @@ build() { --prefix="" \ --bindir=/bin \ --libexecdir=/lib \ - --without-gmp \ - --disable-nls + --without-gmp make make install DESTDIR=$pkg diff --git a/base/dialog/dialog.SMBuild b/base/dialog/dialog.SMBuild index 4d8c6c3..229dacb 100755 --- a/base/dialog/dialog.SMBuild +++ b/base/dialog/dialog.SMBuild @@ -1,6 +1,6 @@ app=dialog version=1.3 -build=1sml +build=2sml homepage="https://invisible-island.net/archives/dialog/" desc="display dialog boxes from shell scripts" requires="netbsd-curses" @@ -18,7 +18,6 @@ build() { ./configure \ --prefix="" \ --bindir=/bin \ - --disable-nls \ --with-shared \ --with-x diff --git a/base/diffutils/diffutils.SMBuild b/base/diffutils/diffutils.SMBuild index 8484317..3b86d51 100755 --- a/base/diffutils/diffutils.SMBuild +++ b/base/diffutils/diffutils.SMBuild @@ -1,6 +1,6 @@ app=diffutils version=3.6 -build=1sml +build=2sml homepage="https://www.gnu.org/software/diffutils/" download="https://ftp.gnu.org/gnu/diffutils/diffutils-$version.tar.xz" desc="Utilities to find and apply differences between files" @@ -23,8 +23,7 @@ build() { CPPFLAGS="$($srcdir/gnulibfix lib)" \ LDFLAGS="-static" \ ./configure \ - --prefix="" \ - --disable-nls + --prefix="" make make install DESTDIR=$pkg diff --git a/base/e2fsprogs/e2fsprogs.SMBuild b/base/e2fsprogs/e2fsprogs.SMBuild index 0e301c1..c325364 100755 --- a/base/e2fsprogs/e2fsprogs.SMBuild +++ b/base/e2fsprogs/e2fsprogs.SMBuild @@ -1,6 +1,6 @@ app=e2fsprogs version=1.45.3 -build=3sml +build=4sml homepage="http://e2fsprogs.sourceforge.net/" download="https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v$version/e2fsprogs-$version.tar.xz" desc="Utilities for working with ext 2, 3 and 4 filesystems" @@ -27,7 +27,6 @@ build() { --prefix="" \ --with-root-prefix="" \ --sbindir=/bin \ - --disable-nls \ --disable-libblkid \ --disable-libuuid \ --disable-uuidd diff --git a/base/flex/flex.SMBuild b/base/flex/flex.SMBuild index 1d89e26..e0864a2 100755 --- a/base/flex/flex.SMBuild +++ b/base/flex/flex.SMBuild @@ -1,6 +1,6 @@ app=flex version=2.6.4 -build=2sml +build=3sml homepage="https://github.com/westes/flex" download="https://github.com/westes/flex/archive/refs/tags/v$version.tar.gz" desc="fast lexical analyzer generator" @@ -20,7 +20,6 @@ build() { ./configure \ --prefix="" \ --docdir="/share/doc/$app-$version" \ - --disable-nls \ --disable-static make diff --git a/base/gawk/gawk.SMBuild b/base/gawk/gawk.SMBuild index 55f8327..d63001a 100755 --- a/base/gawk/gawk.SMBuild +++ b/base/gawk/gawk.SMBuild @@ -1,6 +1,6 @@ app=gawk version=4.2.1 -build=1sml +build=2sml homepage="https://www.gnu.org/software/gawk/" download="https://ftp.gnu.org/gnu/gawk/gawk-$version.tar.xz" desc="POSIX-compliant pattern scanning and processing language" @@ -20,7 +20,6 @@ build() { ./configure \ --prefix="" \ --libexecdir=/lib \ - --disable-nls \ --without-mpfr \ --without-readline diff --git a/base/gdbm/gdbm.SMBuild b/base/gdbm/gdbm.SMBuild index 16e9235..8cdfef4 100755 --- a/base/gdbm/gdbm.SMBuild +++ b/base/gdbm/gdbm.SMBuild @@ -1,6 +1,6 @@ app=gdbm version=1.23 -build=1sml +build=2sml homepage="https://www.gnu.org.ua/software/gdbm/" download="https://ftp.gnu.org/gnu/gdbm/gdbm-$version.tar.gz" desc="set of database routines that work similar to the standard UNIX dbm routines" @@ -18,7 +18,6 @@ prepbuilddir() { build() { ./configure \ --prefix="" \ - --disable-nls \ --disable-static make diff --git a/base/glib/glib.SMBuild b/base/glib/glib.SMBuild index a9b6590..762bc67 100755 --- a/base/glib/glib.SMBuild +++ b/base/glib/glib.SMBuild @@ -1,6 +1,6 @@ app=glib version=2.70.3 -build=1sml +build=2sml homepage="https://gitlab.gnome.org/GNOME/glib" download="https://download.gnome.org/sources/glib/2.66/glib-$version.tar.xz" desc="library of C routines" @@ -22,7 +22,6 @@ build() { -Dman=false \ -Dgtk_doc=false \ -Dselinux=disabled \ - -Dnls=disabled \ -Dinstalled_tests=false ninja diff --git a/base/hunspell/hunspell.SMBuild b/base/hunspell/hunspell.SMBuild index d29311c..7ae8535 100755 --- a/base/hunspell/hunspell.SMBuild +++ b/base/hunspell/hunspell.SMBuild @@ -1,6 +1,6 @@ app=hunspell version=1.7.0 -build=1sml +build=2sml homepage="http://hunspell.github.io/" download="https://github.com/hunspell/hunspell/files/2573619/hunspell-$version.tar.gz" desc="Spell checker based on OpenOffice.org myspell library" @@ -18,8 +18,7 @@ prepbuilddir() { build() { ./configure \ --prefix="" \ - --disable-static \ - --disable-nls + --disable-static make make install DESTDIR=$pkg diff --git a/base/libbytesize/libbytesize.SMBuild b/base/libbytesize/libbytesize.SMBuild index 40bf114..1c6d18e 100755 --- a/base/libbytesize/libbytesize.SMBuild +++ b/base/libbytesize/libbytesize.SMBuild @@ -1,6 +1,6 @@ app=libbytesize version=2.6 -build=1sml +build=2sml homepage="https://github.com/rhinstaller/libbytesize" download="https://github.com/storaged-project/libbytesize/archive/refs/tags/$version.tar.gz" desc="Library for working with big sizes in bytes" @@ -20,8 +20,7 @@ prepbuilddir() { build() { ./configure \ --prefix="" \ - --disable-static \ - --disable-nls + --disable-static make make install DESTDIR=$pkg diff --git a/base/libgpg-error/libgpg-error.SMBuild b/base/libgpg-error/libgpg-error.SMBuild index 4729799..5024859 100755 --- a/base/libgpg-error/libgpg-error.SMBuild +++ b/base/libgpg-error/libgpg-error.SMBuild @@ -1,6 +1,6 @@ app=libgpg-error version=1.39 -build=1sml +build=2sml homepage="https://www.gnupg.org/software/libgpg-error/index.html" download="https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$version.tar.bz2" desc="library that provides common error values and functions for all GnuPG components" @@ -17,8 +17,7 @@ prepbuilddir() { build() { ./configure \ - --prefix="" \ - --disable-nls + --prefix="" make make install DESTDIR=$pkg diff --git a/base/lvm/lvm.SMBuild b/base/lvm/lvm.SMBuild index 57fdc91..45c25ad 100755 --- a/base/lvm/lvm.SMBuild +++ b/base/lvm/lvm.SMBuild @@ -1,6 +1,6 @@ app=lvm version=2.2.02.168 -build=1sml +build=2sml homepage="http://www.sourceware.org/lvm2/" download="ftp://sources.redhat.com/pub/lvm2/releases/LVM$version.tgz" desc="Collection of logical volume utilities" @@ -27,7 +27,6 @@ build() { --disable-readline \ --enable-dmeventd \ --enable-cmdlib \ - --disable-nls \ --enable-pkgconfig \ --enable-applib \ --with-thin=internal \ diff --git a/base/make/make.SMBuild b/base/make/make.SMBuild index 04c7c5f..74228e1 100755 --- a/base/make/make.SMBuild +++ b/base/make/make.SMBuild @@ -1,6 +1,6 @@ app=make version=4.4 -build=1sml +build=2sml homepage="https://www.gnu.org/software/make/" download="https://ftp.gnu.org/gnu/make/make-$version.tar.gz" desc="GNU make utility to maintain groups of programs" @@ -21,7 +21,6 @@ prepbuilddir() { build() { ./configure \ --prefix="" \ - --disable-nls \ --without-guile make diff --git a/base/nano/nano.SMBuild b/base/nano/nano.SMBuild index b80943a..3f94a05 100755 --- a/base/nano/nano.SMBuild +++ b/base/nano/nano.SMBuild @@ -1,6 +1,6 @@ app=nano version=3.2 -build=2sml +build=3sml homepage="http://www.nano-editor.org" download="https://www.nano-editor.org/dist/v3/nano-$version.tar.xz" desc="Nano's ANOther editor, an enhanced free Pico clone" @@ -18,8 +18,7 @@ prepbuilddir() { build() { ./configure \ --prefix="" \ - --docdir="/share/doc/$app-$version" \ - --disable-nls + --docdir="/share/doc/$app-$version" make make install DESTDIR=$pkg diff --git a/base/p11-kit/p11-kit.SMBuild b/base/p11-kit/p11-kit.SMBuild index b7f479e..25d8858 100755 --- a/base/p11-kit/p11-kit.SMBuild +++ b/base/p11-kit/p11-kit.SMBuild @@ -1,6 +1,6 @@ app=p11-kit version=0.23.20 -build=1sml +build=2sml homepage="https://github.com/p11-glue/p11-kit" download="https://github.com/p11-glue/p11-kit/archive/refs/tags/$version.tar.gz" desc="tools to load and enumerate PKCS#11 modules" @@ -17,8 +17,7 @@ prepbuilddir() { build() { ./configure \ - --prefix="" \ - --disable-nls + --prefix="" make make install DESTDIR=$pkg diff --git a/base/parted/parted.SMBuild b/base/parted/parted.SMBuild index a05f9fd..051880a 100755 --- a/base/parted/parted.SMBuild +++ b/base/parted/parted.SMBuild @@ -1,6 +1,6 @@ app=parted version=3.2 -build=1sml +build=2sml homepage="https://www.gnu.org/software/parted/" download="https://ftp.gnu.org/gnu/parted/parted-$version.tar.xz" desc="GNU disk partitioning tool" @@ -24,7 +24,6 @@ build() { --prefix="" \ --sbindir=/bin \ --enable-threads=posix \ - --disable-nls \ --disable-static make diff --git a/base/procps-ng/procps-ng.SMBuild b/base/procps-ng/procps-ng.SMBuild index 03fc0c6..43246d8 100755 --- a/base/procps-ng/procps-ng.SMBuild +++ b/base/procps-ng/procps-ng.SMBuild @@ -1,6 +1,6 @@ app=procps-ng version=3.3.12 -build=1sml +build=2sml psmiscversion=23.3 homepage="http://sourceforge.net/projects/procps-ng/" desc="Utilities for displaying process information" @@ -28,8 +28,7 @@ build() { ./configure \ --prefix="" \ --bindir=/bin \ - --sbindir=/bin \ - --disable-nls + --sbindir=/bin make V=1 LDFLAGS="-all-static" make install DESTDIR=$pkg diff --git a/base/sudo/sudo.SMBuild b/base/sudo/sudo.SMBuild index 0989daf..febc69a 100755 --- a/base/sudo/sudo.SMBuild +++ b/base/sudo/sudo.SMBuild @@ -1,6 +1,6 @@ app=sudo version=1.9.12p2 -build=2sml +build=3sml homepage="https://www.sudo.ws/" download="https://www.sudo.ws/dist/sudo-$version.tar.gz" desc="give limited root privileges to certain users" @@ -24,8 +24,7 @@ build() { --docdir="/share/doc/$app-$version" \ --with-env-editor \ --disable-pam-session \ - --without-pam \ - --disable-nls + --without-pam make make install DESTDIR=$pkg diff --git a/base/sysstat/sysstat.SMBuild b/base/sysstat/sysstat.SMBuild index 6991091..1a9bf94 100755 --- a/base/sysstat/sysstat.SMBuild +++ b/base/sysstat/sysstat.SMBuild @@ -1,6 +1,6 @@ app=sysstat version=12.5.5 -build=1sml +build=2sml homepage="http://sebastien.godard.pagesperso-orange.fr/" download="http://pagesperso-orange.fr/sebastien.godard/sysstat-$version.tar.xz" desc="System performance monitoring tools" @@ -22,8 +22,7 @@ build() { sed -i 's@lib64@lib@g' configure ./configure \ - --prefix="/" \ - --disable-nls + --prefix="/" make make install DESTDIR=$pkg diff --git a/base/texinfo/texinfo.SMBuild b/base/texinfo/texinfo.SMBuild index 15d5b0b..eede3fb 100755 --- a/base/texinfo/texinfo.SMBuild +++ b/base/texinfo/texinfo.SMBuild @@ -1,6 +1,6 @@ app=texinfo version=6.7 -build=1sml +build=2sml homepage="https://www.gnu.org/software/texinfo/" download="https://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.xz" desc="GNU software documentation system" @@ -17,8 +17,7 @@ prepbuilddir() { build() { ./configure \ - --prefix="" \ - --disable-nls + --prefix="" make make install DESTDIR=$pkg diff --git a/base/util-linux/util-linux.SMBuild b/base/util-linux/util-linux.SMBuild index 441b22b..698d7b0 100755 --- a/base/util-linux/util-linux.SMBuild +++ b/base/util-linux/util-linux.SMBuild @@ -1,6 +1,6 @@ app=util-linux version=2.33 -build=3sml +build=4sml homepage="https://github.com/karelzak/util-linux" download="https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v$version/util-linux-$version.tar.xz" desc="A huge collection of essential utilities" @@ -25,7 +25,7 @@ build() { ./configure \ --prefix="" --sbindir=/bin --libdir=/lib \ --includedir=/include \ - --disable-nls --disable-fsck\ + --disable-fsck\ --enable-libmount-support-mtab \ --disable-fdformat --disable-switch-root \ --disable-kill --disable-login --disable-sulogin --disable-su\ diff --git a/base/xz/xz.SMBuild b/base/xz/xz.SMBuild index 8a997f9..3c7cc48 100755 --- a/base/xz/xz.SMBuild +++ b/base/xz/xz.SMBuild @@ -1,6 +1,6 @@ app=xz version=5.2.5 -build=2sml +build=3sml homepage="https://tukaani.org/xz/" download="https://tukaani.org/xz/xz-$version.tar.xz" desc="Compression utility based on the LZMA algorithm" @@ -20,7 +20,6 @@ build() { --prefix="" \ --bindir=/bin \ --docdir="/share/doc/$app-$version" \ - --disable-nls \ --enable-static \ --with-pic diff --git a/extra/.buildlist.extra b/extra/.buildlist.extra index 370185f..ff93296 100644 --- a/extra/.buildlist.extra +++ b/extra/.buildlist.extra @@ -41,3 +41,4 @@ vim xscreensaver wxwidgets adafruit-io +gthumb diff --git a/extra/dia/dia.SMBuild b/extra/dia/dia.SMBuild index 3dfb506..05f3ca5 100755 --- a/extra/dia/dia.SMBuild +++ b/extra/dia/dia.SMBuild @@ -1,6 +1,6 @@ app=dia version=0.97.3 -build=1sml +build=2sml homepage="https://wiki.gnome.org/Apps/Dia" download="https://download.gnome.org/sources/dia/0.97/dia-$version.tar.xz" desc="Diagram creation app written in GTK2" @@ -24,8 +24,7 @@ build() { --prefix="" \ --with-cairo \ --disable-gnome \ - --with-hardbooks=no \ - --disable-nls + --with-hardbooks=no make || true make install DESTDIR=$pkg || true diff --git a/extra/galculator/galculator.SMBuild b/extra/galculator/galculator.SMBuild index 797c684..19f1097 100755 --- a/extra/galculator/galculator.SMBuild +++ b/extra/galculator/galculator.SMBuild @@ -1,6 +1,6 @@ app=galculator version=2.1.4 -build=2sml +build=3sml homepage="https://galculator.mnim.org/" download="https://galculator.mnim.org/downloads/galculator-$version.tar.bz2" desc="GTK calculator for GNOME" @@ -19,7 +19,6 @@ build() { ./configure \ --prefix="" \ --enable-gtk3 \ - --disable-nls \ $builddist make diff --git a/extra/gpaint/gpaint.SMBuild b/extra/gpaint/gpaint.SMBuild index cc47f15..7a11214 100755 --- a/extra/gpaint/gpaint.SMBuild +++ b/extra/gpaint/gpaint.SMBuild @@ -1,6 +1,6 @@ app=gpaint version=0.3.2 -build=1sml +build=2sml homepage="https://www.gnu.org/software/gpaint/" download="ftp://alpha.gnu.org/gnu/gpaint/gpaint-2-$version.tar.gz" desc="Simple and lightweight alternative to MS-paint written in GTK2" @@ -19,8 +19,7 @@ prepbuilddir() { build() { ./configure \ - --prefix="" \ - --disable-nls + --prefix="" make make install DESTDIR=$pkg diff --git a/extra/vim/vim.SMBuild b/extra/vim/vim.SMBuild index 5c1fd23..1a92c7a 100755 --- a/extra/vim/vim.SMBuild +++ b/extra/vim/vim.SMBuild @@ -1,6 +1,6 @@ app=vim version=9.0.1000 -build=1sml +build=2sml homepage="https://www.vim.org/" download="https://github.com/vim/vim/archive/refs/tags/v$version.tar.gz" desc="Vi IMproved UNIX text editor" @@ -22,7 +22,7 @@ build() { ./configure \ --prefix="" \ --sysconfdir=/etc \ - --disable-nls --disable-netbeans --disable-gui \ + --disable-netbeans --disable-gui \ --with-x=no --enable-multibyte --with-features=normal \ --with-compiledby="" \ --enable-terminal diff --git a/extra/xarchiver/doinst.sh b/extra/xarchiver/doinst.sh deleted file mode 100644 index dbe0651..0000000 --- a/extra/xarchiver/doinst.sh +++ /dev/null @@ -1 +0,0 @@ -[ -x /etc/rc.d/rc.gtk ] && /etc/rc.d/rc.gtk diff --git a/extra/xarchiver/xarchiver.SMBuild b/extra/xarchiver/xarchiver.SMBuild index a5c3d5b..d499bc0 100755 --- a/extra/xarchiver/xarchiver.SMBuild +++ b/extra/xarchiver/xarchiver.SMBuild @@ -17,13 +17,12 @@ prepbuilddir() { build() { ./configure \ --prefix="" \ - --disable-gtk2 + --docdir="/share/doc/$app-$version" \ + --disable-gtk2 make make install DESTDIR=$pkg - cp COPYING $pkgdocs/ - mkfinalpkg } diff --git a/gtk/libcanberra/libcanberra.SMBuild b/gtk/libcanberra/libcanberra.SMBuild index 068bbf3..a0e469b 100755 --- a/gtk/libcanberra/libcanberra.SMBuild +++ b/gtk/libcanberra/libcanberra.SMBuild @@ -1,6 +1,6 @@ app=libcanberra version=0.30 -build=1sml +build=2sml homepage="https://0pointer.de/lennart/projects/libcanberra/" download="https://0pointer.de/lennart/projects/libcanberra/libcanberra-$version.tar.xz" desc="A small and lightweight implementation of the XDG Sound Theme Specification" @@ -18,6 +18,7 @@ prepbuilddir() { build() { ./configure \ --prefix="" \ + --docdir="/share/doc/$app-$version" \ --disable-oss \ --disable-static diff --git a/gtk/libgsf/libgsf.SMBuild b/gtk/libgsf/libgsf.SMBuild index 0097848..dd8f011 100755 --- a/gtk/libgsf/libgsf.SMBuild +++ b/gtk/libgsf/libgsf.SMBuild @@ -1,6 +1,6 @@ app=libgsf version=1.14.45 -build=1sml +build=2sml homepage="https://gitlab.gnome.org/GNOME/libgsf.git" download="https://gitlab.gnome.org/GNOME/libgsf/-/archive/LIBGSF_1_14_45/libgsf-LIBGSF_1_14_45.tar.bz2" desc="An extensible I/O abstraction library for dealing with structured file formats" @@ -19,7 +19,6 @@ build() { ./configure \ --prefix="" \ --disable-static \ - --disable-nls \ --with-bz2 for i in po ; do diff --git a/gtk/shared-mime-info/shared-mime-info.SMBuild b/gtk/shared-mime-info/shared-mime-info.SMBuild index 4358bf1..7dba8c3 100755 --- a/gtk/shared-mime-info/shared-mime-info.SMBuild +++ b/gtk/shared-mime-info/shared-mime-info.SMBuild @@ -1,6 +1,6 @@ app=shared-mime-info version=1.7 -build=1sml +build=2sml homepage="https://freedesktop.org/wiki/Software/shared-mime-info/" download="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/Release-1-7/shared-mime-info-Release-1-7.tar.bz2" desc="Freedesktop.org Shared MIME Info" @@ -18,8 +18,7 @@ prepbuilddir() { build() { ac_cv_func_fdatasync=no \ ./configure \ - --prefix="" \ - --disable-nls \ + --prefix="" mkdir -p .deps touch .deps/update_mime_database-update-mime-database.Tpo diff --git a/net/cgit/cgit.SMBuild b/net/cgit/cgit.SMBuild index badea33..27aa0c7 100755 --- a/net/cgit/cgit.SMBuild +++ b/net/cgit/cgit.SMBuild @@ -37,5 +37,5 @@ build() { sha512sums=" 5b11fee74514e52b40f534b38b9ebe271ac707b1e560a7221b0f6b3fc422b339024ac955e3bba566bf20d70be0c7a99924db95b68483c3b0b6884ef89dbbec95 cgit-1.2.3.tar.lz -c7f768c987185b7af9f971577d2ce335962c8c60b50c167d8a19f937e40279eaa669a0265d5f7369041ab491dbafc62231041e362df6ce5866d7d4cd6ba66021 git-2.28.1.tar.lz -" +529a132f96cb9f7956bd68e2589a5f9722289d79e45171221595ea39c147028c53b1208f2fb1aed81741867718367c447dce2efb112d73d170c5dba93918dec4 git-2.28.1.tar.lz +" \ No newline at end of file diff --git a/net/libmicrohttpd/libmicrohttpd.SMBuild b/net/libmicrohttpd/libmicrohttpd.SMBuild index b3fc137..139988d 100755 --- a/net/libmicrohttpd/libmicrohttpd.SMBuild +++ b/net/libmicrohttpd/libmicrohttpd.SMBuild @@ -1,6 +1,6 @@ app=libmicrohttpd version=0.9.66 -build=1sml +build=2sml homepage="https://www.gnu.org/software/libmicrohttpd/" download="https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$version.tar.gz" desc="Compact C library providing implementation of the HTTP 1.0 and 1.1 web server" @@ -19,8 +19,7 @@ build() { ./configure \ --prefix="" \ --disable-static \ - --disable-https \ - --disable-nls + --disable-https make make install DESTDIR=$pkg diff --git a/net/lynx/lynx.SMBuild b/net/lynx/lynx.SMBuild index d8490e3..ea3dc24 100755 --- a/net/lynx/lynx.SMBuild +++ b/net/lynx/lynx.SMBuild @@ -1,6 +1,6 @@ app=lynx version=2.8.9.19 -build=1sml +build=2sml homepage="https://lynx.invisible-island.net" desc="A text-mode web browser" requires="zlib netbsd-curses openssl libidn" @@ -24,7 +24,6 @@ build() { --prefix="" \ --sysconfdir=/etc \ --with-ssl \ - --disable-nls \ --enable-ipv6 make diff --git a/net/mutt/mutt.SMBuild b/net/mutt/mutt.SMBuild index 292be8c..149fda5 100755 --- a/net/mutt/mutt.SMBuild +++ b/net/mutt/mutt.SMBuild @@ -1,6 +1,6 @@ app=mutt version=1.10.1 -build=1sml +build=2sml homepage="https://www.mutt.org" download="http://ftp.mutt.org/pub/mutt/mutt-$version.tar.gz" desc="Advanced text-mode mail client" @@ -20,7 +20,6 @@ build() { ./configure \ --prefix="" \ --sysconfdir=/etc/mutt \ - --disable-nls \ --disable-silent-rules \ --enable-imap \ --enable-pop \ diff --git a/net/nmap/nmap.SMBuild b/net/nmap/nmap.SMBuild index 210f271..cfa36cb 100755 --- a/net/nmap/nmap.SMBuild +++ b/net/nmap/nmap.SMBuild @@ -1,6 +1,6 @@ app=nmap version=7.40 -build=1sml +build=2sml homepage="https://nmap.org/" download="https://nmap.org/dist/nmap-$version.tar.bz2" desc="Advanced network exploration and security auditing tool" @@ -20,8 +20,7 @@ build() { --prefix="" \ --sysconfdir=/etc \ --with-liblua=included \ - --without-nmap-update \ - --disable-nls + --without-nmap-update make $MAKEFLAGS make install DESTDIR=$pkg diff --git a/net/redshift/redshift.SMBuild b/net/redshift/redshift.SMBuild index e45c385..8099eeb 100755 --- a/net/redshift/redshift.SMBuild +++ b/net/redshift/redshift.SMBuild @@ -1,6 +1,6 @@ app=redshift version=1.12 -build=1sml +build=2sml homepage="http://jonls.dk/redshift/" download="https://github.com/jonls/redshift/releases/download/v$version/redshift-$version.tar.xz" desc="Tool to adjust colour temperature of computer screen based on users surroundings" @@ -21,8 +21,7 @@ build() { --enable-drm \ --enable-randr \ --enable-vidmode \ - --enable-geoclue2 \ - --disable-nls + --enable-geoclue2 make make install DESTDIR=$pkg diff --git a/net/sylpheed/sylpheed.SMBuild b/net/sylpheed/sylpheed.SMBuild index f6ff405..db6d321 100755 --- a/net/sylpheed/sylpheed.SMBuild +++ b/net/sylpheed/sylpheed.SMBuild @@ -1,6 +1,6 @@ app=sylpheed version=3.7.0 -build=1sml +build=2sml homepage="https://sylpheed.sraoss.jp/en/" download="https://osdn.net/dl/sylpheed/sylpheed-$version.tar.xz" desc="Simple, lightweight email client based on GTK+" @@ -20,8 +20,7 @@ prepbuilddir() { build() { ./configure \ - --prefix="" \ - --disable-nls + --prefix="" make make install DESTDIR=$pkg diff --git a/net/tor/tor.SMBuild b/net/tor/tor.SMBuild index 9eda10a..7628486 100755 --- a/net/tor/tor.SMBuild +++ b/net/tor/tor.SMBuild @@ -1,6 +1,6 @@ app=tor version=0.4.1.6 -build=1sml +build=2sml homepage="https://www.torproject.org/" download="https://archive.torproject.org/tor-package-archive/tor-$version.tar.gz" desc="The second-generation onion router" @@ -19,6 +19,7 @@ build() { ./configure \ --prefix="" \ --sysconfdir=/etc \ + --docdir="/share/doc/$app-$version" \ --disable-tool-name-check \ --enable-pic diff --git a/net/weechat/weechat.SMBuild b/net/weechat/weechat.SMBuild index 345f75c..d48074e 100755 --- a/net/weechat/weechat.SMBuild +++ b/net/weechat/weechat.SMBuild @@ -1,6 +1,6 @@ app=weechat version=3.8 -build=1sml +build=2sml homepage="http://www.weechat.org" download="https://weechat.org/files/src/weechat-$version.tar.xz" desc="Fast, modular text-mode IRC client" @@ -13,24 +13,24 @@ prepbuilddir() { tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions - - ./autogen.sh } build() { - LDFLAGS="-lcurses -lterminfo" \ - ./configure \ - --prefix="" \ - --disable-nls + mkdir -p smbuild && cd smbuild + cmake .. \ + -DCMAKE_INSTALL_PREFIX="" \ + -DENABLE_PHP=OFF \ + -DENABLE_TCL=OFF \ + -DENABLE_GUILE=OFF \ make make install DESTDIR=$pkg - cp COPYING $pkgdocs/ + cp ../COPYING $pkgdocs/ mkfinalpkg } sha512sums=" -f2fe125d03e9c8f8b5b03e2cdd340c6cd65c463187bd213c9128a3df19da56ae38f1a6d20a47c09606d1504448e3d554de042e33cc57b73753ce8491595ef516 weechat-3.8.tar.xz +5e12e9cbaf617a2209ccf8486896fc06ef0e8c6fccf230fc9c0f1311ae503a48374bfe7689d737f838195c77b83b53f2331a4b6bb35e73e304d6958316c01bd0 weechat-3.8.tar.lz " diff --git a/net/wget/wget.SMBuild b/net/wget/wget.SMBuild index c7f6911..9552c05 100755 --- a/net/wget/wget.SMBuild +++ b/net/wget/wget.SMBuild @@ -1,6 +1,6 @@ app=wget version=1.19 -build=1sml +build=2sml homepage="https://www.gnu.org/software/wget/" download="https://ftp.gnu.org/gnu/wget/wget-$version.tar.gz" desc="Non-interactive network resource retriever" @@ -20,7 +20,6 @@ build() { --prefix="" \ --sysconfdir=/etc \ --with-ssl=openssl \ - --disable-nls \ --disable-rpath make diff --git a/net/x2x/x2x.SMBuild b/net/x2x/x2x.SMBuild index 9ccebca..26f235d 100755 --- a/net/x2x/x2x.SMBuild +++ b/net/x2x/x2x.SMBuild @@ -1,6 +1,6 @@ app=x2x version=1.32 -build=1sml +build=2sml homepage="https://github.com/dottedmag/x2x" download="" desc="Utility that enables input devices on one X display to control another X display" @@ -10,7 +10,7 @@ prepbuilddir() { mkandenterbuilddir rm -rf $app-$version - tar -xvf $srcdir/$app-$version.tar.?z* + tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions @@ -19,13 +19,12 @@ prepbuilddir() { build() { ./configure \ - --prefix="" + --prefix="" \ + --docdir="/share/doc/$app-$version" make make install DESTDIR=$pkg - cp COPYING $pkgdocs/ - mkfinalpkg } diff --git a/xfce/xfconf/xfconf.SMBuild b/xfce/xfconf/xfconf.SMBuild index 62a5df0..e38573a 100755 --- a/xfce/xfconf/xfconf.SMBuild +++ b/xfce/xfconf/xfconf.SMBuild @@ -1,6 +1,6 @@ app=xfconf version=4.16.0 -build=1sml +build=2sml homepage="https://docs.xfce.org/xfce/xfconf/start" download="https://archive.xfce.org/xfce/4.16/src/xfconf-$version.tar.bz2" desc="Xfce configuration storage system" @@ -19,8 +19,7 @@ build() { ./configure \ --prefix="" \ - --disable-static \ - --disable-nls + --disable-static make make install DESTDIR=$pkg diff --git a/xorg/jasper/jasper.SMBuild b/xorg/jasper/jasper.SMBuild index c300e70..e85c89a 100755 --- a/xorg/jasper/jasper.SMBuild +++ b/xorg/jasper/jasper.SMBuild @@ -1,6 +1,6 @@ app=jasper version=2.0.16 -build=1sml +build=2sml homepage="http://www.ece.uvic.ca/~mdadams/jasper/" download="https://github.com/jasper-software/jasper/archive/refs/tags/version-$version.tar.gz" requires="cmake libjpeg-turbo libxmu glew freeglut" @@ -21,6 +21,12 @@ build() { -DCMAKE_INSTALL_PREFIX="" \ -DCMAKE_INSTALL_LIBDIR=lib \ -DLATEX_FOUND=NO + #-DJAS_ENABLE_DOC=OFF + + # Fix fancy doc directory naming + sed -i "s@JasPer@jasper-$version@g" \ + cmake_install.cmake \ + doc/cmake_install.cmake make make install DESTDIR=$pkg diff --git a/xorg/xtrans/xtrans.SMBuild b/xorg/xtrans/xtrans.SMBuild index 57f60b0..8c22451 100755 --- a/xorg/xtrans/xtrans.SMBuild +++ b/xorg/xtrans/xtrans.SMBuild @@ -1,6 +1,6 @@ app=xtrans version=1.4.0 -build=1sml +build=2sml homepage="https://xorg.freedesktop.org/" download="https://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2" desc="X transport library" @@ -17,7 +17,8 @@ prepbuilddir() { build() { ./configure \ - --prefix="" + --prefix="" \ + --docdir="/share/doc/$app-$version" make make install DESTDIR=$pkg