summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-03 21:31:40 +0100
committerdavidovski <david@davidovski.xyz>2022-06-03 21:31:40 +0100
commit4445f6e15185f58dc599390ab74df3ca19b437b7 (patch)
treeeb6319fa291190eebacf1f018c4058d50d22046a
parent2e4eddedb755f0c0f88450b1fc1d8b0830132a71 (diff)
fixed thunderbird to work
-rw-r--r--repo/opus/opus.xibuild2
-rw-r--r--repo/repo-apps/repo-apps.xibuild5
-rw-r--r--repo/repo-devel/repo-devel.xibuild5
-rw-r--r--repo/repo-font/repo-font.xibuild5
-rw-r--r--repo/repo-games/repo-games.xibuild5
-rw-r--r--repo/repo-linux/repo-linux.xibuild5
-rw-r--r--repo/repo-media/repo-media.xibuild5
-rw-r--r--repo/repo-python/repo-python.xibuild5
-rw-r--r--repo/repo-system/repo-system.xibuild5
-rw-r--r--repo/repo-test.sh/repo-test.sh.xibuild5
-rw-r--r--repo/repo-util/repo-util.xibuild5
-rw-r--r--repo/repo-x11/repo-x11.xibuild5
-rw-r--r--repo/repo-xi/repo-xi.xibuild5
-rw-r--r--repo/sed/sed.xibuild41
-rw-r--r--repo/thunderbird/thunderbird.xibuild9
15 files changed, 15 insertions, 97 deletions
diff --git a/repo/opus/opus.xibuild b/repo/opus/opus.xibuild
index 0ec5624..9c22a51 100644
--- a/repo/opus/opus.xibuild
+++ b/repo/opus/opus.xibuild
@@ -9,7 +9,7 @@ PKG_VER=1.3.1
SOURCE=https://archive.mozilla.org/pub/opus/opus-$PKG_VER.tar.gz
build () {
- CFLAGS="$(echo "$CFLAGS" | sed 's/-Os/-O2/g')" ./configure --prefix=/usr \
+ CFLAGS="$CFLAGS -O2" ./configure --prefix=/usr \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
diff --git a/repo/repo-apps/repo-apps.xibuild b/repo/repo-apps/repo-apps.xibuild
deleted file mode 100644
index 24128bd..0000000
--- a/repo/repo-apps/repo-apps.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in apps"
-DEPS=" arandr cava feh firefox gimp links lynx mpv ncmpcpp neovim pcmanfm polybar rxvt-unicode sxiv vim xclock-cat xlinks xterm"
diff --git a/repo/repo-devel/repo-devel.xibuild b/repo/repo-devel/repo-devel.xibuild
deleted file mode 100644
index 2cec607..0000000
--- a/repo/repo-devel/repo-devel.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in devel"
-DEPS=" asciidoc autoconf autoconf-archive autoconf2-13 automake bc bison boost cabal cbindgen check cmake cmake-extra cmake-modules dejagnu distcc docbook-dtd docbook-xml docbook-xsl docbook4-xml doxygen expect flex gcc gdb git go gtk-doc help2man icecream imake itstool libexecinfo llvm m4 make meson mpc nasm ninja patch pkg-config rust scdoc sgml-common strace swig texinfo uthash vala waf xmlto xorg-cf-files"
diff --git a/repo/repo-font/repo-font.xibuild b/repo/repo-font/repo-font.xibuild
deleted file mode 100644
index ad9cabe..0000000
--- a/repo/repo-font/repo-font.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in font"
-DEPS=" encodings font-adobe-utopia-type1 font-alias font-bh-ttf font-bh-type1 font-ibm-type1 font-misc-ethiopic font-noto font-opensans font-util font-xfree86-type1 fontconfig"
diff --git a/repo/repo-games/repo-games.xibuild b/repo/repo-games/repo-games.xibuild
deleted file mode 100644
index 7806263..0000000
--- a/repo/repo-games/repo-games.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in games"
-DEPS=" extremetuxracer"
diff --git a/repo/repo-linux/repo-linux.xibuild b/repo/repo-linux/repo-linux.xibuild
deleted file mode 100644
index 32c5e6b..0000000
--- a/repo/repo-linux/repo-linux.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in linux"
-DEPS=" b43-fwcutter linux linux-headers"
diff --git a/repo/repo-media/repo-media.xibuild b/repo/repo-media/repo-media.xibuild
deleted file mode 100644
index e0708ea..0000000
--- a/repo/repo-media/repo-media.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in media"
-DEPS=" alsa-firmware alsa-lib alsa-plugins alsa-tools alsa-utils aom audiofile babl dav1d exiv2 faac faad2 fdk-aac ffmpeg ffmpeg4 flac gegl gexiv2 giflib lame libass libcanberra libid3tag libjpeg-turbo libmad libmpdclient libmypaint libogg libraw librist librsvg libsamplerate libsndfile libsrt libtheora libvorbis libvpx libwebp mpc-mpd mpd mypaint-brushes openal-soft openjpeg opus pipewire poppler poppler-data pulseaudio pulsemixer sfml soxr tiff v4l-utils vidstab wavpack x264 x265 xvidcore"
diff --git a/repo/repo-python/repo-python.xibuild b/repo/repo-python/repo-python.xibuild
deleted file mode 100644
index e7cb860..0000000
--- a/repo/repo-python/repo-python.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in python"
-DEPS=" python python-Jinja2 python-alabaster python-appdirs python-babel python-certifi python-chardet python-docutils python-gobject python-html5lib python-idna python-imagesize python-jinja python-lxml python-mach python-mako python-markupsafe python-packaging python-pip python-pygments python-pyparsing python-pytz python-requests python-six python-snowballstemmer python-sphinx python-sphinx-alabaster-theme python-sphinxcontrib-applehelp python-sphinxcontrib-devhelp python-sphinxcontrib-htmlhelp python-sphinxcontrib-jsmath python-sphinxcontrib-qthelp python-sphinxcontrib-serializinghtml python-urllib3 python-webencodings"
diff --git a/repo/repo-system/repo-system.xibuild b/repo/repo-system/repo-system.xibuild
deleted file mode 100644
index a65d13f..0000000
--- a/repo/repo-system/repo-system.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in system"
-DEPS=" acl acpid argp-standalone at-spi2-atk at-spi2-core atk atkmm attr binutils brotli bzip2 c-ares cacerts cairo cups dbus dbus-glib dhcp efibootmgr efivar elfutils elogind eudev execline expat fftw findutils freetype2 fribidi gc gdbm gettext glew glib glib-networking glibmm glm glu gmp gnutls gobject-introspection gperf grub guile gzip hwids i2pd iana-etc icu imlib2 iniparser intltool jansson js78 json-c json-glib jsoncpp kbd kmod krb5 lcms2 ldns libaio libarchive libcap libcap-ng libconfig libdwarf libedit libelf libev libevent libexif libffi libfm libfm-extra libgcrypt libgpg-error libgudev libidn libldap liblinear libluv libmbim libmpack libndp libnghttp libnl libnsl libp11-kit libpcap libpipeline libpng libproxy libpsl libptytty libqmi libqrtr libretls libsasl libseccomp libsigc++ libsigsegv libssh2 libtasn1 libtermkey libtirpc libtool libucontext libunistring libusb libuv libvterm libxcrypt libxml2 libxslt ljx lua lua-lpeg lua-mpack lua5-1 luajit lz4 lzo menu-cache mime-types mobile-broadband-provider-info modemmanager mpfr msgpack-c mtdev musl musl-fts musl-legacy-compat musl-obstack ncurses nettle networkmanager newt nodejs nspr nss nsss openntpd openrc openssl pahole pam pcre pcre2 pcsc-lite perl perl-xml-parser polkit popt psmisc queue-standalone re2 readline rtmpdump ruby sbase sed sh shadow shared-mime-info skalibs slang snappy sqlite3 startup-notification sysklogd syslinux tar tcl tomlc99 tor tree-sitter tzdata ubase udev-rules unibilium utmps xxhash xz zip zlib zstd"
diff --git a/repo/repo-test.sh/repo-test.sh.xibuild b/repo/repo-test.sh/repo-test.sh.xibuild
deleted file mode 100644
index 5ef212b..0000000
--- a/repo/repo-test.sh/repo-test.sh.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in test.sh"
-DEPS=""
diff --git a/repo/repo-util/repo-util.xibuild b/repo/repo-util/repo-util.xibuild
deleted file mode 100644
index 11e23c4..0000000
--- a/repo/repo-util/repo-util.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in util"
-DEPS=" acpi base64 bash cpio curl dash diffutils dosfstools dracut e2fsprogs file flite fmt fzf gawk genfstab graphviz grep groff htop iftop ifupdown-ng inetutils iproute2 iw iwd keyutils less lm-sensors man-db mandoc mksh mpdscribble neofetch net-tools nmap openssh pandoc pciutils pdfgrep pm-utils procps-ng rhash rsync sort stty sudo tmux unzip usbutils util-linux webfs wget which wireless-tools wpa_supplicant"
diff --git a/repo/repo-x11/repo-x11.xibuild b/repo/repo-x11/repo-x11.xibuild
deleted file mode 100644
index a982e51..0000000
--- a/repo/repo-x11/repo-x11.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in x11"
-DEPS=" adwaita-icon-theme berry bspwm cairomm dmenu gdk-pixbuf graphite gsettings-desktop-schemas gtk2 gtk3 gtkmm3 harfbuzz hicolor-icon-theme iceauth intel-vaapi-driver libdmx libdrm libepoxy libevdev libfontenc libfs libice libinput libpciaccess libsm libva libvdpau libvdpau-va-gl libwacom libx11 libxau libxaw libxcb libxcomposite libxcursor libxcvt libxdamage libxdmcp libxext libxfixes libxfont2 libxft libxi libxinerama libxkbcommon libxkbfile libxmu libxpm libxrandr libxrender libxres libxscrnsaver libxshmfence libxt libxtst libxv libxvmc libxxf86dga libxxf86vm luit maim mesa mkfontscale motif pango pangomm picom pixman qt5-qtbase rofi sdl2 sessreg setxkbmap slock slop smproxy spice-protocol sxhkd wayland wayland-protocols x11perf xauth xautolock xbacklight xbitmaps xcb-proto xcb-util xcb-util-cursor xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm xclip xclock xcmsdb xcursor-themes xcursorgen xdg-utils xdpyinfo xdriinfo xev xeyes xf86-input-evdev xf86-input-libinput xf86-input-synaptics xf86-input-wacom xf86-video-amdgpu xf86-video-ati xf86-video-fbdev xf86-video-intel xf86-video-nouveau xf86-video-qxl xf86-video-vmware xgamma xhost xinput xkbcomp xkbevd xkbutils xkeyboardconfig xkill xlsatoms xlsclients xmessage xmodmap xorg-libs xorg-server xorg-util-macros xorg-xinit xorgproto xpr xprop xrandr xrdb xrefresh xsel xset xsetroot xss-lock xtrans xvinfo xwd xwininfo xwud"
diff --git a/repo/repo-xi/repo-xi.xibuild b/repo/repo-xi/repo-xi.xibuild
deleted file mode 100644
index e6ed9d5..0000000
--- a/repo/repo-xi/repo-xi.xibuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# This file was automatically generated, do not edit!
-
-DESC="All the the packages available in xi"
-DEPS=" sysconfigs xib xibuild xipkg xiutils"
diff --git a/repo/sed/sed.xibuild b/repo/sed/sed.xibuild
index af15b44..745b893 100644
--- a/repo/sed/sed.xibuild
+++ b/repo/sed/sed.xibuild
@@ -1,39 +1,18 @@
#!/bin/sh
-NAME="sed"
-DESC="GNU stream editor"
+MAKEDEPS="make sort"
+DEPS="musl acl attr"
-MAKEDEPS=" perl"
+PKG_VER=0.8.6
+SOURCE=http://landley.net/toybox/downloads/toybox-$PKG_VER.tar.gz
+DESC="stream editor from toybox"
-PKG_VER=4.8
-#SOURCE="https://ftp.gnu.org/pub/gnu/sed/sed-$PKG_VER.tar.xz"
-SOURCE="https://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu/sed/sed-$PKG_VER.tar.xz"
-
-ADDITIONAL="
-sed.post-deinstall
-"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --bindir=/bin \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-i18n \
- --disable-nls
- make
+build () {
+ ./configure
+ make sed
}
-check() {
- make check
-}
-
-package() {
- make DESTDIR="$PKG_DEST" install
-
- rm -rf "$PKG_DEST"/usr/lib/charset.alias || true
- rmdir -p "$PKG_DEST"/usr/lib 2>/dev/null || true
+package () {
+ install -Dm755 sed $PKG_DEST/usr/bin/
}
diff --git a/repo/thunderbird/thunderbird.xibuild b/repo/thunderbird/thunderbird.xibuild
index c286ad0..4da5c78 100644
--- a/repo/thunderbird/thunderbird.xibuild
+++ b/repo/thunderbird/thunderbird.xibuild
@@ -153,18 +153,17 @@ package() {
cat >> "$PKG_DEST"/$mozappdir/distribution/distribution.ini <<- EOF
[Global]
- id=alpinelinux
+ id=xilinux
version=1.0
- about=Mozilla Thunderbird for Alpine Linux
+ about=Mozilla Thunderbird for XiLinux
[Preferences]
- app.distributor=alpinelinux
+ app.distributor=xilinux
app.distributor.channel=thunderbird
- app.partner.alpinelinux=alpinelinux
EOF
# Replace duplicate binary with wrapper
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
- ln -snf thunderbird "$PKG_DEST/$mozappdir/thunderbird-bin"
+ ln -sf thunderbird "$PKG_DEST/$mozappdir/thunderbird-bin"
}