This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The MIT License (MIT) | |
* | |
* Copyright (c) 2017, djcj <[email protected]> | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
* copies of the Software, and to permit persons to whom the Software is |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Project/GNU/Library/configure.ac b/Project/GNU/Library/configure.ac | |
index 9aa1dfe..4927388 100644 | |
--- a/Project/GNU/Library/configure.ac | |
+++ b/Project/GNU/Library/configure.ac | |
@@ -359,8 +359,8 @@ if test -e ../../../../ZenLib/Project/GNU/Library/libzen-config; then | |
elif test "$(command -v libzen-config)" ; then | |
enable_unicode="$(libzen-config Unicode)" | |
else | |
- if pkg-config --exists libzen; then | |
- enable_unicode="$(pkg-config --variable=Unicode libzen)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# build on CentOS 6.9 (64 bit) | |
# https://github.com/probonopd/AppImages/issues/187 | |
# https://github.com/TheAssassin/zsync2/issues/4 | |
# https://launchpad.net/~djcj/+archive/ubuntu/libcurl-slim | |
set -e | |
set -x | |
# https://github.com/mxe/mxe/blob/master/src/curl.mk | |
version=$(wget -q -O- 'https://curl.haxx.se/download/?C=M;O=D' | \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
moved to https://github.com/darealshinji/scripts/blob/master/wslpath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/screenfetch-dev | |
+++ b/screenfetch-dev | |
@@ -827,6 +827,7 @@ | |
tinycore|tinycore*linux) distro="TinyCore" ;; | |
cygwin) distro="Cygwin" ;; | |
haiku) distro="Haiku" ;; | |
+ umbrella*unix*|umbrella*corporation) distro="Umbrella Unix"; distro_more="Umbrella Unix 2.1.7" ;; | |
esac | |
verboseOut "Finding distro...found as '${distro} ${distro_release}'" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <unistd.h> | |
#define LINE_SIZE 255 | |
#include <limits.h> | |
#ifndef LIBC6_ARCH | |
# if (__WORDSIZE == 64) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by MKVToolNix configure 9.9.0, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr --with-boost=/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs --enable-qt --enable-static-qt --enable-debug --disable-optimization | |
## --------- ## | |
## Platform. ## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
set -x | |
mkdir -p build | |
cd build | |
# readelf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb: libgtk2.0-0 | |
libgtk-x11-2.0.so.0 | |
libgdk-x11-2.0.so.0 | |
deb: libgdk-pixbuf2.0-0 | |
libgdk_pixbuf_xlib-2.0.so.0 | |
libgdk_pixbuf-2.0.so.0 | |
deb: libglib2.0-0 | |
libglib-2.0.so.0 |