forked from hvraven/portage-owncloud-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
61 lines (40 loc) · 1.59 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Portage-Owncloud-Client
=======================
This is an Overlay to provide the OwnCloud Sync Client for Gentoo.
Using Layman:
owncloud-client is in laymans remote list, so just add the repository
layman -f
layman -a owncloud-client
For future update of the repository use
layman -S to sync all repositories or
layman -s owncloud-client to sync the owncloud-client repository
Optional:
A layman compatible owncloud-client.xml is available under the following URL. You won't normally need this, but if you like to do things manually add
https://raw.github.com/Weuxel/portage-owncloud-client/master/metadata/owncloud-client.xml
to the /etc/layman/layman.cfg overlays section.
Example:
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
https://raw.github.com/Weuxel/portage-owncloud-client/master/metadata/owncloud-client.xml
Now add the repository
layman -f
layman -a owncloud-client
For future update of the repository use
layman -S to sync all repositories or
layman -s owncloud-client to sync the owncloud-client repository
Using local repository:
Example usage:
cd /usr/local/
mkdir portage
cd portage
git clone git://github.com/Weuxel/portage-owncloud-client.git
Now add the following line to /etc/make.conf
PORTDIR_OVERLAY="/usr/local/portage/portage-owncloud-client"
Installation:
Unmask the packages
x11-misc/qtkeychain
net-misc/mirall
Unmask dependencies if necessary
and install net-misc/mirall
emerge mirall
Start the client by executing the command "owncloud" or ownCloud in your applications menu.
Please report problems to devel at smash-net.org