Revert renamed ports

This commit is contained in:
Luis
2022-11-27 07:08:37 +00:00
parent bf6a90a648
commit 88fe4689fb
45 changed files with 48 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
# description : Key cracker for the 802.11 WEP and WPA-PSK protocols
# depends : ethtool iw net-tools openssl sqlite wireless-tools
# depends : ethtool iw net-tools openssl sqlite wireless_tools
name=aircrack-ng
version=1.7

View File

@@ -1,5 +1,5 @@
# description : Lightweight system monitor for X
# depends : lua imlib2 wireless-tools cmake man-db docbook2x libxdamage libxft libxinerama
# depends : lua imlib2 wireless_tools cmake man-db docbook2x libxdamage libxft libxinerama
name=conky
version=1.15.0

View File

@@ -1,5 +1,5 @@
# description : Boehm-Demers-Weiser conservative garbage collector
# depends : libatomic-ops
# depends : libatomic_ops
name=gc
version=8.2.2

View File

@@ -1,6 +1,6 @@
# description : Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
# homepage : https://github.com/greshake/i3status-rust
# depends : rust pulseaudio lm-sensors
# depends : rust pulseaudio lm_sensors
name=i3status-rust
version=0.22.0

View File

@@ -1 +0,0 @@
ee8251f5091b7938d18be4dda843a515 libatomic-ops-7.6.14.tar.gz

View File

@@ -0,0 +1 @@
ee8251f5091b7938d18be4dda843a515 libatomic_ops-7.6.14.tar.gz

View File

@@ -1,4 +1,4 @@
libatomic-ops-7.6.14-1
libatomic_ops-7.6.14-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/atomic_ops.h

View File

