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 February 03 2012
-
Push
22:25
Phil Miller pushed 1 commit to chakra/chakra-live:master. View diff
master changed from a0ce411 to e92c88f
-
Push
18:01
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from d105952 to a0ce411
-
Push
16:58
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from 976db1c to d105952
-
Push
16:37
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from 64b8c34 to 976db1c
-
Push
12:50
Lisa Vitolo pushed 1 commit to chakra/akabei:master. View diff
master changed from 0bde47e to 1948b81
-
Push
02:46
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from 29586b8 to 64b8c34
-
-
Thursday February 02 2012
-
Commit
20:12
Lukas Appelhans created branch epoch on chakra/akabeicore
-
Push
16:43
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from d39ea20 to 29586b8
-
-
Wednesday February 01 2012
-
Push
22:30
Phil Miller pushed 1 commit to chakra/tribe:master. View diff
master changed from 6489b95 to 3e304b6
-
Push
22:20
Phil Miller pushed 1 commit to chakra/chakra-filesystem:master. View diff
master changed from a339910 to c081f05
-
Push
05:16
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from ae191e2 to d39ea20
-
Push
03:45
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from a44279d to ae191e2
-
Push
03:38
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from 284e341 to a44279d
-
Push
03:35
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from f99a7a2 to 284e341
-
-
Tuesday January 31 2012
-
Favorite
17:27
Georg Grabler started watching chakra/ckblayout
-
-
Saturday January 28 2012
-
Push
22:22
Phil Miller pushed 1 commit to chakra/chakra-filesystem:master. View diff
master changed from 635d495 to a339910
-
-
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
-

