Skip to content

Instantly share code, notes, and snippets.

diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index 375fdbd..53f7ea3 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -19,7 +19,7 @@ sha512sums=('c9fdc28562714bddc889805e1d439a7dd425f721a8236b8f8ec4727ce24e5053693
build() {
cd $pkgname-$pkgver
- ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+ ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname --enable-opencc
# Maintainer: utsi
pkgname=qtcreator-cppcheck-plugin
pkgver=4.7.0
pkgrel=1
pkgdesc="Qt Creator Cppcheck integration plugin"
groups=('qt' 'qt5')
arch=('x86_64')
provides=('qtcreator-cppcheck-plugin')
conflicts=()
license=('MIT')
@marmistrz
marmistrz / PKGBUILD
Created October 15, 2018 16:59
PKGBUILD for Mnemosyne 2.6.1
# Maintainer: Sam S. <smls75@gmail.com>
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=mnemosyne
pkgver=2.6.1
pkgrel=1
pkgdesc="A flash-card tool with a sophisticated card review algorithm"
arch=('i686' 'x86_64')
url='http://www.mnemosyne-proj.org'
license=('GPL')
@marmistrz
marmistrz / rustup-alongside-rust.md
Created October 12, 2018 13:43
Install Rustup alongside repository Rust

First download the rustup installer

curl https://sh.rustup.rs -sSf >rustup.sh

Launch it, adding the -y flag to install even though Rust is already installed.

sh rustup.sh -y

Finally edit your .bash_profile or .profile so that $HOME/.cargo/bin is appended to the end of the path

# HG changeset patch
# User Marcin Mielniczuk <marmistrz.dev@zoho.eu>
Implement server-side logic for Rnd
---
gameServer2/src/protocol/messages.rs | 4 +-
gameServer2/src/server/handlers/common.rs | 63 +++++++++++++++++++++++
gameServer2/src/server/handlers/inroom.rs | 6 ++-
gameServer2/src/server/handlers/lobby.rs | 4 +-
# HG changeset patch
# User Marcin Mielniczuk <marmistrz.dev@zoho.eu>
Implement server-side logic for Rnd
---
gameServer2/src/protocol/messages.rs | 4 +-
gameServer2/src/server/handlers/common.rs | 63 +++++++++++++++++++++++
gameServer2/src/server/handlers/inroom.rs | 6 ++-
gameServer2/src/server/handlers/lobby.rs | 4 +-
diff -r a0c3431f60ac gameServer2/Cargo.toml
--- a/gameServer2/Cargo.toml Tue Jul 03 23:05:09 2018 +0300
+++ b/gameServer2/Cargo.toml Tue Jul 03 22:27:45 2018 +0200
@@ -8,7 +8,7 @@
mio = "0.6"
slab = "0.4"
netbuf = "0.4.0"
-nom = "3.2"
+nom = "4"
env_logger = "0.4"
# HG changeset patch
# User Marcin Mielniczuk <marmistrz.dev@zoho.eu>
Update rand and log to the latest versions
---
gameServer2/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gameServer2/Cargo.toml b/gameServer2/Cargo.toml
# HG changeset patch
# User Marcin Mielniczuk <marmistrz.dev@zoho.eu>
Add cargo/rls build artifacts to .gitignore
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
@marmistrz
marmistrz / PKGBUILD
Created January 3, 2018 16:15
PKGBUILD for paperkey
# Maintainer: rich_o <aurua@riseup.net>
# Contributor: Marcin Mielniczuk <marmistrz.dev at zoho dot eu>
pkgname=paperkey
pkgver=1.5
pkgrel=1
pkgdesc="Make long term backups of OpenPGP keys by printing only the secret bits on paper."
arch=('i686' 'x86_64')
url="http://www.jabberwocky.com/software/paperkey/"
license=('GPL2')