@@ -1,13 +1,12 @@
# description : Implementations for atomic memory update operations on a number of architectures
name=libatomic-ops
_name=libatomic_ops
name=libatomic_ops
version=7.6.14
release=1
source="$name-$version.tar.gz::https://github.com/ivmai/libatomic_ops/releases/download/v$version/$_name-$version.tar.gz"
source="$name-$version.tar.gz::https://github.com/ivmai/libatomic_ops/releases/download/v$version/$name-$version.tar.gz"
build() {
cd $_name-$version
cd $name-$version
./configure --prefix=/usr \
--enable-shared \
--disable-static

View File

@@ -1,5 +1,5 @@
# description : C library supporting GObject introspection for manipulation of block devices
# depends : libbytesize lvm2 volume-key nss cryptsetup parted gobject-introspection python3 yaml
# depends : libbytesize lvm2 volume_key nss cryptsetup parted gobject-introspection python3 yaml
name=libblockdev
version=2.28

View File

@@ -1 +0,0 @@
f60e47b5eb50bbeed48a9f43bb08dd5e lm-sensors-3.6.0.tar.gz

View File

@@ -0,0 +1 @@
f60e47b5eb50bbeed48a9f43bb08dd5e lm_sensors-3.6.0.tar.gz

View File

@@ -1,4 +1,4 @@
lm-sensors-3.6.0-1
lm_sensors-3.6.0-1
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/sensors.d/
-rw-r--r-- root/root etc/sensors3.conf

View File

@@ -1,13 +1,14 @@
# description : User-space support for the hardware monitoring drivers in the Linux kernel
name=lm-sensors
name=lm_sensors
_name=$(echo $name | sed 's/_/-/g')
version=3.6.0
_version=$(echo $version | sed 's/\./-/g')
release=1
source="https://github.com/lm-sensors/lm-sensors/archive/V$_version/$name-$version.tar.gz"
build() {
cd $name-$_version
cd $_name-$_version
make PREFIX=/usr \
BUILD_STATIC_LIB=0 \
MANDIR=/usr/share/man

View File

@@ -1,5 +1,5 @@
# description : Lightweight X11 desktop panel
# depends : alsa-lib libwnck2 keybinder2 lxmenu-data menu-cache libxml2 wireless-tools libfm gdk-pixbuf-xlib
# depends : alsa-lib libwnck2 keybinder2 lxmenu-data menu-cache libxml2 wireless_tools libfm gdk-pixbuf-xlib
name=lxpanel
version=0.10.1

View File

@@ -1,5 +1,5 @@
# description : Applets for MATE panel
# depends : libnotify mate-panel libmateweather gtk3 glib dbus-glib libx11 libsm libice upower gtksourceview3 libwnck3 libxml2 libgtop wireless-tools polkit itstool libnl
# depends : libnotify mate-panel libmateweather gtk3 glib dbus-glib libx11 libsm libice upower gtksourceview3 libwnck3 libxml2 libgtop wireless_tools polkit itstool libnl
name=mate-applets
version=1.26.1

View File

@@ -1,6 +1,6 @@
# description : The MSX emulator that aims for perfection.
# homepage : http://openmsx.org/
# depends : libxml2 sdl sdl2-ttf tcl libpng zlib python3 glew libglvnd
# depends : libxml2 sdl sdl2_ttf tcl libpng zlib python3 glew libglvnd
name=openmsx
version=18.0

View File

@@ -1 +0,0 @@
932651726d5c93786e32506236303b30 ps-mem-3.14.tar.gz

1
main/ps_mem/.checksums Normal file
View File

@@ -0,0 +1 @@
932651726d5c93786e32506236303b30 ps_mem-3.14.tar.gz

View File

@@ -1,4 +1,4 @@
ps-mem-3.14-1
ps_mem-3.14-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ps_mem

View File

@@ -2,13 +2,12 @@
# homepage : https://github.com/pixelb/ps_mem
# depends : python3
name=ps-mem
_name=ps_mem
name=ps_mem
version=3.14
release=1
source="$name-$version.tar.gz::https://github.com/pixelb/$name/archive/v$version/$_name-v$version.tar.gz"
source="$name-$version.tar.gz::https://github.com/pixelb/$name/archive/v$version/$name-v$version.tar.gz"
build() {
cd $_name-$version
cd $name-$version
python3 setup.py install --optimize=1 --root=$PKG
}

View File

@@ -1 +0,0 @@
746be429bdfb5892066dcfaf593e1644 sdl2-ttf-2.20.1.tar.gz

1
main/sdl2_ttf/.checksums Normal file
View File

@@ -0,0 +1 @@
746be429bdfb5892066dcfaf593e1644 sdl2_ttf-2.20.1.tar.gz

View File

@@ -1,4 +1,4 @@
sdl2-ttf-2.20.1-1
sdl2_ttf-2.20.1-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/SDL2/

View File

@@ -2,8 +2,7 @@
# homepage : https://github.com/libsdl-org/SDL_ttf
# depends : freetype2 sdl2 libsm
name=sdl2-ttf
_name=sdl2_ttf
name=sdl2_ttf
version=2.20.1
release=1
source="$name-$version.tar.gz::https://github.com/libsdl-org/SDL_ttf/releases/download/release-${version}/SDL2_ttf-${version}.tar.gz"

View File

@@ -1,6 +1,6 @@
# description : Official Telegram Desktop client
# homepage : https://desktop.telegram.org
# depends : minizip jemalloc openal range-v3 tg-owt qt6-imageformats qt6-svg qt6-wayland qt6-5compat rnnoise webkitgtk kcoreaddons glibmm2.68 protobuf
# depends : minizip jemalloc openal range-v3 tg_owt qt6-imageformats qt6-svg qt6-wayland qt6-5compat rnnoise webkitgtk kcoreaddons glibmm2.68 protobuf
name=telegram-desktop

View File

@@ -1,4 +1,4 @@
37f463d5e40de0543e70ac75dcc78d42 crc32c-21fc8ef30415a635e7351ffa0e5d5367943d4a94.tar.gz
5d6ade250dfd030d5ee1238495bfd492 libvpx-03265cd42b3783532de72f2ded5436652e6f5ce3.tar.gz
a07ee542f173d35b257d95d48c854799 libyuv-ad890067f661dc747a975bc55ba3767fe30d4452.tar.gz
af968c4e40a879859cf702874a1c1a0a tg-owt-20220623.tar.gz
af968c4e40a879859cf702874a1c1a0a tg_owt-20220623.tar.gz

View File

@@ -1,4 +1,4 @@
tg-owt-20220623-1
tg_owt-20220623-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/tg_owt/

View File

@@ -2,8 +2,7 @@
# homepage : https://github.com/desktop-app/tg_owt
# depends : cmake ninja pipewire pulseaudio libjpeg-turbo libxcomposite
name=tg-owt
_name=tg_owt
name=tg_owt
version=20220623
_commit=10d5f4bf77333ef6b43516f90d2ce13273255f41
_libyuv_commit=ad890067f661dc747a975bc55ba3767fe30d4452
@@ -22,7 +21,7 @@ source="
"
build() {
cd $_name-$_commit
cd $name-$_commit
mkdir -pv libyuv libvpx
bsdtar xzf $SRC/libyuv-${_libyuv_commit}.tar.gz -C libyuv

View File

@@ -1 +0,0 @@
200591290173c3ea71528411838f9080 volume-key-0.3.12.tar.xz

View File

@@ -0,0 +1 @@
200591290173c3ea71528411838f9080 volume_key-0.3.12.tar.xz

View File

@@ -1,4 +1,4 @@
volume-key-0.3.12-2
volume_key-0.3.12-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/volume_key

View File

@@ -1,14 +1,13 @@
# description : Library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases
# depends : cryptsetup glib gpgme python3 swig
name=volume-key
_name=volume_key
name=volume_key
version=0.3.12
release=2
source="$name-$version.tar.xz::https://releases.pagure.org/volume_key/$_name-$version.tar.xz"
source="https://releases.pagure.org/volume_key/$name-$version.tar.xz"
build() {
cd $_name-$version
cd $name-$version
./configure --prefix=/usr \
--disable-nls \

View File

@@ -1 +0,0 @@
ca91ba7c7eff9bfff6926b1a34a4697d wireless-tools-30.pre9.tar.gz

View File

@@ -0,0 +1 @@
ca91ba7c7eff9bfff6926b1a34a4697d wireless_tools.30.pre9.tar.gz

View File

@@ -1,4 +1,4 @@
wireless-tools-30.pre9-1
wireless_tools-30.pre9-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ifrename

View File

@@ -1,15 +1,14 @@
# description : Tools allowing to manipulate the Wireless Extensions
name=wireless-tools
_name=wireless_tools
name=wireless_tools
version=30.pre9
_version=${version%.pre*}
release=1
source="$name-$version.tar.gz::https://hewlettpackard.github.io/wireless-tools/$_name.$version.tar.gz"
source="https://hewlettpackard.github.io/wireless-tools/$name.$version.tar.gz"
build() {
ls
cd ${_name}.${_version}
cd ${name}.${_version}
sed '/BUILD_STATIC =/d' -i Makefile
make CFLAGS="${CFLAGS} -I." LDFLAGS="${LDFLAGS}"
make

View File

@@ -1,3 +1,3 @@
463f717515ab0f27e22f9a6166063f1e rc.wpa
d26797fcb002898d4ee989179346e1cc wpa-supplicant-2.10.tar.gz
d26797fcb002898d4ee989179346e1cc wpa_supplicant-2.10.tar.gz
dace26d9323391e9bc9f647964536f4a wpa_supplicant.conf

View File

@@ -1,4 +1,4 @@
wpa-supplicant-2.10-1
wpa_supplicant-2.10-1
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/dbus-1/
drwxr-xr-x root/root etc/dbus-1/system.d/

View File

@@ -1,17 +1,16 @@
# description : Implements WPA key negotiation with a WPA Authenticator and Extensible Authentication Protocol (EAP) authentication with an Authentication Server
# depends : libnl openssl dbus dhcpcd
name=wpa-supplicant
_name=wpa_supplicant
name=wpa_supplicant
version=2.10
release=1
backup="etc/wpa_supplicant.conf"
source="$name-$version.tar.gz::https://w1.fi/releases/$_name-$version.tar.gz
source="https://w1.fi/releases/$name-$version.tar.gz
wpa_supplicant.conf
rc.wpa"
build() {
cd $_name-$version
cd $name-$version
cat > wpa_supplicant/.config << "EOF"
CONFIG_BACKEND=file
@@ -44,7 +43,7 @@ CONFIG_CTRL_IFACE_DBUS_NEW=y
CONFIG_CTRL_IFACE_DBUS_INTRO=y
EOF
cd $_name
cd $name
make BINDIR=/sbin LIBDIR=/lib
for xx in sbin usr/share/man/man5 usr/share/man/man8; do

View File

@@ -1,5 +1,5 @@
# description : A netload plugin for the Xfce panel
# depends : xfce4-panel lm-sensors libnotify hicolor-icon-theme
# depends : xfce4-panel lm_sensors libnotify hicolor-icon-theme
name=xfce4-sensors-plugin
version=1.4.3