View previous topic :: View next topic |
Author |
Message |
Tabinol n00b

Joined: 15 May 2015 Posts: 3 Location: Montréal, Québec
|
Posted: Sat Jan 20, 2018 12:48 am Post subject: Ebuild for iconpack-obsidian |
|
|
Hello,
This is my first ebuilld. I am trying to install the theme iconpack-obsidian. The install step (doins) takes 5 minutes or more! It is too long for only a set of icon. Is it normal? What I am doing wrong?
Code: |
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Obsidian Icon Theme"
HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian"
SRC_URI="https://github.com/madmaxms/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
# Require adwaita until moka is packaged
RDEPEND="
x11-themes/adwaita-icon-theme
"
DEPEND=""
src_install() {
insinto /usr/share/themes
doins -r Obsidian*
}
|
https://github.com/Tabinol/tabinol-overlay/blob/master/x11-themes/iconpack-obsidian/iconpack-obsidian-3.5.ebuild |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31650 Location: here
|
Posted: Sat Jan 20, 2018 4:46 pm Post subject: |
|
|
In my system nothing wrong
Code: | # time ebuild iconpack-obsidian-3.5.ebuild clean install
* iconpack-obsidian-3.5.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking iconpack-obsidian-3.5.tar.gz to /var/tmp/portage/x11-themes/iconpack-obsidian-3.5/work
>>> Source unpacked in /var/tmp/portage/x11-themes/iconpack-obsidian-3.5/work
>>> Preparing source in /var/tmp/portage/x11-themes/iconpack-obsidian-3.5/work/iconpack-obsidian-3.5 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-themes/iconpack-obsidian-3.5/work/iconpack-obsidian-3.5 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-themes/iconpack-obsidian-3.5/work/iconpack-obsidian-3.5 ...
>>> Source compiled.
>>> Test phase [not enabled]: x11-themes/iconpack-obsidian-3.5
>>> Install iconpack-obsidian-3.5 into /var/tmp/portage/x11-themes/iconpack-obsidian-3.5/image/ category x11-themes
>>> Completed installing iconpack-obsidian-3.5 into /var/tmp/portage/x11-themes/iconpack-obsidian-3.5/image/
* Final size of build directory: 249976 KiB (244.1 MiB)
* Final size of installed tree: 249824 KiB (243.9 MiB)
real 0m25.681s
user 0m15.455s
sys 0m12.108s |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
Tabinol n00b

Joined: 15 May 2015 Posts: 3 Location: Montréal, Québec
|
Posted: Sat Jan 20, 2018 11:51 pm Post subject: |
|
|
Thank you fedeliallalinea.
I retried It and it is working now with a correct time. I don't know what my problem was. |
|
Back to top |
|
 |
|