libkdegames/libkmahjongg: added as ports to KF5

This commit is contained in:
Neophytos Kolokotronis 2015-04-07 00:14:17 +00:00
parent cf22b2b569
commit 390325eca3
2 changed files with 64 additions and 0 deletions

32
libkdegames/PKGBUILD Normal file
View File

@ -0,0 +1,32 @@
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libkdegames
# Include global configuration
source ../kdeapps.conf
pkgname=libkdegames
pkgver=${_kdever}
pkgrel=1
pkgdesc="Shared libraries for KDE games"
arch=('x86_64')
url='https://projects.kde.org/projects/kde/kdegames/libkdegames'
license=('GPL' 'LGPL' 'FDL')
depends=('kdeclarative' 'kdelibs4support' 'kdnssd' 'knewstuff' 'openal')
makedepends=('extra-cmake-modules' 'kdoctools' 'python3')
groups=("kde" "kdegames" "kde-uninstall")
options=('docs' '!header' 'debug' 'log')
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 "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
}

32
libkmahjongg/PKGBUILD Normal file
View File

@ -0,0 +1,32 @@
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/libkmahjongg/
# Include global configuration
source ../kdeapps.conf
pkgname=libkmahjongg
pkgver=${_kdever}
pkgrel=1
pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
arch=('x86_64')
url='https://projects.kde.org/projects/kde/kdegames/libmahjongg'
license=('GPL' 'LGPL' 'FDL')
depends=('kcompletion' 'kconfigwidgets')
makedepends=('extra-cmake-modules' 'qt5-svg' 'python3')
groups=("kde" "kdegames" "kde-uninstall")
options=('docs' '!header' 'debug' 'log')
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 "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
}