mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 00:07:14 +08:00
kde applications 16.12.0
renamed checksums to kdeapps.sums added for all packages the pgp signature for new/removed packages check: https://community.kde.org/Applications/16.12_Release_Notes#Tarballs_that_we_have_split
This commit is contained in:
parent
9a31985fa6
commit
0af05b343a
@ -10,7 +10,6 @@ makedepends=("cmake" 'doxygen')
|
||||
source=("https://github.com/KDAB/KDStateMachineEditor/releases/download/v${pkgver}/kdstatemachineeditor-${pkgver}.tar.gz")
|
||||
sha256sums=('0dfd8ac48e3357e81117ceffe13d0e4fb8c1e42498ddbfb86dad1a5461358bcb')
|
||||
|
||||
|
||||
prepare()
|
||||
{
|
||||
cd "$srcdir/${pkgname}-$pkgver"
|
||||
|
@ -76,7 +76,6 @@ source=(
|
||||
md5sums=('cf253e386d7e743a3d25ec4165051521'
|
||||
'323c03e32baec7eca3f360a282490cda'
|
||||
'be2c9c078c781185356c775f7a785569'
|
||||
'be2c9c078c781185356c775f7a785569'
|
||||
'8978b064b40be086942116b0c7779de6'
|
||||
'be2c9c078c781185356c775f7a785569'
|
||||
'5ec8097c18e623d6ba2bff1f5a814885'
|
||||
@ -85,22 +84,9 @@ md5sums=('cf253e386d7e743a3d25ec4165051521'
|
||||
'be56ea98b9aa016098bdab9cbb110334'
|
||||
'5ec8097c18e623d6ba2bff1f5a814885'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'5ec8097c18e623d6ba2bff1f5a814885'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'03c04440f12e3700592664320b9138a6'
|
||||
'c75b95926e0ac397b0eea6e054ea9154'
|
||||
'c75b95926e0ac397b0eea6e054ea9154'
|
||||
'c75b95926e0ac397b0eea6e054ea9154'
|
||||
'c75b95926e0ac397b0eea6e054ea9154'
|
||||
'c75b95926e0ac397b0eea6e054ea9154'
|
||||
'c75b95926e0ac397b0eea6e054ea9154'
|
||||
'75016dde1f414772434c2c151b159c29'
|
||||
'75016dde1f414772434c2c151b159c29'
|
||||
'a34fbf623a7d3e41cdf378924837dbbe'
|
||||
'ae981fe86cd99b736ba740fffbfec3e0'
|
||||
@ -108,7 +94,6 @@ md5sums=('cf253e386d7e743a3d25ec4165051521'
|
||||
'533018701f2f67873396994ec364bb36'
|
||||
'ce02758525ba114f2f0ab3d5c564d4f3'
|
||||
'75bd2c42f01a6733ab5a2f7a0c15c70d'
|
||||
'75bd2c42f01a6733ab5a2f7a0c15c70d'
|
||||
'c75b95926e0ac397b0eea6e054ea9154'
|
||||
'096f637d1548b2f28a6ddf751f5ff2c2'
|
||||
'000e26f2fd8fb92f750296b755a16649'
|
||||
|
@ -26,7 +26,6 @@ sha256sums=('980c3a54b0d3f2fd49fd845a0584c5c2abeaab9e9ac09fcbb68686bbb57a7110'
|
||||
'ac08f8c59cfcbf70d60a2fe51b50e8551e0212e42e5f392022f2aeae393ae706'
|
||||
'35eda2808e6b0c138be793dd4158b8861f2361a7aa31fa626a700a59beb5285e')
|
||||
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr
|
||||
|
33
akonadi-calendar-tools/PKGBUILD
Normal file
33
akonadi-calendar-tools/PKGBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=akonadi-calendar-tools
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="CLI tools to manage akonadi calendars"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
license=(GPL2)
|
||||
depends=(hicolor-icon-theme calendarsupport)
|
||||
makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python3)
|
||||
options=(docs debug)
|
||||
groups=(kde kde-uninstall kde-applications kdepim)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -11,8 +11,10 @@ license=(LGPL)
|
||||
depends=(kmailtransport kcalutils akonadi-contacts)
|
||||
makedepends=(extra-cmake-modules kdoctools python3 boost)
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -13,8 +13,10 @@ conflicts=(akonadi-contact)
|
||||
replaces=(akonadi-contact)
|
||||
provides=(akonadi-contact)
|
||||
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
34
akonadi-import-wizard/PKGBUILD
Normal file
34
akonadi-import-wizard/PKGBUILD
Normal file
@ -0,0 +1,34 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=akonadi-import-wizard
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="Import data from other mail clients to KMail"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
license=(GPL2)
|
||||
depends=(hicolor-icon-theme mailcommon)
|
||||
makedepends=(extra-cmake-modules boost kdoctools python3)
|
||||
conflicts=('kmail<16.11')
|
||||
options=(docs debug)
|
||||
groups=(kde kde-uninstall kde-applications kdepim)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -11,8 +11,10 @@ license=(LGPL)
|
||||
depends=(akonadi kmime)
|
||||
makedepends=(extra-cmake-modules python kdoctools boost kdelibs4support kdesignerplugin)
|
||||
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -11,8 +11,10 @@ license=(LGPL)
|
||||
depends=(kmime)
|
||||
makedepends=(extra-cmake-modules python akonadi kdelibs4support kdesignerplugin kdoctools boost)
|
||||
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -6,7 +6,7 @@
|
||||
pkgbase=akonadi-qt4
|
||||
pkgname=(libakonadi-qt4 akonadi-qt4)
|
||||
pkgver=1.13.0
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data (Qt4 version)"
|
||||
arch=('x86_64')
|
||||
url='http://community.kde.org/KDE_PIM/Akonadi'
|
||||
|
@ -8,11 +8,13 @@ pkgdesc="Libraries and daemons to implement searching in Akonadi"
|
||||
url='https://projects.kde.org/akonadi-search'
|
||||
arch=('x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'boost')
|
||||
depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
|
||||
makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -18,8 +18,10 @@ install="${pkgname}.install"
|
||||
conflicts=('akonadi-client')
|
||||
provides=('akonadi-client' 'akonadi-qt4')
|
||||
replaces=('akonadi-client' 'akonadi-qt4')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
33
akonadiconsole/PKGBUILD
Normal file
33
akonadiconsole/PKGBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=akonadiconsole
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="Akonadi management and debugging console"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
license=(GPL2)
|
||||
depends=(hicolor-icon-theme calendarsupport messagelib)
|
||||
makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python3)
|
||||
options=(docs debug)
|
||||
groups=(kde kde-uninstall kde-applications kdepim)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
34
akregator/PKGBUILD
Normal file
34
akregator/PKGBUILD
Normal file
@ -0,0 +1,34 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=akregator
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="A Feed Reader by KDE"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
license=(GPL2)
|
||||
depends=(hicolor-icon-theme kontactinterface messagelib knotifyconfig ktexteditor syndication)
|
||||
makedepends=(extra-cmake-modules boost kdoctools python3)
|
||||
optdepends=('kdepim-addons: additional plugins')
|
||||
options=(docs debug)
|
||||
groups=(kde kde-uninstall kde-applications kdepim)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -15,8 +15,10 @@ replaces=('kdeedu-analitza')
|
||||
conflicts=('kdeedu-analitza')
|
||||
groups=("kde" "kdeedu" "kde-uninstall")
|
||||
categories=('education')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -29,7 +29,6 @@ package() {
|
||||
cp -a $srcdir/platform-tools/* $pkgdir/$_ptools
|
||||
chmod +Xr -R $pkgdir/$_ptools
|
||||
|
||||
|
||||
# hack to use the tools like they were on /usr/bin
|
||||
install -d $pkgdir/{etc/profile.d,opt/$_sdk}
|
||||
|
||||
|
@ -21,8 +21,10 @@ replaces=(kdeutils-ark)
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdeutils')
|
||||
install=kdeutils.install
|
||||
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -15,8 +15,10 @@ conflicts=(kdeedu-artikulate)
|
||||
replaces=(kdeedu-artikulate)
|
||||
install=$pkgname.install
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
34
audiocd-kio/PKGBUILD
Normal file
34
audiocd-kio/PKGBUILD
Normal file
@ -0,0 +1,34 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=audiocd-kio
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="Kioslave for accessing audio CDs"
|
||||
url='https://www.kde.org/applications/multimedia/'
|
||||
arch=(x86_64)
|
||||
license=(GPL LGPL FDL)
|
||||
depends=(kdelibs4support libkcddb libkcompactdisc lame)
|
||||
makedepends=(extra-cmake-modules kdoctools kdesignerplugin python3)
|
||||
groups=(kde kde-uninstall kde-applications kdemultimedia)
|
||||
replaces=(kdemultimedia-audiocd-kio)
|
||||
conflicts=(kdemultimedia-audiocd-kio)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -11,8 +11,10 @@ license=('LGPL')
|
||||
depends=('baloo' 'kdelibs4support' 'kemoticons')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -31,8 +31,6 @@ else
|
||||
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
|
||||
fi
|
||||
sha256sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
|
||||
|
@ -16,8 +16,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdeedu')
|
||||
replaces=('kdeedu-blinken')
|
||||
conflicts=('kdeedu-blinken')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
33
blogilo/PKGBUILD
Normal file
33
blogilo/PKGBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=blogilo
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="A KDE blogging client"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
license=(GPL2)
|
||||
depends=(hicolor-icon-theme kblog messagelib ktexteditor libkgapi)
|
||||
makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python3)
|
||||
options=(docs debug)
|
||||
groups=(kde kde-uninstall kde-applications kdepim)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -15,8 +15,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
replaces=('kdegames-bomber')
|
||||
conflicts=('kdegames-bomber')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -15,8 +15,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
replaces=('kdegames-bovo')
|
||||
conflicts=('kdegames-bovo')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -10,7 +10,6 @@ conflicts=('bup-git')
|
||||
source=("git+https://github.com/bup/bup.git#tag=${pkgver}")
|
||||
sha1sums=('SKIP')
|
||||
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname
|
||||
## add -Wno-format in CFLAGS
|
||||
|
@ -25,7 +25,6 @@ package() {
|
||||
install -Dm755 dist/build/cabal/cabal \
|
||||
${pkgdir}/usr/bin/cabal
|
||||
|
||||
|
||||
install -Dm644 LICENSE \
|
||||
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
||||
|
||||
|
@ -52,7 +52,6 @@ package() {
|
||||
#cd ${srcdir}/calamares-${_gitsha}/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
|
||||
install -Dm644 "../conf/settings.conf" "$pkgdir/usr/share/calamares/settings.conf"
|
||||
install -Dm644 "../conf/displaymanagers.conf" "$pkgdir/usr/share/calamares/modules/displaymanagers.conf"
|
||||
install -Dm644 "../conf/locale.conf" "$pkgdir/usr/share/calamares/modules/locale.conf"
|
||||
@ -67,7 +66,6 @@ package() {
|
||||
install -Dm644 "../conf/umount.conf" "$pkgdir/usr/share/calamares/modules/umount.conf"
|
||||
install -Dm644 "../conf/initcpio.conf" "$pkgdir/usr/share/calamares/modules/initcpio.conf"
|
||||
|
||||
|
||||
install -Dm755 "../data/launch-calamares.sh" "${pkgdir}/usr/bin/launch-calamares.sh"
|
||||
install -Dm644 "../data/calamares.desktop" "$pkgdir/usr/share/applications/calamares.desktop"
|
||||
install -Dm644 "../data/installer.svg" "${pkgdir}/usr/share/pixmaps/installer.svg"
|
||||
|
@ -12,8 +12,10 @@ depends=(kdepim-apps-libs kholidays akonadi-calendar)
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
|
||||
groups=(kde kde-applications kdeedu kde-uninstall)
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep " ${pkgname}-${_kdever}.tar.xz" ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep " ${pkgname}-${_kdever}.tar.xz" ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -24,8 +24,10 @@ conflicts=('kdeedu-cantor')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdeedu')
|
||||
options=('docs' 'debug')
|
||||
install=${pkgname}.install
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -17,8 +17,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdesdk')
|
||||
install=kdesdk.install
|
||||
options=('docs' 'debug')
|
||||
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -4,7 +4,7 @@ Comment[ca]=Sistema de seguiment d'errors de Chakra
|
||||
Comment[it]=Sistema di tracciatura errori di Chakra
|
||||
Comment[nl]=Chakra Bug Tracking System
|
||||
Comment[ja]=Chakraバグ管理システム
|
||||
Exec=xdg-open https://chakraos.org/bugtracker/
|
||||
Exec=xdg-open https://chakralinux.org/bugtracker/
|
||||
Icon=kbugbuster
|
||||
Name=Bugs
|
||||
Name[ca]=Errors
|
||||
|
@ -4,7 +4,7 @@ Comment[ca]=Registre de canvis a paquets de Chakra
|
||||
Comment[it]=Registro cambiamenti nei pacchetti di Chakra
|
||||
Comment[nl]=Chakra pakket wijziging logs
|
||||
Comment[ja]=Chakraパッケージの変更履歴
|
||||
Exec=xdg-open http://git.chakraos.org
|
||||
Exec=xdg-open https://chakralinux.org/code/
|
||||
Icon=utilities-log-viewer
|
||||
Name=Package ChangeLogs
|
||||
Name[ca]=Registre de canvis a paquets
|
||||
|
@ -4,7 +4,7 @@ Comment[ca]=Repostiori de codi de Chakra
|
||||
Comment[it]=Repository del Codice di Chakra
|
||||
Comment[nl]=Chakra code Repository
|
||||
Comment[ja]=Chakraコードリポジトリ
|
||||
Exec=xdg-open http://git.chakraos.org
|
||||
Exec=xdg-open https://chakralinux.org/code/
|
||||
Icon=preferences-system
|
||||
Name=Code
|
||||
Name[ca]=Codi
|
||||
|
@ -4,7 +4,7 @@ Comment[ca]=Documentació de Chakra
|
||||
Comment[it]=Documentazione di Chakra
|
||||
Comment[nl]=Chakra documentatie
|
||||
Comment[ja]=Chakraについて
|
||||
Exec=xdg-open https://www.chakraos.org/wiki/
|
||||
Exec=xdg-open https://www.chakralinux.org/wiki/
|
||||
Icon=system-help
|
||||
Name=Documentation
|
||||
Name[ca]=Documentació
|
||||
|
@ -4,7 +4,7 @@ Comment[ca]=Donacions a Chakra
|
||||
Comment[it]=Donazioni per Chakra
|
||||
Comment[nl]=Donatie voor Chakra
|
||||
Comment[ja]=Chakraに寄付
|
||||
Exec=xdg-open https://chakraos.org/?donations
|
||||
Exec=xdg-open https://chakralinux.org/?donate
|
||||
GenericName[ca]=
|
||||
GenericName=
|
||||
Icon=face-wink
|
||||
|
@ -4,7 +4,7 @@ Comment[ca]=Forums de Chakra
|
||||
Comment[it]=Forum di Chakra
|
||||
Comment[nl]=Chakra forums
|
||||
Comment[ja]=Chakraフォーラム
|
||||
Exec=xdg-open https://www.chakraos.org/forum/
|
||||
Exec=xdg-open https://www.chakralinux.org/forum/
|
||||
Icon=system-users
|
||||
Name=Forums
|
||||
Name[it]=Forum
|
||||
|
@ -5,7 +5,7 @@ Comment[ca]=Lloc web de Chakra
|
||||
Comment[it]=Homepage di Chakra
|
||||
Comment[nl]=Homepage van Chakra
|
||||
Comment[ja]=Chakraのホームページ
|
||||
Exec=xdg-open https://www.chakraos.org
|
||||
Exec=xdg-open https://www.chakralinux.org
|
||||
GenericName[ca]=
|
||||
GenericName=
|
||||
Icon=chakra-shield
|
||||
|
@ -49,13 +49,13 @@ source=('https://dl.opendesktop.org/api/files/download/id/1466046059/48411-roota
|
||||
sha256sums=('0fd5653d11623648286e911631d6b82a45eb2db0f5a341b46289910b12c3abcc'
|
||||
'2bf00472d9b50bc9befcf9cdca92a1a6d31690287de330e6390ca65c17aba02e'
|
||||
'ba4b1f429bd6900f6989df6e50b69fea38110ccb4a304a903de6e291d0af8b74'
|
||||
'6e8e719bff3827844e87dbfa4676ef9a00ec626e2d2d508508badb284f4d7bae'
|
||||
'9dc9f3afb6b201e5dc409827d78f5738f0523025b960759026d01fc9b53c64cf'
|
||||
'f079ce83c680773c37d5f6f795729b39a558364516997d605a0954f1a75582db'
|
||||
'6eceee616f5f06ca715ee44db93c03b9a8011fddb58cf522c01d22ec368f21f9'
|
||||
'b41bb79ca735429f00f0a0bc332dce0a86e8d16785e3fc38c59b076c1e969778'
|
||||
'824dbb7f1808b81c8738b0dcde08332be9adbd113776c4f7facd9a5d476c9613'
|
||||
'e68f4eb4efd53edc3d4707a94d131ef7a8bc9eed1c503c58b3a03ea4ba620829'
|
||||
'90626407c3e9e1ae433c0923a11a117e2f37c42b0102c2f48b91a4f5451106ea'
|
||||
'3dcc60382b424c1905f5189fbac3e4f47969a77abb44030a3ba5d2fcb011861a'
|
||||
'b820a1d0e11c5731b781a94a1d116995156c57ffd59393a40160044fd514ca4d'
|
||||
'4b15f5e6e29e70b4ebb7036d4101a02b037f587e10fb2b30e2293c1121a70b57'
|
||||
'1ecc20bc564b9a47bd7f1335ab10178ac9ea9ce9a006311a749766002eecdfc5'
|
||||
'b34fc931ac3c631c06fc34cfc67fa37eb8909b20808d6b1223a0c7c95f3a16ea'
|
||||
'9224b336f5b11e92d44ed17176d884e192fa92d78b8cc6723a10de677b43ebca'
|
||||
'cf6be6c5dd059021b140f97f82be4ed33e887aa8b588b5d4adb0b035d05a90a6'
|
||||
'18c53e91e5ff32754e0a71d208bff62f5f6880e68a86699e734b28d5e2387aab'
|
||||
'7e947d88d6c5464b5e11770d597af11bcfb01283bc9bed2bea15fcb3dbb90e33'
|
||||
|
313
checksums.txt
313
checksums.txt
@ -1,313 +0,0 @@
|
||||
04606bd4ff9d8027084e968b00e5ba7c2074a503b1b9b0420695c34f14ffbfaa kde-l10n-ar-4.14.3.tar.xz
|
||||
8b2bc59c98d57d7b8f7a99e3a50cc70fdf308301cb317a9ad87c19c4a9e93ef4 kde-l10n-bg-4.14.3.tar.xz
|
||||
cfbedbc7b8fbd024687f31f4ba06944a260e823a86ac28cdacbe72335b490191 kde-l10n-bs-4.14.3.tar.xz
|
||||
1b54344202f7f04f9083d2b64229668eb1cab5543df201693a96df92b9936f11 kde-l10n-ca-4.14.3.tar.xz
|
||||
04c71ccf7de9bdf3c290a1c5ccb2172b8414086c8eefd612ceb24e1aa53c455c kde-l10n-ca@valencia-4.14.3.tar.xz
|
||||
9681fdaae36744242e8a469e03bdab61a6481fbeec12c58c926ea19bf04d564e kde-l10n-cs-4.14.3.tar.xz
|
||||
abe68099faa786415329f431f4572336fcdbb32d04a05915331fafd92da61ef0 kde-l10n-da-4.14.3.tar.xz
|
||||
d33bcfebaafb293a97aebefcb29504c071b92dfa919fabeed897a2ca64802745 kde-l10n-de-4.14.3.tar.xz
|
||||
897b0cef0791bbf6a2ed3287fdcb5bae4dd1696ca8d7bfc743c05618c84921af kde-l10n-el-4.14.3.tar.xz
|
||||
c610c6e09b957a01a2b49724a9034712d7b2a0717c1b08b388590496ef2997ba kde-l10n-en_GB-4.14.3.tar.xz
|
||||
2f88dd33cdda699ba69131e6632cf24b681e0fb0ddcc3030d9b6c0584b664c71 kde-l10n-es-4.14.3.tar.xz
|
||||
a93a31bc7d672aa4dd6f61f693a98067a719f835ee7ef945060921cd95240daf kde-l10n-et-4.14.3.tar.xz
|
||||
424922e34c42ba3ed2f23aed626dc411508ae1f7bd233154734787bb09538c60 kde-l10n-eu-4.14.3.tar.xz
|
||||
a31d4e1740837eb2ce52c01fc8480ed25c5e2bdab982565659beaf545b5d6a2b kde-l10n-fa-4.14.3.tar.xz
|
||||
5c8b4f189a32fb0067a5834da46e6c21e84397be7cff6491bbb8729107c86052 kde-l10n-fi-4.14.3.tar.xz
|
||||
a22ff7bac37574fe7dec99314c8ba09381e36cb90a1c01ba1cfdf423bd61fcbf kde-l10n-fr-4.14.3.tar.xz
|
||||
adb5661faa1a4391019e6442afa118493959f6d532491fd07f2e138999306e2e kde-l10n-ga-4.14.3.tar.xz
|
||||
e57994b0ebcbe321c7fce062ec1fc4bfa365079e2db6cd422c9a620710a9a402 kde-l10n-gl-4.14.3.tar.xz
|
||||
2a18b0b01fb52ca435a56653e3dab85983c03bbddd317e8e8460472bcfa40891 kde-l10n-he-4.14.3.tar.xz
|
||||
fbff346fa3482e3050c50fff7b3eb3a7b064ca097833bb14079085758a38d19a kde-l10n-hi-4.14.3.tar.xz
|
||||
b38f25728c6d861424788a90298555ee4c379502ebde7a47297c6bc92d0329ea kde-l10n-hr-4.14.3.tar.xz
|
||||
2a30e830ef891cf264824185779ff95293cc0417f8e7ff55b9ce05511a135af4 kde-l10n-hu-4.14.3.tar.xz
|
||||
cce74cab4f7195e4095e2a89a95f22fad107489c460dbc0c8f9b82fd3c8c6af9 kde-l10n-ia-4.14.3.tar.xz
|
||||
fd5866818bdd1f119554da06f454fa3a2608613e820a4b00dbea8cc378a41fe9 kde-l10n-id-4.14.3.tar.xz
|
||||
2c74b53c230fa3b5133bbc6bce5d175b2763d3dd350f8f3682ab522ed15355f4 kde-l10n-is-4.14.3.tar.xz
|
||||
9cf948d1766089b865e67fa997dd270396a0888163d1baa01d53b1bdf287e2d9 kde-l10n-it-4.14.3.tar.xz
|
||||
32bbd6b201ce0e1931cf091eb8ca9365d80e41b39ce434b4e949c1ba92837406 kde-l10n-ja-4.14.3.tar.xz
|
||||
e2392ad7800a85e58c696511fd98bd801a5ea515c86600f4d6c4f4f08b892e91 kde-l10n-kk-4.14.3.tar.xz
|
||||
5fade8b670e40da011b6d174d5f38f7ffc33c9ea13d727e72b0a3b111fd8129e kde-l10n-km-4.14.3.tar.xz
|
||||
579233183b8ae5a13716d1792364c421018f494e7ad65506ebf9950d1853d0a7 kde-l10n-ko-4.14.3.tar.xz
|
||||
b245809200465020c2a46fdb23b667fd8d20beb964c2879cba22b016f19e1678 kde-l10n-lt-4.14.3.tar.xz
|
||||
96beb29732146b68273a438bb13c70c8e1243810d5f07c0f43e0a68636295c57 kde-l10n-lv-4.14.3.tar.xz
|
||||
a5dcf384375530a62f9f8c819f79d26fe433e8a7323467ecbd944879faa96c16 kde-l10n-mr-4.14.3.tar.xz
|
||||
2ad1734c2c63a99cd99298a1a4bc24fe2958221afef80e0614334ae93dca4d73 kde-l10n-nb-4.14.3.tar.xz
|
||||
78318e2a7fde90bc63d2d447ac71e5a04099b4a0d56ec9e6c5d38d8d72f82553 kde-l10n-nds-4.14.3.tar.xz
|
||||
665c2cb583e8fcc436dc97b7cbb096f22f4944a58dc9ae004821fc81a3658827 kde-l10n-nl-4.14.3.tar.xz
|
||||
8dc79d09468278f8a886330403606007e198c50b854cb4e2997790101e2760ac kde-l10n-nn-4.14.3.tar.xz
|
||||
d402220b7c0d8ffe5bd47765cc70ddec3ef0302c05c28910bcdc47581a35c50b kde-l10n-pa-4.14.3.tar.xz
|
||||
5149cfa3fd06e230e988ef88ac80dc32ebaad74811e3efc9bb427d7e7276f58c kde-l10n-pl-4.14.3.tar.xz
|
||||
96490df8ca060b3f99fee750b53aff0acd93453ee9caf41a9d2f5ef2322964fd kde-l10n-pt-4.14.3.tar.xz
|
||||
dee62bad52aa8e90de5b4c711a918739aeecbf0cb0fb5f9865dadd94660236ff kde-l10n-pt_BR-4.14.3.tar.xz
|
||||
ec125af2936dc899426f9c168273c7bdcb6e5408ee82b06a67aecae3220979d2 kde-l10n-ro-4.14.3.tar.xz
|
||||
91f3e7bbc789bbd2d276578389c7735b9e02531fa4232c814d634cc69327aed1 kde-l10n-ru-4.14.3.tar.xz
|
||||
97782df0788980aeae67093c8da9699c45b4790ff98d89e88fbcb579379798d8 kde-l10n-sk-4.14.3.tar.xz
|
||||
b92ebbd85ccbcced61bb8fd5c94c59b00c73f7ba7c3c6d22552f5fad530e21cc kde-l10n-sl-4.14.3.tar.xz
|
||||
2130fe9cb3eaade2a6dd6e3118d7399272eabbe4294940a1133b5b2acf89365e kde-l10n-sr-4.14.3.tar.xz
|
||||
5be86e4119c661eb9833d7a02a5e4270ac31de6440f0ba62b91760a24af27d7a kde-l10n-sv-4.14.3.tar.xz
|
||||
907b3dacf5b49565aff422a2fc5eb5d48add3cfc63f327f5322a82c1fc756c97 kde-l10n-tr-4.14.3.tar.xz
|
||||
0086ff1d32f749b3dbd92ee6997e0c03d0bc8b3ff6c3475e7ea70139da721f62 kde-l10n-ug-4.14.3.tar.xz
|
||||
1d72d53781553a03aa100a4f9d730635f8419f162f6ffc77a89ba6cea1afc20e kde-l10n-uk-4.14.3.tar.xz
|
||||
3b804b4dd6442066d0fe97c4a7c3d524e44949bb040ca926745fd830bc7f6785 kde-l10n-wa-4.14.3.tar.xz
|
||||
b84a9de26a9de253a1e9d7c4757af2e2957126521c32c6e76d9391d49aeaafe4 kde-l10n-zh_CN-4.14.3.tar.xz
|
||||
b14e60377f096f2bdacce28ea2878385002daf3de2bb8188b6591165c7da7b11 kde-l10n-zh_TW-4.14.3.tar.xz
|
||||
|
||||
7ecb926d6f750ba2903b9ce96819cce758e4e7c9333a0f85fc93e4500a3d26cd akonadi-16.08.3.tar.xz
|
||||
497a500a4587e8f4d8f6406b403b41086d5cfd033f3307c35682aba2ed4e06f2 akonadi-calendar-16.08.3.tar.xz
|
||||
ad2e6f6169f2700cb8c252d7780eefbbc5bf57ed8dac5f1c868a9f78fac48d89 akonadi-contacts-16.08.3.tar.xz
|
||||
7d67146b1c3e9163247978d4f8b1884e1cfd71e48c792bbc0d3487ec1dc59aca akonadi-mime-16.08.3.tar.xz
|
||||
1ab0727ed7b5e602d9808dc9060e2443ad7fca2f5e47da663197eccb3dd6b7ba akonadi-notes-16.08.3.tar.xz
|
||||
ede37db87d49c33391d4fb52822b3f0e7b239de04c166bca81d48ef1fe2e12f2 akonadi-search-16.08.3.tar.xz
|
||||
f8f85904e42472171fc6590f91afcd56f17bf9532e529c03d7181962be192361 analitza-16.08.3.tar.xz
|
||||
c713f6afe0784229796e14ef6e67a1afb5f276a97651bd2a973eff22f8932c08 ark-16.08.3.tar.xz
|
||||
a16dffa2d60b6d880041ccd494934a04c2d2cd0f4ae2c698fed95ee99950be3c artikulate-16.08.3.tar.xz
|
||||
78988ef13f4228d94923d50dc54129a91d034ffcf014029dbc39bdb0cdedf8b4 audiocd-kio-16.08.3.tar.xz
|
||||
75448e26811b098f93dcb936d5f76c94d30fde618a7ac9661008db7d9d04f513 baloo-widgets-16.08.3.tar.xz
|
||||
1b1ac60134f48abb959572546f780bc7fc46c71cd4410ec78ac3c1760ed2e164 blinken-16.08.3.tar.xz
|
||||
8ef027fcedcaef5caa7991999df5814786758c82a36ef8d28422f9a0cdd80db3 bomber-16.08.3.tar.xz
|
||||
691a97d5e01526534b316cb888516a3163f614ba4a04a2148876b20dee91d17c bovo-16.08.3.tar.xz
|
||||
4d21b5b55bb02b79d1bb857b150054f5c054a9cc89cdcd5e72f3a9dcbc0e1be5 calendarsupport-16.08.3.tar.xz
|
||||
c702f5f94b68bc18414c3f193b93f431cb2063da9ce41c089478b77337695a44 cantor-16.08.3.tar.xz
|
||||
47fcf51555dd9ee7e21258d9f347c23a21ea4746d2170836d1c2caf62d92e692 cervisia-16.08.3.tar.xz
|
||||
fdc918b8473db8752b21173ba23d874ec17a469e8d70d17d2aec68035a391b7f dolphin-16.08.3.tar.xz
|
||||
9be0b1fe55fb5660a3120707616281645b7ef170d67212e34bfda2fb7ec12d17 dolphin-plugins-16.08.3.tar.xz
|
||||
b5a89fb232ce148b603565d7a83de032d5e413e5f09652f4fbaf7c98b2dd2469 dragon-16.08.3.tar.xz
|
||||
622555f582467170c6e878fecf06ffc4db16c1702aad9e03da670581aaaf52e3 eventviews-16.08.3.tar.xz
|
||||
2ccbe3148c3a6d71b976e143e3bf67b0e8b1e0e8526e595e91033e4367312c49 ffmpegthumbs-16.08.3.tar.xz
|
||||
50cedd1bdc674c6398075945fa99e12c5e67b1b40d7534b03d43eca5d8300c1e filelight-16.08.3.tar.xz
|
||||
bfc44e36d410e131c57ad6f3a18d761056e3dd6b589d2da2d4df575f5614aa69 gpgmepp-16.08.3.tar.xz
|
||||
d45e18e607ca84e89451cc8d096c37cfa2771bec86571fbdb30c4ebffef1901e granatier-16.08.3.tar.xz
|
||||
f1b0cceb4eba154f068364dd08447e315cad180eebb3b4918cbd810a15fa59e8 grantleetheme-16.08.3.tar.xz
|
||||
a31fa161d657ad89e659360956660bfc679e3e97e0f3d38664d5380e59695688 gwenview-16.08.3.tar.xz
|
||||
b2575212b523b631ab24367f1c7fdf8f191ee5e610d3fbc8498b4b59fb946e0e incidenceeditor-16.08.3.tar.xz
|
||||
bb069d0c93f251020f299752fe0b275c28b6407f9bbf03e2caf90ad6a0c563d1 jovie-16.08.3.tar.xz
|
||||
a313134e87a7f55d5175b30d1fbea37076fdbaf52eb46b8c39a6999c41b503b1 juk-16.08.3.tar.xz
|
||||
1809945f0a5c26c9a646fab5174d289b3d50aab2dd10e97caecffed984415c5c kaccessible-16.08.3.tar.xz
|
||||
1c549797e7dcf1595b8fcbb1796d8bd71f29c30a9e2405f02cfdf725964d8e0d kaccounts-integration-16.08.3.tar.xz
|
||||
7f0dcb3d0e9f0ef7168d1e903343c1c104da61ed1eed2a3697d047caece08c19 kaccounts-providers-16.08.3.tar.xz
|
||||
5035a807907d9a649368059816d003ee07ebc630d71dc1684b4f79d432286c42 kajongg-16.08.3.tar.xz
|
||||
28b05259960c3c44dbdbb50d35b9e704c327946d63b41e7556430dcd35cd5919 kalarmcal-16.08.3.tar.xz
|
||||
0224fa5e26343dc5f88534f3a12e314fa76c29d5a285a861ed10e6da17c7bd3c kalgebra-16.08.3.tar.xz
|
||||
d7eeaba3b856eb91da15950129a45a8fd2bd0885cb4bf2fe66897a5c33b090fb kalzium-16.08.3.tar.xz
|
||||
63d42db00520226fbd82a2c3c18246a70ebd22900edbb12e3aa8b40e24f6a053 kamera-16.08.3.tar.xz
|
||||
9256b7807396bdca0b5a1d27a15d29278b08edefddc4b0b1278973391044912d kanagram-16.08.3.tar.xz
|
||||
5be5feeceddc4dd5308910806884c03f4078240c72df36dc8329d4fbda676639 kapman-16.08.3.tar.xz
|
||||
923ee40f9f053f53d6ebb7f24d66a43da8c95e144e5677937da341e85cf07fb8 kapptemplate-16.08.3.tar.xz
|
||||
be4befb137749378be39fd239050f997687fc6ee80a0d9cc8cdf9eb5cc544e77 kate-16.08.3.tar.xz
|
||||
1f48198160bbe1364ce70a262f22a9796101bd82ceabdc16afaa6f401a7f059f katomic-16.08.3.tar.xz
|
||||
2e63829d53500ca062089c42bb413034655ce367e9ed39e9b6d2a9fe3165fe6e kblackbox-16.08.3.tar.xz
|
||||
e03e60f617340d5690b10e67be6602592c50e2d1b62ff22d619a9f5f17d270af kblocks-16.08.3.tar.xz
|
||||
116b71b5b4499f9ab5ff1a030d7e2d5d72549569b2f3b29a5959f41c7b12b0a6 kblog-16.08.3.tar.xz
|
||||
0f6aa4f37b5c9b05bedc4a00aa207764bf7c45fb3d4dba61093ea15845475538 kbounce-16.08.3.tar.xz
|
||||
a305a91747f0d773245675648e95b5964dc98ee161266061a224ee7d99ca7ee5 kbreakout-16.08.3.tar.xz
|
||||
9f68937befe3be12220c72b1eda41c9af2899975ca75b1321d512ac01b8ddb93 kbruch-16.08.3.tar.xz
|
||||
4df2b4f27da78b645cd51f2ded40a34cdb6c333486ebe9e9f5897ad147bc51e6 kcachegrind-16.08.3.tar.xz
|
||||
bfe14f27c952d10fad80733f74cd3926818241a5353dde30c4c29ae9f60c7e16 kcalc-16.08.3.tar.xz
|
||||
ec9d2f9af8431ae18c89c4951e1756352c4da176033e5094c89483203f3a9608 kcalcore-16.08.3.tar.xz
|
||||
bfdc2bee386190804e58a956c66d103a10f9609089110810999746183a34d8f3 kcalutils-16.08.3.tar.xz
|
||||
48529171fd096b284f707bff0216ab1389d86ca2e36f15703f62a6c924be5c72 kcharselect-16.08.3.tar.xz
|
||||
c0cb5741ada0bc1912348cdff339c15bce3b16f0113a3836b0056982bb706036 kcolorchooser-16.08.3.tar.xz
|
||||
dc2c547ab2b6ad9ff3fef648b4c1a5cc619d77edec27d4a920791907eeb81106 kcontacts-16.08.3.tar.xz
|
||||
426315e9e7e86bffe08c8031387a68fd7423435b0f85a05e73132c336874ab99 kcron-16.08.3.tar.xz
|
||||
47e9bb15c64495392625d69af9ac7e00644caa52c98c7187489a7c569ec842a1 kde-baseapps-16.08.3.tar.xz
|
||||
eb5a4c162855fa1526089961ab2b4219384aa47679963fad8a3c19ac229b8449 kdebugsettings-16.08.3.tar.xz
|
||||
8d7ebb78bfb6b6c1dfe89c664a300f385fccb5cfb11b177a872967b2290f6cbc kde-dev-scripts-16.08.3.tar.xz
|
||||
0e7f08c10777e3b487e0babcf741e3fd91edf57b8d54e8b3c2f241a26880f7ff kde-dev-utils-16.08.3.tar.xz
|
||||
9aaa8e6ab95fb7f350e6f842c51090ebe5f2038abfac4914ecbd00294addfab0 kdeedu-data-16.08.3.tar.xz
|
||||
6d67fa0b0d29e93306912ff6c79797a418ed3fba624111d5ac9d2d9009b77165 kdegraphics-mobipocket-16.08.3.tar.xz
|
||||
3f418ac783e0b5106a398067db7b55d0c3cda0e6c615e1e653eefb0bc486fef9 kdegraphics-thumbnailers-16.08.3.tar.xz
|
||||
391d37eceb30d4fbdb4be1acb202a42aa8a202ef10ea6b67904383118bd26a10 kdelibs-4.14.26.tar.xz
|
||||
bee2d59cf50182456bddae3a3c980cce9e6d2b94faba0f09e1e559003be6da7d kdenetwork-filesharing-16.08.3.tar.xz
|
||||
36ba8d83abe041a5cd26ad05b1e97b8aa97f584d21d45dff5958c9decb6aab68 kdenlive-16.08.3.tar.xz
|
||||
ba4eeb412fb3b95e5b25650f7d1c6386806fd9c8eb633b58ca1fa63846dc19d0 kdepim-16.08.3.tar.xz
|
||||
b49473605f6768e3a01919f6274bca2ab0cd235f161265db546d41e392f2b035 kdepim-addons-16.08.3.tar.xz
|
||||
25e4b0fa082b3b4489aa82f2dd927e6a20b6ab28db0a21dcd82fff0bc6aeedf9 kdepim-apps-libs-16.08.3.tar.xz
|
||||
86cd72d2861b245c153af95c8969ef9060f12afc2b7e61026d2552990313ede0 kdepim-runtime-16.08.3.tar.xz
|
||||
73162c6adb087e27511d443095ee5386ac1f5024c7828b8c484e65bfca89b6bc kde-runtime-16.08.3.tar.xz
|
||||
d2523152a90dd886f1d202a509120ac540c7825c7166bc35d3cce1546d09008b kdesdk-kioslaves-16.08.3.tar.xz
|
||||
9f6c77192691d0185e5fcfd44b8e81325fa12b3cbb580d8c0509f5768d29c4b7 kdesdk-thumbnailers-16.08.3.tar.xz
|
||||
9490a1b02dc1decd84ef8fd1ca9f38c54ac9d987fccc489f3a15ba1647d53865 kdewebdev-16.08.3.tar.xz
|
||||
a37a6d6066f6fa0e17468410593d91d22ccb47c29f3055c5dfd4de7279ab72ba kdf-16.08.3.tar.xz
|
||||
0cecebc2e14c8303b87c4a1b149f386988cb4ed579f69aab207dc3073166e306 kdgantt2-16.08.3.tar.xz
|
||||
2b96845c68bb69bbf9811761cde0001fe97d287f0b2b189b877bae1f4212b50c kdiamond-16.08.3.tar.xz
|
||||
74d2c0a049a6fb3e97d0374380fae28323e54c751cb76e7291aa31812d52c993 kfloppy-16.08.3.tar.xz
|
||||
98b9014966cf5b2df4076da22b32e6dcb5dab23c9999afc94b871d9622d79713 kfourinline-16.08.3.tar.xz
|
||||
00cfce75ea978305d698639270dca1f7a029bd3d9ed38f7e0b79fdb6378c1a26 kgeography-16.08.3.tar.xz
|
||||
c1ccf8f55a0b3cebd6070ea381117d92cd1c21cbdf948d90ef0a5cec818b099c kget-16.08.3.tar.xz
|
||||
a4a9f9eb2ae46856308d5556e37125b4dfd9838171502ba31ca10c9c7f90e30d kgoldrunner-16.08.3.tar.xz
|
||||
1724c0fe639c8c89c17a8a7f9d2d30bf9701bb3194684a68a664b3b8e908799e kgpg-16.08.3.tar.xz
|
||||
d3b7ed7c4d592fc6ced4becb8869658cd839fc84df9d85073adfdc3b00b8f3c6 khangman-16.08.3.tar.xz
|
||||
7133210deba2167286ad46bc39d71db3ba11035e50c6fa1233247e8c95c47f8f khelpcenter-16.08.3.tar.xz
|
||||
c9b65d292115b641edeff0db0d060d79630d23df569370ddce886f230a13ab43 kholidays-16.08.3.tar.xz
|
||||
4e6f2357b4f5fdeeb5596a020f1de06014fea30df1c900547964d1ce2bf0616f kidentitymanagement-16.08.3.tar.xz
|
||||
26f9455e2cedf464bb804548e8f59c9601e57ad92cf30c924b476525c488c2d2 kig-16.08.3.tar.xz
|
||||
9438f589aa8b2e0f3747658ca42bb17538a2b907ac9fd56deaca5d149318e76f kigo-16.08.3.tar.xz
|
||||
c50bb8f3d1de99223f73f555d7d08bcefeff1d57f2f737e38aa7ebe1f77ec921 killbots-16.08.3.tar.xz
|
||||
dce2612e7dafee7d0826d7dc11fe65174fca3f87eea2d75ebb52a4cd101ed40e kimap-16.08.3.tar.xz
|
||||
b313aaa72c0b945ab2eaacf285f9eb8f1a7a23f05a62a033e9c6e13d8e9ea5e5 kio-extras-16.08.3.tar.xz
|
||||
9b14cdd38e3416477e35be89bb24fbdc2ecb105af5cb4ce580adca8067ad6758 kiriki-16.08.3.tar.xz
|
||||
cad6b3385de41100e861775fc6ca80f8e0de7be1506ad13d2dee69290c3bba61 kiten-16.08.3.tar.xz
|
||||
354baad7433076b164cb110e4f10387e7c9edd01fbab3d265c775db7698e66d3 kjumpingcube-16.08.3.tar.xz
|
||||
6f93e7405984d4d6d2921242690ab3b4783bc216ee0209fa54945cc07bfb8cc0 kldap-16.08.3.tar.xz
|
||||
ad916bd50f252024eafa72141d8b3148d0842328c3bd8278b0a0686c98269959 kleopatra-16.08.3.tar.xz
|
||||
27fb4bc381447f8730c9f0a427017eb7ba211a10007569f9cd782e1a3c98a192 klettres-16.08.3.tar.xz
|
||||
7bc1abc7ee1635fd780e7cfd763d527d306baf86e5f9aa390182550141e4f347 klickety-16.08.3.tar.xz
|
||||
4f853e30617cbbfed5a2f1ceaa91615fab93a2a6571518b54e2f808b255d375c klines-16.08.3.tar.xz
|
||||
00f6b39dc716d4fbb6b41562a4cdcc3542d0770608b772f7e78748ae82fb075e kmag-16.08.3.tar.xz
|
||||
307a52f3b3ab7b5e5bd56e8c086d08e4bc115ffdb4c44de7bd949c70035eb33b kmahjongg-16.08.3.tar.xz
|
||||
6f2e73eb97b7084176a0d8b6e11126dbfa6477f5825cbb44454fd6933b01b123 kmailtransport-16.08.3.tar.xz
|
||||
277c9bccf2decdb99fd7910d970d1c534b1fb3ccec4473a4c29848972bc15845 kmbox-16.08.3.tar.xz
|
||||
6b2ad5b9fef4f91852a65c755f9f4725c31073af3a51353e4c5c07eaaa763649 kmime-16.08.3.tar.xz
|
||||
df115eb37d08b0562606882b5fcb4c09cf48e25cde3aa9fa4db24f4d746bd266 kmines-16.08.3.tar.xz
|
||||
734c87e918088ea663f78c598bb0286a1753c2cd98e7e7e1e59d734f28656fdc kmix-16.08.3.tar.xz
|
||||
cfcd1ff9b08e249331de1773c84e0f8a79648806d6daa2064ee46bcf249a30c6 kmousetool-16.08.3.tar.xz
|
||||
78b161059f63d4022f7b0bdd053d4ff1ea9b44eb142849561c8c956ba538a0ce kmouth-16.08.3.tar.xz
|
||||
bb65b8742855dc4dd7bf620ca91a2ccef57d5a7828897b6bfaa3d2699e936253 kmplot-16.08.3.tar.xz
|
||||
8865e54a19e2e3b2513e1fcc80bd4232279d6443b975f5fcd59950c2386c56ce knavalbattle-16.08.3.tar.xz
|
||||
1e41c2adaa75029cdaf3c21c22a8a4f0f9c03b91d8a421f5c1c96fc59c0388a2 knetwalk-16.08.3.tar.xz
|
||||
05dd551ab17b85debd58328eee6f5d7c96ebd7dc3e544230219fdd81527eef95 kolf-16.08.3.tar.xz
|
||||
69f8c58bac3c4bd27c56649946b9e8e35c358a7c79143ca384794e7f10dd7ba2 kollision-16.08.3.tar.xz
|
||||
db2fb22b4620519d733019e5c18c7dec2e71fd7695647beaa61e72982d0afb45 kolourpaint-16.08.3.tar.xz
|
||||
e71db65939341c3529d8e76c516fb99e1638c90e3bd39616e0684cb5601b23ca kompare-16.08.3.tar.xz
|
||||
224817a61bb7c7d6afb098f2ddb8239e4c31f1016ca2689a409c596766e90ead konquest-16.08.3.tar.xz
|
||||
667487379fb10a238e2fa8230de06dcc3d5730703f4b7713bd2ee62af8f04827 konsole-16.08.3.tar.xz
|
||||
689d193f7be5c35f07c552e4825a52a0798b8742d37b3ee2f3952ec37a2480cf kontactinterface-16.08.3.tar.xz
|
||||
ff0ed2a29720ef57296011c293694d77da5b3cf6f7d14925b602a055b11f4445 kopete-16.08.3.tar.xz
|
||||
0a7be863f64162486d8ba867a806d28926dbb7b010b4b5e3c66a6314635167c9 kpat-16.08.3.tar.xz
|
||||
6a4d8298a51fcbe2e2d717b941fc75df98dc4a10e2f3378c7dd1377ee2206e2e kpimtextedit-16.08.3.tar.xz
|
||||
d0ced503386d573e00c963498da82e3bb5d194839daae9f2cddb37f1e2fdfa12 kppp-16.08.3.tar.xz
|
||||
0b77016ba79e143e141e267cfe7245844c60188a1af19e9457976ca48c05adcd kqtquickcharts-16.08.3.tar.xz
|
||||
7af15a02d22840ef18b05b4c610d50aa0d06578379a1cdc3e5078dd7a28c7b02 krdc-16.08.3.tar.xz
|
||||
eaa9230bf9150842823ddace4be5ecbb9cbd5ea56ba4ab3465e6200d02934c40 kremotecontrol-16.08.3.tar.xz
|
||||
c9e2b7e4e8d0e891651fd75d44418e391266dcd66df8a73ab2186b63ad34f336 kreversi-16.08.3.tar.xz
|
||||
b4ed877cc8ad34fc9b04030cc4528df44b255e2dd8605c054f274bdb2f0ff54d krfb-16.08.3.tar.xz
|
||||
5b02bcb2f58b7e9e6b5bf81dafa92cc4f2aadd8bc701552e68e58d07635a4998 kross-interpreters-16.08.3.tar.xz
|
||||
ce7f103df364c35bc318c23a66d6f4b0dab545db9afc4c5dddf669acbdd2902b kruler-16.08.3.tar.xz
|
||||
b017731035f43da515ee6d2fa7c20e975408a716a7c2911046b39b5e08efe141 ksaneplugin-16.08.3.tar.xz
|
||||
e03cf13ff40c2df160f44c65ad65e7c29d779dad5b7b88820382bd5f7a3ad0b7 kscd-16.08.3.tar.xz
|
||||
c467377877c7936d6eb5666e480835bd61b85975e34284eb701a0519af99b276 kshisen-16.08.3.tar.xz
|
||||
385ae76758e5004c39ce0a48857f89f7e523fbe37daddf6751c60a1394a3962f ksirk-16.08.3.tar.xz
|
||||
57e6c83b37e112135b2e05c997a5bd14e56a4e94c9ccba4bdad4ba83c48d46bc ksnakeduel-16.08.3.tar.xz
|
||||
401dfcf983734a3f268329d408c94c40b5bc7abb6077e782c85715912be18e79 kspaceduel-16.08.3.tar.xz
|
||||
bfbce621fadca7991507c721942ce9922e0b8417790d1d99505f09dc1791eff4 ksquares-16.08.3.tar.xz
|
||||
956c4731ea74ed86223ce5a1a1ef13d6b33c4152459ed6835b7ca7cb17fe06a9 kstars-16.08.3.tar.xz
|
||||
3e2224f2027a17a0979b0c2ac79fd84e280f055df3ef18950a7fc49de7e1543a ksudoku-16.08.3.tar.xz
|
||||
181a217e7a40abed60575d95c466666f7a26c27d7143b35df91c96496a5abdb0 ksystemlog-16.08.3.tar.xz
|
||||
66546f8bf3fb20c4c13693eb08b98be9ee6f3a54a9217d7f916d6018f96ec929 kteatime-16.08.3.tar.xz
|
||||
49b73f9d784af1a90a1c17cf295d1b91cafb450ab6d1a9edaf7a7c373d34cc7b ktimer-16.08.3.tar.xz
|
||||
78bcff2f0fef6827f1ed9690e99d670c06ad96348377be3b37cdf78782fd3f30 ktnef-16.08.3.tar.xz
|
||||
de4684c9fd3b27075ce668d774e718408bd4d911778e4607b7fb47dc62924d5e ktouch-16.08.3.tar.xz
|
||||
f5f717d0506f02ef3f0ee20dd9d918f9ebd4b7636dbfd2e73b93f83a8716743c ktp-accounts-kcm-16.08.3.tar.xz
|
||||
02c323d15c5b05e180ffed0126375667da5c3f15a03019dfa0bd83d8e2368fcc ktp-approver-16.08.3.tar.xz
|
||||
dce690b5478afd4266b356f2cc95885440a2ba39905fd48bf15b01135f47aac1 ktp-auth-handler-16.08.3.tar.xz
|
||||
4d1bf957bca0a6490d5af45032b3c26e7daa592110000aa11128e08ba3a393fb ktp-call-ui-16.08.3.tar.xz
|
||||
d72f52857be276779ab6c3e46541429940835da3b7aba4cc0b3183b3d0d9061e ktp-common-internals-16.08.3.tar.xz
|
||||
022f1d5cbba805de026bdc9c4128153472aa98ea6d1f30e0a23faa91b5106876 ktp-contact-list-16.08.3.tar.xz
|
||||
6f271c247f55bf93eeb00623c3cdba2c0544c72c6be4482cdfa64db44d3bee5f ktp-contact-runner-16.08.3.tar.xz
|
||||
f6131340acf9bd60b45c835c3a7c1d4b5a1cd6299be468953921fb4cea4fb95d ktp-desktop-applets-16.08.3.tar.xz
|
||||
fd5080ab6ef5d86a9df80d979fb4c3ee43add021afa006188b1514a1857fe3a0 ktp-filetransfer-handler-16.08.3.tar.xz
|
||||
3383cca74aafa20d01474a09b0f1bfe3e4b38567415d06eb6dbfaa83d755c753 ktp-kded-module-16.08.3.tar.xz
|
||||
069a78e68876565b2e41444e999c4efcf0e002ecd84fea61c9398d3a8c4587e2 ktp-send-file-16.08.3.tar.xz
|
||||
688179301a1e7351ada886eca472e55454395ac96a0c655bd87c0b5e33fb975c ktp-text-ui-16.08.3.tar.xz
|
||||
b51216746673326606c7507915945501a2ee795c893d759259e178f62f81ad87 ktuberling-16.08.3.tar.xz
|
||||
876ce6e271339e2699986b29ab088c3d8cbb1f61c0b805e86309f5da38120c3c kturtle-16.08.3.tar.xz
|
||||
233c4078aa1948a742f51fa750266758d6021e3e50a9fc601e9bbd210003f788 kubrick-16.08.3.tar.xz
|
||||
f8b2cda7a1051e359b2442d320111477f85740c61831e92a00d6432230a31c7a kuser-16.08.3.tar.xz
|
||||
08ab2b3083608f7d4c2e056b528278e73ebec562e0b09f00d2ac258e1b2a3166 kwalletmanager-16.08.3.tar.xz
|
||||
8eefe9b29a08f59f856334423187667ff9106883444a9eaa8938da422665588e kwordquiz-16.08.3.tar.xz
|
||||
7c466752ee4bf4a6fe192202172ef9ff6beb3c8e2c8f83a2ae536c0d49bdf110 libgravatar-16.08.3.tar.xz
|
||||
36ea1cb4ce855aa65f65ccb29ebdbdd47cf975498d73ac8375dbce15f0e7a0ca libkcddb-16.08.3.tar.xz
|
||||
c48d23d355dddc538e4ed5538482e5ccbefd23f3928aaa625148928d5c793224 libkcompactdisc-16.08.3.tar.xz
|
||||
5a644cb34f3748e915f5dee7e1f3b13809697d817f425f670f3d6bd5d8896e6b libkdcraw-16.08.3.tar.xz
|
||||
b4e2fcc9c98d763bd7a57cdcad1e856b1e3511954df597ce66d84c4e59327755 libkdegames-16.08.3.tar.xz
|
||||
d9344fb54c4f640e915c76b512b06b173779b9d282cd4002dffed36636dca6c5 libkdepim-16.08.3.tar.xz
|
||||
8947c47a5de5eeba5a94b4b7e70592f0f253f93c2ad2493253dacbdebd7fe478 libkeduvocdocument-16.08.3.tar.xz
|
||||
d1a7b98ae13f7be205efceba5c114291a35d6a9cce25dac22bf67b02fb179072 libkexiv2-16.08.3.tar.xz
|
||||
e76d2c420f9f3314e3acc6ba725759205717cdad328677d187f1914dfe4d9676 libkface-16.08.3.tar.xz
|
||||
a476fd9fe6ed0c7ca725f78d527af9c4f2629d2c8cb68af2f5372c699a631a67 libkgeomap-16.08.3.tar.xz
|
||||
26011fea37ed1e4d1150ffdbd94d280a497e626bb5e66ec3ff7ca144ced2ee26 libkipi-16.08.3.tar.xz
|
||||
84959577950f22666dc3dbb9c6e7619971c7e40f7b01de75c4e7d8fbeefe104a libkleo-16.08.3.tar.xz
|
||||
3e73fa3328af4c670d7b18ca267ac33253fcba3b1ea4da40b298e97606edbf7a libkmahjongg-16.08.3.tar.xz
|
||||
e5c48ad5e628d6f071c6dd88a545527f86644bbaa4083febf31ddb73c45a3105 libkomparediff2-16.08.3.tar.xz
|
||||
20e0cf70c9617ce519f54bd9abba10a388378dcbc7d3c64e6bd0c5159d6b7bf1 libksane-16.08.3.tar.xz
|
||||
8760082dfe27e5da0b774e48030a079fe60ec83c56e9bd40197b883441ea277a libksieve-16.08.3.tar.xz
|
||||
15394fca4443ba6b8841a6626efddee8e5809cbef8b590b5814e2e50ffcd636e lokalize-16.08.3.tar.xz
|
||||
de2f56b7ddc4ad5f7cdd97005a15fe902eb50ac15c3c8e2682961fe31760e2a5 lskat-16.08.3.tar.xz
|
||||
3b2707b5f7c4fe593da7db59545dddd848868f66e2dbc4229239f3e3a9711c20 mailcommon-16.08.3.tar.xz
|
||||
68a90c143ccb6599f89f4a3244926523993cca10a0353087b7238aecd776978d mailimporter-16.08.3.tar.xz
|
||||
1c2d3263a55cde6511b703548399f48a1d9d0c33cb57283cc304d07189e8aa53 marble-16.08.3.tar.xz
|
||||
0a431b273f400f1e4b20b2d9a147f649a2ac1cf2db2c5c3771afa942a0381387 messagelib-16.08.3.tar.xz
|
||||
15d622e7aceafbe728c8066ab1f410c8a4c875dab6de5d6dcbb02a6d890b7d5c minuet-16.08.3.tar.xz
|
||||
1896ca53eaa87805caa9da61c2666eb5f25d06bf1bac5707eedd90fdb918f406 okteta-16.08.3.tar.xz
|
||||
bd1350f69469641cc7580642ec7ef554bc8a1dce18652a12fb6573127fbde4f3 okular-16.08.3.tar.xz
|
||||
da8681184696a745cfa54c03ca27fcf528217414932c3a085fe9ada2e7e5ec8e palapeli-16.08.3.tar.xz
|
||||
bff6c4e04ef9451de2ff1fd0192d92a498b178748ec91344857611c4b82770e8 parley-16.08.3.tar.xz
|
||||
7c0d260fb32b3fdb7daa60774d2929f06c5de1ef608d8eb32eccbb186cf2dc63 picmi-16.08.3.tar.xz
|
||||
3edf118cc5ebc7a28ef17283a7e4384fc74a62170163ad6aafffb03cc054681b pimcommon-16.08.3.tar.xz
|
||||
8e855b28e2dba6e21cb33d89a84d8aafdf49d4138c8046d653d7160569a6e07e poxml-16.08.3.tar.xz
|
||||
7d99d4fc4264a1a3eb50dba2cfe57c41513325dc530ee3f6e18e47f1bd3c6d1d print-manager-16.08.3.tar.xz
|
||||
fcf95937f3a5f72b8c7b3d6bf0f800db9a88ead20aa520a6ffaec7925f3994fc rocs-16.08.3.tar.xz
|
||||
e0c1cbd9c213499aaf9c987e6e512986cb0d4eec988e594f56f10eca20f3c186 signon-kwallet-extension-16.08.3.tar.xz
|
||||
8b5cfbed8850643f774278b614771df0d27fe5e9eefd28765b76556358c245d5 spectacle-16.08.3.tar.xz
|
||||
2df93456eece0cd4519153e60237e79d94819942c0630ce6d6d328d6bc0c3152 step-16.08.3.tar.xz
|
||||
fb6da370e2c09ece3b78dd445615d590f54ba8e4eff8b555afaa61e730c33177 svgpart-16.08.3.tar.xz
|
||||
edc6da0330706937f51db94a1507ea163bbf0dfa10487ed374271148ca4d8805 sweeper-16.08.3.tar.xz
|
||||
6ee14a35d06ac77147afdb6aaa4185df69f3c4e11a1039fbfd01ae8ef8cf1037 syndication-16.08.3.tar.xz
|
||||
4ddf96305a11d850530391c6ea3da3fcf31dec26bab6250a20387a7f4fe02c64 umbrello-16.08.3.tar.xz
|
||||
099fbb1043f75343a18ec5d84feb9ba4c4f9811906f95778f6da37a946b40a9a zeroconf-ioslave-16.08.3.tar.xz
|
||||
|
||||
276a517b16cf8dfb146b4d34566c967d43541ba25248d2dc7e22846710de42cd kde-l10n-ar-16.08.3.tar.xz
|
||||
dacfe6efe9e46d8b64632758f2376c43ea1210cfee61a6c9b24a3be2baa2070a kde-l10n-ast-16.08.3.tar.xz
|
||||
e2c73a161d10576aaa534767de1f6284c9dc1f7c688e9d740317d14162723033 kde-l10n-bg-16.08.3.tar.xz
|
||||
00d286fc3a46ae1bff11c89270131537f8ca26ddef532918207575401bbbc1db kde-l10n-bs-16.08.3.tar.xz
|
||||
a001668a85aa3969269bf1adef4dd80c97778f13c22f7be4fac4ee62c7179410 kde-l10n-ca-16.08.3.tar.xz
|
||||
51f904da638921da3956f73e1196516f1cee91664484d2256270b63500b8f5a9 kde-l10n-ca@valencia-16.08.3.tar.xz
|
||||
43346268ce987fc4c04b137fc0056562767a7a8dbfd3f4f2eb9b1f6dafcd2452 kde-l10n-cs-16.08.3.tar.xz
|
||||
ecd3c2009aa497eadb4c3e9a70b3eb406414c376a9ae0585740b587111e59791 kde-l10n-da-16.08.3.tar.xz
|
||||
f4d5d7493f11ec11adbfa391f599b076f5a916d312b38af974f2a54897365827 kde-l10n-de-16.08.3.tar.xz
|
||||
025cc2196d3fd86fac33e5fa6082429eb27eec52e0b3db406158aaa9cf107b87 kde-l10n-el-16.08.3.tar.xz
|
||||
7df58469a82b39820e30bfcb1b707b99938915b2626b991a48b761f7de8a5681 kde-l10n-en_GB-16.08.3.tar.xz
|
||||
356794fd730546505ecd3ada493a2307ced8d041ca8584ce3630a7d3abcab095 kde-l10n-eo-16.08.3.tar.xz
|
||||
654fbadc2552a637954b11315b724b86f3ca2e7c27b24f1b6bfae1dc40e0507f kde-l10n-es-16.08.3.tar.xz
|
||||
0a1bad5128feb4172545c927a3a9ce44f70b5747fe1a0e9b5195e55eefe6e411 kde-l10n-et-16.08.3.tar.xz
|
||||
46c25c18838cf156157dae6ffa6502098c6236a03dd5e24df0f062c136ad6fbf kde-l10n-eu-16.08.3.tar.xz
|
||||
62348afa3f9949e8d817e160e5ef6f1f15813442e8a2f7e748cfc42eb1d6005e kde-l10n-fa-16.08.3.tar.xz
|
||||
a9b4df4f81a51be9384dd85847aadbcb225cf065cafa483a4363d7c2ecd3f72c kde-l10n-fi-16.08.3.tar.xz
|
||||
088683d6880b3e151876c9d7c520a318625c1516baaea91679304882a5e4c560 kde-l10n-fr-16.08.3.tar.xz
|
||||
cb5c91a0ab1b6b5b230dde962890030665906b5754ade5cbf901e4f6ba3c3837 kde-l10n-ga-16.08.3.tar.xz
|
||||
6d7e3f9a5be3023a3e4bc2de21f269757fb9a0a7e524ee5688d1c669cf91db78 kde-l10n-gl-16.08.3.tar.xz
|
||||
3a8f9feee9cab69914addff2e26c3c7dff3edd69f98eec70122e70be712ed8e0 kde-l10n-he-16.08.3.tar.xz
|
||||
98aee59d6f8b74fbad0bd09c864ca8e2315f99a1410e51d98c84bb7d9e63d6e2 kde-l10n-hi-16.08.3.tar.xz
|
||||
5610f6c53d7c6d2a9dc9225fac00d79f3109b47271271aa95835bbc8bc33f4cf kde-l10n-hr-16.08.3.tar.xz
|
||||
71ced723cb82516adfbe71dd1b04114183a4f22257e6cb723a0af07efe8e454e kde-l10n-hu-16.08.3.tar.xz
|
||||
f122a4f9c6b454db21663486b3ce9bc0acf86eb2d006c541b75e2db5b84cbb32 kde-l10n-ia-16.08.3.tar.xz
|
||||
215afdc4370383b026d5b8e3df1e896d4eb402de2dd131143bdf1941cf10e3ff kde-l10n-id-16.08.3.tar.xz
|
||||
8924741f9b33500e7c52bf904846713731556de5634f081511653704367a9cd5 kde-l10n-is-16.08.3.tar.xz
|
||||
8ea0ca8ab4692b0ba5c5f0d26d0e914bc76717f96cf3a6c8a20c1f5c01156596 kde-l10n-it-16.08.3.tar.xz
|
||||
2352a9f2a17de0dfa9311114e984ba2fcc1697fc1c01e44becdb9b4de169d65c kde-l10n-ja-16.08.3.tar.xz
|
||||
bbde5ede82dba5d9a90c0e87c7a2f7c5890ec007747b02d3c4ac5a2c70a5d639 kde-l10n-kk-16.08.3.tar.xz
|
||||
f2c8f746112794bb6e0899cff17e335cf90571a847787d53ca696b74046bc9d2 kde-l10n-km-16.08.3.tar.xz
|
||||
4e6a488e47188cf2b3bbfba676f95e99459768d4e75356c4954762452a5d8b1e kde-l10n-ko-16.08.3.tar.xz
|
||||
ec0c70b38442185c76d72be4d902e55a4f5896dd664d35836994f6863e695ab3 kde-l10n-lt-16.08.3.tar.xz
|
||||
0412ea6e1c0e57673e73d557d8103100eef20c0af398cfbd7571d0529f63d972 kde-l10n-lv-16.08.3.tar.xz
|
||||
ceadebb6ef87d9a0d924dd951fe4e3332f5b4ae808621f92cec8852f82bd7c4e kde-l10n-mr-16.08.3.tar.xz
|
||||
07e09a65b2463e38f62d6d93d25d6d5601257eecebf1855421c35e15f26be000 kde-l10n-nb-16.08.3.tar.xz
|
||||
42b05918bb48e80e0068af89a6bfbb041de81d677830820244bf3a1428777c80 kde-l10n-nds-16.08.3.tar.xz
|
||||
3f082b7f20389d1fd362870ce442b60da58c4393a304582e3642b31d2ffb56fe kde-l10n-nl-16.08.3.tar.xz
|
||||
de0c92ffd0d262cd799a37d2a6d972745ceaa681d496dfc4fd4e0b5a6300a7d2 kde-l10n-nn-16.08.3.tar.xz
|
||||
17f08e74432d65476bad8e99c1ce23d23a2c9627ad3f6b84902df08d9ef3cd48 kde-l10n-pa-16.08.3.tar.xz
|
||||
ff9747377bf49b791b54f5b2047c5eae81bae6c88668fa4379e8834678df275b kde-l10n-pl-16.08.3.tar.xz
|
||||
4e4547c8616fe46e68e17ccd33aed9ecaf793a0aeb1f992e151f5199327f8146 kde-l10n-pt-16.08.3.tar.xz
|
||||
0732e2800164cc0e586b4308aaecd55c6e308d16b740b829ab49199bc22db52c kde-l10n-pt_BR-16.08.3.tar.xz
|
||||
a51f0d96e1cbefe59772b494aa686fc5a89dacd611cd386709e20c2d32b7ca22 kde-l10n-ro-16.08.3.tar.xz
|
||||
b8f14d40e5ca3f85034485bc33687336fcb949d2c24801a0037ea83fead27af5 kde-l10n-ru-16.08.3.tar.xz
|
||||
b96daedd452864d2f222579146e93dc7225eda6164c2aeedc11cdb217b80b847 kde-l10n-sk-16.08.3.tar.xz
|
||||
bc9491d3d4d37b5684aa940d8f14dd065cbf355efe988019b8ca4981ae2e9634 kde-l10n-sl-16.08.3.tar.xz
|
||||
cfd837990b2aea936e1ec8e7d64ec7d4308630e9484d9bf4f10203b4e66a62ad kde-l10n-sr-16.08.3.tar.xz
|
||||
5a5a4353cd06ea5fc542842f70f89a74e3c26f19134e962c59a9384cd590edd8 kde-l10n-sv-16.08.3.tar.xz
|
||||
d7e49d8ca2c669a27e962b3a2c837144edc690c163f41a11fb9cecf29ee5344c kde-l10n-tr-16.08.3.tar.xz
|
||||
8e9a6426c127da51396fe76dbf6b89eb845fedba8786450774e93ff8c40429f6 kde-l10n-ug-16.08.3.tar.xz
|
||||
e725ceef7497f5726d5151e44fd2d5d17dbf4e6a72f14ddfb9ce6c713fb49a84 kde-l10n-uk-16.08.3.tar.xz
|
||||
fb5b84b500f9c43281ce2dc0d67cb25acd4f3a08ea917eec591a145946da35e2 kde-l10n-wa-16.08.3.tar.xz
|
||||
6627c7190321fae265c9d2b3aea95d6ec49cf09053569c1a970df529373d9e08 kde-l10n-zh_CN-16.08.3.tar.xz
|
||||
d11778fbb15d5142705c333a322f55b1a41e9fbae34e5c879d80e92c87bab6d4 kde-l10n-zh_TW-16.08.3.tar.xz
|
@ -35,7 +35,6 @@ build() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
package_python3-cherrypy() {
|
||||
depends=('python3')
|
||||
|
||||
|
@ -23,7 +23,6 @@ sha256sums=('3bcf1ae93721e0575cd4ef8fd60da9e5bf1b2fbceb365fb9792f2aec6139f569'
|
||||
'50844ccdd2b1f8e1b4b110d8b9069dc35af11650163013e2b98cc2e59aeda569'
|
||||
'09e13fc56fe87cba6fafe27c1215dd2f8b1db7930ee5ebb7d076ec6ca8335012')
|
||||
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
# patch -p1 -i ../ascii.patch # db2x_manxml fails on non-ascii chars
|
||||
|
@ -19,7 +19,6 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
package() {
|
||||
cd $pkgname-v$pkgver
|
||||
|
||||
|
@ -14,8 +14,10 @@ conflicts=('kdesdk-dolphin-plugins')
|
||||
replaces=('kdesdk-dolphin-plugins')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdesdk')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -15,8 +15,10 @@ replaces=(kde-baseapps-dolphin)
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdebase')
|
||||
install=$pkgname.install
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -14,8 +14,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdemultimedia')
|
||||
conflicts=('kdemultimedia-dragonplayer')
|
||||
replaces=('kdemultimedia-dragonplayer')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -35,7 +35,6 @@ build() {
|
||||
sed -i "s,${_PATTERN},${_SCRIPT_PATH}," dropbox_files.desktop
|
||||
sed -i "s,${_PATTERN},${_SCRIPT_PATH}," dropbox_directories.desktop
|
||||
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -8,12 +8,14 @@ pkgdesc="Contains libs for creating events"
|
||||
arch=('x86_64')
|
||||
url='https://github.com/KDE/eventviews'
|
||||
license=('LGPL')
|
||||
depends=(calendarsupport kdgantt2)
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
|
||||
depends=(calendarsupport kdiagram)
|
||||
makedepends=(extra-cmake-modules kdoctools python3 boost qt5-tools kdesignerplugin)
|
||||
groups=(kde kde-applications kde-uninstall)
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep " ${pkgname}-${_kdever}.tar.xz" ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep " ${pkgname}-${_kdever}.tar.xz" ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -31,8 +31,6 @@ source=(git+https://github.com/google/mozc.git#commit=${_mozc_rev}
|
||||
http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch
|
||||
http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
|
||||
sha512sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'bacb68bc64dd62322d332f38babf3c9933bf4a113081d795c8bc7e33a8e8e4e3e47320fd520f522c55830f519337c828c115ddb3275ace3076ebff4480b20805'
|
||||
'9ebc0565366533ade36c5af19e47165641bb4d75393f87ba971e27d5bed038795731cb7426d769740ebf6cc3b91ca7c1f5cab200ac82097a3f880414a220d166'
|
||||
|
@ -10,7 +10,6 @@ makedepends=('cmake' 'extra-cmake-modules')
|
||||
source=("http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha512sums=('f4da9ede8918cef7aa0dbacea534ab81024e3c6d812bedd287c4c4c9a8b9ca994d4708489c602967f3504ce057ec6e118674503f5d796883f1890e8ecc11c501')
|
||||
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
|
||||
|
@ -10,7 +10,6 @@ makedepends=('cmake')
|
||||
source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
||||
sha256sums=('8e0bc06d7771074e17acf7045f43aa3a6d9dc2c0e48f8d52548af9b393607b18')
|
||||
|
||||
|
||||
build(){
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
[[ -d build ]] && rm -rf build ; mkdir build
|
||||
|
@ -12,7 +12,6 @@ source=("https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz"
|
||||
sha1sums=('e6c26e2012927ebecab33f00280cabbb0aef702d'
|
||||
'03f106f6fc05c04ede59598a3f48ce472ab633fb')
|
||||
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
sed 's|/usr/local|/usr|' -i Makefile
|
||||
|
@ -12,8 +12,10 @@ depends=(kio ffmpeg)
|
||||
makedepends=(extra-cmake-modules git)
|
||||
conflicts=(kdemultimedia-ffmpegthumbs kdemultimedia-thumbnailers kdemultimedia-mplayerthumbs kffmpegthumbnailer)
|
||||
replaces=(kdemultimedia-ffmpegthumbs kdemultimedia-thumbnailers kdemultimedia-mplayerthumbs kffmpegthumbnailer)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=("`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`")
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=("`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`"
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
@ -28,4 +30,4 @@ build() {
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
}
|
||||
|
@ -17,9 +17,10 @@ replaces=('kdeutils-filelight')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdeutils')
|
||||
categories=('utils')
|
||||
install=kdeutils.install
|
||||
|
||||
source=($_mirror/${pkgname}-$_kdever.tar.xz)
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=($_mirror/${pkgname}-$_kdever.tar.xz{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -7,7 +7,6 @@
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
|
||||
pkgname=fotowall
|
||||
pkgver=0.9
|
||||
pkgrel=2
|
||||
|
@ -1,5 +1,4 @@
|
||||
#
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
@ -12,7 +12,6 @@ makedepends=("cmake" 'doxygen' 'perl') # perl for pod2man
|
||||
source=("https://github.com/KDAB/GammaRay/releases/download/v${pkgver}/gammaray-${pkgver}.tar.gz")
|
||||
sha256sums=('6fe8e0bf9f9a479b7edf7d15e6ed48ad3cca666e149bc26e8fea54c12ded9039')
|
||||
|
||||
|
||||
prepare()
|
||||
{
|
||||
cd "$srcdir/${pkgname}-$pkgver"
|
||||
|
@ -23,7 +23,6 @@ md5sums=('e4f284c0ae00e5b8a58cc3e6201857fe'
|
||||
'cf8c201b6d289ea63f0458eaefc526b2')
|
||||
install=gluon.install
|
||||
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
|
@ -93,7 +93,6 @@ package_go() {
|
||||
'go-tools: godoc, goimports, gorename, and other tools.')
|
||||
install="$pkgname.install"
|
||||
|
||||
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
export GOROOT="$srcdir/$pkgname-$pkgver"
|
||||
@ -125,7 +124,6 @@ package_go() {
|
||||
# For godoc
|
||||
install -Dm644 favicon.ico "$pkgdir/usr/lib/go/favicon.ico"
|
||||
|
||||
|
||||
# Clean Windows specific files.
|
||||
rm -f "$pkgdir"/usr/lib/go/src/*.bat
|
||||
|
||||
|
@ -1,29 +0,0 @@
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=gpgmepp
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="C++ bindings/wrapper for gpgme"
|
||||
arch=('x86_64')
|
||||
url="https://projects.kde.org/gpgmepp"
|
||||
license=('LGPL')
|
||||
depends=('gpgme' 'qt5-base')
|
||||
makedepends=('extra-cmake-modules' 'python3' 'boost')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -15,8 +15,10 @@ replaces=('kdegames-granatier')
|
||||
conflicts=('kdegames-granatier')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
34
grantlee-editor/PKGBUILD
Normal file
34
grantlee-editor/PKGBUILD
Normal file
@ -0,0 +1,34 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=grantlee-editor
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="Editor for Grantlee themes"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
license=(GPL2)
|
||||
depends=(hicolor-icon-theme messagelib ktexteditor)
|
||||
makedepends=(extra-cmake-modules python3 kdoctools boost)
|
||||
conflicts=('kmail<16.11')
|
||||
options=(docs debug)
|
||||
groups=(kde kde-uninstall kde-applications kdepim)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -12,8 +12,10 @@ depends=('ki18n' 'kiconthemes' 'knewstuff' 'grantlee-qt5')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||
groups=(kde kde-applications kde-uninstall)
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep " ${pkgname}-${_kdever}.tar.xz" ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep " ${pkgname}-${_kdever}.tar.xz" ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -23,7 +23,6 @@ optdepends=('r: R language interface; see http://grasswiki.osgeo.org/wiki/R_stat
|
||||
source=("http://grass.osgeo.org/grass70/source/${pkgname}-${pkgver}.tar.gz")
|
||||
sha1sums=('9dac2a7ee5b6d593512039f758a4ace80b8f86f7')
|
||||
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
|
@ -89,4 +89,3 @@ function build() {
|
||||
export install="${pkgname}.install"
|
||||
}
|
||||
|
||||
|
||||
|
@ -18,8 +18,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegraphics')
|
||||
provides=('kdegraphics-gwenview')
|
||||
replaces=('kdegraphics-gwenview')
|
||||
conflicts=('kdegraphics-gwenview')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -13,7 +13,6 @@ source=("https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2")
|
||||
categories=('multimedia')
|
||||
sha256sums=('fb9230dd121b456f6829d1d25ac8bbf76e503b51c4efc70f0a7fd2bb8607e2f0')
|
||||
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/HandBrake-$pkgver"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
## NOTE: when you update Haskell packages you'll have to update the entire stack to not break it ##
|
||||
|
||||
|
||||
_hkgname=network-uri
|
||||
pkgname=haskell-network-uri
|
||||
pkgver=2.6.1.0
|
||||
|
@ -10,7 +10,6 @@ source=("http://heanet.dl.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver
|
||||
sha256sums=('07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1'
|
||||
'2df7ea556410979f4ede3cb70d2067ba83eaadd437e3f68d67d0834cc8e4d33c')
|
||||
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
#
|
||||
# maintainer (x86_64): Giuseppe calà <jiveaxe@gmail.com>
|
||||
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
|
@ -12,8 +12,10 @@ depends=('eventviews')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
|
||||
groups=(kde kde-applications kde-uninstall)
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep " ${pkgname}-${_kdever}.tar.xz" ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep " ${pkgname}-${_kdever}.tar.xz" ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -10,7 +10,6 @@ makedepends=('gobject-introspection' 'python2')
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
|
||||
sha256sums=('ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621')
|
||||
|
||||
|
||||
build(){
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr
|
||||
|
@ -12,8 +12,10 @@ license=('GPL')
|
||||
depends=('kcmutils' 'kio' 'signon-kwallet-extension' 'signon-plugin-oauth2' 'signon-ui' 'ki18n' 'libaccounts-glib')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'python')
|
||||
groups=('kde-telepathy')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -12,8 +12,10 @@ license=('GPL')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdenetwork')
|
||||
depends=('libaccounts-glib' 'kaccounts-integration')
|
||||
makedepends=('extra-cmake-modules' 'intltool' 'python3')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
33
kaddressbook/PKGBUILD
Normal file
33
kaddressbook/PKGBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=kaddressbook
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="KDE contact manager"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
license=(GPL2)
|
||||
depends=(kontactinterface mailcommon kdepim-runtime)
|
||||
makedepends=(extra-cmake-modules kdoctools boost python3 kdesignerplugin)
|
||||
options=(docs debug)
|
||||
groups=(kde kde-uninstall kde-applications kdepim)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
33
kalarm/PKGBUILD
Normal file
33
kalarm/PKGBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=kalarm
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="Personal alarm scheduler"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
license=(GPL2)
|
||||
depends=(kdepim-runtime kdepim-apps-libs mailcommon)
|
||||
makedepends=(extra-cmake-modules kdoctools boost python3 kdesignerplugin)
|
||||
options=(docs debug)
|
||||
groups=(kde kde-uninstall kde-applications kdepim)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -11,8 +11,10 @@ license=(LGPL)
|
||||
depends=(kidentitymanagement kholidays kcalcore akonadi)
|
||||
makedepends=(extra-cmake-modules kdoctools python3 boost)
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -17,8 +17,10 @@ conflicts=('kdeedu-kalgebra')
|
||||
groups=("kde" "kdeedu" "kde-uninstall")
|
||||
categories=('education')
|
||||
install=${pkgname}.install
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -15,8 +15,10 @@ makedepends=(extra-cmake-modules kdoctools)
|
||||
conflicts=(kdegraphics-kamera)
|
||||
replaces=(kdegraphics-kamera)
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -17,8 +17,10 @@ replaces=('kdeedu-kanagram')
|
||||
groups=("kde" "kdeedu" "kde-uninstall")
|
||||
categories=('education')
|
||||
install=${pkgname}.install
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -15,8 +15,10 @@ replaces=('kdegames-kapman')
|
||||
conflicts=('kdegames-kapman')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -15,8 +15,10 @@ provides=('kdesdk-kapptemplate')
|
||||
categories=('programming')
|
||||
install=${pkgname}.install
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -13,8 +13,10 @@ depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'python3' 'plasma-framework')
|
||||
optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgbase}-$_kdever.tar.xz")
|
||||
sha256sums=("`grep ${pkgbase}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`")
|
||||
source=("$_mirror/${pkgbase}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=("`grep ${pkgbase}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`"
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir build
|
||||
|
@ -15,8 +15,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
replaces=('kdegames-katomic')
|
||||
conflicts=('kdegames-katomic')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -15,8 +15,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
conflicts=('kdegames-kblackbox')
|
||||
provides=('kdegames-kblackbox')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -16,8 +16,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
replaces=('kdegames-kblocks')
|
||||
provides=('kdegames-kblocks')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -11,8 +11,10 @@ license=(LGPL)
|
||||
depends=(kxmlrpcclient syndication kcalcore)
|
||||
makedepends=(extra-cmake-modules python3 kdoctools)
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -16,8 +16,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
replaces=('kdegames-kbounce')
|
||||
provides=('kdegames-kbounce')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -16,8 +16,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdegames')
|
||||
replaces=('kdegames-kbreakout')
|
||||
conflicts=('kdegames-kbreakout')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -16,8 +16,10 @@ groups=('kde' 'kde-uninstall' 'kde-applications' 'kdeedu')
|
||||
replaces=('kdeedu-kbruch')
|
||||
conflicts=('kdeedu-kbruch')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -16,8 +16,10 @@ conflicts=('kdeutils-kcalc')
|
||||
replaces=('kdeutils-kcalc')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdeutils')
|
||||
install=kcalc.install
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -11,8 +11,10 @@ license=(LGPL)
|
||||
depends=(libical kdelibs4support)
|
||||
makedepends=(extra-cmake-modules python3 kdoctools)
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -11,8 +11,10 @@ license=(LGPL)
|
||||
depends=(kcalcore kidentitymanagement)
|
||||
makedepends=(extra-cmake-modules python3 kdoctools)
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -9,14 +9,16 @@ pkgdesc="Character selector"
|
||||
url="http://kde.org/applications/utilities/kcharselect/"
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
options=('docs' 'debug')
|
||||
depends=('kxmlgui')
|
||||
depends=('kbookmarks')
|
||||
makedepends=('extra-cmake-modules' 'python3' 'kdoctools')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdeutils')
|
||||
conflicts=("kdeutils-kcharselect")
|
||||
replaces=("kdeutils-kcharselect")
|
||||
install=kdeutils.install
|
||||
source=($_mirror/${pkgname}-$_kdever.tar.xz)
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=($_mirror/${pkgname}-$_kdever.tar.xz{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -16,8 +16,10 @@ conflicts=(kdegraphics-kcolorchooser)
|
||||
replaces=(kdegraphics-kcolorchooser)
|
||||
options=('docs' 'debug')
|
||||
install=${pkgname}.install
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -11,8 +11,10 @@ license=(LGPL)
|
||||
depends=(kcoreaddons kconfig ki18n kcodecs)
|
||||
makedepends=(extra-cmake-modules python3)
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -17,8 +17,10 @@ conflicts=("kdeadmin-kcron")
|
||||
replaces=("kdeadmin-kcron")
|
||||
provides=("kdeadmin-kcron")
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -14,7 +14,6 @@ optdepends=('mariadb: MySQL plugin' 'postgresql: PostgreSQL plugin')
|
||||
source=("http://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('90265f8436fc19136a9ed709fae4e6413f0cfa3b')
|
||||
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
@ -17,8 +17,9 @@ license=('GPL' 'LGPL' 'FDL')
|
||||
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdebase')
|
||||
makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'docbook-xsl')
|
||||
options=('docs' 'debug')
|
||||
source=("$_mirror/${pkgbase}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgbase}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
|
||||
source=("$_mirror/${pkgbase}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgbase}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`)
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -17,8 +17,10 @@ url="http://www.kde.org"
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
options=('docs' 'debug')
|
||||
makedepends=('pkg-config' 'cmake' 'automoc4' 'extra-cmake-modules' 'kdoctools')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user