forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/oxygen-icons: Version bump 15.04.3
Last release, declared as dead by upstream with KDE Applications 15.08. Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
DIST oxygen-icons-15.04.3.repacked.tar.xz 29323872 SHA256 7bb226c9b41997bc8ab9471135da06adb2c809fd390da9554c663a68acdeb296 SHA512 c96cf4be07886d47475671d307936c15950b4bc189eb2a0e183c017b37b5e1b32722d1b9ae256c25e3315af1db4a7ba24c80aa798342702e679bf2049ff43ee6 WHIRLPOOL b410a8ee5cd0573a64f5fda7ed3b076158ea965f680e4b0f90249c396dcb208fa2b7c579d938025ac3ba4571db86a80d8d3efea38e966625513c08abc8f2a1b7 | ||
DIST oxygen-icons-15.04.3.tar.xz 229820120 SHA256 133b66d70b51641f841799674afd993a6af0d9d9b646021a0ed609beb2ffd71e SHA512 0f1c1478a3f60a49a2a73f240f3dec73814203b3cd36509d5318e4a5fb18eff85f25d0509da78ad8ff3f97e2736b1e4508e9fba0fd2039dccc4d06b02d1713f1 WHIRLPOOL 36db37dcca1bf321cef0a626d8e68a6dcd60d54f5efecf6de239d8cfb397441216a2a528fb7fe99bffe2efe2310f0de8c504f8cd8d03bcec0918c33bb9516452 | ||
DIST oxygen-icons-4.14.3.repacked.tar.xz 29341916 SHA256 1d076233882108f16424e09b69308308f1441f7121e40eb0312651ef7c1da194 SHA512 c315fb21e20fe0b256ac14cce8e75c0b1e96ed2219759dd54f1b80779871c4534710f86dc1ecd7d35aadddcacc1fe4c9914ee098bda78540541aaa9febe49344 WHIRLPOOL 92379715eb5c5918289baf76a7b54cb4c7fb251d5f4e4d8c60034a35ee169c1fd7ae279aab31a640616c1d4c3e261a918116739c2ce247ac371d620405064ec6 | ||
DIST oxygen-icons-4.14.3.tar.xz 229823240 SHA256 9b222399c8c188feb3af342b0744fde12d58cdb4e5b88ee2b056ea082a9392db SHA512 193a51d96df9adbec55624d576f63afc8139ffc157c6e9be49cdb2f8611631728690a06cb49fc53441dbe37b5c66ff87ab33f186db82c659da3b7164fa86dcaa WHIRLPOOL ea156f02e1a0cce4445129c5d0ec103f84e38ffc6b69c9ee30130192ed58ec930ae724236623e609c2079dd2681e1f206f3b15f133da90ee2b44814f1f39770a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
if [[ ${PV} == *9999 ]]; then | ||
KMNAME="kdesupport" | ||
fi | ||
KDE_AUTODEPS="false" | ||
KDE_SCM="svn" | ||
inherit kde5 | ||
|
||
DESCRIPTION="Oxygen SVG icon theme" | ||
HOMEPAGE="http://www.oxygen-icons.org/" | ||
if [[ ${KDE_BUILD_TYPE} = release ]]; then | ||
SRC_URI=" !sources? ( https://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz ) | ||
sources? ( ${SRC_URI} ) | ||
" | ||
fi | ||
|
||
LICENSE="LGPL-3" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="sources" | ||
|
||
RDEPEND="!kde-apps/oxygen-icons:4" |