blob: 067113fbc52fe89258ee6f93ccfc6b103fa3be81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
SPELL=kwidgetsaddons
VERSION=5.88.0
VX=${VERSION%.?}
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/frameworks/$VX/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://projects.kde.org/projects/frameworks/kwidgetsaddons
LICENSE[0]=GPL
ENTERED=20121129
KEYWORDS="KF5"
SHORT=" module for KF5"
cat << EOF
KWidgetAddons contains higher-level user interface elements for common tasks.
KWidgetAddons contains widgets for the following areas:
Keyboard accelerators
Action menues and selections
Capacity indicator
Character selection
Color selection
Drag decorators
Fonts
Message boxes
Passwords
Paging of e.g. wizards
Popups and other dialogs
Rating
Ruler
Separators
Squeezed labels
Titles
URL line edits with drag and drop
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
View state serialization
EOF
|