mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
*: orphan packages maintained by ifreund
I've moved on from void and won't be updating these any more. Despite that, I'll probably continue to lurk in #xbps so feel free to ping me with any questions about Zig or river packaging. Changes by @ahesford: adopt foot, libxkbcommon, seatd, wayland-protocols Closes: #48400 [via git-merge-pr]
This commit is contained in:
parent
01ce4879b4
commit
d2fbe47cac
19 changed files with 19 additions and 19 deletions
|
@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
|
|||
makedepends="pam-devel"
|
||||
depends="pam-base>=0.4.0_2"
|
||||
short_desc="Creates an XDG_RUNTIME_DIR on login and never removes it"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="0BSD"
|
||||
homepage="https://github.com/ifreund/dumb_runtime_dir"
|
||||
distfiles="${homepage}/releases/download/v${version}/dumb_runtime_dir-${version}.tar.gz"
|
||||
|
|
|
@ -10,7 +10,7 @@ makedepends="fontconfig-devel freetype-devel pixman-devel tllist
|
|||
$(vopt_if textshaping harfbuzz-devel)
|
||||
$(vopt_if textshaping libutf8proc-devel)"
|
||||
short_desc="Simple library for font loading and glyph rasterization"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://codeberg.org/dnkl/fcft"
|
||||
changelog="https://codeberg.org/dnkl/fcft/raw/branch/master/CHANGELOG.md"
|
||||
|
|
|
@ -6,7 +6,7 @@ create_wrksrc=yes
|
|||
hostmakedepends="font-util bdftopcf"
|
||||
depends="font-util"
|
||||
short_desc="Bitmap programming font optimized for coziness"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/slavfox/Cozette"
|
||||
changelog="https://github.com/slavfox/Cozette/raw/master/CHANGELOG.md"
|
||||
|
|
|
@ -8,7 +8,7 @@ makedepends="fcft-devel libutf8proc-devel libxkbcommon-devel ncurses-devel tllis
|
|||
wayland-devel wayland-protocols"
|
||||
depends="${pkgname}-terminfo>=${version}_${revision} libutempter"
|
||||
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="MIT"
|
||||
homepage="https://codeberg.org/dnkl/foot"
|
||||
changelog="https://codeberg.org/dnkl/foot/raw/branch/master/CHANGELOG.md"
|
||||
|
|
|
@ -8,7 +8,7 @@ hostmakedepends="pkg-config scdoc wayland-devel"
|
|||
makedepends="cairo-devel fcft-devel librsvg-devel libpng-devel
|
||||
libxkbcommon-devel pixman-devel tllist wayland-devel wayland-protocols"
|
||||
short_desc="Application launcher for wlroots based Wayland compositors"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://codeberg.org/dnkl/fuzzel"
|
||||
changelog="https://codeberg.org/dnkl/fuzzel/raw/branch/master/CHANGELOG.md"
|
||||
|
|
|
@ -7,7 +7,7 @@ build_style=qmake
|
|||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel qt5-multimedia-devel qt5-svg-devel"
|
||||
short_desc="Small-Internet Browser"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://kristall.random-projects.net"
|
||||
distfiles="https://github.com/MasterQ32/kristall/archive/V${version}.tar.gz
|
||||
|
|
|
@ -12,7 +12,7 @@ makedepends="xkeyboard-config libxcb-devel wayland-devel wayland-protocols
|
|||
xorgproto libxml2-devel"
|
||||
depends="xkeyboard-config"
|
||||
short_desc="Library to handle keyboard descriptions"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="MIT"
|
||||
homepage="https://xkbcommon.org/"
|
||||
changelog="https://raw.githubusercontent.com/xkbcommon/libxkbcommon/master/NEWS"
|
||||
|
|
|
@ -10,7 +10,7 @@ makedepends="wlroots0.16-devel libevdev-devel pixman-devel
|
|||
wayland-protocols libxkbcommon-devel wayland-devel"
|
||||
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
||||
short_desc="Dynamic tiling Wayland compositor"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/riverwm/river"
|
||||
distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
|
||||
|
|
|
@ -8,7 +8,7 @@ configure_args="-Dexamples=disabled $(vopt_if elogind -Dlibseat-logind=elogind)
|
|||
hostmakedepends="pkg-config scdoc"
|
||||
makedepends="$(vopt_if elogind elogind-devel)"
|
||||
short_desc="Minimal seat management daemon"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="MIT"
|
||||
homepage="https://sr.ht/~kennylevinsen/seatd/"
|
||||
distfiles="https://git.sr.ht/~kennylevinsen/seatd/archive/${version}.tar.gz"
|
||||
|
|
|
@ -7,7 +7,7 @@ hostmakedepends="pkg-config scdoc glib-devel gettext"
|
|||
makedepends="cairo-devel glib-devel gtk+3-devel libnotify-devel pango-devel"
|
||||
depends="wl-clipboard font-awesome"
|
||||
short_desc="Wayland native snapshot editing tool, inspired by Snappy on macOS"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jtheoof/swappy"
|
||||
changelog="https://raw.githubusercontent.com/jtheoof/swappy/master/CHANGELOG.md"
|
||||
|
|
|
@ -4,7 +4,7 @@ version=1.1.0
|
|||
revision=1
|
||||
build_style=meson
|
||||
short_desc="C header file only implementation of a typed linked list"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://codeberg.org/dnkl/tllist"
|
||||
distfiles="https://codeberg.org/dnkl/tllist/archive/${version}.tar.gz"
|
||||
|
|
|
@ -25,7 +25,7 @@ makedepends="$(vopt_if hdf5 hdf5-devel) $(vopt_if hdf5 matio-devel)
|
|||
librsvg-devel libwebp-devel orc-devel pango-devel poppler-glib-devel
|
||||
tiff-devel"
|
||||
short_desc="Fast image processing with low memory needs"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.libvips.org/"
|
||||
changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
|
||||
|
|
|
@ -7,7 +7,7 @@ build_style=cmake
|
|||
make_check_target=check
|
||||
checkdepends="python3-ply"
|
||||
short_desc="WebAssembly Binary Toolkit"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/WebAssembly/wabt"
|
||||
_gtest_commit=703bd9caab50b139428cea1aaff9974ebee5742e
|
||||
|
|
|
@ -6,7 +6,7 @@ build_style=meson
|
|||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="wayland-devel"
|
||||
short_desc="Protocols and extensions complementing the Wayland core protocol"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="MIT"
|
||||
homepage="https://wayland.freedesktop.org"
|
||||
distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz"
|
||||
|
|
|
@ -7,7 +7,7 @@ configure_args="-Dpie"
|
|||
hostmakedepends="pkg-config wayland-devel scdoc"
|
||||
makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel"
|
||||
short_desc="Simple screenlocker for wayland compositors"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/ifreund/waylock"
|
||||
distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
|
||||
|
|
|
@ -16,7 +16,7 @@ makedepends="${_devel_depends}
|
|||
libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
|
||||
xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
|
||||
short_desc="Modular Wayland compositor library"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
|
||||
distfiles="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
|
||||
|
|
|
@ -16,7 +16,7 @@ makedepends="${_devel_depends}
|
|||
libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
|
||||
xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
|
||||
short_desc="Modular Wayland compositor library ${pkgname#wlroots}"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
|
||||
distfiles="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
|
||||
|
|
|
@ -8,7 +8,7 @@ makedepends="wayland-devel wayland-protocols elogind-devel pipewire-devel
|
|||
inih-devel libgbm-devel libdrm-devel"
|
||||
depends="xdg-desktop-portal"
|
||||
short_desc="Backend of xdg-desktop-portal for wlroots"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/emersion/xdg-desktop-portal-wlr"
|
||||
distfiles="https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${version}.tar.gz"
|
||||
|
|
|
@ -10,7 +10,7 @@ make_cmd=make
|
|||
# because our lld is static-only and requires those to work
|
||||
makedepends="clang llvm15 lld-devel libxml2-devel libzstd-devel ncurses-devel zlib-devel"
|
||||
short_desc="Programming language designed for robustness, optimality, and clarity"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://ziglang.org"
|
||||
distfiles="https://ziglang.org/download/${version}/zig-${version}.tar.xz"
|
||||
|
|
Loading…
Add table
Reference in a new issue