void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit c6fa9b8e27ea7da27f418f15ec6a9cd1c629f791
parent 91a892658f0809cfc016fe8b16ace97055e3a341
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Mon,  8 Feb 2021 03:43:38 +0000

Change email address

Diffstat:
Msrcpkgs/2bwm/template | 2+-
Msrcpkgs/ScreenRotator/template | 2+-
Msrcpkgs/ansifilter/template | 2+-
Msrcpkgs/ansilove/template | 2+-
Msrcpkgs/bash-insulter/template | 2+-
Msrcpkgs/bpm-tools/template | 2+-
Msrcpkgs/cwwav/template | 2+-
Msrcpkgs/dwl/template | 2+-
Msrcpkgs/dwm/template | 2+-
Msrcpkgs/fiche/template | 2+-
Msrcpkgs/filebrowser/template | 2+-
Msrcpkgs/font-cascadia-code-ttf/template | 2+-
Msrcpkgs/font-jetbrains-mono-ttf/template | 2+-
Msrcpkgs/font-kiwi-otb/template | 2+-
Msrcpkgs/fuzzypkg/template | 2+-
Msrcpkgs/go.rice/template | 2+-
Msrcpkgs/https-dns-proxy/template | 2+-
Msrcpkgs/libansilove/template | 2+-
Msrcpkgs/lilo/template | 2+-
Msrcpkgs/morse/template | 2+-
Msrcpkgs/oggfwd/template | 2+-
Msrcpkgs/pass-fzf/template | 2+-
Msrcpkgs/pass/template | 2+-
Msrcpkgs/ps_mem/template | 2+-
Msrcpkgs/rig/template | 2+-
Msrcpkgs/scroll/template | 2+-
Msrcpkgs/slock/patches/0001-patch-capscolor.patch | 2+-
Msrcpkgs/slock/patches/0002-patch-message.patch | 2+-
Msrcpkgs/slock/patches/0003-patch-dpms.patch | 2+-
Msrcpkgs/slock/template | 2+-
Msrcpkgs/sls/template | 2+-
Msrcpkgs/softethervpn/template | 2+-
Msrcpkgs/sowm/template | 2+-
Msrcpkgs/st/template | 2+-
Msrcpkgs/stagit-gopher/template | 2+-
Msrcpkgs/stagit/patches/0001-optimize-for-selecting-multiple-lines-of-codes.patch | 2+-
Msrcpkgs/swaylock-effects/template | 2+-
Msrcpkgs/trojan/template | 2+-
Msrcpkgs/wshowkeys/template | 2+-
Msrcpkgs/wterm/template | 2+-
Msrcpkgs/xrdp/template | 2+-
Msrcpkgs/yaft/template | 2+-
Msrcpkgs/ydotool/template | 2+-
Msrcpkgs/zsh-insulter/template | 2+-
Msrcpkgs/zsh-theme-powerlevel10k/template | 2+-
45 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/srcpkgs/2bwm/template b/srcpkgs/2bwm/template @@ -7,7 +7,7 @@ wrksrc="${pkgname}-${_commit}" build_style=gnu-makefile makedepends="libxcb-devel xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-xrm-devel" short_desc="Fast floating window manager" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="ISC" homepage="https://github.com/venam/${pkgname}" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/ScreenRotator/template b/srcpkgs/ScreenRotator/template @@ -9,7 +9,7 @@ build_style=cmake hostmakedepends="git qt5-devel" makedepends="qt5-x11extras-devel qt5-sensors-devel libXrandr-devel libXi-devel" short_desc="Automatic screen rotation daemon for X11" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-3.0-or-later" homepage="https://github.com/GuLinux/${pkgname}" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/ansifilter/template b/srcpkgs/ansifilter/template @@ -4,7 +4,7 @@ version=2.17 revision=1 build_style=gnu-makefile short_desc="ANSI Escape Code Processor and Converter" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-3.0-or-later" homepage="http://www.andre-simon.de/doku/${pkgname}/en/${pkgname}.php" distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2" diff --git a/srcpkgs/ansilove/template b/srcpkgs/ansilove/template @@ -6,7 +6,7 @@ build_style=cmake depends="libansilove" makedepends="libansilove" short_desc="ANSI and ASCII art to PNG converter in C" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="BSD-2-Clause" homepage="https://github.com/${pkgname}/${pkgname}" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/bash-insulter/template b/srcpkgs/bash-insulter/template @@ -5,7 +5,7 @@ revision=3 _commit="8c6d84a430741b35b9f6f9ca1f139eb0c1c93776" wrksrc="${pkgname}-${_commit}" short_desc="Insults the user when typing wrong command" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/hkbakke/${pkgname}" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/bpm-tools/template b/srcpkgs/bpm-tools/template @@ -4,7 +4,7 @@ version=0.3 revision=2 build_style=gnu-makefile short_desc="Tools to calculate tempo of audio tracks, display graphs and tag files with bpm value" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-2.0-or-later" homepage="http://www.pogo.org.uk/~mark/${pkgname}/" distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/cwwav/template b/srcpkgs/cwwav/template @@ -5,7 +5,7 @@ revision=2 build_style=gnu-makefile makedepends="libsndfile-devel" short_desc="Command line tool to generate morse code sound files from text or stdin" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-3.0-or-later" homepage="https://gitlab.com/sunny256/${pkgname}" distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/dwl/template b/srcpkgs/dwl/template @@ -9,7 +9,7 @@ make_use_env=yes hostmakedepends="git pkg-config wayland-devel" makedepends="wayland-protocols wlroots-devel xcb-util-errors-devel xcb-util-wm-devel" short_desc="dwm for Wayland (git version)" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-3.0-or-later" homepage="https://github.com/djpohly/dwl" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template @@ -6,7 +6,7 @@ patch_args="-Np1" makedepends="libXinerama-devel libXft-devel freetype-devel" depends="slock st" short_desc="Dynamic window manager for X" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="http://dwm.suckless.org" distfiles="https://dl.suckless.org/dwm/dwm-${version}.tar.gz" diff --git a/srcpkgs/fiche/template b/srcpkgs/fiche/template @@ -5,7 +5,7 @@ revision=3 patch_args="-Np1" build_style=gnu-makefile short_desc="Command line pastebin server for sharing terminal output" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/solusipse/fiche" distfiles="https://github.com/solusipse/fiche/archive/${version}.tar.gz" diff --git a/srcpkgs/filebrowser/template b/srcpkgs/filebrowser/template @@ -6,7 +6,7 @@ build_style=go go_import_path=github.com/${pkgname}/${pkgname}/v2 hostmakedepends="go.rice nodejs" short_desc="Web File Browser which can be used as a middleware or standalone app" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="Apache-2.0" homepage="https://filebrowser.org/" changelog="https://raw.githubusercontent.com/filebrowser/filebrowser/master/CHANGELOG.md" diff --git a/srcpkgs/font-cascadia-code-ttf/template b/srcpkgs/font-cascadia-code-ttf/template @@ -5,7 +5,7 @@ revision=2 create_wrksrc=yes depends="font-util" short_desc="A monospaced font by Microsoft that includes programming ligatures - TTF" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="OFL-1.1" homepage="https://github.com/microsoft/cascadia-code" distfiles="https://github.com/microsoft/cascadia-code/releases/download/v${version}/CascadiaCode-${version}.zip" diff --git a/srcpkgs/font-jetbrains-mono-ttf/template b/srcpkgs/font-jetbrains-mono-ttf/template @@ -4,7 +4,7 @@ version=2.002 revision=2 wrksrc=ttf short_desc="Typeface for developers" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="OFL-1.1" homepage="https://jetbrains.com/mono" distfiles="https://github.com/JetBrains/JetBrainsMono/releases/download/v${version}/JetBrainsMono-${version}.zip" diff --git a/srcpkgs/font-kiwi-otb/template b/srcpkgs/font-kiwi-otb/template @@ -7,7 +7,7 @@ wrksrc="fonts-${_commit}" hostmakedepends="fonttosfnt" depends="font-util" short_desc="monospaced bitmap font" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="0BSD" homepage="https://github.com/turquoise-hexagon/fonts" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/fuzzypkg/template b/srcpkgs/fuzzypkg/template @@ -3,7 +3,7 @@ pkgname=fuzzypkg version=1.0.2 revision=2 short_desc="Install or remove xbps pkg through fzf fuzzy finder" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/zdykstra/${pkgname}" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/go.rice/template b/srcpkgs/go.rice/template @@ -9,7 +9,7 @@ go_import_path=" # /void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 77: awk: command not found hostmakedepends="awk" short_desc="Go package that makes working with resources such as html,js,css,images,templates, etc very easy" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="BSD-2-Clause" homepage="https://github.com/GeertJohan/go.rice" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/https-dns-proxy/template b/srcpkgs/https-dns-proxy/template @@ -7,7 +7,7 @@ build_style=cmake hostmakedepends="git" makedepends="c-ares-devel libcurl-devel libev-devel" short_desc="A lightweight DNS-over-HTTPS proxy" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/aarond10/https_dns_proxy" diff --git a/srcpkgs/libansilove/template b/srcpkgs/libansilove/template @@ -6,7 +6,7 @@ build_style=cmake hostmakedepends="gawk" makedepends="gd-devel" short_desc="Library for converting ANSI, ASCII, and other formats to PNG" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="BSD-2-Clause" homepage="https://github.com/ansilove/${pkgname}" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/lilo/template b/srcpkgs/lilo/template @@ -6,7 +6,7 @@ archs="i686* x86_64*" hostmakedepends="bin86" makedepends="device-mapper-devel" short_desc="Standard Linux boot loader" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="BSD-3-Clause" homepage="http://www.joonet.de/lilo" distfiles="${DEBIAN_SITE}/main/l/${pkgname}/${pkgname}_${version}.orig.tar.gz" diff --git a/srcpkgs/morse/template b/srcpkgs/morse/template @@ -7,7 +7,7 @@ wrksrc="${pkgname}-${_commit}" build_style=gnu-makefile hostmakedepends="git" short_desc="Command-line tool for morse code translation" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/mk12/${pkgname}" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/oggfwd/template b/srcpkgs/oggfwd/template @@ -6,7 +6,7 @@ wrksrc="${pkgname}" build_style=gnu-makefile makedepends="libshout-devel" short_desc="Pipes an ogg stream to an icecast server" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-2.0-or-later" homepage="http://v2v.cc/~j/${pkgname}/" _commit="506088e5066abd086efc951670906187c120e9a3" diff --git a/srcpkgs/pass-fzf/template b/srcpkgs/pass-fzf/template @@ -4,7 +4,7 @@ version=0.1 revision=1 build_style=fetch short_desc="Fuzzy finder for pass" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/ficoos/${pkgname}" diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template @@ -11,7 +11,7 @@ hostmakedepends="git" depends="bash gnupg2 tree" #checkdepends="${depends} git" short_desc="Stores, retrieves, generates, and synchronizes passwords securely (git version)" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-2.0-or-later" homepage="https://www.passwordstore.org" diff --git a/srcpkgs/ps_mem/template b/srcpkgs/ps_mem/template @@ -6,7 +6,7 @@ build_style=python3-module depends="python3" hostmakedepends="python3-setuptools" short_desc="A utility to report core memory usage per program" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="LGPL-2.1-or-later" homepage="https://github.com/pixelb/${pkgname}" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/rig/template b/srcpkgs/rig/template @@ -4,7 +4,7 @@ version=1.11 revision=3 build_style=gnu-makefile short_desc="Random identity generator" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-2.0-or-later" homepage="http://rig.sourceforge.net/" distfiles="${DEBIAN_SITE}/main/r/rig/${pkgname}_${version}.orig.tar.gz" diff --git a/srcpkgs/scroll/template b/srcpkgs/scroll/template @@ -6,7 +6,7 @@ build_style=gnu-makefile hostmakedepends="git" makedepends="musl-legacy-compat" short_desc="scrollbackbuffer program for st (git version)" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="ISC" homepage="https://git.suckless.org/scroll" _commit="708ce2abd91800b6ca637eb464ba6d78be74bf93" diff --git a/srcpkgs/slock/patches/0001-patch-capscolor.patch b/srcpkgs/slock/patches/0001-patch-capscolor.patch @@ -1,7 +1,7 @@ https://tools.suckless.org/slock/patches/capscolor/ From f85739f8f7a10713716ca952872b3def9e6055cf Mon Sep 17 00:00:00 2001 -From: Dash Eclipse <dash@ezup.dev> +From: Dash Eclipse <dashezup@disroot.org> Date: Thu, 16 Jul 2020 10:14:59 +0000 Subject: [PATCH 1/3] patch capscolor diff --git a/srcpkgs/slock/patches/0002-patch-message.patch b/srcpkgs/slock/patches/0002-patch-message.patch @@ -1,7 +1,7 @@ https://tools.suckless.org/slock/patches/message/ From e2362abfdd46d53b8aa3cf9d05214d258885c3de Mon Sep 17 00:00:00 2001 -From: Dash Eclipse <dash@ezup.dev> +From: Dash Eclipse <dashezup@disroot.org> Date: Thu, 16 Jul 2020 10:15:16 +0000 Subject: [PATCH 2/3] patch message diff --git a/srcpkgs/slock/patches/0003-patch-dpms.patch b/srcpkgs/slock/patches/0003-patch-dpms.patch @@ -1,7 +1,7 @@ https://tools.suckless.org/slock/patches/dpms/ From 7c0aadbed47bff19657ed4b4555d1f554ef50293 Mon Sep 17 00:00:00 2001 -From: Dash Eclipse <dash@ezup.dev> +From: Dash Eclipse <dashezup@disroot.org> Date: Thu, 16 Jul 2020 10:16:08 +0000 Subject: [PATCH 3/3] patch dpms diff --git a/srcpkgs/slock/template b/srcpkgs/slock/template @@ -7,7 +7,7 @@ hostmakedepends="pkg-config" makedepends="libXrandr-devel libXinerama-devel" depends="terminus-font" short_desc="Simple screen locker for X" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="http://tools.suckless.org/slock" distfiles="http://dl.suckless.org/tools/slock-${version}.tar.gz" diff --git a/srcpkgs/sls/template b/srcpkgs/sls/template @@ -4,7 +4,7 @@ version=0.2.0 revision=3 build_style=gnu-makefile short_desc="Extremely simple su utility" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-3.0-or-later" homepage="https://github.com/illiliti/${pkgname}" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/softethervpn/template b/srcpkgs/softethervpn/template @@ -7,7 +7,7 @@ wrksrc="SoftEtherVPN_Stable-${version_full}" build_style=gnu-configure makedepends="readline-devel libressl-devel zlib-devel" short_desc="Multi-protocol VPN Program from University of Tsukuba" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="Apache-2.0" homepage="https://www.softether.org/" distfiles="https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${version_full}.tar.gz" diff --git a/srcpkgs/sowm/template b/srcpkgs/sowm/template @@ -7,7 +7,7 @@ wrksrc="${pkgname}-${_commit}" build_style=gnu-makefile makedepends="libX11-devel" short_desc="Itsy bitsy floating window manager" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/dylanaraps/sowm" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/st/template b/srcpkgs/st/template @@ -9,7 +9,7 @@ hostmakedepends="pkg-config" makedepends="fontconfig-devel libX11-devel libXft-devel" depends="font-firacode ncurses st-terminfo-${version}_${revision}" short_desc="Simple terminal implementation for X" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://st.suckless.org" distfiles="https://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/stagit-gopher/template b/srcpkgs/stagit-gopher/template @@ -6,7 +6,7 @@ build_style=gnu-makefile make_install_args="MANPREFIX=/usr/share/man" makedepends="libgit2-devel" short_desc="Static git page generator for gopher" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://codemadness.org/stagit-gopher.html" distfiles="https://codemadness.org/releases/stagit-gopher/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/stagit/patches/0001-optimize-for-selecting-multiple-lines-of-codes.patch b/srcpkgs/stagit/patches/0001-optimize-for-selecting-multiple-lines-of-codes.patch @@ -1,5 +1,5 @@ From 84c0c5077c703b2a8040aea9ac9f83075db0191c Mon Sep 17 00:00:00 2001 -From: Dash Eclipse <dash@ezup.dev> +From: Dash Eclipse <dashezup@disroot.org> Date: Sun, 4 Oct 2020 21:36:01 +0000 Subject: [PATCH] optimize for selecting multiple lines of codes diff --git a/srcpkgs/swaylock-effects/template b/srcpkgs/swaylock-effects/template @@ -9,7 +9,7 @@ makedepends="wayland-protocols cairo-devel gdk-pixbuf-devel pam-devel libxkbcommon-devel wayland-devel libomp-devel libgomp-devel" conflicts="swaylock" short_desc="Swaylock, with fancy effects" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/mortie/${pkgname}" wrksrc="${pkgname}-${version}-1" diff --git a/srcpkgs/trojan/template b/srcpkgs/trojan/template @@ -7,7 +7,7 @@ build_style="cmake" configure_args="-DENABLE_MYSQL=OFF -DENABLE_SSL_KEYLOG=OFF -DENABLE_TLS13_CIPHERSUITES=OFF -DSYSTEMD_SERVICE=OFF" makedepends="boost-devel libressl-devel" short_desc="An unidentifiable mechanism that helps you bypass GFW" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-3.0-or-later" homepage="https://github.com/trojan-gfw/trojan" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/wshowkeys/template b/srcpkgs/wshowkeys/template @@ -7,7 +7,7 @@ hostmakedepends="git pkg-config" makedepends="cairo-devel libinput-devel libxkbcommon-devel pango-devel wayland-devel wayland-protocols libxkbcommon-devel" short_desc="Displays keys being pressed on a Wayland session" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="GPL-3.0-or-later" homepage="https://git.sr.ht/~sircmpwn/wshowkeys" nocross="protocols/meson.build:10:1: ERROR: Program 'wayland-scanner' not found" diff --git a/srcpkgs/wterm/template b/srcpkgs/wterm/template @@ -11,7 +11,7 @@ hostmakedepends="git pkg-config wayland-devel" makedepends="fontconfig-devel libdrm-devel libxkbcommon-devel pixman-devel wayland-devel" depends="wterm-terminfo-${version}_${revision}" short_desc="st fork for wayland (git version)" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/majestrate/wterm" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/xrdp/template b/srcpkgs/xrdp/template @@ -9,7 +9,7 @@ configure_args="--disable-static --enable-fuse --disable-pam --enable-tjpeg" hostmakedepends="which autoconf automake libtool pkg-config git libjpeg-turbo-devel" makedepends="libressl-devel libX11-devel libXfixes-devel libXrandr-devel fuse-devel libjpeg-turbo-devel linux-headers nasm" short_desc="Open source RDP server" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="Apache-2.0" homepage="https://github.com/neutrinolabs/${pkgname}" distfiles="${homepage}/releases/download/v${version}/xrdp-${version}.tar.gz" diff --git a/srcpkgs/yaft/template b/srcpkgs/yaft/template @@ -7,7 +7,7 @@ build_style=gnu-makefile make_install_args="PREFIX=/destdir/${pkgname}-${version}/usr" makedepends="ncurses-devel" short_desc="Yet Another Framebuffer Terminal" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/uobikiemukot/${pkgname}" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/ydotool/template b/srcpkgs/ydotool/template @@ -6,7 +6,7 @@ wrksrc="${pkgname}-${version}" build_style="cmake" makedepends="boost-devel libevdevPlus-devel libuInputPlus-devel" short_desc="Generic command-line automation tool (no X!), works on Wayland" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/ReimuNotMoe/ydotool" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/zsh-insulter/template b/srcpkgs/zsh-insulter/template @@ -5,7 +5,7 @@ revision=3 _commit="92ab0610b388dd2fb5341f7ac58570f35956cb17" wrksrc="${pkgname}-${_commit}" short_desc="Insults the user when typing wrong command" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="Unknown" homepage="https://github.com/matmutant/${pkgname}" distfiles="${homepage}/archive/${_commit}.tar.gz" diff --git a/srcpkgs/zsh-theme-powerlevel10k/template b/srcpkgs/zsh-theme-powerlevel10k/template @@ -6,7 +6,7 @@ wrksrc=powerlevel10k-${version} depends="zsh" makedepends="zsh curl tar" short_desc="Zsh theme emphasizes speed, flexibility and out-of-the-box experience" -maintainer="Dash Eclipse <dash@ezup.dev>" +maintainer="Dash Eclipse <dashezup@disroot.org>" license="MIT" homepage="https://github.com/romkatv/powerlevel10k" distfiles="${homepage}/archive/v${version}.tar.gz"