aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-23 23:34:57 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-23 23:34:57 +0800
commite2049e835735b2dc5495a701a3186291577d6b1e (patch)
treede98659feac12eca2ca95886a42b8cb3fe13cf59
parenta5a291e17886e6b1b60638ca9615780cdd290fb3 (diff)
downloadalicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.tar.gz
alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.zip
removed junks
-rw-r--r--repos/extra/cmake/.files5
-rw-r--r--repos/extra/cmake/abuild4
-rw-r--r--repos/extra/glib/.files7
-rw-r--r--repos/extra/glib/abuild4
-rw-r--r--repos/extra/i3blocks/.files3
-rw-r--r--repos/extra/i3blocks/abuild3
-rw-r--r--repos/extra/libinput/.files3
-rw-r--r--repos/extra/libinput/abuild4
-rw-r--r--repos/extra/libxkbcommon/.files3
-rw-r--r--repos/extra/libxkbcommon/abuild4
-rw-r--r--repos/extra/mpv/.files6
-rw-r--r--repos/extra/mpv/abuild9
-rw-r--r--repos/extra/outdate.error0
-rw-r--r--repos/extra/outdate.list2
-rw-r--r--repos/extra/shfm/.checksum1
-rw-r--r--repos/extra/shfm/.files3
-rw-r--r--repos/extra/shfm/abuild8
-rw-r--r--repos/extra/tlp/.files29
-rw-r--r--repos/extra/tlp/abuild6
19 files changed, 38 insertions, 66 deletions
diff --git a/repos/extra/cmake/.files b/repos/extra/cmake/.files
index 11c58bbc..fe363187 100644
--- a/repos/extra/cmake/.files
+++ b/repos/extra/cmake/.files
@@ -6,11 +6,6 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/cmake.m4
-drwxr-xr-x root/root usr/share/bash-completion/
-drwxr-xr-x root/root usr/share/bash-completion/completions/
--rw-r--r-- root/root usr/share/bash-completion/completions/cmake
--rw-r--r-- root/root usr/share/bash-completion/completions/cpack
--rw-r--r-- root/root usr/share/bash-completion/completions/ctest
drwxr-xr-x root/root usr/share/cmake-3.31/
drwxr-xr-x root/root usr/share/cmake-3.31/Help/
drwxr-xr-x root/root usr/share/cmake-3.31/Help/command/
diff --git a/repos/extra/cmake/abuild b/repos/extra/cmake/abuild
index d2c26f8f..028cb09b 100644
--- a/repos/extra/cmake/abuild
+++ b/repos/extra/cmake/abuild
@@ -1,6 +1,6 @@
name=cmake
version=3.31.5
-release=1
+release=2
source="https://$name.org/files/v${version%.*}/$name-$version.tar.gz"
build() {
@@ -28,5 +28,5 @@ build() {
make
make install
fi
- rm -r $PKG/usr/doc
+ rm -r $PKG/usr/doc $PKG/usr/share/bash-completion
}
diff --git a/repos/extra/glib/.files b/repos/extra/glib/.files
index 915384cb..4965d69d 100644
--- a/repos/extra/glib/.files
+++ b/repos/extra/glib/.files
@@ -382,13 +382,6 @@ drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/glib-2.0.m4
-rw-r--r-- root/root usr/share/aclocal/glib-gettext.m4
-rw-r--r-- root/root usr/share/aclocal/gsettings.m4
-drwxr-xr-x root/root usr/share/bash-completion/
-drwxr-xr-x root/root usr/share/bash-completion/completions/
--rw-r--r-- root/root usr/share/bash-completion/completions/gapplication
--rw-r--r-- root/root usr/share/bash-completion/completions/gdbus
--rw-r--r-- root/root usr/share/bash-completion/completions/gio
--rw-r--r-- root/root usr/share/bash-completion/completions/gresource
--rw-r--r-- root/root usr/share/bash-completion/completions/gsettings
drwxr-xr-x root/root usr/share/gdb/
drwxr-xr-x root/root usr/share/gdb/auto-load/
drwxr-xr-x root/root usr/share/gdb/auto-load/usr/
diff --git a/repos/extra/glib/abuild b/repos/extra/glib/abuild
index 657f7821..1e152441 100644
--- a/repos/extra/glib/abuild
+++ b/repos/extra/glib/abuild
@@ -11,3 +11,7 @@ build_opt="
-Dtests=false
$_opt
"
+
+postbuild() {
+ rm -rf $PKG/usr/share/bash-completion
+}
diff --git a/repos/extra/i3blocks/.files b/repos/extra/i3blocks/.files
index aebe64ee..46b6b95a 100644
--- a/repos/extra/i3blocks/.files
+++ b/repos/extra/i3blocks/.files
@@ -4,9 +4,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/i3blocks
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/bash-completion/
-drwxr-xr-x root/root usr/share/bash-completion/completions/
--rw-r--r-- root/root usr/share/bash-completion/completions/i3blocks
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/i3blocks.1.gz
diff --git a/repos/extra/i3blocks/abuild b/repos/extra/i3blocks/abuild
index 3c62e524..560a1b09 100644
--- a/repos/extra/i3blocks/abuild
+++ b/repos/extra/i3blocks/abuild
@@ -1,9 +1,10 @@
name=i3blocks
version=1.5
-release=1
+release=2
source="https://github.com/vivien/${name}/archive/${version}/${name}-${version}.tar.gz"
export MAKEFLAGS=-j1
prebuild() {
+ sed -i '33,42d' Makefile.am
autoreconf -fiv
}
diff --git a/repos/extra/libinput/.files b/repos/extra/libinput/.files
index 4f4fe8dd..3fdb1d18 100644
--- a/repos/extra/libinput/.files
+++ b/repos/extra/libinput/.files
@@ -108,6 +108,3 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/libinput-replay.1.gz
-rw-r--r-- root/root usr/share/man/man1/libinput-test.1.gz
-rw-r--r-- root/root usr/share/man/man1/libinput.1.gz
-drwxr-xr-x root/root usr/share/zsh/
-drwxr-xr-x root/root usr/share/zsh/site-functions/
--rw-r--r-- root/root usr/share/zsh/site-functions/_libinput
diff --git a/repos/extra/libinput/abuild b/repos/extra/libinput/abuild
index 21bc903d..8718eaa3 100644
--- a/repos/extra/libinput/abuild
+++ b/repos/extra/libinput/abuild
@@ -1,8 +1,8 @@
name=libinput
version=1.27.1
-release=1
+release=2
source="https://gitlab.freedesktop.org/$name/$name/-/archive/$version/$name-$version.tar.gz"
-build_opt="-Ddebug-gui=false -Dtests=false -Dlibwacom=false"
+build_opt="-Ddebug-gui=false -Dtests=false -Dlibwacom=false -Dzshcompletiondir=no"
postbuild() {
rm -rf $PKG/usr/lib/udev
diff --git a/repos/extra/libxkbcommon/.files b/repos/extra/libxkbcommon/.files
index a22b305b..d099db47 100644
--- a/repos/extra/libxkbcommon/.files
+++ b/repos/extra/libxkbcommon/.files
@@ -29,9 +29,6 @@ drwxr-xr-x root/root usr/libexec/xkbcommon/
-rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-interactive-wayland
-rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-list
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/bash-completion/
-drwxr-xr-x root/root usr/share/bash-completion/completions/
--rw-r--r-- root/root usr/share/bash-completion/completions/xkbcli
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xkbcli-compile-compose.1.gz
diff --git a/repos/extra/libxkbcommon/abuild b/repos/extra/libxkbcommon/abuild
index 413f765d..ab8db51c 100644
--- a/repos/extra/libxkbcommon/abuild
+++ b/repos/extra/libxkbcommon/abuild
@@ -1,7 +1,7 @@
name=libxkbcommon
version=1.8.0
-release=1
+release=2
source="https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-$version.tar.gz"
-build_opt="-Denable-docs=false"
+build_opt="-Denable-docs=false -Denable-bash-completion=false"
[ -f $SPM_PKGDB/libxcb ] || build_opt="$build_opt -Denable-x11=false"
[ -f $SPM_PKGDB/wayland ] || build_opt="$build_opt -Denable-wayland=false"
diff --git a/repos/extra/mpv/.files b/repos/extra/mpv/.files
index c49c9b31..4dec3dd6 100644
--- a/repos/extra/mpv/.files
+++ b/repos/extra/mpv/.files
@@ -7,9 +7,6 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/mpv.desktop
-drwxr-xr-x root/root usr/share/bash-completion/
-drwxr-xr-x root/root usr/share/bash-completion/completions/
--rw-r--r-- root/root usr/share/bash-completion/completions/mpv
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
@@ -32,6 +29,3 @@ drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/symbolic/apps/mpv-symbolic.svg
drwxr-xr-x root/root usr/share/metainfo/
-rw-r--r-- root/root usr/share/metainfo/mpv.metainfo.xml
-drwxr-xr-x root/root usr/share/zsh/
-drwxr-xr-x root/root usr/share/zsh/site-functions/
--rw-r--r-- root/root usr/share/zsh/site-functions/_mpv
diff --git a/repos/extra/mpv/abuild b/repos/extra/mpv/abuild
index bd47a122..2bbd5d9e 100644
--- a/repos/extra/mpv/abuild
+++ b/repos/extra/mpv/abuild
@@ -1,7 +1,12 @@
name=mpv
version=0.39.0
-release=1
+release=2
source="https://github.com/${name}-player/${name}/archive/v${version}/${name}-${version}.tar.gz"
build_opt="-Dwayland=enabled"
[ -f $SPM_PKGDB/libx11 ] && build_opt="$build_opt -Dx11=enabled"
-[ -f $SPM_PKGDB/wayland ] || build_opt="$build_opt -Dwayland=disabled"
+
+postbuild() {
+ rm -r \
+ $PKG/usr/share/zsh \
+ $PKG/usr/share/bash-completion
+}
diff --git a/repos/extra/outdate.error b/repos/extra/outdate.error
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/repos/extra/outdate.error
diff --git a/repos/extra/outdate.list b/repos/extra/outdate.list
new file mode 100644
index 00000000..a343a44b
--- /dev/null
+++ b/repos/extra/outdate.list
@@ -0,0 +1,2 @@
+font-awesome 6.7.2 (6.5.2)
+libclc 19.1.7 (19.1.4)
diff --git a/repos/extra/shfm/.checksum b/repos/extra/shfm/.checksum
new file mode 100644
index 00000000..8ff1e2e5
--- /dev/null
+++ b/repos/extra/shfm/.checksum
@@ -0,0 +1 @@
+ac8b16391c97349f60bea3a71cbe1309472486e3e92008f96f428da72141cfe9 shfm-0.4.2.tar.gz
diff --git a/repos/extra/shfm/.files b/repos/extra/shfm/.files
new file mode 100644
index 00000000..fe6c9ce7
--- /dev/null
+++ b/repos/extra/shfm/.files
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/shfm
diff --git a/repos/extra/shfm/abuild b/repos/extra/shfm/abuild
new file mode 100644
index 00000000..06ac9778
--- /dev/null
+++ b/repos/extra/shfm/abuild
@@ -0,0 +1,8 @@
+name=shfm
+version=0.4.2
+release=1
+source="https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz"
+
+build() {
+ install -Dm755 shfm $PKG/usr/bin/shfm
+}
diff --git a/repos/extra/tlp/.files b/repos/extra/tlp/.files
index 5d7601df..0ccc27b9 100644
--- a/repos/extra/tlp/.files
+++ b/repos/extra/tlp/.files
@@ -22,28 +22,6 @@ drwxr-xr-x root/root usr/lib/NetworkManager/dispatcher.d/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/tlp
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/bash-completion/
-drwxr-xr-x root/root usr/share/bash-completion/completions/
-lrwxrwxrwx root/root usr/share/bash-completion/completions/bluetooth -> tlp
-lrwxrwxrwx root/root usr/share/bash-completion/completions/nfc -> tlp
-lrwxrwxrwx root/root usr/share/bash-completion/completions/run-on-ac -> tlp
-lrwxrwxrwx root/root usr/share/bash-completion/completions/run-on-bat -> tlp
--rw-r--r-- root/root usr/share/bash-completion/completions/tlp
--rw-r--r-- root/root usr/share/bash-completion/completions/tlp-rdw
-lrwxrwxrwx root/root usr/share/bash-completion/completions/tlp-stat -> tlp
-lrwxrwxrwx root/root usr/share/bash-completion/completions/wifi -> tlp
-lrwxrwxrwx root/root usr/share/bash-completion/completions/wwan -> tlp
-drwxr-xr-x root/root usr/share/fish/
-drwxr-xr-x root/root usr/share/fish/vendor_completions.d/
-lrwxrwxrwx root/root usr/share/fish/vendor_completions.d/bluetooth.fish -> tlp.fish
-lrwxrwxrwx root/root usr/share/fish/vendor_completions.d/nfc.fish -> tlp.fish
-lrwxrwxrwx root/root usr/share/fish/vendor_completions.d/run-on-ac.fish -> tlp.fish
-lrwxrwxrwx root/root usr/share/fish/vendor_completions.d/run-on-bat.fish -> tlp.fish
--rw-r--r-- root/root usr/share/fish/vendor_completions.d/tlp-rdw.fish
--rw-r--r-- root/root usr/share/fish/vendor_completions.d/tlp-stat.fish
--rw-r--r-- root/root usr/share/fish/vendor_completions.d/tlp.fish
-lrwxrwxrwx root/root usr/share/fish/vendor_completions.d/wifi.fish -> tlp.fish
-lrwxrwxrwx root/root usr/share/fish/vendor_completions.d/wwan.fish -> tlp.fish
drwxr-xr-x root/root usr/share/metainfo/
-rw-r--r-- root/root usr/share/metainfo/de.linrunner.tlp.metainfo.xml
drwxr-xr-x root/root usr/share/tlp/
@@ -84,13 +62,6 @@ drwxr-xr-x root/root usr/share/tlp/func.d/
-rwxr-xr-x root/root usr/share/tlp/tlp-pcilist
-rwxr-xr-x root/root usr/share/tlp/tlp-readconfs
-rwxr-xr-x root/root usr/share/tlp/tlp-usblist
-drwxr-xr-x root/root usr/share/zsh/
-drwxr-xr-x root/root usr/share/zsh/site-functions/
--rw-r--r-- root/root usr/share/zsh/site-functions/_tlp
--rw-r--r-- root/root usr/share/zsh/site-functions/_tlp-radio-device
--rw-r--r-- root/root usr/share/zsh/site-functions/_tlp-rdw
--rw-r--r-- root/root usr/share/zsh/site-functions/_tlp-run-on
--rw-r--r-- root/root usr/share/zsh/site-functions/_tlp-stat
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/tlp/
diff --git a/repos/extra/tlp/abuild b/repos/extra/tlp/abuild
index 4564f350..b19259a4 100644
--- a/repos/extra/tlp/abuild
+++ b/repos/extra/tlp/abuild
@@ -1,6 +1,6 @@
name=tlp
version=1.8.0
-release=1
+release=2
source="https://github.com/linrunner/TLP/archive/${version}/TLP-${version}.tar.gz"
postbuild() {
@@ -8,5 +8,9 @@ postbuild() {
$PKG/usr/lib/udev \
$PKG/usr/lib/systemd \
$PKG/usr/lib/elogind
+ rm -r \
+ $PKG/usr/share/zsh \
+ $PKG/usr/share/fish \
+ $PKG/usr/share/bash-completion
}