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/kde-wallpapers: Version bump 15.08.0
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
23 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 +1,2 @@ | ||
DIST kde-wallpapers-15.08.0.tar.xz 90373412 SHA256 522b5e31a6ba5f584f353b7e43a0e45c7d3ec5ad7466b81ebce403dbdfc7b903 SHA512 2edb38d1797a62a4af03e29e50c971e154722d24c8f4c23d579febe98b56b6e3763740c289ca5be32dfbe851127e6f6fcd57bda05ec28d253ef727e0aaf675c9 WHIRLPOOL 070a09b0c96e06e60b4c4fd4ec101ee16ee2ba02cffc7428493a7837534a6e2c55a159cc0fe46ce8247bde09ce8aa75442b63ab5852e31898021015308e63a13 | ||
DIST kde-wallpapers-4.14.3.tar.xz 90372808 SHA256 d3582ac8204064cb832731d2f1f3bbb04864476127d6dc3125e6c76f7c2e4b16 SHA512 a09d01caacb54a6a5a9aecac34d8b4422b3c2086c661ae0483405cf0f014b0dcbb981a1dc314e193f1a0e8b33c6d5c20fbc7f7edee508a71f32e937bb7451dfc WHIRLPOOL a236c383c943883e7337a9464514c186400ceb2f6d0d06094eae2cdede981db0c7ec4abcd0480d53455fa8eacff2643d07fb77ee4451b2b9cdda614bf0da381e |
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,22 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KMNAME="kde-wallpapers" | ||
KDE_AUTODEPS="false" | ||
KDE_SCM="svn" | ||
inherit kde5 | ||
|
||
DESCRIPTION="KDE wallpapers" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="!kde-apps/kde-wallpapers:4" | ||
|
||
src_configure() { | ||
local mycmakeargs=( -DWALLPAPER_INSTALL_DIR="${EPREFIX}/usr/share/wallpapers" ) | ||
|
||
kde5_src_configure | ||
} |