blob: b016b15bfb16930f39bdc54a5c44eca135681477 (
plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
|
# $Id: PKGBUILD 141878 2011-11-02 18:15:53Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgbase=kdeutils
pkgname='kdeutils-ark-unarchiver'
pkgver=4.7.3
pkgrel=2
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdeutils')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace'
'kdebindings-python' 'system-config-printer-common' 'libarchive' 'qimageblitz'
'qjson')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
'add-ark-cliunarchiverplugin.patch')
sha1sums=('23fc9823647152d5d8cc250a55402c8930db4059'
'134c0ff9be6ffccd896bd590182c21d117f07991')
build() {
cd "${srcdir}"/${pkgbase}-${pkgver}
patch -p0 -i "${srcdir}"/add-ark-cliunarchiverplugin.patch
# Use Python2
sed -i 's|/usr/bin/python|/usr/bin/python2|' \
kcharselect/kcharselect-generate-datafile.py \
superkaramba/examples/richtext/rtext.py
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
printer-applet/{authconn,debug,monitor,printer-applet,statereason}.py
cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPYTHON_EXECUTABLE=/usr/bin/python2
make
}
package_kdeutils-ark-unarchiver() {
pkgdesc='Archiving Tool'
depends=('kdebase-runtime' 'kdebase-lib' 'libarchive')
optdepends=('p7zip' 'zip' 'unzip' 'unrar' 'unarchiver')
provides=('kdeutils-ark')
url="http://kde.org/applications/utilities/ark/"
cd $srcdir/build/ark
make DESTDIR=$pkgdir install
cd $srcdir/build/ark/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-filelight() {
pkgdesc='View disk usage information'
depends=('kdebase-runtime' 'qimageblitz')
replaces=('filelight')
conflicts=('filelight')
install='kdeutils.install'
url="http://methylblue.com/filelight/"
cd $srcdir/build/filelight
make DESTDIR=$pkgdir install
cd $srcdir/build/filelight/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-kcalc() {
pkgdesc='Scientific Calculator'
depends=('kdebase-runtime')
url="http://kde.org/applications/utilities/kcalc/"
cd $srcdir/build/kcalc
make DESTDIR=$pkgdir install
cd $srcdir/build/kcalc/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-kcharselect() {
pkgdesc='Character Selector'
depends=('kdebase-runtime')
url="http://kde.org/applications/utilities/kcharselect/"
cd $srcdir/build/kcharselect
make DESTDIR=$pkgdir install
cd $srcdir/build/kcharselect/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-kdf() {
pkgdesc='View Disk Usage'
depends=('kdebase-runtime')
url="http://kde.org/applications/system/kdiskfree/"
install='kdeutils.install'
cd $srcdir/build/kdf
make DESTDIR=$pkgdir install
cd $srcdir/build/kdf/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-kfloppy() {
pkgdesc='Floppy Formatter'
depends=('kdebase-runtime')
url="http://kde.org/applications/utilities/kfloppy/"
install='kdeutils.install'
cd $srcdir/build/kfloppy
make DESTDIR=$pkgdir install
cd $srcdir/build/kfloppy/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-kgpg() {
pkgdesc='A GnuPG frontend'
depends=('kdepim-runtime' 'kde-agent')
url="http://kde.org/applications/utilities/kgpg"
install='kdeutils.install'
cd $srcdir/build/kgpg
make DESTDIR=$pkgdir install
cd $srcdir/build/kgpg/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-kremotecontrol() {
pkgdesc='Configure your remote controls for use with applications'
replaces=('kdeutils-kdelirc')
conflicts=('kdeutils-kdelirc')
depends=('kdebase-workspace')
url="http://kde.org/applications/utilities/kremotecontrol"
install='kdeutils.install'
cd $srcdir/build/kremotecontrol
make DESTDIR=$pkgdir install
cd $srcdir/build/kremotecontrol/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-ktimer() {
pkgdesc='Countdown Launcher'
depends=('kdebase-runtime')
url="http://kde.org/applications/utilities/ktimer"
install='kdeutils.install'
cd $srcdir/build/ktimer
make DESTDIR=$pkgdir install
cd $srcdir/build/ktimer/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-kwallet() {
pkgdesc='Wallet Management Tool'
depends=('kdebase-runtime')
url="http://kde.org/applications/system/kwalletmanager/"
install='kdeutils.install'
cd $srcdir/build/kwallet
make DESTDIR=$pkgdir install
cd $srcdir/build/kwallet/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-printer-applet() {
pkgdesc='System tray icon for managing print jobs'
depends=('kdebase-runtime' 'kdebindings-python' 'system-config-printer-common')
url="http://kde.org/applications/system/printerapplet/"
cd $srcdir/build/printer-applet
make DESTDIR=$pkgdir install
cd $srcdir/build/printer-applet/doc
make DESTDIR=$pkgdir install
}
package_kdeutils-superkaramba() {
pkgdesc='An engine for cool desktop eyecandy'
depends=('kdebase-runtime' 'kdebindings-python' 'qimageblitz')
url="http://kde.org/applications/utilities/superkaramba"
install='kdeutils.install'
cd $srcdir/build/superkaramba
make DESTDIR=$pkgdir install
}
package_kdeutils-sweeper() {
pkgdesc='System Cleaner'
depends=('kdebase-runtime')
url="http://kde.org/applications/utilities/sweeper/"
cd $srcdir/build/sweeper
make DESTDIR=$pkgdir install
cd $srcdir/build/sweeper/doc
make DESTDIR=$pkgdir install
}
|