Chakra
Chakra is a linux distribution forked from Arch and based on KDE
akabeicore
Core library for Akabei, Chakra’s package manager
-
Cloning this repository:
git clone git://gitorious.org/chakra/akabeicore.git akabeicore cd akabeicore
Add this repository as a remote to an existing local repository:
git remote add akabeicore git://gitorious.org/chakra/akabeicore.git git fetch akabeicore git checkout -b my-local-tracking-branch akabeicore/master_or_other_branch
akabeiclient
Client library for Akabei, Chakra’s package manager
-
Cloning this repository:
git clone git://gitorious.org/chakra/akabeiclient.git akabeiclient cd akabeiclient
Add this repository as a remote to an existing local repository:
git remote add akabeiclient git://gitorious.org/chakra/akabeiclient.git git fetch akabeiclient git checkout -b my-local-tracking-branch akabeiclient/master_or_other_branch
live-scripts
Live scripts for Chakra live cd
-
Cloning this repository:
git clone git://gitorious.org/chakra/live-scripts.git live-scripts cd live-scripts
Add this repository as a remote to an existing local repository:
git remote add live-scripts git://gitorious.org/chakra/live-scripts.git git fetch live-scripts git checkout -b my-local-tracking-branch live-scripts/master_or_other_branch
tribe
Chakra’s installer
-
Cloning this repository:
git clone git://gitorious.org/chakra/tribe.git tribe cd tribe
Add this repository as a remote to an existing local repository:
git remote add tribe git://gitorious.org/chakra/tribe.git git fetch tribe git checkout -b my-local-tracking-branch tribe/master_or_other_branch
chase
An automatic updater
-
Cloning this repository:
git clone git://gitorious.org/chakra/chase.git chase cd chase
Add this repository as a remote to an existing local repository:
git remote add chase git://gitorious.org/chakra/chase.git git fetch chase git checkout -b my-local-tracking-branch chase/master_or_other_branch
chakra-gtk-config
A K Control module for change the visual apperance of the Gtk apps and bundles
-
Cloning this repository:
git clone git://gitorious.org/chakra/chakra-gtk-config.git chakra-gtk-config cd chakra-gtk-config
Add this repository as a remote to an existing local repository:
git remote add chakra-gtk-config git://gitorious.org/chakra/chakra-gtk-config.git git fetch chakra-gtk-config git checkout -b my-local-tracking-branch chakra-gtk-config/master_or_other_branch
quick-usb-formatter
A tiny app for format usb sticks and devices
-
Cloning this repository:
git clone git://gitorious.org/chakra/quick-usb-formatter.git quick-usb-formatter cd quick-usb-formatter
Add this repository as a remote to an existing local repository:
git remote add quick-usb-formatter git://gitorious.org/chakra/quick-usb-formatter.git git fetch quick-usb-formatter git checkout -b my-local-tracking-branch quick-usb-formatter/master_or_other_branch
ccr-plasmoid
Plasmoid for handle the Chakra Community Repo
-
Cloning this repository:
git clone git://gitorious.org/chakra/ccr-plasmoid.git ccr-plasmoid cd ccr-plasmoid
Add this repository as a remote to an existing local repository:
git remote add ccr-plasmoid git://gitorious.org/chakra/ccr-plasmoid.git git fetch ccr-plasmoid git checkout -b my-local-tracking-branch ccr-plasmoid/master_or_other_branch
welcome-plasmoid
This is our welcome plasmoid for the live CD
-
Cloning this repository:
git clone git://gitorious.org/chakra/welcome-plasmoid.git welcome-plasmoid cd welcome-plasmoid
Add this repository as a remote to an existing local repository:
git remote add welcome-plasmoid git://gitorious.org/chakra/welcome-plasmoid.git git fetch welcome-plasmoid git checkout -b my-local-tracking-branch welcome-plasmoid/master_or_other_branch
rcconf-settings
A KCM for manage the Rc.conf file for Chakra GNU/Linux
-
Cloning this repository:
git clone git://gitorious.org/chakra/rcconf-settings.git rcconf-settings cd rcconf-settings
Add this repository as a remote to an existing local repository:
git remote add rcconf-settings git://gitorious.org/chakra/rcconf-settings.git git fetch rcconf-settings git checkout -b my-local-tracking-branch rcconf-settings/master_or_other_branch
cinstall
a simple bundle handler
-
Cloning this repository:
git clone git://gitorious.org/chakra/cinstall.git cinstall cd cinstall
Add this repository as a remote to an existing local repository:
git remote add cinstall git://gitorious.org/chakra/cinstall.git git fetch cinstall git checkout -b my-local-tracking-branch cinstall/master_or_other_branch
cbundle
a shared library for using Chakra software bundles
-
Cloning this repository:
git clone git://gitorious.org/chakra/cbundle.git cbundle cd cbundle
Add this repository as a remote to an existing local repository:
git remote add cbundle git://gitorious.org/chakra/cbundle.git git fetch cbundle git checkout -b my-local-tracking-branch cbundle/master_or_other_branch
akabei
Chakra’s CLI package manager
-
Cloning this repository:
git clone git://gitorious.org/chakra/akabei.git akabei cd akabei
Add this repository as a remote to an existing local repository:
git remote add akabei git://gitorious.org/chakra/akabei.git git fetch akabei git checkout -b my-local-tracking-branch akabei/master_or_other_branch
chakra-live
Tools to create a Chakra live cd
-
Cloning this repository:
git clone git://gitorious.org/chakra/chakra-live.git chakra-live cd chakra-live
Add this repository as a remote to an existing local repository:
git remote add chakra-live git://gitorious.org/chakra/chakra-live.git git fetch chakra-live git checkout -b my-local-tracking-branch chakra-live/master_or_other_branch
chakra-initscripts
System initialization/bootup scripts
-
Cloning this repository:
git clone git://gitorious.org/chakra/chakra-initscripts.git chakra-initscripts cd chakra-initscripts
Add this repository as a remote to an existing local repository:
git remote add chakra-initscripts git://gitorious.org/chakra/chakra-initscripts.git git fetch chakra-initscripts git checkout -b my-local-tracking-branch chakra-initscripts/master_or_other_branch
chakra-filesystem
Base filesystem
-
Cloning this repository:
git clone git://gitorious.org/chakra/chakra-filesystem.git chakra-filesystem cd chakra-filesystem
Add this repository as a remote to an existing local repository:
git remote add chakra-filesystem git://gitorious.org/chakra/chakra-filesystem.git git fetch chakra-filesystem git checkout -b my-local-tracking-branch chakra-filesystem/master_or_other_branch
chakra-initscripts-systemd
Chakra specific systemd initialization/bootup scripts for systemd
-
Cloning this repository:
git clone git://gitorious.org/chakra/chakra-initscripts-systemd.git chakra-initscripts-systemd cd chakra-initscripts-systemd
Add this repository as a remote to an existing local repository:
git remote add chakra-initscripts-systemd git://gitorious.org/chakra/chakra-initscripts-systemd.git git fetch chakra-initscripts-systemd git checkout -b my-local-tracking-branch chakra-initscripts-systemd/master_or_other_branch
chakra-systemd-units
Chakra GNU/Linux-specific native unit files for systemd
-
Cloning this repository:
git clone git://gitorious.org/chakra/chakra-systemd-units.git chakra-systemd-units cd chakra-systemd-units
Add this repository as a remote to an existing local repository:
git remote add chakra-systemd-units git://gitorious.org/chakra/chakra-systemd-units.git git fetch chakra-systemd-units git checkout -b my-local-tracking-branch chakra-systemd-units/master_or_other_branch
cbundle-kio
A KIOSlave for CBundle
-
Cloning this repository:
git clone git://gitorious.org/chakra/cbundle-kio.git cbundle-kio cd cbundle-kio
Add this repository as a remote to an existing local repository:
git remote add cbundle-kio git://gitorious.org/chakra/cbundle-kio.git git fetch cbundle-kio git checkout -b my-local-tracking-branch cbundle-kio/master_or_other_branch
ckblayout
A tool for keyboard layout configuration in Chakra
-
Cloning this repository:
git clone git://gitorious.org/chakra/ckblayout.git ckblayout cd ckblayout
Add this repository as a remote to an existing local repository:
git remote add ckblayout git://gitorious.org/chakra/ckblayout.git git fetch ckblayout git checkout -b my-local-tracking-branch ckblayout/master_or_other_branch
createpkg
A bash helper for creating Akabei packages from source code
-
Cloning this repository:
git clone git://gitorious.org/chakra/createpkg.git createpkg cd createpkg
Add this repository as a remote to an existing local repository:
git remote add createpkg git://gitorious.org/chakra/createpkg.git git fetch createpkg git checkout -b my-local-tracking-branch createpkg/master_or_other_branch
oxygen-gtk-icons
The oxygen Gtk icons theme is a fork made using the oxygenrefit icons theme. All the code is pulled first and then replaced with proper icons from the oxygen project tryng to extend oxygen to the gnome apps needs.
-
Cloning this repository:
git clone git://gitorious.org/chakra/oxygen-gtk-icons.git oxygen-gtk-icons cd oxygen-gtk-icons
Add this repository as a remote to an existing local repository:
git remote add oxygen-gtk-icons git://gitorious.org/chakra/oxygen-gtk-icons.git git fetch oxygen-gtk-icons git checkout -b my-local-tracking-branch oxygen-gtk-icons/master_or_other_branch
Activities 
-
Friday January 27 2012
-
Push
20:15
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from b2d3c01 to 24a07b9
-
Push
02:36
-
Push
00:14
Phil Miller pushed 1 commit to chakra/tribe:master. View diff
master changed from 0b89a24 to d6bd85e
-
-
Thursday January 26 2012
-
Push
20:33
Phil Miller pushed 2 commits to chakra/tribe:master. View diff
master changed from 289bc91 to 0b89a24
-
Push
19:26
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from 04bbc72 to f99a7a2
-
-
Tuesday January 24 2012
-
Push
21:04
Phil Miller pushed 1 commit to chakra/chakra-filesystem:master. View diff
master changed from 5676bf9 to 635d495
-
Push
20:26
Phil Miller pushed 1 commit to chakra/chakra-filesystem:master. View diff
master changed from ed4ce00 to 5676bf9
-
Push
19:03
Lisa Vitolo pushed 1 commit to chakra/tribe:master. View diff
master changed from f54643b to 289bc91
-
-
Monday January 23 2012
-
Push
23:09
Lisa Vitolo pushed 2 commits to chakra/tribe:udisks. View diff
udisks changed from 0638708 to b2d3c01
-
Push
20:55
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from 4a43751 to 0638708
-
Push
20:28
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from 199dbe4 to 4a43751
-
Push
20:27
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from 90674f9 to 199dbe4
-
Push
20:19
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from ccf3142 to 90674f9
-
Push
19:53
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from e452405 to ccf3142
-
Commit
15:26
Lukas Appelhans created branch progressbarrework on chakra/akabei
-
Push
13:19
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from d7dd593 to e452405
-
-
Sunday January 22 2012
-
Push
23:28
Lisa Vitolo pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from c710e7b to d7dd593
-
Push
21:27
-
Push
18:18
Phil Miller pushed 1 commit to chakra/tribe:master. View diff
master changed from 91a60ca to d7ef689
-
Push
12:08
Phil Miller pushed 1 commit to chakra/chakra-initscripts:master. View diff
master changed from 2e36578 to 3bb3f0b
-
Push
11:59
Phil Miller pushed 1 commit to chakra/chakra-initscripts:master. View diff
master changed from aaf2019 to 2e36578
-
Push
00:18
Phil Miller pushed 1 commit to chakra/tribe:master. View diff
master changed from ba98fbe to 91a60ca
-
-
Saturday January 21 2012
-
Push
23:56
Phil Miller pushed 1 commit to chakra/tribe:master. View diff
master changed from 9ce06ea to ba98fbe
-
Push
22:31
Phil Miller pushed 1 commit to chakra/tribe:master. View diff
master changed from 89286f0 to 9ce06ea
-
Push
19:49
-
Push
18:59
Lisa Vitolo pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from 60e204a to c710e7b
-
Push
17:38
Alessio Colucci pushed 2 commits to chakra/tribe:udisks. View diff
udisks changed from 314b76e to 60e204a
-
Push
17:24
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from c0c8470 to 04bbc72
-
Push
16:33
Lisa Vitolo pushed 2 commits to chakra/tribe:udisks. View diff
udisks changed from 6a2a2da to 314b76e
-
Push
16:15
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from 7dd1091 to 6a2a2da
-

