Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Akabei
Akabei frontend
Commits
705675b1
Commit
705675b1
authored
Sep 11, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed from chakraos.org to chakralinux.org
parent
ddc07122
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
main.cpp
main.cpp
+6
-6
scripts/akabei-test-chroot/akabei.conf
scripts/akabei-test-chroot/akabei.conf
+4
-4
scripts/akabei-test-chroot/atf.sh
scripts/akabei-test-chroot/atf.sh
+4
-4
No files found.
main.cpp
View file @
705675b1
...
...
@@ -380,13 +380,13 @@ int main(int argc, char **argv)
QObject
::
tr
(
"Chakra's CLI package manager"
),
AkabeiLicense
::
License_GPL_V2
,
QObject
::
tr
(
"(C) 2011 - 2016 The Akabei Developers"
),
QObject
::
tr
(
"<a href=
\"
mailto:boom1992@chakra
os
.org
\"
>boom1992@chakra
os
.org</a>"
),
"https://chakra
os
.org"
,
"https://chakra
os
.org/bugtracker/"
QObject
::
tr
(
"<a href=
\"
mailto:boom1992@chakra
linux
.org
\"
>boom1992@chakra
linux
.org</a>"
),
"https://chakra
linux
.org"
,
"https://chakra
linux
.org/bugtracker/"
);
aboutData
.
addAuthor
(
"Lukas Appelhans"
,
QObject
::
tr
(
"Maintainer"
),
"boom1992@chakra
os
.org"
);
aboutData
.
addAuthor
(
"Luca Giambonini"
,
QObject
::
tr
(
"Maintainer"
),
"almack@chakra
os
.org"
);
aboutData
.
addAuthor
(
"Lisa Vitolo"
,
QObject
::
tr
(
"Contributor"
),
"shainer@chakra
os
.org"
);
aboutData
.
addAuthor
(
"Lukas Appelhans"
,
QObject
::
tr
(
"Maintainer"
),
"boom1992@chakra
linux
.org"
);
aboutData
.
addAuthor
(
"Luca Giambonini"
,
QObject
::
tr
(
"Maintainer"
),
"almack@chakra
linux
.org"
);
aboutData
.
addAuthor
(
"Lisa Vitolo"
,
QObject
::
tr
(
"Contributor"
),
"shainer@chakra
linux
.org"
);
// set locale of akabei
QTranslator
*
translator
=
new
QTranslator
();
...
...
scripts/akabei-test-chroot/akabei.conf
View file @
705675b1
...
...
@@ -50,14 +50,14 @@ SyncFirst = akabei
#
[
core
]
Server
=
http
://
rsync
.
chakra
os
.
org
/
packages
/
core
/
x86_64
Server
=
http
s
://
rsync
.
chakra
linux
.
org
/
packages
/
core
/
x86_64
[
desktop
]
Server
=
http
://
rsync
.
chakra
os
.
org
/
packages
/
desktop
/
x86_64
Server
=
http
s
://
rsync
.
chakra
linux
.
org
/
packages
/
desktop
/
x86_64
#[gtk]
#Server = http://rsync.chakra
os
.org/packages/gtk/x86_64
#Server = http
s
://rsync.chakra
linux
.org/packages/gtk/x86_64
#[lib32]
#Server = http://rsync.chakra
os
.org/packages/lib32/x86_64
#Server = http
s
://rsync.chakra
linux
.org/packages/lib32/x86_64
scripts/akabei-test-chroot/atf.sh
View file @
705675b1
...
...
@@ -6,7 +6,7 @@
# GPL
# version
VER
=
"0.
3
"
VER
=
"0.
4
"
# local root name (safe to change)
BASENAME
=
"buildroot"
...
...
@@ -26,7 +26,7 @@ CARCH="x86_64"
USERID
=
"
$(
getent passwd
"
${
USER
}
"
|
cut
-d
:
-f3
)
"
# Remote paths
PKGSOURCE
=
"http://rsync.chakra
os
.org/packages"
PKGSOURCE
=
"http
s
://rsync.chakra
linux
.org/packages"
# setup local root dir
PM_BIN
=
"pacman"
...
...
@@ -432,7 +432,7 @@ create_databasedir() {
prepare_akabei_conf
()
{
title
"Preparing akabei.conf ..."
wget
-O
akabei.conf http://git.chakra
os
.org/akabei.git/blob_plain/HEAD:/scripts/akabei-test-chroot/akabei.conf
wget
-O
akabei.conf http://git.chakra
linux
.org/akabei.git/blob_plain/HEAD:/scripts/akabei-test-chroot/akabei.conf
sed
-i
"s|YOURPATH|
$(
pwd
)
|g"
./akabei.conf
sudo mv
./akabei.conf /etc/akabei.conf
}
...
...
@@ -469,7 +469,7 @@ all_done() {
msg
"akabei sync"
newline
msg
"For further information follow the wiki:"
msg
"https://chakra
os
.org/wiki/index.php?title=Test_Akabei"
msg
"https://chakra
linux
.org/wiki/index.php?title=Test_Akabei"
newline
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment