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 / 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 ?
@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 / 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 / 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 / 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 / netctl-106-netctl-auto.patch
Last active August 29, 2015 14:14
Netclt patch for #106
diff --git a/contrib/bash-completion b/contrib/bash-completion
index 4f73fab..b463a31 100644
--- a/contrib/bash-completion
+++ b/contrib/bash-completion
@@ -40,10 +40,10 @@ _netctl_auto()
case $COMP_CWORD in
1)
- COMPREPLY=( $(compgen -W "--help --version list current switch-to enable disable enable-all disable-all" -- "$cur") )
+ COMPREPLY=( $(compgen -W "--help --version list current switch-to enable disable enable-all disable-all is-active is-enabled" -- "$cur") )
@arcan1s
arcan1s / PKGBUILD
Created February 1, 2015 01:01
PKGBUILD for netctl-gui-1.4.0
# Maintainer: Evgeniy "arcanis" Alexeev <arcanis.arch at gmail dot com>
pkgbase=netctl-gui
pkgname=('libnetctlgui' 'netctlgui-helper' 'netctl-gui')
pkgver=1.4.0
pkgrel=1
pkgdesc="Qt4/Qt5 GUI for netctl. Also provides a widget for KDE"
arch=('i686' 'x86_64')
url="http://arcanis.name/projects/netctl-gui"
license=('GPL3')
@arcan1s
arcan1s / plasmashell.log
Created June 18, 2015 22:05
plasmashell crash log
[2015-06-19T00:29:45.319Z][NetctlAdds::setDataBySource] : Data QMap(("value", QVariant(QString, "::1/128") ) )
[2015-06-19T00:29:45.319Z][Netctl::updateSourceEvent]
[2015-06-19T00:29:45.319Z][Netctl::updateSourceEvent] : Source name "profiles"
[2015-06-19T00:29:45.319Z][Netctl::getProfileList]
[2015-06-19T00:29:45.319Z][Netctl::getCmdOutput]
[2015-06-19T00:29:45.319Z][Netctl::getCmdOutput] : Cmd "/usr/bin/netctl-auto list"
[2015-06-19T00:29:45.339Z][Netctl::updateSourceEvent]
[2015-06-19T00:29:45.339Z][Netctl::updateSourceEvent] : Source name "status"
[2015-06-19T00:29:45.339Z][Netctl::getProfileStringStatus]
[2015-06-19T00:29:45.339Z][NetctlAdds::setDataBySource]
@arcan1s
arcan1s / plasmashell.log
Created June 19, 2015 10:22
plasmashell.log
[2015-06-19T02:47:24.265Z][Netctl::updateSourceEvent] : Source name "intip4"
[2015-06-19T02:47:24.265Z][Netctl::getIntIp]
[2015-06-19T02:47:24.266Z][NetctlAdds::setDataBySource]
[2015-06-19T02:47:24.266Z][NetctlAdds::setDataBySource] : Source "intip4"
[2015-06-19T02:47:24.266Z][NetctlAdds::setDataBySource] : Data QMap(("value", QVariant(QString, "192.168.0.101") ) )
[2015-06-19T02:47:24.266Z][Netctl::updateSourceEvent]
[2015-06-19T02:47:24.267Z][Netctl::updateSourceEvent] : Source name "intip6"
[2015-06-19T02:47:24.267Z][Netctl::getIntIp]
[2015-06-19T02:47:24.267Z][NetctlAdds::setDataBySource]
[2015-06-19T02:47:24.267Z][NetctlAdds::setDataBySource] : Source "intip6"
@arcan1s
arcan1s / stdout
Created October 16, 2015 14:46
for I in $(yaourt -Qlq libasl | grep '/usr/lib\|usr/bin'); do readelf -d $I 2> /dev/null| grep NEEDED | cut -d' ' -f19 |tr -d '[]'; done | sort | uniq
libOpenCL.so.1
libasl.so.0
libaslacl.so.0
libaslcommon.so.0
libaslnum.so.0
libaslvtk.so.0
libboost_filesystem.so.1.58.0
libboost_program_options.so.1.58.0
libboost_system.so.1.58.0
libc.so.6