parent
2880c23ad9
commit
ffae48673c
@ -0,0 +1 @@
|
||||
# Calculate append=skip merge(x11-themes/calculate-icon-theme)!= merge=x11-misc/qt5ct
|
@ -0,0 +1 @@
|
||||
# Calculate mergepkg()!= path=/usr/share name=applications
|
@ -0,0 +1,9 @@
|
||||
# Calculate format=kde
|
||||
[Desktop Entry]
|
||||
Name=Qt5 Settings
|
||||
Exec=qt5ct
|
||||
#?pkg(x11-themes/calculate-icon-theme)>=15-r8#
|
||||
Icon=qt5logo
|
||||
Categories=Settings;DesktopSettings;LXQt;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
|
||||
OnlyShowIn=XFCE;MATE;LXQt;
|
||||
#pkg#
|
@ -1 +1,2 @@
|
||||
DIST icon-calculate-15-r4.tar.bz2 997475 BLAKE2B 3246d2f6268c15702cbb978032e66bc8083c8980e33bc584a70c5e388bd99e4977122d58b1c38fb67dac0f71505879424f3ba137364a57566d249a2b781b6d3e SHA512 f0263521fe30880c2ad319b2eadd7c769a5a15cea059c85f3614e3a0ea603aec23c98d3307c15446df919b785533260adb8c1f6c57417a1b46b115a3700884d4
|
||||
DIST icon-calculate-15-r4.tar.bz2 997475 SHA256 7e6e593ba417b6d7c317bcccb752c0b66628dbf2a0d4a3a16924216676da9688 SHA512 f0263521fe30880c2ad319b2eadd7c769a5a15cea059c85f3614e3a0ea603aec23c98d3307c15446df919b785533260adb8c1f6c57417a1b46b115a3700884d4 WHIRLPOOL a49d793008b770a74e8ea9bc8622248b5e629a5698fb99994bb93e57340894972c72af657c2d82bd4ee4f7512866b2b15429f92a4a7b2fcc61f756b69a48523d
|
||||
DIST icon-calculate-15-r6.tar.bz2 995965 SHA256 2f15cdf179e6167e9dd5344b7ea307a09e12fbbbfac82328932179fc129f8623 SHA512 01650f928c200d51d5ea39e4e71069b47ba47368b29b1b3dd54ea2b95e3f6f4a87d536a223261e26a7e9d2928b7b60857a0a29b9238503613a1e3775f184c073 WHIRLPOOL 76a07eeac23d12105ce71fa3c1f0b6fde80a741662a8c83a108ba0971d382e9b71becd7691ec5240d34824ebb56f1817f25dd391de143065d2f92ca1b6e22f57
|
||||
|
@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit gnome2-utils
|
||||
|
||||
DESCRIPTION="Icons theme for Calculate Linux"
|
||||
HOMEPAGE="http://www.calculate-linux.org/packages/x11-themes/calculate-icon-theme"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="+qt5"
|
||||
|
||||
SRC_URI="ftp://ftp.calculate-linux.org/calculate/themes/icon/icon-calculate-15-r6.tar.bz2
|
||||
http://mirror.yandex.ru/calculate/themes/icon/icon-calculate-15-r6.tar.bz2"
|
||||
|
||||
REQUIRED_USE=""
|
||||
|
||||
RDEPEND="|| (
|
||||
x11-themes/adwaita-icon-theme
|
||||
kde-plasma/breeze
|
||||
kde-frameworks/oxygen-icons
|
||||
x11-themes/elementary-icon-theme
|
||||
x11-themes/mate-icon-theme
|
||||
)
|
||||
qt5? ( dev-qt/qtsvg:5 )"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
insinto /
|
||||
doins -r .
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
Loading…
Reference in new issue