From 79cd01bb57ca114f4045fac46d005439c9dcac83 Mon Sep 17 00:00:00 2001 From: Neofytos Kolokotronis Date: Tue, 22 Mar 2016 22:22:30 +0000 Subject: [PATCH] kdebindings-qtruby,-smokegen/qt/kde: dropped as obsolete --- kdebindings-qtruby/PKGBUILD | 40 ------------------------------- kdebindings-smokegen/PKGBUILD | 43 ---------------------------------- kdebindings-smokekde/PKGBUILD | 44 ----------------------------------- kdebindings-smokeqt/PKGBUILD | 38 ------------------------------ 4 files changed, 165 deletions(-) delete mode 100644 kdebindings-qtruby/PKGBUILD delete mode 100644 kdebindings-smokegen/PKGBUILD delete mode 100644 kdebindings-smokekde/PKGBUILD delete mode 100644 kdebindings-smokeqt/PKGBUILD diff --git a/kdebindings-qtruby/PKGBUILD b/kdebindings-qtruby/PKGBUILD deleted file mode 100644 index 87e758b6e..000000000 --- a/kdebindings-qtruby/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Maintainer: H W Tovetjärn (totte) -# Contributors: Manuel Tortosa - -# 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 -} diff --git a/kdebindings-smokegen/PKGBUILD b/kdebindings-smokegen/PKGBUILD deleted file mode 100644 index 62cb1cca3..000000000 --- a/kdebindings-smokegen/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainer: H W Tovetjärn (totte) -# Contributors: Manuel Tortosa - -# 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 -} diff --git a/kdebindings-smokekde/PKGBUILD b/kdebindings-smokekde/PKGBUILD deleted file mode 100644 index 790053996..000000000 --- a/kdebindings-smokekde/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Maintainer: H W Tovetjärn (totte) -# Contributors: Manuel Tortosa - -# 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 -} diff --git a/kdebindings-smokeqt/PKGBUILD b/kdebindings-smokeqt/PKGBUILD deleted file mode 100644 index 06f80f2f8..000000000 --- a/kdebindings-smokeqt/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: H W Tovetjärn (totte) -# Contributors: Manuel Tortosa - -# 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 -}