This file contains hidden or 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 | |
| CONV='enconv -L ru -x utf8 ' | |
| # GET='curl -s --range=1-1024 | |
| #GET='wget -q -O - ' | |
| GET='elinks -source -force-html ' | |
| for arg in ${@}; do | |
| if grep -q "http" <<<"${arg}" ;then | |
| LINK="${arg}" |
This file contains hidden or 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 -r 0355be54e3a9 mcabber/mcabber/commands.c | |
| --- a/mcabber/mcabber/commands.c Sun May 11 18:02:41 2014 +0200 | |
| +++ b/mcabber/mcabber/commands.c Tue May 13 20:02:43 2014 +0400 | |
| @@ -2074,10 +2074,12 @@ | |
| strncpy(buffer, "Room members:", 127); | |
| scr_WriteIncomingMessage(bjid, buffer, 0, HBB_PREFIX_INFO, 0); | |
| + int cnt = 0; | |
| resources = buddy_getresources(bud); | |
| for (p_res = resources ; p_res ; p_res = g_slist_next(p_res)) { |
This file contains hidden or 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
| # Maintainer: Lucas de Sena <lucas DOT ta23 @ gmail DOT com> | |
| # Developer: Alexandre Dantas <alex DOT dantas92 @ gmail DOT com> | |
| # Contributor: Shizeeg Unadequatov <shizeeque @ gmail DOT com> | |
| pkgname=yetris-git | |
| pkgver=2.0.1.r0.g4e1be22 | |
| pkgrel=2 | |
| pkgdesc="Customizable Tetris(tm) for the terminal" | |
| arch=('x86_64' 'i686') | |
| url="http://www.github.com/alexdantas/yetris/" |
This file contains hidden or 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
| # Maintainer: Marcin Karpezo <sirmacik at gmail dot com> | |
| # Contributor: Shizeeg Unadequatov <shizeeque at gmail.com> | |
| pkgname=uemacs-git | |
| pkgver=20130222 | |
| pkgrel=1 | |
| pkgdesc="Micro-emacs version customized by Linus Torvalds" | |
| arch=('i686' 'x86_64') | |
| url="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary" | |
| license=('custom') |
This file contains hidden or 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
| # Maintainer: Moritz Lipp <[email protected]> | |
| # Contributor: Shizeeg Unadequatov <[email protected]> | |
| pkgname=zathura-git | |
| _gitname='zathura' | |
| pkgver=20130626 | |
| pkgrel=1 | |
| pkgdesc="a document viewer" | |
| arch=('i686' 'x86_64') | |
| url="http://pwmt.org/projects/zathura" |
This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # vim: ts=4:st=4:et | |
| """ | |
| Yandex.Speller-cli For more info, see <http://www.yandex.net/speller> | |
| Copyright (C) 2013 sh!zeeg <[email protected]> | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by |
This file contains hidden or 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
| # Maintainer: Ferk <ferkiwi at gmail.com> | |
| # Contributor: Shizeeque Unadequatov <[email protected]> | |
| pkgname=imlib2-webp-git | |
| _gitname=imlib2-webp | |
| pkgver=20121209 | |
| pkgrel=1 | |
| pkgdesc='A WebP loader for Imlib2. Enables WebP support for every application that uses the imlib2 library.' | |
| arch=('i686' 'x86_64') | |
| url='http://www.hauweele.net/~gawen/imlib2-webp.html' |
This file contains hidden or 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
| # Maintainer: Jesse Jaara <gmail.com: jesse.jaara> | |
| # Contributor: Shizeeg Unadequatov <[email protected]> | |
| pkgname=dfbterm-git | |
| pkgver=20121217 | |
| pkgrel=1 | |
| pkgdesc="Terminal emulator for directfb. Git version" | |
| arch=('i686' 'x86_64') | |
| url="http://www.directfb.org" | |
| license=('LGPL') |
This file contains hidden or 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
| # Contributor: Georgios N. Tsalikis <[email protected]> | |
| # Contributor: Shizeeque Unadequatov <[email protected]> | |
| pkgname=lite-git | |
| pkgver=20121223 | |
| pkgrel=1 | |
| pkgdesc="A toolkit engine for DirectFB" | |
| arch=('i686' 'x86_64') | |
| url="http://www.directfb.org" | |
| license="LGPL" |
This file contains hidden or 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
| # Maintainer: ntkoopman ??? | |
| # Contributor: Shizeeg Unadequatov <[email protected]> | |
| pkgname=swiften-git | |
| pkgver=20130408 | |
| pkgrel=1 | |
| pkgdesc="XMPP Client Library" | |
| arch=('i686' 'x86_64') | |
| url="http://swift.im/" | |
| license=('GPL3') |