William Snyders
f0476f9968
Update dependanceies for Arch packages.
2013-11-15 11:55:55 -08:00
Kim Silkebækken
ad4a1b546a
Fix Arch Linux AUR package upload issues
...
Some workarounds have been added so that AUR correctly parses the
package name and dependencies when the package is uploaded.
2013-07-31 16:11:20 +02:00
Kim Silkebækken
99e0cf57b8
Improve Arch Linux packages
...
Use simplified syntax and messages, fix package names, ref
HalosGhost/patch-{2,3}.
2013-07-31 15:24:40 +02:00
Kim Silkebækken
0ff02f7b1f
Merge remote-tracking branch 'mmlb/add-fontpatcher-to-PKGBUILD' into develop
2013-07-31 14:37:10 +02:00
Kim Silkebækken
35364ecbd0
Merge remote-tracking branch 'HalosGhost/patch-3' into develop
2013-07-31 14:34:59 +02:00
Manuel Mendez
2be3059ebd
arch: update pkgrel to 2.
2013-07-02 08:52:22 -04:00
Manuel Mendez
4083cf4cc0
arch: break package() into separate packages.
2013-07-02 08:52:18 -04:00
Manuel Mendez
01560ae714
arch: add fontpatcher to archlinux/python-powerline.
2013-07-02 08:44:12 -04:00
Manuel Mendez
ffb29d60d8
arch: add fontpatcher to archlinux/python2-powerline.
2013-07-02 08:43:37 -04:00
Manuel Mendez
79e7640bba
arch: add provides=('powerline') to PKGBUILDs.
2013-07-02 08:41:05 -04:00
Sam Stuewe
b0c5c05924
Clean up package function for python3
...
``|| return 1`` is very old syntax and is no longer needed. And, the ``install`` command can handle directory creation and file installation in the same command which cuts a great deal of unnecessary commands out.
Also, remember, ``msg2`` in the package function will be printed during the making of the package, not during the installation. Thus, instead of ``msg2`` (as they really serve only as documentation), comments should be preferred.
2013-06-28 10:48:01 -05:00
Sam Stuewe
1970d0787c
Clean up package function for python2
...
The "|| return 1" is very old syntax and is no longer needed. And, the ``install`` command can handle directory creation and file installation in the same command which cuts a great deal of unnecessary commands out.
Also, remember, msg2s in the package function will be printed during the making of the package, not during the installation. Thus, instead of msg2s (as this really would serve only as documentation), comments should be preferred.
2013-06-28 10:43:12 -05:00
Kim Silkebækken
8d9fa13797
Update Arch Linux packages to use updated VCS syntax
...
Closes #479
2013-06-28 14:14:37 +02:00
Kim Silkebækken
79fcdc63bd
Update Arch Linux optdepends and conflicts
2013-04-12 20:29:07 +02:00
ZyX
b507029741
Replace shell script with python one
2013-04-07 04:23:31 +04:00
ZyX
cc1c982696
Move configuration to /etc/xdg/powerline
...
XDG_CONFIG_DIRS is set in /etc/env.d by configuration from xdg-utils package,
but it is not guaranteed to be present in the system
2013-03-24 19:35:25 +04:00
Kim Silkebækken
b1b0f2427e
Install fonts to OTF instead of TTF in PKGBUILDs
...
Fixes #320
2013-03-13 14:09:26 +01:00
ZyX
fdab80cd00
Add python-argparse dependency
2013-03-11 15:53:37 +01:00
ZyX
6c7e454fd8
Fix license
...
Fixes #299
2013-03-11 15:53:35 +01:00
ZyX
a6d48232b0
Add python_test, more exclusions
...
Fixes #289
2013-03-11 15:53:32 +01:00
Kim Silkebækken
154d1aeac1
Fix issues in Arch Linux PKGBUILDS
...
Closes #291 .
2013-03-08 18:02:03 +01:00
Kim Silkebækken
162f5ac55b
Change license from CC BY-SA to the MIT license
...
Refs #299 .
2013-03-08 17:58:06 +01:00
ZyX
47cfde0ecc
Add support for python-2.6
2013-03-03 21:03:17 +01:00
Kim Silkebækken
21b59149bf
Move docs to readthedocs.org
2013-02-10 14:04:07 +01:00
ZyX
d414a7e491
Add more USE flags to gentoo ebuild
2013-02-10 13:55:32 +01:00
ZyX
da5ac61062
Fix location of powerline.vim file
...
rm is uncommented because there is no “source_plugin” now.
2013-02-10 13:55:27 +01:00
Kim Silkebækken
907e85931b
Fix vim plugin path in Arch Linux packages
2013-02-08 14:40:46 +01:00
Kim Silkebækken
91c143bdd0
Update Arch Linux PKGBUILDs
2013-01-31 10:36:10 +01:00
Kim Silkebækken
9282bf61f4
Add package conflicts to Arch Linux PKGBUILDs
2013-01-24 08:00:18 +01:00
Kim Silkebækken
b620d3a925
Split Arch Linux packages into Python 2/3 variants
2013-01-23 08:27:44 +01:00
ZyX
fd98313592
Use elog in place of einfo
...
Otherwise message is not repeated at the end of building process and thus is
likely to be missed by user.
2013-01-22 18:40:00 +01:00
Kim Silkebækken
772372786e
Update Arch Linux PKGBUILD
2013-01-22 18:26:11 +01:00
ZyX
a462f1e82b
Add zsh USE flag and information about Python 3.3 compatibility
2013-01-22 18:05:54 +01:00
Kim Silkebækken
c818e7c611
Install source_plugin.vim in Arch Linux PKGBUILD
2013-01-22 17:20:58 +01:00
ZyX
0d39dd5507
Add installation of powerline.vim into /usr/share/vim/vimfiles/plugin
2013-01-22 17:10:11 +01:00
ZyX
41da160339
Add Gentoo live ebuild
...
Still needed to push this ebuild to some overlay or main tree; otherwise
it requires more effort to use.
Users need to use
eselect fontconfig enable 10-powerline-symbols.conf
to actually use the fontconfig file (should be added to the docs).
Ebuild itself installs the file, but doesn't enable it.
2013-01-19 16:43:55 +01:00
Kim Silkebækken
1637a1312f
Improve font installation in Arch Linux package
2013-01-18 16:52:03 +01:00
Kim Silkebækken
18813c5f06
Install symbol font in Arch Linux package
...
Refs #60 .
2013-01-18 11:19:38 +01:00
Kim Silkebækken
14c4ba45b3
Move Arch Linux package into separate directory
2013-01-18 11:03:29 +01:00