kdebindings-qtruby,-smokegen/qt/kde: dropped as obsolete

This commit is contained in:
Neofytos Kolokotronis 2016-03-22 22:22:30 +00:00
parent 7bc40c6358
commit 79cd01bb57
4 changed files with 0 additions and 165 deletions

View File

@ -1,40 +0,0 @@
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Include global configuration
source ../kdeapps.conf
pkgname=kdebindings-qtruby
_pkgname=qtruby
pkgver=${_oldkdever}
pkgrel=2
pkgdesc="Qt bindings for ruby"
url="http://kde.org/"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
depends=("kdebindings-smokeqt>=${_oldkdever}" "ruby")
makedepends=('cmake' 'automoc4' "kdebindings-smokegen>=${_oldkdever}")
conflicts=('kdebindings-common')
groups=("kde" "kdebindings" "kde-uninstall")
provides=('qtruby')
options=('docs' 'debug')
source=("$_oldkdemirror/${_pkgname}-$_oldkdever.tar.xz")
sha256sums=(`grep ${_pkgname}-$_oldkdever.tar.xz ../checksums.txt | cut -d " " -f1`)
prepare() {
# RUBY_VERSION_PATCH doesn't exist with ruby 2.1, and this means that cmake tries to parse + ) instead of + somenumber)
sed -i 's/\${RUBY_VERSION_PATCH}/0/g' "${srcdir}/${_pkgname}-${pkgver}"/CMakeLists.txt
}
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
cmake . \
-DCMAKE_BUILD_TYPE=${_build_type} \
-DCMAKE_INSTALL_PREFIX=${_installprefix}
make
}
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
}

View File

@ -1,43 +0,0 @@
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Include global configuration
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kdebindings-smokegen
_pkgname=smokegen
pkgver=${_kdever}
pkgrel=1
pkgdesc='A general purpose C++ parser with a plugin infrastructure'
url='https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen'
arch=('x86_64')
license=('GPL'
'LGPL'
'FDL')
depends=("kde-runtime")
makedepends=('cmake'
'automoc4')
groups=('kde'
'kdebindings'
'kde-uninstall')
provides=('smokegen')
options=('docs'
'!header'
'debug'
'log')
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
cmake . \
-DCMAKE_BUILD_TYPE=${_build_type} \
-DCMAKE_INSTALL_PREFIX=${_installprefix} \
-DKDE4_BUILD_TESTS=ON
make
}
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
}

View File

@ -1,44 +0,0 @@
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Include global configuration
source ../kdeapps.conf
pkgname=kdebindings-smokekde
_pkgname=smokekde
pkgver=${_oldkdever}
pkgrel=2
pkgdesc="Language independent library for KDE bindings"
url="http://kde.org/"
arch=('x86_64')
license=('GPL' 'LGPL' 'FDL')
depends=("kdebindings-smokeqt>=${_oldkdever}"
"kdepimlibs4>=${_oldkdever}"
"soprano>=2.8.0")
makedepends=('cmake'
'automoc4'
"kdebindings-smokegen>=${_oldkdever}"
"kdegraphics-okular>=${_oldkdever}"
"kdesdk-kate>=${_oldkdever}")
replaces=('kdebindings-common')
groups=("kde" "kdebindings" "kde-uninstall")
provides=('smokekde')
options=('docs' 'debug')
source=("$_oldkdemirror/${_pkgname}-$_oldkdever.tar.xz")
md5sums=('bbda223b9a33fb07c695479cec968fbc')
build() {
cd "${srcdir}"
rm -rf build
mkdir build
cd build
cmake ../smokekde-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
cd "${srcdir}"/build
make DESTDIR="${pkgdir}" install
}

View File

@ -1,38 +0,0 @@
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Include global configuration
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kdebindings-smokeqt
_pkgname=smokeqt
pkgver=${_kdever}
pkgrel=1
pkgdesc="Language independent library for Qt bindings"
url="http://kde.org/"
arch=('x86_64')
license=('GPL' 'LGPL' 'FDL')
depends=("kde-runtime"
'qimageblitz'
'qscintilla-python2'
'qwt'
"kdebindings-smokegen>=${_kdever}")
groups=("kde" "kdebindings" "kde-uninstall")
provides=('smokeqt')
options=('docs' 'debug')
makedepends=('cmake' 'automoc4')
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
cmake . \
-DCMAKE_BUILD_TYPE=${_build_type} \
-DCMAKE_INSTALL_PREFIX=${_installprefix}
make
}
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
}