blob: 2dfccc08af47b45708610c0466f7b2f8fe3bc8e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
KDE_LINGUAS="ar bg ca cs de es eu fr he hu id it ko ku lv nb nds nl pl pt_BR
ru sl sr sv tr uk zh_CN"
KDE_LINGUAS_DIR="${S}/src/po"
inherit kde4-base
DESCRIPTION="KDE App for easy upload of your favourite photos to your Flickr.com account"
HOMEPAGE="http://kflickr.sourceforge.net/"
ESVN_REPO_URI="https://kflickr.svn.sourceforge.net/svnroot/kflickr/trunk/kflickr"
ESVN_PROJECT="kflickr"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="4"
IUSE="debug"
|