Skip to content

Instantly share code, notes, and snippets.

View arcan1s's full-sized avatar
💭
with each bite does your sanity die

Evgenii Alekseev arcan1s

💭
with each bite does your sanity die
View GitHub Profile
@arcan1s
arcan1s / netctl-106-netctl-in.patch
Last active August 29, 2015 14:14
Netclt patch for #106
diff --git a/contrib/bash-completion b/contrib/bash-completion
index 4f73fab..1463e17 100644
--- a/contrib/bash-completion
+++ b/contrib/bash-completion
@@ -23,10 +23,10 @@ _netctl()
case $COMP_CWORD in
1)
- COMPREPLY=( $(compgen -W "--help --version list store restore stop-all start stop restart switch-to status enable disable reenable is-enabled edit" -- "$cur") )
+ COMPREPLY=( $(compgen -W "--help --version list store restore stop-all start stop restart switch-to status enable disable reenable is-active is-enabled edit" -- "$cur") )
@arcan1s
arcan1s / qmmp-643.patch
Created August 19, 2014 10:52
Patch for qmmp Issue#643
diff -ruN qmmp-plugin-pack-0.8.1.orig/src/Ui/qsui/mainwindow.cpp qmmp-plugin-pack-0.8.1/src/Ui/qsui/mainwindow.cpp
--- qmmp-plugin-pack-0.8.1.orig/src/Ui/qsui/mainwindow.cpp 2014-08-06 09:54:18.000000000 +0400
+++ qmmp-plugin-pack-0.8.1/src/Ui/qsui/mainwindow.cpp 2014-08-19 14:47:09.693898163 +0400
@@ -119,6 +119,7 @@
connect(m_ui.tabWidget,SIGNAL(currentChanged(int)), m_pl_manager, SLOT(selectPlayList(int)));
connect(m_ui.tabWidget, SIGNAL(tabCloseRequested(int)), m_pl_manager, SLOT(removePlayList(int)));
connect(m_ui.tabWidget, SIGNAL(tabMoved(int,int)), m_pl_manager, SLOT(move(int,int)));
+ connect(m_ui.tabWidget, SIGNAL(createPlayListRequested()), m_pl_manager, SLOT(createPlayList()));
m_ui.tabWidget->setContextMenuPolicy(Qt::CustomContextMenu);
@arcan1s
arcan1s / PKGBUILD
Created July 7, 2014 06:52
blender2.4 PKGBUILD
# Maintainer: Mikael Eriksson <mikael_eriksson@miffe.org>
pkgname=blender2.4-bin
pkgver=2.49
pkgrel=2
pkgdesc="A fully integrated 3D graphics creation suite, old 2.4 version (binary version)"
arch=('i686' 'x86_64')
url="http://blender.org/"
license=('GPL')
makedepends=('gendesk')
@arcan1s
arcan1s / kdepim-4.14.2-disable-baloo.patch
Last active August 29, 2015 14:01
Patch for kdepim-4.14.2 which disables dependence on baloo
diff -ruN kdepim-4.14.2.orig/CMakeLists.txt kdepim-4.14.2/CMakeLists.txt
--- kdepim-4.14.2.orig/CMakeLists.txt 2014-08-13 22:38:21.000000000 +0400
+++ kdepim-4.14.2/CMakeLists.txt 2014-08-20 19:44:03.153729005 +0400
@@ -178,9 +178,6 @@
find_package(Grantlee 0.3.0 QUIET CONFIG)
set_package_properties(Grantlee PROPERTIES DESCRIPTION "The Grantlee Template System" URL "http://www.gitorious.org/grantlee/pages/Home" TYPE REQUIRED PURPOSE "Grantlee is requires for kmail and templating, theming for KJots, KaddressBook, KNotes and MessageViewer(KMail)." )
- find_package(Baloo 4.14.0 QUIET CONFIG)
- set_package_properties(Baloo PROPERTIES DESCRIPTION "The Baloo libraries" URL "http://www.kde.org" TYPE REQUIRED PURPOSE "Baloo provides search capabilities in KMail and Akonadi")
-
@arcan1s
arcan1s / license_list
Last active January 3, 2016 03:49
zsh-completions license (0.11.0)
_ack bsd
_adb bsd
_ag ?
_android bsd
_artisan bsd
_atach ?
_baselayout bsd
_bower ?
_bpython bsd
_brew ?