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/bash | |
foo() { | |
printf "'%s'" $* | |
} | |
bar() { | |
printf "'%s'" $@ | |
} |
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
# Maintainer: Arthur Darcet <arthur.darcet at m4x.org> | |
# Contributor: Techlive Zheng <techlivezheng at gmail.com> | |
pkgname=libiconv | |
pkgver=1.14 | |
pkgrel=1 | |
pkgdesc='Provides libiconv.so and libcharset.so' | |
arch=('i686' 'x86_64') | |
url='http://www.gnu.org/software/libiconv/' | |
license=('LGPL') |
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
# i3 config file | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! | |
set $mod Mod4 | |
##### | |
# | |
# Fonts | |
# |
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
# Maintainer: Techlive Zheng <techlivezheng at gmail dot com> | |
# Contributor: Max Riveiro <[email protected]> | |
_pkgname=tig | |
pkgname=tig-git | |
pkgdesc="Text-mode interface for git" | |
pkgver=1.2.1.r58.g00979ec | |
pkgrel=1 | |
url="http://jonas.nitro.dk/tig/" | |
arch=('i686' 'x86_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
# Maintainer: Techlive Zheng <techlivezheng at gmail dot com> | |
# Contributor: Maxim Chervonny <[email protected]> | |
pkgname=dotploy | |
pkgdesc="A bash only script to deploy $HOME dot files acrossing different hosts" | |
pkgver=0.3.3 | |
pkgrel=1 | |
url="https://github.com/techlivezheng/dotploy" | |
arch=('any') | |
license=('GPL') |
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
# Maintainer: Techlive Zheng <techlivezheng at gmail dot com> | |
# Contributor: Maxim Chervonny <[email protected]> | |
_pkgname=dotploy | |
pkgname=dotploy-git | |
pkgdesc="A bash only script to deploy $HOME dot files acrossing different hosts" | |
pkgver=0.3.3.r0.ge947c85 | |
pkgrel=1 | |
url="https://github.com/techlivezheng/dotploy" | |
arch=('any') |
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/src/driver/0.20.x/Makefile.am b/src/driver/0.20.x/Makefile.am | |
index a1e7416..65cb006 100644 | |
--- a/src/driver/0.20.x/Makefile.am | |
+++ b/src/driver/0.20.x/Makefile.am | |
@@ -8,6 +8,7 @@ AM_CFLAGS = -g \ | |
-DPACKAGE_ICONDIR=\"$(datadir)/valadoc/icons/\" \ | |
-I ../../libvaladoc/ \ | |
$(GLIB_CFLAGS) \ | |
+ $(LIBGVC_CFLAGS) \ | |
$(LIBGEE_CFLAGS) \ |
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
# Maintainer: Techlive Zheng <[email protected]> | |
# Contributor: Thomas Dziedzic <[email protected]> | |
# Contributor: Jan "heftig" Steffens <[email protected]> | |
# Contributor: tobias [ tobias at archlinux org ] | |
# Contributor: Daniel J Griffiths <[email protected]> | |
pkgbase=vim-cli | |
pkgname=('vim-cli' 'vim-cli-runtime') | |
_topver=7.4 | |
_patchlevel=16 |
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
# Maintainer: Techlive Zheng <techlivezheng [at] gmail [dot] com> | |
# Contributor: Arthur Titeica <arthur.titeica [at] gmail [dot] com> | |
# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com> | |
# Contributor: Piotr Beling <[email protected]> | |
# Contributor: Wael Nasreddine <[email protected]> | |
# Contributor: Guillermo A. Amaral <[email protected]> (thewonka) | |
pkgname='perl-convert-tnef' | |
pkgver='0.18' | |
pkgrel='3' |
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
# Maintainer: Techlive Zheng <techlivezheng [at] gmail [dot] com> | |
# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com> | |
# Contributor: David Zaragoza <[email protected]> | |
# Contributor: Piotr Beling <[email protected]> | |
# Contributor: Wael Nasreddine <[email protected]> | |
# Contributor: Guillermo A. Amaral <[email protected]> (thewonka) | |
# Contributor: Chih-mao Chen <[email protected]> | |
pkgname='perl-convert-uulib' | |
pkgver='1.4' |
OlderNewer