Skip to content

Instantly share code, notes, and snippets.

View catvec's full-sized avatar
🐢

catvec

🐢
View GitHub Profile
@catvec
catvec / out.log
Created October 24, 2020 18:21
xbps-install CONFLICT
% sudo xbps-install -Su
[*] Updating repository `http://mirror.clarkson.edu/voidlinux/current/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
CONFLICT: python3-cheetah3-3.2.6_1 with installed pkg python-cheetah-2.4.4_5 (matched by python-cheetah>=0)
CONFLICT: python3-scour-0.37_4 with installed pkg python-scour-0.37_2 (matched by python-scour>=0)
Transaction aborted due to conflicting packages.
@catvec
catvec / options.yaml
Created October 13, 2020 19:55
Options I give to wpa_supplicant
ssid: '"eduroam"'
key_mgmt: WPA-EAP
eap: TTLS
phase2: '"auth=PAP"'
identity: '"[email protected]"'
password: '"secret"'
@catvec
catvec / out.log
Created August 18, 2020 19:12
xbps-install protobufs upgrade error
~ % sudo xbps-install -Su
[*] Updating repository `http://mirror.clarkson.edu/voidlinux/current/x86_64-repodata' ...
x86_64-repodata: 1702KB [avg rate: 1475KB/s]
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
x86_64-repodata: 617KB [avg rate: 355KB/s]
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
Name Action Version New version Download size
ImageMagick update 7.0.10.23_1 7.0.10.27_1 55KB
alacritty update 0.4.3_1 0.5.0_1 2015KB
diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index 5e6ef9daa3..a6c5ce7f64 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -2,18 +2,18 @@
pkgname=discord
version=0.0.11
revision=1
-depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-wrksrc="Discord"
diff --git a/srcpkgs/wxFormBuilder/patches/add_ticpp.patch b/srcpkgs/wxFormBuilder/patches/add_ticpp.patch
deleted file mode 100644
index 1387360da9..0000000000
--- a/srcpkgs/wxFormBuilder/patches/add_ticpp.patch
+++ /dev/null
@@ -1,12528 +0,0 @@
-diff -Naur wxFormBuilder.orig/subprojects/ticpp/.git wxFormBuilder/subprojects/ticpp/.git
---- wxFormBuilder.orig/subprojects/ticpp/.git 1970-01-01 01:00:00.000000000 +0100
-+++ wxFormBuilder/subprojects/ticpp/.git 2019-11-18 10:42:57.671406056 +0100
-@@ -0,0 +1 @@
diff --git a/srcpkgs/telegram-cli/template b/srcpkgs/telegram-cli/template
index 2c5ec94067..7a12a5bc08 100644
--- a/srcpkgs/telegram-cli/template
+++ b/srcpkgs/telegram-cli/template
@@ -3,7 +3,7 @@ pkgname=telegram-cli
version=20200106
revision=1
build_style=gnu-configure
-hostmakedepends="lua-devel libevent-devel jansson-devel zlib-devel libconfig-devel readline-devel libressl-devel libcrypto45"
+hostmakedepends="lua-devel libevent-devel jansson-devel zlib-devel libconfig-devel readline-devel libressl-devel libcrypto45 tar"
diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c98..24b782b845 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -7,11 +7,11 @@ archs="x86_64* i686*"
build_style=configure
configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
$(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
@catvec
catvec / PowerShell_profile.ps1
Last active July 15, 2020 18:25
Windows command line setup. Using Windows Terminal + PowerShell 7.
# Set line edit mode to emacs
Set-PSReadLineOption -EditMode Emacs
# Git shortcut
Set-Alias -Name g -Value git -Option AllScope
# Emacs alias
Function Emacs-No-Window {
~\bin\emacs\bin\emacs.exe -nw $args
}
@catvec
catvec / settings.json
Created July 14, 2020 18:00
Windows Terminal profile, for a bug report.
// This file was initially generated by Windows Terminal 1.0.1401.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
@catvec
catvec / test-suite.log
Created March 25, 2020 22:14
Void linux crun-13 package test error log for #20212 in https://github.com/void-linux/void-packages/pull/20212
=================================
crun 0.13: ./test-suite.log
=================================
# TOTAL: 51
# PASS: 11
# SKIP: 14
# XFAIL: 0
# FAIL: 26
# XPASS: 0