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 
-
Wednesday February 22 2012
-
Push
18:29
Lisa Vitolo pushed 1 commit to chakra/akabeicore:master. View diff
master changed from a52bb1c to bfc85a5
-
Push
17:14
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from d026bdd to 0f2ba79
-
Push
17:10
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from 27a7842 to d026bdd
-
Push
16:35
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from 9a7c78a to 27a7842
-
Push
14:57
Lisa Vitolo pushed 2 commits to chakra/akabei:master. View diff
master changed from 25cd956 to c5bbfc6
-
-
Monday February 20 2012
-
Push
16:53
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from 844f1ad to fbc0b6f
-
Push
16:20
-
Push
16:18
abveritas pushed 1 commit to chakra/chakra-live:master. View diff
master changed from 5dfdecb to 844f1ad
-
Push
16:15
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from 69d5aa0 to 9a7c78a
-
Push
12:33
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from 484c994 to 69d5aa0
-
-
Sunday February 19 2012
-
Push
23:30
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from c83561d to 484c994
-
Push
22:24
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from 4fd2aa9 to c83561d
-
Push
20:59
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from fbc7b2f to 4fd2aa9
-
-
Saturday February 18 2012
-
Push
22:53
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from cedcb8f to fbc7b2f
-
-
Friday February 17 2012
-
Push
23:32
Lisa Vitolo pushed 2 commits to chakra/akabei:master. View diff
master changed from aa64667 to 25cd956
-
Push
20:02
Lisa Vitolo pushed 1 commit to chakra/akabei:master. View diff
master changed from a384089 to aa64667
-
Commit
18:10
Lisa Vitolo deleted branch documentation on chakra/akabeicore
-
Push
18:09
Lisa Vitolo pushed 7 commits to chakra/akabeicore:master. View diff
master changed from bb9f9ed to a52bb1c
-
Push
18:09
Phil Miller pushed 1 commit to chakra/chakra-live:master. View diff
master changed from 28bd3c3 to 5dfdecb
-
Commit
16:38
Lisa Vitolo deleted branch epoch on chakra/akabeicore
-
Push
16:29
Lisa Vitolo pushed 4 commits to chakra/akabeicore:master. View diff
master changed from 9cb3c36 to bb9f9ed
-
Push
14:46
Lisa Vitolo pushed 1 commit to chakra/akabei:master. View diff
master changed from 26b5f19 to a384089
-
-
Wednesday February 15 2012
-
Push
00:01
Lisa Vitolo pushed 1 commit to chakra/akabeicore:epoch. View diff
epoch changed from c254176 to e4525d1
-
-
Tuesday February 14 2012
-
Push
21:29
Lisa Vitolo pushed 1 commit to chakra/akabeicore:master. View diff
master changed from 4d1b7a4 to 9cb3c36
-
Push
20:52
Lisa Vitolo pushed 1 commit to chakra/akabeicore:master. View diff
master changed from 2a4efec to 4d1b7a4
-
-
Monday February 13 2012
-
Push
17:33
abveritas pushed 1 commit to chakra/welcome-plasmoid:master. View diff
master changed from f21257e to 0ba99f3
-
Favorite
13:46
sgpp started watching chakra/chase
-
-
Sunday February 12 2012
-
Push
22:31
fritzvantom pushed 1 commit to chakra/tribe:qmlport. View diff
qmlport changed from 799cf8e to cedcb8f
-
Push
22:14
-
Push
21:57
Alessio Colucci pushed 1 commit to chakra/tribe:udisks. View diff
udisks changed from 3729aca to 20902e6
-

