diff options
Diffstat (limited to 'kde-unstable')
290 files changed, 0 insertions, 10030 deletions
diff --git a/kde-unstable/akonadi/PKGBUILD b/kde-unstable/akonadi/PKGBUILD deleted file mode 100644 index 3e9ebc376..000000000 --- a/kde-unstable/akonadi/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171089 2012-11-16 15:34:22Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgname=akonadi -pkgver=1.8.80 -pkgrel=1 -pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" -arch=('i686' 'x86_64') -url='http://community.kde.org/KDE_PIM/Akonadi' -license=('LGPL') -depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost') -install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('63471d004c0db6fd8cd230cbdb18b036') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/akonadi/akonadi.install b/kde-unstable/akonadi/akonadi.install deleted file mode 100644 index 7c8a8bd2b..000000000 --- a/kde-unstable/akonadi/akonadi.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kactivities/PKGBUILD b/kde-unstable/kactivities/PKGBUILD deleted file mode 100644 index 5a4806653..000000000 --- a/kde-unstable/kactivities/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 171714 2012-11-21 18:09:12Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kactivities -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc='API for using and interacting with the Activity Manager' -url='https://projects.kde.org/projects/kde/kdelibs/kactivities' -license=('GPL' 'FDL') -depends=('nepomuk-core') -makedepends=('cmake' 'automoc4' 'mesa') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('6dafbee6369e288c055875803f77273d28faddc6') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeaccessibility-jovie/PKGBUILD b/kde-unstable/kdeaccessibility-jovie/PKGBUILD deleted file mode 100644 index 329fe6221..000000000 --- a/kde-unstable/kdeaccessibility-jovie/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 171743 2012-11-21 18:33:39Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeaccessibility-jovie -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc='A text to speech application' -url='http://kde.org/applications/utilities/jovie/' -license=('GPL' 'FDL') -groups=('kde' 'kdeaccessibility') -depends=('kdebase-runtime' 'speech-dispatcher') -makedepends=('cmake' 'automoc4') -replaces=('kdeaccessibility-kttsd') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz") -sha1sums=('e613c5513edb00ff58b1932c61703bd1b27a21ad') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../jovie-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeaccessibility-jovie/kdeaccessibility-jovie.install b/kde-unstable/kdeaccessibility-jovie/kdeaccessibility-jovie.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeaccessibility-jovie/kdeaccessibility-jovie.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeaccessibility-kaccessible/PKGBUILD b/kde-unstable/kdeaccessibility-kaccessible/PKGBUILD deleted file mode 100644 index 934cc5058..000000000 --- a/kde-unstable/kdeaccessibility-kaccessible/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171744 2012-11-21 18:34:15Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeaccessibility-kaccessible -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc='Provides accessibility services like focus tracking and a screenreader' -url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible' -license=('GPL' 'FDL') -groups=('kde' 'kdeaccessibility') -depends=('kdelibs' 'speech-dispatcher') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz") -sha1sums=('9f3007f9752f56bdf3c524c7fda6544f1c75dece') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kaccessible-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeaccessibility-kmag/PKGBUILD b/kde-unstable/kdeaccessibility-kmag/PKGBUILD deleted file mode 100644 index 0e1b79703..000000000 --- a/kde-unstable/kdeaccessibility-kmag/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171745 2012-11-21 18:34:44Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeaccessibility-kmag -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc='Screen Magnifier' -url='http://kde.org/applications/utilities/kmag/' -license=('GPL' 'FDL') -groups=('kde' 'kdeaccessibility') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz") -sha1sums=('876654b279b9c85fa357057fe64665291ba23b6c') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kmag-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeaccessibility-kmag/kdeaccessibility-kmag.install b/kde-unstable/kdeaccessibility-kmag/kdeaccessibility-kmag.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeaccessibility-kmag/kdeaccessibility-kmag.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeaccessibility-kmousetool/PKGBUILD b/kde-unstable/kdeaccessibility-kmousetool/PKGBUILD deleted file mode 100644 index dac7ad841..000000000 --- a/kde-unstable/kdeaccessibility-kmousetool/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171746 2012-11-21 18:35:16Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeaccessibility-kmousetool -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc='Clicks the mouse for you, reducing the effects of RSI' -url='http://kde.org/applications/utilities/kmousetool/' -license=('GPL' 'FDL') -groups=('kde' 'kdeaccessibility') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz") -sha1sums=('522ff8389c49da50175d06eb9fe9e841249daad4') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kmousetool-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeaccessibility-kmousetool/kdeaccessibility-kmousetool.install b/kde-unstable/kdeaccessibility-kmousetool/kdeaccessibility-kmousetool.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeaccessibility-kmousetool/kdeaccessibility-kmousetool.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeaccessibility-kmouth/PKGBUILD b/kde-unstable/kdeaccessibility-kmouth/PKGBUILD deleted file mode 100644 index 2f3a0dca5..000000000 --- a/kde-unstable/kdeaccessibility-kmouth/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171747 2012-11-21 18:35:47Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeaccessibility-kmouth -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc='Speech Synthesizer Frontend' -url='http://kde.org/applications/utilities/kmouth/' -license=('GPL' 'FDL') -groups=('kde' 'kdeaccessibility') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz") -sha1sums=('72a6bb10b38a2bca50e17921b0ce7561cbe6aaef') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kmouth-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeaccessibility-kmouth/kdeaccessibility-kmouth.install b/kde-unstable/kdeaccessibility-kmouth/kdeaccessibility-kmouth.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeaccessibility-kmouth/kdeaccessibility-kmouth.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeadmin/PKGBUILD b/kde-unstable/kdeadmin/PKGBUILD deleted file mode 100644 index f76fb29ff..000000000 --- a/kde-unstable/kdeadmin/PKGBUILD +++ /dev/null @@ -1,63 +0,0 @@ -# $Id: PKGBUILD 171748 2012-11-21 18:36:31Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdeadmin -pkgname=('kdeadmin-kcron' - 'kdeadmin-ksystemlog' - 'kdeadmin-kuser') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeadmin') -makedepends=('cmake' 'automoc4' 'kdebindings-python2' 'system-config-printer-common') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz" - 'syslog-path.patch') -sha1sums=('385569286ace7061f42c2c0f333366b0e75e8f9e' - '20095ce6e0f3e5b6800a7c6e52de6fddba62c031') - -build() { - cd ${srcdir}/${pkgbase}-${pkgver} - patch -p1 -i ${srcdir}/syslog-path.patch - - cd ${srcdir} - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_strigi-analyzer=OFF - make -} - -package_kdeadmin-kcron() { - pkgdesc='Configure and schedule tasks' - url='http://userbase.kde.org/KCron' - depends=('kdelibs') - cd $srcdir/build/kcron - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kcron - make DESTDIR=$pkgdir install -} - -package_kdeadmin-ksystemlog() { - pkgdesc='System log viewer tool' - depends=('kdebase-runtime') - url="http://kde.org/applications/system/ksystemlog/" - cd $srcdir/build/ksystemlog - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/ksystemlog - make DESTDIR=$pkgdir install -} - -package_kdeadmin-kuser() { - pkgdesc='User Manager' - depends=('kdebase-runtime' 'kdepimlibs') - url="http://kde.org/applications/system/kuser/" - install='kdeadmin.install' - cd $srcdir/build/kuser - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kuser - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeadmin/kdeadmin.install b/kde-unstable/kdeadmin/kdeadmin.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeadmin/kdeadmin.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeadmin/syslog-path.patch b/kde-unstable/kdeadmin/syslog-path.patch deleted file mode 100644 index 8a9142bf6..000000000 --- a/kde-unstable/kdeadmin/syslog-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~ 2011-01-27 14:24:29.840000005 +0100 -+++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h 2011-01-27 14:24:53.803333335 +0100 -@@ -39,7 +39,7 @@ - SystemConfiguration() : - GenericLogModeConfiguration( - QLatin1String( SYSTEM_LOG_MODE_ID ), -- QStringList() << QLatin1String( "/var/log/syslog" ), -+ QStringList() << QLatin1String( "/var/log/messages.log" ), - QList<int>() << INFORMATION_LOG_LEVEL_ID - ) { - diff --git a/kde-unstable/kdeartwork/PKGBUILD b/kde-unstable/kdeartwork/PKGBUILD deleted file mode 100644 index fa43840d7..000000000 --- a/kde-unstable/kdeartwork/PKGBUILD +++ /dev/null @@ -1,97 +0,0 @@ -# $Id: PKGBUILD 171749 2012-11-21 18:37:16Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdeartwork -pkgname=('kdeartwork-colorschemes' - 'kdeartwork-desktopthemes' - 'kdeartwork-emoticons' - 'kdeartwork-iconthemes' - 'kdeartwork-kscreensaver' - 'kdeartwork-sounds' - 'kdeartwork-styles' - 'kdeartwork-wallpapers' - 'kdeartwork-weatherwallpapers') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeartwork') -makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' - 'libkexiv2' 'mesa') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('070e6186d7bfd6cc9422bf1fe33ecb47e96ab8d5') - -build() { - cd $srcdir - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdeartwork-colorschemes() { - pkgdesc='KDE color schemes' - replaces=('kdeaccessibility-colorschemes') - cd $srcdir/build/ColorSchemes - make DESTDIR=$pkgdir install -} - -package_kdeartwork-desktopthemes() { - pkgdesc='KDE desktop themes' - cd $srcdir/build/desktopthemes - make DESTDIR=$pkgdir install -} - -package_kdeartwork-emoticons() { - pkgdesc='KDE emoticons' - cd $srcdir/build/emoticons - make DESTDIR=$pkgdir install -} - -package_kdeartwork-iconthemes() { - pkgdesc='KDE icon themes' - replaces=('kdeaccessibility-iconthemes') - cd $srcdir/build/IconThemes - make DESTDIR=$pkgdir install -} - -package_kdeartwork-kscreensaver() { - pkgdesc='KDE screensaver' - depends=('kdebase-workspace' 'libkexiv2') - cd $srcdir/build/kscreensaver - make DESTDIR=$pkgdir install -} - -package_kdeartwork-sounds() { - pkgdesc='KDE sounds' - cd $srcdir/build/sounds - make DESTDIR=$pkgdir install -} - -package_kdeartwork-styles() { - pkgdesc='KDE styles' - depends=('kdebase-workspace') - cd $srcdir/build/styles - make DESTDIR=$pkgdir install - cd $srcdir/build/kwin-styles - make DESTDIR=$pkgdir install -} - -package_kdeartwork-wallpapers() { - pkgdesc='KDE wallpapers' - cd $srcdir/build/wallpapers - make DESTDIR=$pkgdir install - cd $srcdir/build/HighResolutionWallpapers - make DESTDIR=$pkgdir install -} - -package_kdeartwork-weatherwallpapers() { - pkgdesc='KDE weather wallpapers' - cd $srcdir/build/WeatherWallpapers - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdebase-konsole/PKGBUILD b/kde-unstable/kdebase-konsole/PKGBUILD deleted file mode 100644 index 4e72d5cc8..000000000 --- a/kde-unstable/kdebase-konsole/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171750 2012-11-21 18:42:48Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebase-konsole -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://kde.org/applications/system/konsole/' -pkgdesc="Terminal" -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdebase') -depends=('kdebase-runtime' 'kdebase-lib') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz") -sha1sums=('11ee54496d4a9f7d59f40a585710c5d104c5de81') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../konsole-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebase-runtime/PKGBUILD b/kde-unstable/kdebase-runtime/PKGBUILD deleted file mode 100644 index 10909a591..000000000 --- a/kde-unstable/kdebase-runtime/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# $Id: PKGBUILD 163354 2012-07-11 21:54:44Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgname=kdebase-runtime -pkgver=4.8.97 -pkgrel=1 -pkgdesc="Plugins and applications necessary for the running of KDE applications" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kde-runtime' -license=('GPL' 'LGPL') -depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' -'xorg-xauth' 'kactivities') -makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager') -optdepends=('htdig: to build the search index in khelpcenter' - 'rarian: needed by khelpcenter' - 'gdb: drkonq crash handler') -install="${pkgname}.install" -source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") -sha1sums=('5eff74a293c9adf8e76fb45f5a085726c083c179') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kde-runtime-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_QNtrack=OFF \ - -DWITH_Xine=OFF - make -} - -package() { - cd "$srcdir/build" - make DESTDIR="$pkgdir" install - rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme" - - ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" -} diff --git a/kde-unstable/kdebase-runtime/kdebase-runtime.install b/kde-unstable/kdebase-runtime/kdebase-runtime.install deleted file mode 100644 index c77e68041..000000000 --- a/kde-unstable/kdebase-runtime/kdebase-runtime.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdebase-workspace/PKGBUILD b/kde-unstable/kdebase-workspace/PKGBUILD deleted file mode 100644 index 4f9c3c767..000000000 --- a/kde-unstable/kdebase-workspace/PKGBUILD +++ /dev/null @@ -1,86 +0,0 @@ -# $Id: PKGBUILD 171727 2012-11-21 18:23:25Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgname=kdebase-workspace -_pkgname=kde-workspace -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Provides the interface and basic tools for the KDE workspace" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kde-workspace' -license=('GPL' 'LGPL' 'FDL') -groups=('kde') -# note on libxdamage: -# not detected by namcap because libgl depends on it -# but nvidia providing libgl does not depend on libxdamage -depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'libqalculate' - 'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage' - 'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama' - 'xorg-xrdb' 'libgles' 'libegl' 'libxres' 'xorg-xrandr' - 'xorg-xmessage' 'libusb-compat' 'kde-base-artwork' - 'xcb-util-renderutil' 'xcb-util-image') -makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager' 'mesa') -optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces') -install="${pkgname}.install" -backup=('usr/share/config/kdm/kdmrc') -source=("http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz" - 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate' - 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch') -sha1sums=('6144d8d136b481155d9fcbcb831a5a9b9c58d772' - '5db3a245201bd4a50e65aa2ef583cf5490e4f646' - '660eae40a707d2711d8d7f32a93214865506b795' - '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe' - '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8' - 'b6f8e8692737b11eec1f8022ce74b5b23e247b1b' - 'bbe55f2000217474ce7246f12ee437ceaaf7e9ae' - 'c079ebd157c836ba996190f0d2bcea1a7828d02c' - 'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee' - 'd509dac592bd8b310df27991b208c95b6d907514') - -build() { - cd ${_pkgname}-${pkgver} - - # reads the shell scripts in /etc/kde/ - patch -p0 -i "${srcdir}"/etc-scripts.patch - # FS#26120 - patch -p1 -i "${srcdir}"/kdm-xinitrd.patch - - # KDEBUG#202629 - patch -p0 -i "${srcdir}"/terminate-server.patch - - cd ../ - - mkdir build - cd build - cmake ../${_pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_Xmms=OFF \ - -DWITH_Googlegadgets=OFF \ - -DWITH_libgps=OFF \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 \ - -DWITH_CkConnector=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install - - install -D -m644 "${srcdir}"/kde.pam "${pkgdir}"/etc/pam.d/kde - install -D -m644 "${srcdir}"/kde-np.pam "${pkgdir}"/etc/pam.d/kde-np - install -D -m644 "${srcdir}"/kscreensaver.pam "${pkgdir}"/etc/pam.d/kscreensaver - - install -d -m755 "${pkgdir}"/usr/share/xsessions/ - ln -sf /usr/share/apps/kdm/sessions/kde-plasma{,-safe}.desktop \ - "${pkgdir}"/usr/share/xsessions/ - install -d -m755 "${pkgdir}"/etc/kde/{env,shutdown} - - install -d -g 135 -o 135 "${pkgdir}"/var/lib/kdm - install -D -m755 "${srcdir}"/kdm "${pkgdir}"/etc/rc.d/kdm - install -D -m644 "${srcdir}"/kdm.service \ - "${pkgdir}"/usr/lib/systemd/system/kdm.service - install -Dm644 "${srcdir}"/kdm.logrotate "${pkgdir}"/etc/logrotate.d/kdm -} diff --git a/kde-unstable/kdebase-workspace/etc-scripts.patch b/kde-unstable/kdebase-workspace/etc-scripts.patch deleted file mode 100644 index 903a90a53..000000000 --- a/kde-unstable/kdebase-workspace/etc-scripts.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- startkde.cmake.orig 2009-01-15 14:24:44.000000000 +0100 -+++ startkde.cmake 2009-01-15 14:33:08.000000000 +0100 -@@ -206,7 +190,7 @@ - # For anything else (that doesn't set env vars, or that needs a window manager), - # better use the Autostart folder. - --libpath=`kde4-config --path lib | tr : '\n'` -+libpath=`kde4-config --path lib | tr : '\n'`$(echo -e '\n/etc/kde/lib/') - - for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/env/,p'`; do - for file in "$prefix"*.sh; do diff --git a/kde-unstable/kdebase-workspace/fixpath.patch b/kde-unstable/kdebase-workspace/fixpath.patch deleted file mode 100644 index be2b8383e..000000000 --- a/kde-unstable/kdebase-workspace/fixpath.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- startkde.cmake.orig 2009-01-15 14:24:44.000000000 +0100 -+++ startkde.cmake 2009-01-15 14:33:08.000000000 +0100 -@@ -34,22 +34,6 @@ - MALLOC_CHECK_=2 - export MALLOC_CHECK_ - --# in case we have been started with full pathname spec without being in PATH --bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'` --if [ -n "$bindir" ]; then -- qbindir=`$bindir/kde4-config --qt-binaries` -- if [ -n "$qbindir" ]; then -- case $PATH in -- $qbindir|$qbindir:*|*:$qbindir|*:$qbindir:*) ;; -- *) PATH=$qbindir:$PATH; export PATH;; -- esac -- fi -- case $PATH in -- $bindir|$bindir:*|*:$bindir|*:$bindir:*) ;; -- *) PATH=$bindir:$PATH; export PATH;; -- esac --fi -- - # Boot sequence: - # - # kdeinit is used to fork off processes which improves memory usage -@@ -206,7 +190,7 @@ - # For anything else (that doesn't set env vars, or that needs a window manager), - # better use the Autostart folder. - --libpath=`kde4-config --path lib | tr : '\n'` -+libpath=`kde4-config --path lib | tr : '\n'`$(echo -e '\n/etc/kde/lib/') - - for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/env/,p'`; do - for file in "$prefix"*.sh; do diff --git a/kde-unstable/kdebase-workspace/kde-np.pam b/kde-unstable/kdebase-workspace/kde-np.pam deleted file mode 100644 index 2a4a940c7..000000000 --- a/kde-unstable/kdebase-workspace/kde-np.pam +++ /dev/null @@ -1,12 +0,0 @@ -#%PAM-1.0 -auth required pam_tally.so onerr=succeed file=/var/log/faillog -auth required pam_shells.so -auth requisite pam_nologin.so -auth required pam_env.so -auth optional pam_permit.so - -account include system-login - -password include system-login - -session include system-login diff --git a/kde-unstable/kdebase-workspace/kde.pam b/kde-unstable/kdebase-workspace/kde.pam deleted file mode 100644 index a0a29483d..000000000 --- a/kde-unstable/kdebase-workspace/kde.pam +++ /dev/null @@ -1,8 +0,0 @@ -#%PAM-1.0 -auth include system-login - -account include system-login - -password include system-login - -session include system-login diff --git a/kde-unstable/kdebase-workspace/kdebase-workspace.install b/kde-unstable/kdebase-workspace/kdebase-workspace.install deleted file mode 100644 index c52c06417..000000000 --- a/kde-unstable/kdebase-workspace/kdebase-workspace.install +++ /dev/null @@ -1,31 +0,0 @@ -post_install() { - groupadd -g 135 kdm &>/dev/null - useradd -u 135 -g kdm -d /var/lib/kdm -s /bin/false -r -M kdm &>/dev/null - chown -R 135:135 var/lib/kdm &>/dev/null - xdg-icon-resource forceupdate --theme hicolor &>/dev/null - update-desktop-database -q - genkdmconf --no-old --no-backup &>/dev/null -} - -post_upgrade() { - getent group kdm >/dev/null 2>&1 || groupadd -g 135 kdm &>/dev/null - getent passwd kdm >/dev/null 2>&1 || useradd -u 135 -g kdm -d /var/lib/kdm -s /bin/false -r -M kdm &>/dev/null - chown -R 135:135 var/lib/kdm &>/dev/null - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q - genkdmconf &>/dev/null -} - -post_remove() { - if getent passwd kdm >/dev/null 2>&1; then - userdel kdm - fi - if getent group kdm >/dev/null 2>&1; then - groupdel kdm - fi - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - - if [ -d usr/share/apps/kdm/faces ]; then - rm -r usr/share/apps/kdm/faces - fi -} diff --git a/kde-unstable/kdebase-workspace/kdm b/kde-unstable/kdebase-workspace/kdm deleted file mode 100644 index 799d58f4b..000000000 --- a/kde-unstable/kdebase-workspace/kdm +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -PID=$(pidof -o %PPID /usr/bin/kdm) -case "$1" in - start) - stat_busy "Starting KDE Desktop Manager" - [ -z "$PID" ] && /usr/bin/kdm &>/dev/null - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon kdm - stat_done - fi - ;; - stop) - stat_busy "Stopping KDE Desktop Manager" - [ ! -z "$PID" ] && kill $PID &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon kdm - stat_done - fi - ;; - restart) - $0 stop - sleep 3 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/kde-unstable/kdebase-workspace/kdm-xinitrd.patch b/kde-unstable/kdebase-workspace/kdm-xinitrd.patch deleted file mode 100644 index f5fc0e571..000000000 --- a/kde-unstable/kdebase-workspace/kdm-xinitrd.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- kde-workspace-4.7.2/kdm/kfrontend/genkdmconf.c~ 2011-10-04 22:11:24.787771512 +0000 -+++ kde-workspace-4.7.2/kdm/kfrontend/genkdmconf.c 2011-10-04 22:13:58.612702824 +0000 -@@ -742,6 +742,15 @@ - "[ -f /etc/xprofile ] && . /etc/xprofile\n" - "[ -f $HOME/.xprofile ] && . $HOME/.xprofile\n" - "\n" -+"# run all system xinitrc shell scripts.\n" -+"if [ -d /etc/X11/xinit/xinitrc.d ]; then\n" -+" for i in /etc/X11/xinit/xinitrc.d/* ; do\n" -+" if [ -x \"$i\" ]; then\n" -+" . \"$i\"\n" -+" fi\n" -+" done\n" -+"fi\n" -+"\n" - "if [ -d /etc/X11/Xresources ]; then\n" - " for i in /etc/X11/Xresources/*; do\n" - " [ -f $i ] && xrdb -merge $i\n" diff --git a/kde-unstable/kdebase-workspace/kdm.logrotate b/kde-unstable/kdebase-workspace/kdm.logrotate deleted file mode 100644 index 34331feae..000000000 --- a/kde-unstable/kdebase-workspace/kdm.logrotate +++ /dev/null @@ -1,6 +0,0 @@ -/var/log/kdm.log { - maxage 365 - size=+1024k - notifempty - missingok -} diff --git a/kde-unstable/kdebase-workspace/kdm.service b/kde-unstable/kdebase-workspace/kdm.service deleted file mode 100644 index c57aba920..000000000 --- a/kde-unstable/kdebase-workspace/kdm.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=K Display Manager -After=systemd-user-sessions.service - -[Service] -ExecStart=/usr/bin/kdm -nodaemon - -[Install] -Alias=display-manager.service diff --git a/kde-unstable/kdebase-workspace/kscreensaver.pam b/kde-unstable/kdebase-workspace/kscreensaver.pam deleted file mode 100644 index b4d80c21f..000000000 --- a/kde-unstable/kdebase-workspace/kscreensaver.pam +++ /dev/null @@ -1 +0,0 @@ -auth required pam_unix_auth.so diff --git a/kde-unstable/kdebase-workspace/terminate-server.patch b/kde-unstable/kdebase-workspace/terminate-server.patch deleted file mode 100644 index 094591317..000000000 --- a/kde-unstable/kdebase-workspace/terminate-server.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kdm/config.def 2009-08-27 10:17:39.000000000 +0200 -+++ kdm/config.def 2009-10-31 00:40:21.000000000 +0100 -@@ -1448,7 +1448,7 @@ - - Key: TerminateServer - Type: bool --Default: false -+Default: true - User: core - Instance: #:*/! - Merge: xdm diff --git a/kde-unstable/kdebase/PKGBUILD b/kde-unstable/kdebase/PKGBUILD deleted file mode 100644 index d0185e74d..000000000 --- a/kde-unstable/kdebase/PKGBUILD +++ /dev/null @@ -1,120 +0,0 @@ -# $Id: PKGBUILD 171728 2012-11-21 18:25:15Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdebase -pkgname=('kdebase-dolphin' - 'kdebase-kdepasswd' - 'kdebase-kdialog' - 'kdebase-keditbookmarks' - 'kdebase-kfind' - 'kdebase-konq-plugins' - 'kdebase-konqueror' - 'kdebase-lib' - 'kdebase-plasma') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdebase') -makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml') -source=("http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz") -sha1sums=('9cde28381d72f86aa4d975e48e545026bc0c6d0a') - -build() { - cd ${srcdir} - mkdir build - cd build - cmake ../kde-baseapps-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdebase-dolphin() { - pkgdesc='File Manager' - depends=('kdebase-runtime' 'kdebase-lib') - optdepends=('kdegraphics-svgpart: thumbailers for SVG files' - 'kdegraphics-thumbnailers: thumbnailers for graphics file' - 'ruby: servicemenu installation') - url="http://kde.org/applications/system/dolphin/" - install=kdebase-dolphin.install - cd $srcdir/build/dolphin - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/dolphin - make DESTDIR=$pkgdir install -} - -package_kdebase-kdepasswd() { - pkgdesc='Change Password' - depends=('kdebase-runtime' 'kdebase-lib') - cd $srcdir/build/kdepasswd - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kdepasswd - make DESTDIR=$pkgdir install -} - -package_kdebase-kdialog() { - pkgdesc='A utility for displaying dialog boxes from shell scripts' - depends=('kdebase-runtime') - cd $srcdir/build/kdialog - make DESTDIR=$pkgdir install -} - -package_kdebase-keditbookmarks() { - pkgdesc='Bookmark Organizer and Editor' - depends=('kdebase-runtime') - cd $srcdir/build/keditbookmarks - make DESTDIR=$pkgdir install -} - -package_kdebase-kfind() { - pkgdesc='Find Files/Folders' - depends=('kdebase-runtime' 'kdebase-lib') - url="http://kde.org/applications/utilities/kfind/" - install='kdebase.install' - cd $srcdir/build/kfind - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kfind - make DESTDIR=$pkgdir install -} - -package_kdebase-konq-plugins() { - pkgdesc='Extra plugins for Konqueror' - depends=('kdebase-konqueror' 'tidyhtml') - replaces=('konq-plugins') - install='kdebase.install' - cd $srcdir/build/konq-plugins - make DESTDIR=$pkgdir install -} - -package_kdebase-konqueror() { - pkgdesc='KDE File Manager & Web Browser' - depends=('kdebase-dolphin' 'kdebase-keditbookmarks') - optdepends=('kwebkitpart: to enable webkit engine') - url="http://kde.org/applications/internet/konqueror/" - install='kdebase-konqueror.install' - conflicts=('kdebase-nsplugins') - replaces=('kdebase-nsplugins') - for i in konqueror doc/konqueror nsplugins; do - cd $srcdir/build/${i} - make DESTDIR=$pkgdir install - done -} - -package_kdebase-lib() { - pkgdesc='KDE libraries for the basic desktop applications' - groups=() - depends=('kdelibs') - cd $srcdir/build/lib - make DESTDIR=$pkgdir install -} - -package_kdebase-plasma() { - pkgdesc='Display the contents of folders (User´s home folder as default)' - depends=('kdebase-workspace' 'kdebase-lib') - cd $srcdir/build/plasma - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdebase/kdebase-dolphin.install b/kde-unstable/kdebase/kdebase-dolphin.install deleted file mode 100644 index 660593cf5..000000000 --- a/kde-unstable/kdebase/kdebase-dolphin.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdebase/kdebase-konqueror.install b/kde-unstable/kdebase/kdebase-konqueror.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdebase/kdebase-konqueror.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdebase/kdebase.install b/kde-unstable/kdebase/kdebase.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdebase/kdebase.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdebindings-kimono/PKGBUILD b/kde-unstable/kdebindings-kimono/PKGBUILD deleted file mode 100644 index 022161204..000000000 --- a/kde-unstable/kdebindings-kimono/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171751 2012-11-21 18:43:26Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-kimono -pkgver=4.9.80 -pkgrel=1 -pkgdesc=".NET/Mono bindings for the KDE libraries" -url="https://projects.kde.org/projects/kde/kdebindings/csharp/kimono" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-qyoto' 'kdebindings-smokekde') -makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs') -optdepends=('kdepimlibs: akonadi bindings') -conflicts=('kdebindings-csharp') -source=("http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz") -sha1sums=('75263f0b3cba2fe1acc1d668cd7f03a4d4f07dc0') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kimono-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_Soprano=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebindings-korundum/PKGBUILD b/kde-unstable/kdebindings-korundum/PKGBUILD deleted file mode 100644 index 1872ad76c..000000000 --- a/kde-unstable/kdebindings-korundum/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# $Id: PKGBUILD 171752 2012-11-21 18:44:02Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-korundum -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Ruby bindings for libraries created by the KDE community" -url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-qtruby' 'kdebindings-smokekde') -makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' - 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate') -optdepends=('kdegraphics-okular: okular bindings' - 'kdepimlibs: akonadi bindings') -conflicts=('kdebindings-ruby') -source=("http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz" - 'ruby19.patch') -sha1sums=('e16ed8f538fc1208c2b29c1704da186fe3d97e8c' - 'c074f027bac3b9bffe70a2c2304a6a7be12be034') - -build() { - cd "${srcdir}/korundum-${pkgver}" - patch -p1 -i "${srcdir}/ruby19.patch" - - cd "${srcdir}" - mkdir build - cd build - - cmake ../korundum-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]') \ - -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]') - - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebindings-korundum/ruby19.patch b/kde-unstable/kdebindings-korundum/ruby19.patch deleted file mode 100644 index c2468d9ce..000000000 --- a/kde-unstable/kdebindings-korundum/ruby19.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 +0000 -+++ korundum-4.9.0/src/krubypluginfactory.cpp 2012-07-27 10:53:15.247374749 +0000 -@@ -39,7 +39,6 @@ - extern "C" { - extern VALUE rb_load_path; - extern VALUE qt_internal_module; --void Init_prelude(void); - } - - // -@@ -165,7 +164,8 @@ - #if RUBY_VERSION >= 0x10900 - VALUE gem = rb_define_module("Gem"); - rb_const_set(gem, rb_intern("Enable"), Qtrue); -- Init_prelude(); -+ char *opts[] = { "ruby", "-e;" }; -+ ruby_options(2, opts); - #endif - - ruby_incpush(QFile::encodeName(program.path())); -@@ -342,7 +342,8 @@ - #if RUBY_VERSION >= 0x10900 - VALUE gem = rb_define_module("Gem"); - rb_const_set(gem, rb_intern("Enable"), Qtrue); -- Init_prelude(); -+ char *opts[] = { "ruby", "-e;" }; -+ ruby_options(2, opts); - #endif - - ruby_incpush(QFile::encodeName(program.path())); diff --git a/kde-unstable/kdebindings-kross/PKGBUILD b/kde-unstable/kdebindings-kross/PKGBUILD deleted file mode 100644 index b784d749b..000000000 --- a/kde-unstable/kdebindings-kross/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# $Id: PKGBUILD 171753 2012-11-21 18:44:36Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgbase=kdebindings-kross -pkgname=('kdebindings-kross-python' -# 'kdebindings-kross-ruby' - 'kdebindings-kross-java') -pkgver=4.9.80 -pkgrel=1 -url="https://projects.kde.org/projects/kde/kdebindings/kross-interpreters" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment') -source=("http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz") -sha1sums=('236973dde05ba0ad139b54bcf619f2e99e815dbb') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kross-interpreters-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_ruby=OFF \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 - make -} - -package_kdebindings-kross-python() { - pkgdesc="Python2 language interpreters to enable in-process scripting with Kross" - depends=('kdelibs' 'python2') - - cd "${srcdir}"/build/python - make DESTDIR="${pkgdir}" install -} - -package_kdebindings-kross-java() { - pkgdesc="Java language interpreters to enable in-process scripting with Kross" - depends=('kdelibs' 'java-environment') - - cd "${srcdir}"/build/java - make DESTDIR="${pkgdir}" install -} - -package_kdebindings-kross-ruby() { - pkgdesc="Ruby language interpreters to enable in-process scripting with Kross" - depends=('kdelibs' 'ruby') - - cd "${srcdir}"/build/ruby - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebindings-perlkde/PKGBUILD b/kde-unstable/kdebindings-perlkde/PKGBUILD deleted file mode 100644 index 3b9edd6fc..000000000 --- a/kde-unstable/kdebindings-perlkde/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171754 2012-11-21 18:45:14Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-perlkde -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Perl bindings for the KDE libraries" -url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-perlqt' 'kdebindings-smokekde') -makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs' - 'kdegraphics-okular' 'kdesdk-kate') -source=("http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz") -sha1sums=('cfa442fcdce76523d7d978cfe9459c6385ead228') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../perlkde-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebindings-perlqt/PKGBUILD b/kde-unstable/kdebindings-perlqt/PKGBUILD deleted file mode 100644 index a0a9580aa..000000000 --- a/kde-unstable/kdebindings-perlqt/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171723 2012-11-21 18:15:48Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-perlqt -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Perl bindings for the Qt libraries" -url="https://projects.kde.org/projects/kde/kdebindings/perl/perlqt" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-smokeqt' 'perl-list-moreutils') -makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') -source=("http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz") -sha1sums=('8e4e5c677a1cbca607681f99bb0433ef92538010') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../perlqt-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebindings-python/PKGBUILD b/kde-unstable/kdebindings-python/PKGBUILD deleted file mode 100644 index ff4ad9597..000000000 --- a/kde-unstable/kdebindings-python/PKGBUILD +++ /dev/null @@ -1,69 +0,0 @@ -# $Id: PKGBUILD 171720 2012-11-21 18:13:07Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgbase=kdebindings-python -pkgname=('kdebindings-python' - 'kdebindings-python2') -pkgver=4.9.80 -pkgrel=1 -url='https://projects.kde.org/projects/kde/kdebindings/pykde4' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' - 'pyqt' 'qscintilla' 'python2-sip' 'python-sip') -source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz") -sha1sums=('e2b3ac142195a1aa31b6cca5463803665675d97d') - -build() { - export PYTHONDONTWRITEBYTECODE="TRUE" - - mkdir build - cd build - cmake ../pykde4-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 - make - cd .. - - mkdir build-python2 - cd build-python2 - cmake ../pykde4-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 - make -} - -package_kdebindings-python() { - pkgdesc="A set of Python 3.x bindings for KDE" - depends=('kdepim-runtime' 'pyqt' 'qscintilla') - - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} - -package_kdebindings-python2() { - pkgdesc="A set of Python 2.x bindings for KDE" - depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla') - conflicts=('kdebindings-python<4.8.1-2') - - cd "${srcdir}"/build-python2 - make DESTDIR="${pkgdir}" install - - # Fix conflicts - rm "${pkgdir}"/usr/bin/pykdeuic4 - ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \ - "${pkgdir}"/usr/bin/python2-pykdeuic4 - - mv "${pkgdir}"/usr/share/apps/pykde4/examples \ - "${pkgdir}"/usr/share/apps/pykde4/python2-examples - - mv "${pkgdir}"/usr/share/sip/PyKDE4 \ - "${pkgdir}"/usr/share/sip/python2-PyKDE4 - - # Use the python2 executable - find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -} diff --git a/kde-unstable/kdebindings-qtruby/PKGBUILD b/kde-unstable/kdebindings-qtruby/PKGBUILD deleted file mode 100644 index 67c28abfb..000000000 --- a/kde-unstable/kdebindings-qtruby/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171725 2012-11-21 18:17:05Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-qtruby -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Ruby bindings for the Qt libraries" -url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-smokeqt' 'ruby') -makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') -conflicts=('kdebindings-ruby') -source=("http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz") -sha1sums=('02f2e194105c5e3fbc4181d0969c0c59a76f241b') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../qtruby-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]') \ - -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]') - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebindings-qyoto/PKGBUILD b/kde-unstable/kdebindings-qyoto/PKGBUILD deleted file mode 100644 index 143c2d50b..000000000 --- a/kde-unstable/kdebindings-qyoto/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171724 2012-11-21 18:16:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-qyoto -pkgver=4.9.80 -pkgrel=1 -pkgdesc=".NET/Mono bindings for the Qt libraries" -url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-smokeqt' 'mono') -makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') -conflicts=('kdebindings-csharp') -source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz") -sha1sums=('4b8e3927487c9c67f59e21422274d17e2c2a3dc6') - -build() { - mkdir build - cd build - cmake ../qyoto-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebindings-smokegen/PKGBUILD b/kde-unstable/kdebindings-smokegen/PKGBUILD deleted file mode 100644 index 60a731eb2..000000000 --- a/kde-unstable/kdebindings-smokegen/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171717 2012-11-21 18:11:14Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-smokegen -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A general purpose C++ parser with a plugin infrastructure" -url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -conflicts=('kdebindings-smoke') -source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz") -sha1sums=('d02f7496caa82457f4d620939c80979b90f8249f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../smokegen-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdebindings-smokekde/PKGBUILD b/kde-unstable/kdebindings-smokekde/PKGBUILD deleted file mode 100644 index c65f2d4b7..000000000 --- a/kde-unstable/kdebindings-smokekde/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 171722 2012-11-21 18:15:05Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-smokekde -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Language independent library for KDE bindings" -url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-smokeqt') -makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' - 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate' - 'mesa') -optdepends=('kdesdk-kate: Kate bindings' - 'kdegraphics-okular: Okular bindings' - 'kdepimlibs: akonadi bindings') -conflicts=('kdebindings-smoke') -source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz") -sha1sums=('42138a1b2778f4d34c047883768803824ec62bc4') - -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/kde-unstable/kdebindings-smokeqt/PKGBUILD b/kde-unstable/kdebindings-smokeqt/PKGBUILD deleted file mode 100644 index 3b281741e..000000000 --- a/kde-unstable/kdebindings-smokeqt/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171718 2012-11-21 18:11:51Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-smokeqt -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Language independent library for Qt bindings" -url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla') -makedepends=('cmake' 'automoc4' 'mesa') -conflicts=('kdebindings-smoke') -source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz") -sha1sums=('10311b9dc028aed75d2707a5a5d22f91a14de8c8') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../smokeqt-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_Qwt5=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-analitza/PKGBUILD b/kde-unstable/kdeedu-analitza/PKGBUILD deleted file mode 100644 index bd01ad97b..000000000 --- a/kde-unstable/kdeedu-analitza/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171737 2012-11-21 18:29:58Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-analitza -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A library to add mathematical features to your program" -url="https://projects.kde.org/projects/kde/kdeedu/analitza" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz") -sha1sums=('9b2e7dc9c6eab7b49e28540d63dc3d3531999d2e') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../analitza-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-blinken/PKGBUILD b/kde-unstable/kdeedu-blinken/PKGBUILD deleted file mode 100644 index afadce2df..000000000 --- a/kde-unstable/kdeedu-blinken/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171755 2012-11-21 18:45:45Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-blinken -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Memory Enhancement Game" -url="http://kde.org/applications/education/blinken/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/blinken-${pkgver}.tar.xz") -sha1sums=('c80dcd05980eae7927ceb1d227f2772b0897b40b') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../blinken-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-blinken/kdeedu-blinken.install b/kde-unstable/kdeedu-blinken/kdeedu-blinken.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-blinken/kdeedu-blinken.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-cantor/PKGBUILD b/kde-unstable/kdeedu-cantor/PKGBUILD deleted file mode 100644 index 38e013443..000000000 --- a/kde-unstable/kdeedu-cantor/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 171756 2012-11-21 18:46:19Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-cantor -pkgver=4.9.80 -pkgrel=1 -pkgdesc="KDE Frontend to Mathematical Software" -url="http://kde.org/applications/education/cantor/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate') -makedepends=('cmake' 'automoc4' 'r') -optdepends=('maxima: Maxima backend' - 'octave: Octave backend' - 'r: R backend') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz") -sha1sums=('5bd9d025f83baa2425cf8d722edfd18a6630796d') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../cantor-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-cantor/kdeedu-cantor.install b/kde-unstable/kdeedu-cantor/kdeedu-cantor.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeedu-cantor/kdeedu-cantor.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kalgebra/PKGBUILD b/kde-unstable/kdeedu-kalgebra/PKGBUILD deleted file mode 100644 index 2d51e8697..000000000 --- a/kde-unstable/kdeedu-kalgebra/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171757 2012-11-21 18:46:53Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kalgebra -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Graph Calculator" -url="http://kde.org/applications/education/kalgebra/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza') -makedepends=('cmake' 'automoc4' 'mesa') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz") -sha1sums=('96817a31f5af00bebc138f9ad84adbadb3850608') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kalgebra-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kalgebra/kdeedu-kalgebra.install b/kde-unstable/kdeedu-kalgebra/kdeedu-kalgebra.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeedu-kalgebra/kdeedu-kalgebra.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kalzium/PKGBUILD b/kde-unstable/kdeedu-kalzium/PKGBUILD deleted file mode 100644 index 2591f8f50..000000000 --- a/kde-unstable/kdeedu-kalzium/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171758 2012-11-21 18:47:29Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kalzium -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Periodic Table of Elements" -url="http://kde.org/applications/education/kalzium/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz") -sha1sums=('2902940de1dc5d33b846aeb82064d51adc286da4') - -build() { - mkdir build - cd build - cmake ../kalzium-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kalzium/kdeedu-kalzium.install b/kde-unstable/kdeedu-kalzium/kdeedu-kalzium.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeedu-kalzium/kdeedu-kalzium.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kanagram/PKGBUILD b/kde-unstable/kdeedu-kanagram/PKGBUILD deleted file mode 100644 index a197061b8..000000000 --- a/kde-unstable/kdeedu-kanagram/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171759 2012-11-21 18:48:14Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kanagram -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Letter Order Game" -url="http://kde.org/applications/education/kanagram/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz") -sha1sums=('1c19a72b7639a36f20ef5c00cc03a35c84f5bb69') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kanagram-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kanagram/kdeedu-kanagram.install b/kde-unstable/kdeedu-kanagram/kdeedu-kanagram.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-kanagram/kdeedu-kanagram.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kbruch/PKGBUILD b/kde-unstable/kdeedu-kbruch/PKGBUILD deleted file mode 100644 index 03feaba94..000000000 --- a/kde-unstable/kdeedu-kbruch/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171760 2012-11-21 18:48:51Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kbruch -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Exercise Fractions" -url="http://kde.org/applications/education/kbruch/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz") -sha1sums=('0531fdbf4bb401b7c28593a920a42c32687a3bb9') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kbruch-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kbruch/kdeedu-kbruch.install b/kde-unstable/kdeedu-kbruch/kdeedu-kbruch.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-kbruch/kdeedu-kbruch.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kgeography/PKGBUILD b/kde-unstable/kdeedu-kgeography/PKGBUILD deleted file mode 100644 index 0d6ee2203..000000000 --- a/kde-unstable/kdeedu-kgeography/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171761 2012-11-21 18:49:29Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kgeography -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Geography Trainer" -url="http://kde.org/applications/education/kgeography/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz") -sha1sums=('b6f55e05c8ed67631eac9e23d3638f61a2264388') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kgeography-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kgeography/kdeedu-kgeography.install b/kde-unstable/kdeedu-kgeography/kdeedu-kgeography.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-kgeography/kdeedu-kgeography.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-khangman/PKGBUILD b/kde-unstable/kdeedu-khangman/PKGBUILD deleted file mode 100644 index 7c6360d12..000000000 --- a/kde-unstable/kdeedu-khangman/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171762 2012-11-21 18:50:19Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-khangman -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Hangman Game" -url="http://kde.org/applications/education/khangman/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz") -sha1sums=('fcbed31b1fba92f82f5e1118ff054103c6b76216') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../khangman-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-khangman/kdeedu-khangman.install b/kde-unstable/kdeedu-khangman/kdeedu-khangman.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-khangman/kdeedu-khangman.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kig/PKGBUILD b/kde-unstable/kdeedu-kig/PKGBUILD deleted file mode 100644 index 9bd55fba0..000000000 --- a/kde-unstable/kdeedu-kig/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 171763 2012-11-21 18:50:57Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kig -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Interactive Geometry" -url="http://kde.org/applications/education/kig/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz") -sha1sums=('4bf3c256adab6a6afdc2e10d5fa59df8c745fd7f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kig-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install - - # Use the python2 executable - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${pkgdir}"/usr/bin/pykig.py -} diff --git a/kde-unstable/kdeedu-kig/kdeedu-kig.install b/kde-unstable/kdeedu-kig/kdeedu-kig.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeedu-kig/kdeedu-kig.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kiten/PKGBUILD b/kde-unstable/kdeedu-kiten/PKGBUILD deleted file mode 100644 index 393fdb73e..000000000 --- a/kde-unstable/kdeedu-kiten/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171764 2012-11-21 18:51:35Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kiten -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Japanese Reference/Study Tool" -url="http://kde.org/applications/education/kiten/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kiten-${pkgver}.tar.xz") -sha1sums=('d4a3023afcc44191585d36471d7fed931af6b339') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kiten-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kiten/kdeedu-kiten.install b/kde-unstable/kdeedu-kiten/kdeedu-kiten.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-kiten/kdeedu-kiten.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-klettres/PKGBUILD b/kde-unstable/kdeedu-klettres/PKGBUILD deleted file mode 100644 index 45e18c9a8..000000000 --- a/kde-unstable/kdeedu-klettres/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171765 2012-11-21 18:52:39Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-klettres -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Learn The Alphabet" -url="http://kde.org/applications/education/klettres/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/klettres-${pkgver}.tar.xz") -sha1sums=('9d888105518aed6843b2a260b4ae7495ca54471e') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../klettres-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-klettres/kdeedu-klettres.install b/kde-unstable/kdeedu-klettres/kdeedu-klettres.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-klettres/kdeedu-klettres.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kmplot/PKGBUILD b/kde-unstable/kdeedu-kmplot/PKGBUILD deleted file mode 100644 index a993a4a54..000000000 --- a/kde-unstable/kdeedu-kmplot/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171767 2012-11-21 18:53:23Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kmplot -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Mathematical Function Plotter" -url="http://kde.org/applications/education/kmplot/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz") -sha1sums=('64af9b098973e1e84e3cff4d31f8e5047039dbd6') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kmplot-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kmplot/kdeedu-kmplot.install b/kde-unstable/kdeedu-kmplot/kdeedu-kmplot.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeedu-kmplot/kdeedu-kmplot.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kstars/PKGBUILD b/kde-unstable/kdeedu-kstars/PKGBUILD deleted file mode 100644 index c9a1dff27..000000000 --- a/kde-unstable/kdeedu-kstars/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171872 2012-11-21 22:01:52Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kstars -pkgver=4.9.80 -pkgrel=3 -pkgdesc="Desktop Planetarium" -url="http://kde.org/applications/education/kstars/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'wcslib' 'libindi') -makedepends=('cmake' 'automoc4' 'eigen' 'mesa') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz") -sha1sums=('792b0f991512fd372e9492b008540c6357059bb3') - -build() { - mkdir build - cd build - cmake ../kstars-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_Xplanet=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kstars/kdeedu-kstars.install b/kde-unstable/kdeedu-kstars/kdeedu-kstars.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-kstars/kdeedu-kstars.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-ktouch/PKGBUILD b/kde-unstable/kdeedu-ktouch/PKGBUILD deleted file mode 100644 index 5db86131f..000000000 --- a/kde-unstable/kdeedu-ktouch/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171770 2012-11-21 19:10:47Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-ktouch -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Touch Typing Tutor" -url="http://kde.org/applications/education/ktouch/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz") -sha1sums=('9bbf7d9c68ec28e81ed6cde4710be794f1124a1f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ktouch-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-ktouch/kdeedu-ktouch.install b/kde-unstable/kdeedu-ktouch/kdeedu-ktouch.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-ktouch/kdeedu-ktouch.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kturtle/PKGBUILD b/kde-unstable/kdeedu-kturtle/PKGBUILD deleted file mode 100644 index fb4d32ac6..000000000 --- a/kde-unstable/kdeedu-kturtle/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171771 2012-11-21 19:11:31Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kturtle -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Educational Programming Environment" -url="http://kde.org/applications/education/kturtle/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kturtle-${pkgver}.tar.xz") -sha1sums=('87b537edebc1733b994711d263a9f61acabad035') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kturtle-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kturtle/kdeedu-kturtle.install b/kde-unstable/kdeedu-kturtle/kdeedu-kturtle.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-kturtle/kdeedu-kturtle.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-kwordquiz/PKGBUILD b/kde-unstable/kdeedu-kwordquiz/PKGBUILD deleted file mode 100644 index b525760d6..000000000 --- a/kde-unstable/kdeedu-kwordquiz/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171772 2012-11-21 19:12:09Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-kwordquiz -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Flash Card Trainer" -url="http://kde.org/applications/education/kwordquiz/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz") -sha1sums=('9c6638006cf18466ca262c956afd7e36662ddb8b') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kwordquiz-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-kwordquiz/kdeedu-kwordquiz.install b/kde-unstable/kdeedu-kwordquiz/kdeedu-kwordquiz.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeedu-kwordquiz/kdeedu-kwordquiz.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-marble/PKGBUILD b/kde-unstable/kdeedu-marble/PKGBUILD deleted file mode 100644 index f72577df8..000000000 --- a/kde-unstable/kdeedu-marble/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171731 2012-11-21 18:26:40Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-marble -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Desktop Globe" -url="http://kde.org/applications/education/marble/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'gpsd') -optdepends=('gpsd: gps support') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz") -sha1sums=('449f3e87b5d111e36730ebaf321f5081dded028d') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../marble-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-marble/kdeedu-marble.install b/kde-unstable/kdeedu-marble/kdeedu-marble.install deleted file mode 100644 index 117b47128..000000000 --- a/kde-unstable/kdeedu-marble/kdeedu-marble.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-pairs/PKGBUILD b/kde-unstable/kdeedu-pairs/PKGBUILD deleted file mode 100644 index 837281cd4..000000000 --- a/kde-unstable/kdeedu-pairs/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171773 2012-11-21 19:12:51Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-pairs -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A memory and pairs game for KDE" -url="https://projects.kde.org/projects/kde/kdeedu/pairs" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/pairs-${pkgver}.tar.xz") -sha1sums=('fae86e3a2e3990d82c59d3d36852d13e2277caea') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../pairs-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-pairs/kdeedu-pairs.install b/kde-unstable/kdeedu-pairs/kdeedu-pairs.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeedu-pairs/kdeedu-pairs.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-parley/PKGBUILD b/kde-unstable/kdeedu-parley/PKGBUILD deleted file mode 100644 index 38a09c291..000000000 --- a/kde-unstable/kdeedu-parley/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171774 2012-11-21 19:13:38Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-parley -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Vocabulary Trainer" -url="http://kde.org/applications/education/parley/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/parley-${pkgver}.tar.xz") -sha1sums=('cc99fe01b84b36452a45c02c86bea6ae99342d43') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../parley-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-parley/kdeedu-parley.install b/kde-unstable/kdeedu-parley/kdeedu-parley.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeedu-parley/kdeedu-parley.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-rocs/PKGBUILD b/kde-unstable/kdeedu-rocs/PKGBUILD deleted file mode 100644 index 0df3d29a6..000000000 --- a/kde-unstable/kdeedu-rocs/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171775 2012-11-21 19:14:28Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-rocs -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Rocs Graph Theory" -url="http://kde.org/applications/education/rocs/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'boost') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz") -sha1sums=('a3feecc05b8408ccfa1d101554a8916b5700649f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../rocs-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-rocs/kdeedu-rocs.install b/kde-unstable/kdeedu-rocs/kdeedu-rocs.install deleted file mode 100644 index 88ac37896..000000000 --- a/kde-unstable/kdeedu-rocs/kdeedu-rocs.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeedu-step/PKGBUILD b/kde-unstable/kdeedu-step/PKGBUILD deleted file mode 100644 index 8cb730a8b..000000000 --- a/kde-unstable/kdeedu-step/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171776 2012-11-21 19:15:08Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeedu-step -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Interactive Physical Simulator" -url="http://kde.org/applications/education/step/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libqalculate' 'gsl') -makedepends=('cmake' 'automoc4' 'eigen' 'mesa') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.xz") -sha1sums=('c331946fc2a459a9f8235cfdb6e3d42b5dcd6920') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../step-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeedu-step/kdeedu-step.install b/kde-unstable/kdeedu-step/kdeedu-step.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-step/kdeedu-step.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-bomber/PKGBUILD b/kde-unstable/kdegames-bomber/PKGBUILD deleted file mode 100644 index 68832916d..000000000 --- a/kde-unstable/kdegames-bomber/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171777 2012-11-21 19:15:52Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-bomber -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A single player arcade game" -url="http://kde.org/applications/games/bomber/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/bomber-${pkgver}.tar.xz") -sha1sums=('d3e1154bca1246fc91b46f30c3534cfc678a9c28') - -build() { - mkdir build - cd build - cmake ../bomber-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-bomber/kdegames-bomber.install b/kde-unstable/kdegames-bomber/kdegames-bomber.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-bomber/kdegames-bomber.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-bovo/PKGBUILD b/kde-unstable/kdegames-bovo/PKGBUILD deleted file mode 100644 index 65c9062e9..000000000 --- a/kde-unstable/kdegames-bovo/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171779 2012-11-21 19:16:31Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-bovo -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A Gomoku like game for two players" -url="http://kde.org/applications/games/bovo/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/bovo-${pkgver}.tar.xz") -sha1sums=('f9080a1f1e6cd8107379bab9d9130fad83b6fb16') - -build() { - mkdir build - cd build - cmake ../bovo-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-bovo/kdegames-bovo.install b/kde-unstable/kdegames-bovo/kdegames-bovo.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-bovo/kdegames-bovo.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-granatier/PKGBUILD b/kde-unstable/kdegames-granatier/PKGBUILD deleted file mode 100644 index 23a62833a..000000000 --- a/kde-unstable/kdegames-granatier/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171781 2012-11-21 19:17:09Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-granatier -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A clone of the classic Bomberman game" -url="http://kde.org/applications/games/granatier/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/granatier-${pkgver}.tar.xz") -sha1sums=('879691fd8c595430362fdce8e76e07cb4f912531') - -build() { - mkdir build - cd build - cmake ../granatier-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-granatier/kdegames-granatier.install b/kde-unstable/kdegames-granatier/kdegames-granatier.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-granatier/kdegames-granatier.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kapman/PKGBUILD b/kde-unstable/kdegames-kapman/PKGBUILD deleted file mode 100644 index d1f0fe5a2..000000000 --- a/kde-unstable/kdegames-kapman/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171783 2012-11-21 19:18:24Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kapman -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A clone of the well known game Pac-Man" -url="http://kde.org/applications/games/kapman/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kapman-${pkgver}.tar.xz") -sha1sums=('0fb3a2043e5091673d52e8259e38a8412157ccff') - -build() { - mkdir build - cd build - cmake ../kapman-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kapman/kdegames-kapman.install b/kde-unstable/kdegames-kapman/kdegames-kapman.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kapman/kdegames-kapman.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-katomic/PKGBUILD b/kde-unstable/kdegames-katomic/PKGBUILD deleted file mode 100644 index 448b80760..000000000 --- a/kde-unstable/kdegames-katomic/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171784 2012-11-21 19:19:07Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-katomic -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A fun and educational game built around molecular geometry" -url="http://kde.org/applications/games/katomic/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/katomic-${pkgver}.tar.xz") -sha1sums=('f0c9508c32f3d5f8f7adb75c39f11a539e756ef4') - -build() { - mkdir build - cd build - cmake ../katomic-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-katomic/kdegames-katomic.install b/kde-unstable/kdegames-katomic/kdegames-katomic.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-katomic/kdegames-katomic.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kblackbox/PKGBUILD b/kde-unstable/kdegames-kblackbox/PKGBUILD deleted file mode 100644 index 367b01a19..000000000 --- a/kde-unstable/kdegames-kblackbox/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171785 2012-11-21 19:19:47Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kblackbox -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A game of hide and seek played on a grid of boxes" -url="http://kde.org/applications/games/kblackbox/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kblackbox-${pkgver}.tar.xz") -sha1sums=('a9e0cecc512af02c034435f3a3bdee0294e3bd9a') - -build() { - mkdir build - cd build - cmake ../kblackbox-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kblackbox/kdegames-kblackbox.install b/kde-unstable/kdegames-kblackbox/kdegames-kblackbox.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kblackbox/kdegames-kblackbox.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kblocks/PKGBUILD b/kde-unstable/kdegames-kblocks/PKGBUILD deleted file mode 100644 index 3df22f8a1..000000000 --- a/kde-unstable/kdegames-kblocks/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171786 2012-11-21 19:20:24Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kblocks -pkgver=4.9.80 -pkgrel=1 -pkgdesc="The classic falling blocks game" -url="http://kde.org/applications/games/kblocks/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kblocks-${pkgver}.tar.xz") -sha1sums=('21138737da1c5334fded3f0430a5ff1252873238') - -build() { - mkdir build - cd build - cmake ../kblocks-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kblocks/kdegames-kblocks.install b/kde-unstable/kdegames-kblocks/kdegames-kblocks.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kblocks/kdegames-kblocks.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kbounce/PKGBUILD b/kde-unstable/kdegames-kbounce/PKGBUILD deleted file mode 100644 index 6c9711f34..000000000 --- a/kde-unstable/kdegames-kbounce/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171787 2012-11-21 19:21:10Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kbounce -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A single player arcade game with the elements of puzzle" -url="http://kde.org/applications/games/kbounce/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kbounce-${pkgver}.tar.xz") -sha1sums=('037e27c540a879ba58340c20b9d1bfe073fed8df') - -build() { - mkdir build - cd build - cmake ../kbounce-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kbounce/kdegames-kbounce.install b/kde-unstable/kdegames-kbounce/kdegames-kbounce.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kbounce/kdegames-kbounce.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kbreakout/PKGBUILD b/kde-unstable/kdegames-kbreakout/PKGBUILD deleted file mode 100644 index 99d891b43..000000000 --- a/kde-unstable/kdegames-kbreakout/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171788 2012-11-21 19:21:53Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kbreakout -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A Breakout-like game" -url="http://kde.org/applications/games/kbreakout/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kbreakout-${pkgver}.tar.xz") -sha1sums=('5b3dac9a9352e2a246c42e36ee25125ddd195a06') - -build() { - mkdir build - cd build - cmake ../kbreakout-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kbreakout/kdegames-kbreakout.install b/kde-unstable/kdegames-kbreakout/kdegames-kbreakout.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kbreakout/kdegames-kbreakout.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kdiamond/PKGBUILD b/kde-unstable/kdegames-kdiamond/PKGBUILD deleted file mode 100644 index 5db398ab4..000000000 --- a/kde-unstable/kdegames-kdiamond/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171789 2012-11-21 19:22:35Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kdiamond -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A single player puzzle game" -url="http://kde.org/applications/games/kdiamond/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kdiamond-${pkgver}.tar.xz") -sha1sums=('054bdda050ee60bc475a9f95ad92fab8f60d77f7') - -build() { - mkdir build - cd build - cmake ../kdiamond-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kdiamond/kdegames-kdiamond.install b/kde-unstable/kdegames-kdiamond/kdegames-kdiamond.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kdiamond/kdegames-kdiamond.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kfourinline/PKGBUILD b/kde-unstable/kdegames-kfourinline/PKGBUILD deleted file mode 100644 index ca6905de3..000000000 --- a/kde-unstable/kdegames-kfourinline/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171790 2012-11-21 19:23:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kfourinline -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A four-in-a-row game" -url="http://kde.org/applications/games/kfourinline/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz") -sha1sums=('6512cbdd437dc498e1de5305ef262ab5d6a10463') - -build() { - mkdir build - cd build - cmake ../kfourinline-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kfourinline/kdegames-kfourinline.install b/kde-unstable/kdegames-kfourinline/kdegames-kfourinline.install deleted file mode 100644 index 6c87527e2..000000000 --- a/kde-unstable/kdegames-kfourinline/kdegames-kfourinline.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kgoldrunner/PKGBUILD b/kde-unstable/kdegames-kgoldrunner/PKGBUILD deleted file mode 100644 index 6b885c7b9..000000000 --- a/kde-unstable/kdegames-kgoldrunner/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171791 2012-11-21 19:24:06Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kgoldrunner -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A game of action and puzzle solving" -url="http://kde.org/applications/games/kgoldrunner/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz") -sha1sums=('3b4b78694ab4be2cbc1b7e7da55be0bd0ee0fe03') - -build() { - mkdir build - cd build - cmake ../kgoldrunner-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kgoldrunner/kdegames-kgoldrunner.install b/kde-unstable/kdegames-kgoldrunner/kdegames-kgoldrunner.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kgoldrunner/kdegames-kgoldrunner.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kigo/PKGBUILD b/kde-unstable/kdegames-kigo/PKGBUILD deleted file mode 100644 index e8fcc0b52..000000000 --- a/kde-unstable/kdegames-kigo/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171878 2012-11-22 08:11:00Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kigo -pkgver=4.9.80 -pkgrel=2 -pkgdesc="An open-source implementation of the popular Go game" -url="http://kde.org/applications/games/kigo/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames' 'gnugo') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kigo-${pkgver}.tar.xz") -sha1sums=('b19b2f147bb5bccae5f88f6eba7940fc95e693f8') - -build() { - mkdir build - cd build - cmake ../kigo-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kigo/kdegames-kigo.install b/kde-unstable/kdegames-kigo/kdegames-kigo.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdegames-kigo/kdegames-kigo.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-killbots/PKGBUILD b/kde-unstable/kdegames-killbots/PKGBUILD deleted file mode 100644 index 69bfb423f..000000000 --- a/kde-unstable/kdegames-killbots/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171793 2012-11-21 19:25:33Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-killbots -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A simple game of evading killer robots" -url="http://kde.org/applications/games/killbots/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz") -sha1sums=('403e36ec16722d985bc5f58ecb2e28dcb83007f3') - -build() { - mkdir build - cd build - cmake ../killbots-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-killbots/kdegames-killbots.install b/kde-unstable/kdegames-killbots/kdegames-killbots.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-killbots/kdegames-killbots.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kiriki/PKGBUILD b/kde-unstable/kdegames-kiriki/PKGBUILD deleted file mode 100644 index ba670d9ee..000000000 --- a/kde-unstable/kdegames-kiriki/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171794 2012-11-21 19:26:18Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kiriki -pkgver=4.9.80 -pkgrel=1 -pkgdesc="An addictive and fun dice game" -url="http://kde.org/applications/games/kiriki/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kiriki-${pkgver}.tar.xz") -sha1sums=('c0502c16e074a1347b6a698d22a51c8a48f93b69') - -build() { - mkdir build - cd build - cmake ../kiriki-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kiriki/kdegames-kiriki.install b/kde-unstable/kdegames-kiriki/kdegames-kiriki.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kiriki/kdegames-kiriki.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kjumpingcube/PKGBUILD b/kde-unstable/kdegames-kjumpingcube/PKGBUILD deleted file mode 100644 index 768022474..000000000 --- a/kde-unstable/kdegames-kjumpingcube/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171795 2012-11-21 19:26:57Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kjumpingcube -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A simple tactical game" -url="http://kde.org/applications/games/kjumpingcube/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz") -sha1sums=('961bfa473f600230b5318988fc79c954c9d0de22') - -build() { - mkdir build - cd build - cmake ../kjumpingcube-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kjumpingcube/kdegames-kjumpingcube.install b/kde-unstable/kdegames-kjumpingcube/kdegames-kjumpingcube.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kjumpingcube/kdegames-kjumpingcube.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-klickety/PKGBUILD b/kde-unstable/kdegames-klickety/PKGBUILD deleted file mode 100644 index 606b7205e..000000000 --- a/kde-unstable/kdegames-klickety/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171796 2012-11-21 19:27:37Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-klickety -pkgver=4.9.80 -pkgrel=1 -pkgdesc="An adaptation of the Clickomania game" -url="http://kde.org/applications/games/klickety/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/klickety-${pkgver}.tar.xz") -sha1sums=('32393e1e3277536a62688c1e960977eb5a33f43d') - -build() { - mkdir build - cd build - cmake ../klickety-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-klickety/kdegames-klickety.install b/kde-unstable/kdegames-klickety/kdegames-klickety.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-klickety/kdegames-klickety.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-klines/PKGBUILD b/kde-unstable/kdegames-klines/PKGBUILD deleted file mode 100644 index 28b2b26ee..000000000 --- a/kde-unstable/kdegames-klines/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171797 2012-11-21 19:28:18Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-klines -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A simple but highly addictive, one player game" -url="http://kde.org/applications/games/klines/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/klines-${pkgver}.tar.xz") -sha1sums=('0773efb8ca8cf9fbf6359e09e66bec86fbc29ec8') - -build() { - mkdir build - cd build - cmake ../klines-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-klines/kdegames-klines.install b/kde-unstable/kdegames-klines/kdegames-klines.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-klines/kdegames-klines.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kmahjongg/PKGBUILD b/kde-unstable/kdegames-kmahjongg/PKGBUILD deleted file mode 100644 index 92179d5b3..000000000 --- a/kde-unstable/kdegames-kmahjongg/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171798 2012-11-21 19:28:59Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kmahjongg -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A tile matching game for one or two players" -url="http://kde.org/applications/games/kmahjongg/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz") -sha1sums=('ec723bc34ba6f2f6081edfa9ed3cd79266d901cb') - -build() { - mkdir build - cd build - cmake ../kmahjongg-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kmahjongg/kdegames-kmahjongg.install b/kde-unstable/kdegames-kmahjongg/kdegames-kmahjongg.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kmahjongg/kdegames-kmahjongg.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kmines/PKGBUILD b/kde-unstable/kdegames-kmines/PKGBUILD deleted file mode 100644 index 3b9e5a8fc..000000000 --- a/kde-unstable/kdegames-kmines/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171799 2012-11-21 19:29:44Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kmines -pkgver=4.9.80 -pkgrel=1 -pkgdesc="The classic Minesweeper game" -url="http://kde.org/applications/games/kmines/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kmines-${pkgver}.tar.xz") -sha1sums=('a433c87f8694b58a98142225b45dafa40ddcb911') - -build() { - mkdir build - cd build - cmake ../kmines-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kmines/kdegames-kmines.install b/kde-unstable/kdegames-kmines/kdegames-kmines.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kmines/kdegames-kmines.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-knavalbattle/PKGBUILD b/kde-unstable/kdegames-knavalbattle/PKGBUILD deleted file mode 100644 index ea75ca11e..000000000 --- a/kde-unstable/kdegames-knavalbattle/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171800 2012-11-21 19:30:25Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-knavalbattle -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A ship sinking game" -url="http://kde.org/applications/games/knavalbattle/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz") -sha1sums=('cbe7b3cc2599a8078f7c4d241746ded1795f5b91') - -build() { - mkdir build - cd build - cmake ../knavalbattle-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-knavalbattle/kdegames-knavalbattle.install b/kde-unstable/kdegames-knavalbattle/kdegames-knavalbattle.install deleted file mode 100644 index 6c87527e2..000000000 --- a/kde-unstable/kdegames-knavalbattle/kdegames-knavalbattle.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-knetwalk/PKGBUILD b/kde-unstable/kdegames-knetwalk/PKGBUILD deleted file mode 100644 index 6a18fd6d6..000000000 --- a/kde-unstable/kdegames-knetwalk/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171801 2012-11-21 19:31:14Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-knetwalk -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Connect all the terminals to the server, in as few turns as possible" -url="http://kde.org/applications/games/knetwalk/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/knetwalk-${pkgver}.tar.xz") -sha1sums=('54638b39f2f23f231b5a533bbf3deb82b25bc93b') - -build() { - mkdir build - cd build - cmake ../knetwalk-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-knetwalk/kdegames-knetwalk.install b/kde-unstable/kdegames-knetwalk/kdegames-knetwalk.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-knetwalk/kdegames-knetwalk.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kolf/PKGBUILD b/kde-unstable/kdegames-kolf/PKGBUILD deleted file mode 100644 index 5449d24a7..000000000 --- a/kde-unstable/kdegames-kolf/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171802 2012-11-21 19:31:55Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kolf -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A miniature golf game with 2d top-down view" -url="http://kde.org/applications/games/kolf/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kolf-${pkgver}.tar.xz") -sha1sums=('4083457d9d3331e554b3ea391bcd37ce7eea973f') - -build() { - mkdir build - cd build - cmake ../kolf-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kolf/kdegames-kolf.install b/kde-unstable/kdegames-kolf/kdegames-kolf.install deleted file mode 100644 index 6c87527e2..000000000 --- a/kde-unstable/kdegames-kolf/kdegames-kolf.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kollision/PKGBUILD b/kde-unstable/kdegames-kollision/PKGBUILD deleted file mode 100644 index 243e1581b..000000000 --- a/kde-unstable/kdegames-kollision/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171803 2012-11-21 19:32:37Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kollision -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A simple ball dodging game" -url="http://kde.org/applications/games/kollision/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kollision-${pkgver}.tar.xz") -sha1sums=('f07924e70eb07b56d34ecee5061831466bea9618') - -build() { - mkdir build - cd build - cmake ../kollision-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kollision/kdegames-kollision.install b/kde-unstable/kdegames-kollision/kdegames-kollision.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kollision/kdegames-kollision.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-konquest/PKGBUILD b/kde-unstable/kdegames-konquest/PKGBUILD deleted file mode 100644 index 405fc8a0e..000000000 --- a/kde-unstable/kdegames-konquest/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171804 2012-11-21 19:33:14Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-konquest -pkgver=4.9.80 -pkgrel=1 -pkgdesc="The KDE version of Gnu-Lactic" -url="http://kde.org/applications/games/konquest/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/konquest-${pkgver}.tar.xz") -sha1sums=('46334547e2dc0606b05930293037ba0006ecc05b') - -build() { - mkdir build - cd build - cmake ../konquest-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-konquest/kdegames-konquest.install b/kde-unstable/kdegames-konquest/kdegames-konquest.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-konquest/kdegames-konquest.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kpatience/PKGBUILD b/kde-unstable/kdegames-kpatience/PKGBUILD deleted file mode 100644 index 677d87ee6..000000000 --- a/kde-unstable/kdegames-kpatience/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171805 2012-11-21 19:33:59Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kpatience -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Offers a selection of solitaire card games" -url="http://kde.org/applications/games/kpat/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kpat-${pkgver}.tar.xz") -sha1sums=('2ee0773fd86fd6321714be1d583e4d25a3589a44') - -build() { - mkdir build - cd build - cmake ../kpat-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kpatience/kdegames-kpatience.install b/kde-unstable/kdegames-kpatience/kdegames-kpatience.install deleted file mode 100644 index 279b8f38d..000000000 --- a/kde-unstable/kdegames-kpatience/kdegames-kpatience.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kreversi/PKGBUILD b/kde-unstable/kdegames-kreversi/PKGBUILD deleted file mode 100644 index 4db0e8ca7..000000000 --- a/kde-unstable/kdegames-kreversi/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171806 2012-11-21 19:34:54Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kreversi -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A simple one player strategy game played against the computer" -url="http://kde.org/applications/games/kreversi/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kreversi-${pkgver}.tar.xz") -sha1sums=('3c33f7b7d2ddc246d7a304b7a1893bd3a17ace58') - -build() { - mkdir build - cd build - cmake ../kreversi-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kreversi/kdegames-kreversi.install b/kde-unstable/kdegames-kreversi/kdegames-kreversi.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kreversi/kdegames-kreversi.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kshisen/PKGBUILD b/kde-unstable/kdegames-kshisen/PKGBUILD deleted file mode 100644 index 718b28e78..000000000 --- a/kde-unstable/kdegames-kshisen/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171807 2012-11-21 19:35:35Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kshisen -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles" -url="http://kde.org/applications/games/kshisen/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz") -sha1sums=('c29e40eab8424139421560bd4c38c90c2c044eb5') - -build() { - mkdir build - cd build - cmake ../kshisen-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kshisen/kdegames-kshisen.install b/kde-unstable/kdegames-kshisen/kdegames-kshisen.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kshisen/kdegames-kshisen.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-ksirk/PKGBUILD b/kde-unstable/kdegames-ksirk/PKGBUILD deleted file mode 100644 index cb93bdbad..000000000 --- a/kde-unstable/kdegames-ksirk/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171808 2012-11-21 19:36:09Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-ksirk -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A computerized version of a well known strategy game" -url="http://kde.org/applications/games/ksirk/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ksirk-${pkgver}.tar.xz") -sha1sums=('9689540da05872676f10ba81d06d19149eabb643') - -build() { - mkdir build - cd build - cmake ../ksirk-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-ksirk/kdegames-ksirk.install b/kde-unstable/kdegames-ksirk/kdegames-ksirk.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-ksirk/kdegames-ksirk.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-ksnakeduel/PKGBUILD b/kde-unstable/kdegames-ksnakeduel/PKGBUILD deleted file mode 100644 index 15a426d67..000000000 --- a/kde-unstable/kdegames-ksnakeduel/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171809 2012-11-21 19:36:56Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-ksnakeduel -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A simple snake duel game" -url="http://kde.org/applications/games/ksnakeduel/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz") -sha1sums=('46b7e6e3810487d5c7669653e1c9eb5ff372fd19') - -build() { - mkdir build - cd build - cmake ../ksnakeduel-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-ksnakeduel/kdegames-ksnakeduel.install b/kde-unstable/kdegames-ksnakeduel/kdegames-ksnakeduel.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-ksnakeduel/kdegames-ksnakeduel.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kspaceduel/PKGBUILD b/kde-unstable/kdegames-kspaceduel/PKGBUILD deleted file mode 100644 index b4a7bc671..000000000 --- a/kde-unstable/kdegames-kspaceduel/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171810 2012-11-21 19:37:29Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kspaceduel -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun" -url="http://kde.org/applications/games/kspaceduel/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz") -sha1sums=('44ed8e2d47db3e6eebd3e843a33ef484fe8f69c6') - -build() { - mkdir build - cd build - cmake ../kspaceduel-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kspaceduel/kdegames-kspaceduel.install b/kde-unstable/kdegames-kspaceduel/kdegames-kspaceduel.install deleted file mode 100644 index 6c87527e2..000000000 --- a/kde-unstable/kdegames-kspaceduel/kdegames-kspaceduel.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-ksquares/PKGBUILD b/kde-unstable/kdegames-ksquares/PKGBUILD deleted file mode 100644 index 6810f17f3..000000000 --- a/kde-unstable/kdegames-ksquares/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171811 2012-11-21 19:38:04Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-ksquares -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes" -url="http://kde.org/applications/games/ksquares/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ksquares-${pkgver}.tar.xz") -sha1sums=('2fe82e3abc870eb7a66e62e94b343de1d4a71b84') - -build() { - mkdir build - cd build - cmake ../ksquares-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-ksquares/kdegames-ksquares.install b/kde-unstable/kdegames-ksquares/kdegames-ksquares.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-ksquares/kdegames-ksquares.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-ksudoku/PKGBUILD b/kde-unstable/kdegames-ksudoku/PKGBUILD deleted file mode 100644 index e8d2bd7fd..000000000 --- a/kde-unstable/kdegames-ksudoku/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171812 2012-11-21 19:38:36Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-ksudoku -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A logic-based symbol placement puzzle" -url="http://kde.org/applications/games/ksudoku/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4' 'mesa') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ksudoku-${pkgver}.tar.xz") -sha1sums=('332821c53f1f08f2dbaf03fdf0588879725d628b') - -build() { - mkdir build - cd build - cmake ../ksudoku-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-ksudoku/kdegames-ksudoku.install b/kde-unstable/kdegames-ksudoku/kdegames-ksudoku.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-ksudoku/kdegames-ksudoku.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-ktuberling/PKGBUILD b/kde-unstable/kdegames-ktuberling/PKGBUILD deleted file mode 100644 index c25e8e3b9..000000000 --- a/kde-unstable/kdegames-ktuberling/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171813 2012-11-21 19:39:16Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-ktuberling -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A simple constructor game suitable for children and adults alike" -url="http://kde.org/applications/games/ktuberling/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ktuberling-${pkgver}.tar.xz") -sha1sums=('a3045890cf761f8e9ea6bd22699281f614468d83') - -build() { - mkdir build - cd build - cmake ../ktuberling-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-ktuberling/kdegames-ktuberling.install b/kde-unstable/kdegames-ktuberling/kdegames-ktuberling.install deleted file mode 100644 index 6c87527e2..000000000 --- a/kde-unstable/kdegames-ktuberling/kdegames-ktuberling.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-kubrick/PKGBUILD b/kde-unstable/kdegames-kubrick/PKGBUILD deleted file mode 100644 index 895388772..000000000 --- a/kde-unstable/kdegames-kubrick/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171814 2012-11-21 19:40:03Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kubrick -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Based on the famous Rubik's Cube" -url="http://kde.org/applications/games/kubrick/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4' 'mesa') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz") -sha1sums=('c553b86fcb78b1c182945ab75bc85391b4dca593') - -build() { - mkdir build - cd build - cmake ../kubrick-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-kubrick/kdegames-kubrick.install b/kde-unstable/kdegames-kubrick/kdegames-kubrick.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-kubrick/kdegames-kubrick.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-lskat/PKGBUILD b/kde-unstable/kdegames-lskat/PKGBUILD deleted file mode 100644 index e2e543075..000000000 --- a/kde-unstable/kdegames-lskat/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171815 2012-11-21 19:40:37Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-lskat -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Lieutenant Skat is a fun and engaging card game for two players" -url="http://kde.org/applications/games/lskat/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/lskat-${pkgver}.tar.xz") -sha1sums=('7de09b0e2678f6f5a95e72049d3ba5438e3c6b2d') - -build() { - mkdir build - cd build - cmake ../lskat-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-lskat/kdegames-lskat.install b/kde-unstable/kdegames-lskat/kdegames-lskat.install deleted file mode 100644 index 6c87527e2..000000000 --- a/kde-unstable/kdegames-lskat/kdegames-lskat.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-palapeli/PKGBUILD b/kde-unstable/kdegames-palapeli/PKGBUILD deleted file mode 100644 index f9f8dea45..000000000 --- a/kde-unstable/kdegames-palapeli/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171816 2012-11-21 19:41:13Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-palapeli -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A single-player jigsaw puzzle game" -url="http://kde.org/applications/games/palapeli/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/palapeli-${pkgver}.tar.xz") -sha1sums=('be62e6e82f7c5b2f3f8c4a6cee895170a4c49bc4') - -build() { - mkdir build - cd build - cmake ../palapeli-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-palapeli/kdegames-palapeli.install b/kde-unstable/kdegames-palapeli/kdegames-palapeli.install deleted file mode 100644 index 279b8f38d..000000000 --- a/kde-unstable/kdegames-palapeli/kdegames-palapeli.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames-picmi/PKGBUILD b/kde-unstable/kdegames-picmi/PKGBUILD deleted file mode 100644 index 4d3ea8e9e..000000000 --- a/kde-unstable/kdegames-picmi/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171873 2012-11-21 22:04:46Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-picmi -pkgver=4.9.80 -pkgrel=2 -pkgdesc="A nonogram logic game for KDE" -url="http://kde.org/applications/games/picmi/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -replaces=('picmi') -conflicts=('picmi') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz") -sha1sums=('03b8385e5b1de2c6fb51c9cf40e3a1473eb21db9') - -build() { - mkdir build - cd build - cmake ../picmi-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegames-picmi/kdegames-picmi.install b/kde-unstable/kdegames-picmi/kdegames-picmi.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames-picmi/kdegames-picmi.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/PKGBUILD b/kde-unstable/kdegames/PKGBUILD deleted file mode 100644 index 899278af8..000000000 --- a/kde-unstable/kdegames/PKGBUILD +++ /dev/null @@ -1,510 +0,0 @@ -# $Id: PKGBUILD 163411 2012-07-11 22:37:02Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdegames -pkgname=('kdegames-bomber' - 'kdegames-bovo' - 'kdegames-granatier' - 'kdegames-kajongg' - 'kdegames-kapman' - 'kdegames-katomic' - 'kdegames-kbattleship' - 'kdegames-kblackbox' - 'kdegames-kblocks' - 'kdegames-kbounce' - 'kdegames-kbreakout' - 'kdegames-kdiamond' - 'kdegames-kfourinline' - 'kdegames-kgoldrunner' - 'kdegames-kigo' - 'kdegames-killbots' - 'kdegames-kiriki' - 'kdegames-kjumpingcube' - 'kdegames-klines' - 'kdegames-klickety' - 'kdegames-kmahjongg' - 'kdegames-kmines' - 'kdegames-knetwalk' - 'kdegames-kolf' - 'kdegames-kollision' - 'kdegames-konquest' - 'kdegames-kpatience' - 'kdegames-kreversi' - 'kdegames-kshisen' - 'kdegames-ksirk' - 'kdegames-kspaceduel' - 'kdegames-ksquares' - 'kdegames-ksudoku' - 'kdegames-ktron' - 'kdegames-ktuberling' - 'kdegames-kubrick' - 'kdegames-libkdegames' - 'kdegames-libkmahjongg' - 'kdegames-lskat' - 'kdegames-palapeli') -pkgver=4.8.97 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -makedepends=('cmake' 'automoc4' 'twisted' 'kdebindings-python2' - 'openal') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('81a28078640a69e36412722a43be03ebb6224ea1') - -build() { - cd $srcdir - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 - make -} - -package_kdegames-bomber() { - pkgdesc='Arcade Bombing Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/bomber/" - install='kdegames.install' - cd $srcdir/build/bomber - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/bomber - make DESTDIR=$pkgdir install -} - -package_kdegames-bovo() { - pkgdesc='Five-in-a-row Board Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/bovo/" - install='kdegames.install' - cd $srcdir/build/bovo - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/bovo - make DESTDIR=$pkgdir install -} - -package_kdegames-granatier() { - pkgdesc='Granatier' - depends=('kdebase-runtime' 'kdegames-libkdegames' 'openal') - url="http://kde.org/applications/games/granatier/" - install='kdegames.install' - cd $srcdir/build/granatier - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/granatier - make DESTDIR=$pkgdir install -} - -package_kdegames-kajongg() { - pkgdesc='The ancient Chinese board game for 4 players' - depends=('kdegames-libkdegames' 'kdegames-libkmahjongg' 'kdebindings-python2' 'twisted') - url="http://www.kde.org/applications/games/kajongg/" - install='kdegames.install' - cd $srcdir/build/kajongg - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kajongg - make DESTDIR=$pkgdir install - - # Use the python2 executable - find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -} - -package_kdegames-kapman() { - pkgdesc='Eat pills escaping ghosts' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kapman/" - install='kdegames.install' - cd $srcdir/build/kapman - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kapman - make DESTDIR=$pkgdir install -} - -package_kdegames-katomic() { - pkgdesc='Sokoban-like Logic Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/katomic/" - install='kdegames.install' - cd $srcdir/build/katomic - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/katomic - make DESTDIR=$pkgdir install -} - -package_kdegames-kbattleship() { - pkgdesc='Battleship Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kbattleship/" - install='kdegames-kbattleship.install' - cd $srcdir/build/kbattleship - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kbattleship - make DESTDIR=$pkgdir install -} - -package_kdegames-kblackbox() { - pkgdesc='Blackbox Logic Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kblackbox/" - install='kdegames.install' - cd $srcdir/build/kblackbox - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kblackbox - make DESTDIR=$pkgdir install -} - -package_kdegames-kblocks() { - pkgdesc='Falling Blocks Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kblocks/" - install='kdegames.install' - cd $srcdir/build/kblocks - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kblocks - make DESTDIR=$pkgdir install -} - -package_kdegames-kbounce() { - pkgdesc='Ball Bouncing Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kbounce/" - install='kdegames.install' - cd $srcdir/build/kbounce - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kbounce - make DESTDIR=$pkgdir install -} - -package_kdegames-kbreakout() { - pkgdesc='Breakout-like Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kbreakout/" - install='kdegames.install' - cd $srcdir/build/kbreakout - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kbreakout - make DESTDIR=$pkgdir install -} - -package_kdegames-kdiamond() { - pkgdesc='Three-in-a-row game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kdiamond/" - install='kdegames.install' - cd $srcdir/build/kdiamond - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kdiamond - make DESTDIR=$pkgdir install -} - -package_kdegames-kfourinline() { - pkgdesc='Four-in-a-row Board Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kfourinline/" - install='kdegames-kfourinline.install' - cd $srcdir/build/kfourinline - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kfourinline - make DESTDIR=$pkgdir install -} - -package_kdegames-kgoldrunner() { - pkgdesc='A game of action and puzzle-solving' - depends=('kdebase-runtime' 'kdegames-libkdegames' 'openal') - url="http://kde.org/applications/games/kgoldrunner/" - install='kdegames.install' - cd $srcdir/build/kgoldrunner - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kgoldrunner - make DESTDIR=$pkgdir install -} - -package_kdegames-kigo() { - pkgdesc='Go Board Game' - depends=('kdebase-runtime' 'kdegames-libkdegames' 'gnugo') - url="http://kde.org/applications/games/kigo/" - install='kdegames-kigo.install' - cd $srcdir/build/kigo - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kigo - make DESTDIR=$pkgdir install -} - -package_kdegames-killbots() { - pkgdesc='Killbots' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/killbots/" - install='kdegames.install' - cd $srcdir/build/killbots - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/killbots - make DESTDIR=$pkgdir install -} - -package_kdegames-kiriki() { - pkgdesc='Yahtzee-like Dice Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kiriki/" - install='kdegames.install' - cd $srcdir/build/kiriki - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kiriki - make DESTDIR=$pkgdir install -} - -package_kdegames-kjumpingcube() { - pkgdesc='Territory Capture Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kjumpingcube/" - install='kdegames.install' - cd $srcdir/build/kjumpingcube - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kjumpingcube - make DESTDIR=$pkgdir install -} - -package_kdegames-klickety() { - pkgdesc='Board Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - replaces=('kdegames-ksame') - conflicts=('kdegames-ksame') - url="http://kde.org/applications/games/ksame/" - install='kdegames.install' - cd $srcdir/build/klickety - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/klickety - make DESTDIR=$pkgdir install -} - -package_kdegames-klines() { - pkgdesc='Tactical Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/klines/" - install='kdegames.install' - cd $srcdir/build/klines - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/klines - make DESTDIR=$pkgdir install -} - -package_kdegames-kmahjongg() { - pkgdesc='Mahjongg Solitaire' - depends=('kdebase-runtime' 'kdegames-libkdegames' 'kdegames-libkmahjongg') - url="http://kde.org/applications/games/kmahjongg/" - install='kdegames.install' - cd $srcdir/build/kmahjongg - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kmahjongg - make DESTDIR=$pkgdir install -} - -package_kdegames-kmines() { - pkgdesc='Minesweeper-like Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kmines/" - install='kdegames.install' - cd $srcdir/build/kmines - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kmines - make DESTDIR=$pkgdir install -} - -package_kdegames-knetwalk() { - pkgdesc='Network Construction Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/knetwalk/" - install='kdegames.install' - cd $srcdir/build/knetwalk - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/knetwalk - make DESTDIR=$pkgdir install -} - -package_kdegames-kolf() { - pkgdesc='Miniature Golf' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kolf/" - install='kdegames-kolf.install' - cd $srcdir/build/kolf - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kolf - make DESTDIR=$pkgdir install -} - -package_kdegames-kollision() { - pkgdesc='A simple ball dodging game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kollision/" - install='kdegames.install' - cd $srcdir/build/kollision - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kollision - make DESTDIR=$pkgdir install -} - -package_kdegames-konquest() { - pkgdesc='Galactic Strategy Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/konquest/" - install='kdegames.install' - cd $srcdir/build/konquest - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/konquest - make DESTDIR=$pkgdir install -} - -package_kdegames-kpatience() { - pkgdesc='Patience Card Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kpatience/" - install='kdegames-kpatience.install' - replaces=('kdegames-kpat') - cd $srcdir/build/kpat - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kpat - make DESTDIR=$pkgdir install -} - -package_kdegames-kreversi() { - pkgdesc='Reversi Board Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kreversi/" - install='kdegames.install' - cd $srcdir/build/kreversi - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kreversi - make DESTDIR=$pkgdir install -} - -package_kdegames-kshisen() { - pkgdesc='Shisen-Sho Mahjongg-like Tile Game' - depends=('kdebase-runtime' 'kdegames-libkdegames' 'kdegames-libkmahjongg') - url="http://kde.org/applications/games/kshisen/" - install='kdegames.install' - cd $srcdir/build/kshisen - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kshisen - make DESTDIR=$pkgdir install -} - -package_kdegames-ksirk() { - pkgdesc='World Domination Strategy Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/ksirk/" - install='kdegames.install' - cd $srcdir/build/ksirk - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/ksirk - make DESTDIR=$pkgdir install -} - -package_kdegames-kspaceduel() { - pkgdesc='Space Arcade Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kspaceduel/" - install='kdegames-kspaceduel.install' - cd $srcdir/build/kspaceduel - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kspaceduel - make DESTDIR=$pkgdir install -} - -package_kdegames-ksquares() { - pkgdesc='Connect the dots to create squares' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/ksquares/" - install='kdegames.install' - cd $srcdir/build/ksquares - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/ksquares - make DESTDIR=$pkgdir install -} - -package_kdegames-ksudoku() { - pkgdesc='KSudoku, Sudoku game & more for KDE' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/ksudoku/" - install='kdegames.install' - cd $srcdir/build/ksudoku - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/ksudoku - make DESTDIR=$pkgdir install -} - -package_kdegames-ktron() { - pkgdesc='Tron-like Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/ktron/" - install='kdegames.install' - cd $srcdir/build/ktron - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/ktron - make DESTDIR=$pkgdir install -} - -package_kdegames-ktuberling() { - pkgdesc='Picture Game for Children' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/ktuberling/" - install='kdegames-ktuberling.install' - cd $srcdir/build/ktuberling - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/ktuberling - make DESTDIR=$pkgdir install -} - -package_kdegames-kubrick() { - pkgdesc='A 3-D game based on Rubik´s Cube' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/kubrick/" - install='kdegames.install' - cd $srcdir/build/kubrick - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kubrick - make DESTDIR=$pkgdir install -} - -package_kdegames-libkdegames() { - pkgdesc='KDE game library' - groups=() - depends=('kdelibs' 'openal') - cd $srcdir/build/libkdegames - make DESTDIR=$pkgdir install - for i in $srcdir/${pkgbase}-${pkgver}/cmake/modules/*.cmake; do - install -D -m644 $i $pkgdir/usr/share/apps/cmake/modules/$(basename $i) - done -} - -package_kdegames-libkmahjongg() { - pkgdesc='Library used for loading and rendering of Mahjongg tilesets' - groups=() - depends=('kdelibs') - cd $srcdir/build/libkmahjongg - make DESTDIR=$pkgdir install -} - -package_kdegames-lskat() { - pkgdesc='Card Game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/lskat/" - install='kdegames-lskat.install' - cd $srcdir/build/lskat - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/lskat - make DESTDIR=$pkgdir install -} - -package_kdegames-palapeli() { - pkgdesc='Jigsaw puzzle game' - depends=('kdebase-runtime' 'kdegames-libkdegames') - url="http://kde.org/applications/games/palapeli/" - install='kdegames-palapeli.install' - cd $srcdir/build/palapeli - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/palapeli - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdegames/kdegames-kbattleship.install b/kde-unstable/kdegames/kdegames-kbattleship.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdegames/kdegames-kbattleship.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames-kfourinline.install b/kde-unstable/kdegames/kdegames-kfourinline.install deleted file mode 100644 index 9b20edb30..000000000 --- a/kde-unstable/kdegames/kdegames-kfourinline.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames-kigo.install b/kde-unstable/kdegames/kdegames-kigo.install deleted file mode 100644 index 9b20edb30..000000000 --- a/kde-unstable/kdegames/kdegames-kigo.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames-kolf.install b/kde-unstable/kdegames/kdegames-kolf.install deleted file mode 100644 index 9b20edb30..000000000 --- a/kde-unstable/kdegames/kdegames-kolf.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames-kpatience.install b/kde-unstable/kdegames/kdegames-kpatience.install deleted file mode 100644 index 3af34a012..000000000 --- a/kde-unstable/kdegames/kdegames-kpatience.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames-kspaceduel.install b/kde-unstable/kdegames/kdegames-kspaceduel.install deleted file mode 100644 index 9b20edb30..000000000 --- a/kde-unstable/kdegames/kdegames-kspaceduel.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames-ktuberling.install b/kde-unstable/kdegames/kdegames-ktuberling.install deleted file mode 100644 index 9b20edb30..000000000 --- a/kde-unstable/kdegames/kdegames-ktuberling.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames-lskat.install b/kde-unstable/kdegames/kdegames-lskat.install deleted file mode 100644 index 9b20edb30..000000000 --- a/kde-unstable/kdegames/kdegames-lskat.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames-palapeli.install b/kde-unstable/kdegames/kdegames-palapeli.install deleted file mode 100644 index c77e68041..000000000 --- a/kde-unstable/kdegames/kdegames-palapeli.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegames/kdegames.install b/kde-unstable/kdegames/kdegames.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegames/kdegames.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegraphics-gwenview/PKGBUILD b/kde-unstable/kdegraphics-gwenview/PKGBUILD deleted file mode 100644 index c28f5e477..000000000 --- a/kde-unstable/kdegraphics-gwenview/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171818 2012-11-21 19:42:24Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-gwenview -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A fast and easy to use image viewer for KDE" -url="http://kde.org/applications/graphics/gwenview/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2') -makedepends=('cmake' 'automoc4' 'mesa') -optdepends=('kipi-plugins: extra plugins to share photos') -install=$pkgname.install -source=("http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz") -sha1sums=('483eff39d7944d3df38f93f434abe3479c2bcd07') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../gwenview-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-gwenview/kdegraphics-gwenview.install b/kde-unstable/kdegraphics-gwenview/kdegraphics-gwenview.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdegraphics-gwenview/kdegraphics-gwenview.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegraphics-kamera/PKGBUILD b/kde-unstable/kdegraphics-kamera/PKGBUILD deleted file mode 100644 index 1aadf2950..000000000 --- a/kde-unstable/kdegraphics-kamera/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171819 2012-11-21 19:43:05Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-kamera -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Configure Kamera" -url="http://kde.org/applications/graphics/kamera/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -depends=('kdebase-runtime' 'libgphoto2') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz") -sha1sums=('db8cf609357d90eda1c55a02d1d52faa976fd97d') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kamera-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-kcolorchooser/PKGBUILD b/kde-unstable/kdegraphics-kcolorchooser/PKGBUILD deleted file mode 100644 index dc81a4a6c..000000000 --- a/kde-unstable/kdegraphics-kcolorchooser/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171820 2012-11-21 19:43:39Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-kcolorchooser -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Color Chooser" -url="http://kde.org/applications/graphics/kcolorchooser/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz") -sha1sums=('b366981076edfcdafdb8e00844a132db26b8393c') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kcolorchooser-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-kcolorchooser/kdegraphics-kcolorchooser.install b/kde-unstable/kdegraphics-kcolorchooser/kdegraphics-kcolorchooser.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdegraphics-kcolorchooser/kdegraphics-kcolorchooser.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegraphics-kgamma/PKGBUILD b/kde-unstable/kdegraphics-kgamma/PKGBUILD deleted file mode 100644 index cdbd2db53..000000000 --- a/kde-unstable/kdegraphics-kgamma/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171821 2012-11-21 19:44:16Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-kgamma -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A monitor calibration tool" -url="http://kde.org/applications/graphics/kgamma/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -# note on libxxf86vm: -# not detected by namcap because libgl depends on it -# but nvidia providing libgl does not depend on libxxf86vm -depends=('kdebase-runtime' 'libxxf86vm') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz") -sha1sums=('c61e290893733b5bb80559e0c6b62b04b04a017c') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kgamma-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-kolourpaint/PKGBUILD b/kde-unstable/kdegraphics-kolourpaint/PKGBUILD deleted file mode 100644 index 1fc4783c6..000000000 --- a/kde-unstable/kdegraphics-kolourpaint/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171822 2012-11-21 19:44:49Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-kolourpaint -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Paint Program" -url="http://kde.org/applications/graphics/kolourpaint/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -depends=('kdebase-runtime' 'qimageblitz') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz") -sha1sums=('147b3e8aa6f7f0ed6370631e3742022e5dfa0b01') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kolourpaint-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-kolourpaint/kdegraphics-kolourpaint.install b/kde-unstable/kdegraphics-kolourpaint/kdegraphics-kolourpaint.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdegraphics-kolourpaint/kdegraphics-kolourpaint.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegraphics-kruler/PKGBUILD b/kde-unstable/kdegraphics-kruler/PKGBUILD deleted file mode 100644 index ad3058fb1..000000000 --- a/kde-unstable/kdegraphics-kruler/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171823 2012-11-21 19:45:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-kruler -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Screen Ruler" -url="http://kde.org/applications/graphics/kruler/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz") -sha1sums=('73c97e77b4b89c985c08b9e429f9d17d5d0fe69e') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kruler-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-kruler/kdegraphics-kruler.install b/kde-unstable/kdegraphics-kruler/kdegraphics-kruler.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdegraphics-kruler/kdegraphics-kruler.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD b/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD deleted file mode 100644 index 969049c7f..000000000 --- a/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171824 2012-11-21 19:46:04Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-ksaneplugin -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A scan plugin that implements the scanning" -url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('libksane') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz") -sha1sums=('23a37da7e6417e6e3283fc969a3b2900ca48a709') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ksaneplugin-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-ksnapshot/PKGBUILD b/kde-unstable/kdegraphics-ksnapshot/PKGBUILD deleted file mode 100644 index ed0b89c21..000000000 --- a/kde-unstable/kdegraphics-ksnapshot/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171826 2012-11-21 19:46:35Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-ksnapshot -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Screen Capture Program" -url="http://kde.org/applications/graphics/ksnapshot/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -depends=('kdebase-runtime' 'libkipi') -makedepends=('cmake' 'automoc4') -optdepends=('kipi-plugins') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz") -sha1sums=('50b937b84b44e8ff3ea4a1f4659f286677f545a3') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ksnapshot-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install b/kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegraphics-mobipocket/PKGBUILD b/kde-unstable/kdegraphics-mobipocket/PKGBUILD deleted file mode 100644 index 1a3b2e533..000000000 --- a/kde-unstable/kdegraphics-mobipocket/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171828 2012-11-21 19:47:08Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-mobipocket -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A collection of plugins to handle mobipocket files" -url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs') -makedepends=('cmake' 'automoc4' 'kdegraphics-okular') -groups=('kde' 'kdegraphics') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('1c68cfeebe9f7a753e762f2e129867eb3e99a584') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-mobipocket/kdegraphics-mobipocket.install b/kde-unstable/kdegraphics-mobipocket/kdegraphics-mobipocket.install deleted file mode 100644 index 660593cf5..000000000 --- a/kde-unstable/kdegraphics-mobipocket/kdegraphics-mobipocket.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegraphics-okular/PKGBUILD b/kde-unstable/kdegraphics-okular/PKGBUILD deleted file mode 100644 index f2122691d..000000000 --- a/kde-unstable/kdegraphics-okular/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 171719 2012-11-21 18:12:29Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-okular -pkgver=4.9.80 -pkgrel=1 -pkgdesc='Document Viewer' -arch=('i686' 'x86_64') -url="http://kde.org/applications/graphics/okular/" -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre' - 'ebook-tools' 'libspectre') -makedepends=('cmake' 'automoc4') -optdepends=('kdegraphics-mobipocket: mobipocket support') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz") -sha1sums=('0eae6e67e5861d4f6771147bcfa50513ae003f23') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../okular-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_ActiveApp=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-okular/kdegraphics-okular.install b/kde-unstable/kdegraphics-okular/kdegraphics-okular.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdegraphics-okular/kdegraphics-okular.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdegraphics-strigi-analyzer/PKGBUILD b/kde-unstable/kdegraphics-strigi-analyzer/PKGBUILD deleted file mode 100644 index 844c99454..000000000 --- a/kde-unstable/kdegraphics-strigi-analyzer/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171829 2012-11-21 19:47:43Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-strigi-analyzer -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Strigi analyzers for various graphics file formats" -url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('a6586b8043a37ac6dfbdd60f1555d4ae976b9871') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-svgpart/PKGBUILD b/kde-unstable/kdegraphics-svgpart/PKGBUILD deleted file mode 100644 index 5d33bf3eb..000000000 --- a/kde-unstable/kdegraphics-svgpart/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171830 2012-11-21 19:48:19Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-svgpart -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A KPart for viewing SVGs" -url="https://projects.kde.org/projects/kde/kdegraphics/svgpart" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -source=("http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz") -sha1sums=('820adf5ca725571a411b33b204ec616d2f266d35') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../svgpart-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdegraphics-thumbnailers/PKGBUILD b/kde-unstable/kdegraphics-thumbnailers/PKGBUILD deleted file mode 100644 index 1833953a6..000000000 --- a/kde-unstable/kdegraphics-thumbnailers/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171831 2012-11-21 19:48:54Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegraphics-thumbnailers -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Thumbnailers for various graphics file formats" -url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('libkexiv2' 'libkdcraw') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('634800a6818305924bca74e8dcaa1731ade554f3') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdemultimedia-audiocd-kio/PKGBUILD b/kde-unstable/kdemultimedia-audiocd-kio/PKGBUILD deleted file mode 100644 index def5eecab..000000000 --- a/kde-unstable/kdemultimedia-audiocd-kio/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171832 2012-11-21 19:49:28Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdemultimedia-audiocd-kio -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Kioslave for accessing audio CDs" -url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('libkcddb' 'libkcompactdisc' 'lame') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdemultimedia') -replaces=('kdemultimedia-kioslave') -conflicts=('kdemultimedia-kioslave') -source=("http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz") -sha1sums=('2ca7092d54467a667049c29d037c6d0a046c4fe1') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../audiocd-kio-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdemultimedia-dragonplayer/PKGBUILD b/kde-unstable/kdemultimedia-dragonplayer/PKGBUILD deleted file mode 100644 index 082a1aa19..000000000 --- a/kde-unstable/kdemultimedia-dragonplayer/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171833 2012-11-21 19:50:00Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdemultimedia-dragonplayer -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A multimedia player where the focus is on simplicity, instead of -features" -url='http://kde.org/applications/multimedia/dragonplayer/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdemultimedia') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install="${pkgname}.install" -source=("http://download.kde.org/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz") -sha1sums=('f578c03c050d8ba018931eb458ecea11c3a81f94') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../dragon-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdemultimedia-dragonplayer/kdemultimedia-dragonplayer.install b/kde-unstable/kdemultimedia-dragonplayer/kdemultimedia-dragonplayer.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdemultimedia-dragonplayer/kdemultimedia-dragonplayer.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD b/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD deleted file mode 100644 index 5c69944c1..000000000 --- a/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171834 2012-11-21 19:50:46Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdemultimedia-ffmpegthumbs -pkgver=4.9.80 -pkgrel=1 -pkgdesc='FFmpeg-based thumbnail creator for video files' -url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdemultimedia') -depends=('kdelibs' 'ffmpeg') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz") -sha1sums=('f4f53267642f8181741a0491e34fb6b85ba0e298') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ffmpegthumbs-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdemultimedia-juk/PKGBUILD b/kde-unstable/kdemultimedia-juk/PKGBUILD deleted file mode 100644 index b8e8ae0f6..000000000 --- a/kde-unstable/kdemultimedia-juk/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171835 2012-11-21 19:51:18Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdemultimedia-juk -pkgver=4.9.80 -pkgrel=1 -pkgdesc='A jukebox, tagger and music collection manager' -url='http://kde.org/applications/multimedia/juk/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdemultimedia') -depends=('kdebase-runtime' 'taglib') -makedepends=('cmake' 'automoc4') -install="${pkgname}.install" -source=("http://download.kde.org/unstable/${pkgver}/src/juk-${pkgver}.tar.xz") -sha1sums=('236f1d9003239a2b8805932af1a019e14b8450b1') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../juk-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_TunePimp=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdemultimedia-juk/kdemultimedia-juk.install b/kde-unstable/kdemultimedia-juk/kdemultimedia-juk.install deleted file mode 100644 index c0797237a..000000000 --- a/kde-unstable/kdemultimedia-juk/kdemultimedia-juk.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdemultimedia-kmix/PKGBUILD b/kde-unstable/kdemultimedia-kmix/PKGBUILD deleted file mode 100644 index e9ce4ad64..000000000 --- a/kde-unstable/kdemultimedia-kmix/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171836 2012-11-21 19:51:52Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdemultimedia-kmix -pkgver=4.9.80 -pkgrel=1 -pkgdesc="KDE volume control program" -url='http://kde.org/applications/multimedia/kmix/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdemultimedia') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install="${pkgname}.install" -source=("http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz") -sha1sums=('60c5d851ece3fd62db2604d2fcde05639ac49c83') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kmix-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdemultimedia-kmix/kdemultimedia-kmix.install b/kde-unstable/kdemultimedia-kmix/kdemultimedia-kmix.install deleted file mode 100644 index c0797237a..000000000 --- a/kde-unstable/kdemultimedia-kmix/kdemultimedia-kmix.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdemultimedia-kscd/PKGBUILD b/kde-unstable/kdemultimedia-kscd/PKGBUILD deleted file mode 100644 index 6ac47add5..000000000 --- a/kde-unstable/kdemultimedia-kscd/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171837 2012-11-21 19:52:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdemultimedia-kscd -pkgver=4.9.80 -pkgrel=1 -pkgdesc="KDE CD player" -url='http://kde.org/applications/multimedia/kscd/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdemultimedia') -depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3') -makedepends=('cmake' 'automoc4') -install="${pkgname}.install" -source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz") -sha1sums=('b92a7d1f1d35616e0ac3272bf33aa7c0aef116ca') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kscd-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdemultimedia-kscd/kdemultimedia-kscd.install b/kde-unstable/kdemultimedia-kscd/kdemultimedia-kscd.install deleted file mode 100644 index c0797237a..000000000 --- a/kde-unstable/kdemultimedia-kscd/kdemultimedia-kscd.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdemultimedia-mplayerthumbs/PKGBUILD b/kde-unstable/kdemultimedia-mplayerthumbs/PKGBUILD deleted file mode 100644 index dfd729f3b..000000000 --- a/kde-unstable/kdemultimedia-mplayerthumbs/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171838 2012-11-21 19:53:04Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdemultimedia-mplayerthumbs -pkgver=4.9.80 -pkgrel=1 -pkgdesc="MPlayer based thumbnail generator for video files" -url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs' -arch=('i686' 'x86_64') -groups=('kde' 'kdemultimedia') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime' 'mplayer') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz") -sha1sums=('1da7ccdcdd9980aaa2adf338496de52469582fb4') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../mplayerthumbs-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdenetwork/PKGBUILD b/kde-unstable/kdenetwork/PKGBUILD deleted file mode 100644 index cbf5ba729..000000000 --- a/kde-unstable/kdenetwork/PKGBUILD +++ /dev/null @@ -1,118 +0,0 @@ -# $Id: PKGBUILD 171839 2012-11-21 19:54:05Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdenetwork -pkgname=('kdenetwork-filesharing' - 'kdenetwork-kdnssd' - 'kdenetwork-kget' - 'kdenetwork-kopete' - 'kdenetwork-kppp' - 'kdenetwork-krdc' - 'kdenetwork-krfb') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdenetwork') -makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp' - 'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' - 'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn' - 'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz" - 'use-libotr3.patch') -sha1sums=('98ac23fe593001486f233c9b6f8b98ab76914a14' - '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384') - -build() { - cd ${pkgbase}-${pkgver} - patch -p1 -i "${srcdir}"/use-libotr3.patch - cd ../ - - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \ - -DWITH_Xmms=OFF \ - -DWITH_LibMeanwhile=OFF \ - -DWITH_qq=OFF - make -} - -package_kdenetwork-filesharing() { - pkgdesc='Konqueror properties dialog plugin to share a directory with the local network' - depends=('kdelibs' 'smbclient') - install='kdenetwork.install' - cd $srcdir/build/filesharing - make DESTDIR=$pkgdir install -} - -package_kdenetwork-kdnssd() { - pkgdesc='Monitors the network for DNS-SD services' - depends=('kdelibs') - cd $srcdir/build/kdnssd - make DESTDIR=$pkgdir install -} - -package_kdenetwork-kget() { - pkgdesc='Download Manager' - depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms') - url="http://kde.org/applications/internet/kget/" - install='kdenetwork-kget.install' - cd $srcdir/build/kget - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kget - make DESTDIR=$pkgdir install -} - -package_kdenetwork-kopete() { - pkgdesc='Instant Messenger' - depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' - 'libidn' 'qimageblitz' 'libgadu' 'mediastreamer') - url="http://kde.org/applications/internet/kopete/" - install='kdenetwork-kopete.install' - cd $srcdir/build/kopete - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kopete - make DESTDIR=$pkgdir install -} - -package_kdenetwork-kppp() { - pkgdesc='Internet Dial-Up Tool' - depends=('kdebase-runtime' 'ppp') - url="http://kde.org/applications/internet/kppp/" - install='kdenetwork-kppp.install' - cd $srcdir/build/kppp - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kppp - make DESTDIR=$pkgdir install -} - -package_kdenetwork-krdc() { - pkgdesc='Remote Desktop Client' - depends=('kdebase-runtime' 'telepathy-qt') - optdepends=('libvncserver: VNC support' - 'rdesktop: RDP support' - 'kdebase-keditbookmarks: to edit bookmarks') - url="http://kde.org/applications/internet/krdc/" - cd $srcdir/build/krdc - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/krdc - make DESTDIR=$pkgdir install -} - -package_kdenetwork-krfb() { - pkgdesc='Desktop Sharing' - # note on libxdamage: - # not detected by namcap because libgl depends on it - # but nvidia providing libgl does not depend on libxdamage - depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt') - cd $srcdir/build/krfb - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/krfb - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdenetwork/kdenetwork-kget.install b/kde-unstable/kdenetwork/kdenetwork-kget.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdenetwork/kdenetwork-kget.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdenetwork/kdenetwork-kopete.install b/kde-unstable/kdenetwork/kdenetwork-kopete.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdenetwork/kdenetwork-kopete.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdenetwork/kdenetwork-kppp.install b/kde-unstable/kdenetwork/kdenetwork-kppp.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdenetwork/kdenetwork-kppp.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdenetwork/kdenetwork.install b/kde-unstable/kdenetwork/kdenetwork.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdenetwork/kdenetwork.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdenetwork/use-libotr3.patch b/kde-unstable/kdenetwork/use-libotr3.patch deleted file mode 100644 index 1e96c98d6..000000000 --- a/kde-unstable/kdenetwork/use-libotr3.patch +++ /dev/null @@ -1,71 +0,0 @@ -diff -urN a/kopete/cmake/modules/FindLibOTR.cmake b/kopete/cmake/modules/FindLibOTR.cmake ---- a/kopete/cmake/modules/FindLibOTR.cmake 2012-08-12 18:08:59.000000000 -0600 -+++ b/kopete/cmake/modules/FindLibOTR.cmake 2012-11-09 12:14:24.251450904 -0700 -@@ -13,13 +13,13 @@ - SET(LIBOTR_FIND_QUIETLY TRUE) - ENDIF (LIBOTR_INCLUDE_DIR AND LIBOTR_LIBRARY) - --FIND_PATH(LIBOTR_INCLUDE_DIR libotr/version.h) -+FIND_PATH(LIBOTR_INCLUDE_DIR libotr3/version.h) - --FIND_LIBRARY(LIBOTR_LIBRARY NAMES otr libotr) -+FIND_LIBRARY(LIBOTR_LIBRARY NAMES otr3 libotr3) - --# Determine version information from libotr/version.h -+# Determine version information from libotr3/version.h - IF( LIBOTR_INCLUDE_DIR AND LIBOTR_LIBRARY ) -- EXECUTE_PROCESS(COMMAND grep "OTRL_VERSION" "${LIBOTR_INCLUDE_DIR}/libotr/version.h" OUTPUT_VARIABLE output) -+ EXECUTE_PROCESS(COMMAND grep "OTRL_VERSION" "${LIBOTR_INCLUDE_DIR}/libotr3/version.h" OUTPUT_VARIABLE output) - STRING(REGEX MATCH "OTRL_VERSION \"[0-9]+\\.[0-9]+\\.[0-9]+" LIBOTR_VERSION "${output}") - STRING(REGEX REPLACE "^OTRL_VERSION \"" "" LIBOTR_VERSION "${LIBOTR_VERSION}") - # Check if version is at least 3.2.0 -diff -urN a/kopete/plugins/otr/authenticationwizard.h b/kopete/plugins/otr/authenticationwizard.h ---- a/kopete/plugins/otr/authenticationwizard.h 2012-08-12 18:09:00.000000000 -0600 -+++ b/kopete/plugins/otr/authenticationwizard.h 2012-11-09 12:15:11.181265336 -0700 -@@ -26,7 +26,7 @@ - */ - - extern "C"{ --#include "libotr/proto.h" -+#include "libotr3/proto.h" - } - - #include "kopetechatsession.h" -diff -urN a/kopete/plugins/otr/otrlchatinterface.h b/kopete/plugins/otr/otrlchatinterface.h ---- a/kopete/plugins/otr/otrlchatinterface.h 2012-08-12 18:09:00.000000000 -0600 -+++ b/kopete/plugins/otr/otrlchatinterface.h 2012-11-09 12:16:10.141032744 -0700 -@@ -36,10 +36,10 @@ - #include "authenticationwizard.h" - - extern "C" { --#include <libotr/privkey.h> --#include <libotr/proto.h> --#include <libotr/message.h> --#include <libotr/userstate.h> -+#include <libotr3/privkey.h> -+#include <libotr3/proto.h> -+#include <libotr3/message.h> -+#include <libotr3/userstate.h> - } - - -diff -urN a/kopete/plugins/otr/otrlconfinterface.h b/kopete/plugins/otr/otrlconfinterface.h ---- a/kopete/plugins/otr/otrlconfinterface.h 2012-08-12 18:09:00.000000000 -0600 -+++ b/kopete/plugins/otr/otrlconfinterface.h 2012-11-09 12:15:56.961084991 -0700 -@@ -32,11 +32,11 @@ - #include <kopetechatsession.h> - - extern "C" { --#include <libotr/privkey.h> --#include <libotr/proto.h> --#include <libotr/message.h> --#include <libotr/userstate.h> --#include <libotr/context.h> -+#include <libotr3/privkey.h> -+#include <libotr3/proto.h> -+#include <libotr3/message.h> -+#include <libotr3/userstate.h> -+#include <libotr3/context.h> - } - - class KOPETE_OTR_SHARED_EXPORT OtrlConfInterface : public QObject diff --git a/kde-unstable/kdepim-runtime/PKGBUILD b/kde-unstable/kdepim-runtime/PKGBUILD deleted file mode 100644 index d6e7c783a..000000000 --- a/kde-unstable/kdepim-runtime/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171716 2012-11-21 18:10:32Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgname=kdepim-runtime -pkgver=4.9.80 -pkgrel=1 -pkgdesc='Extends the functionality of kdepim' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kdepim-runtime' -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi') -makedepends=('cmake' 'automoc4' 'boost') -install="${pkgname}.install" -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('d5d47f830786c627e6fb3a336b5506ba525e7e17') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdepim-runtime/kdepim-runtime.install b/kde-unstable/kdepim-runtime/kdepim-runtime.install deleted file mode 100644 index c77e68041..000000000 --- a/kde-unstable/kdepim-runtime/kdepim-runtime.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdepim-runtime/libkgapi.patch b/kde-unstable/kdepim-runtime/libkgapi.patch deleted file mode 100644 index 35fc55dff..000000000 --- a/kde-unstable/kdepim-runtime/libkgapi.patch +++ /dev/null @@ -1,1742 +0,0 @@ -From: Dan Vrátil <dan@progdan.cz> -Date: Thu, 31 May 2012 20:17:18 +0000 -Subject: Adapt Google resources to LibKGoogle/LibKGAPI renaming -X-Git-Url: http://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=0f169f44a5c514a7fc297041fa46f7a727ecf71d ---- -Adapt Google resources to LibKGoogle/LibKGAPI renaming - -- use KGAPI namespace -- fix headers location -- require LibKGAPI 0.4.0 - -REVIEW: 105109 ---- - - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -93,11 +93,11 @@ endif(NOT KDEPIM_NO_NEPOMUK) - find_package(Strigi) - macro_log_feature(STRIGI_FOUND "Strigi" "Strigi desktop search engine" "http://strigi.sourceforge.net" FALSE "" "") - --set(LibKGoogle_MIN_VERSION 0.3.2) --find_package(LibKGoogle QUIET NO_MODULE) --macro_log_feature(LibKGoogle_FOUND "LibKGoogle" "A library to access Google services" "http://projects.kde.org/libkgoogle" FALSE "${LibKGoogle_MIN_VERSION}" "LibKGoogle is required to build Akonadi resources to access Google Contacts, Calendars and Tasks" ) -+set(LibKGAPI_MIN_VERSION 0.4.0) -+find_package(LibKGAPI QUIET NO_MODULE) -+macro_log_feature(LibKGAPI_FOUND "LibKGAPI" "A library to access Google services" "http://projects.kde.org/libkgapi" FALSE "${LibKGAPI_MIN_VERSION}" "LibKGAPI is required to build Akonadi resources to access Google Contacts, Calendars and Tasks" ) - --if(LibKGoogle_FOUND) -+if(LibKGAPI_FOUND) - find_package(QJSON) - macro_log_feature(QJSON_FOUND "QJSON" "Qt library for handling JSON data" "http://qjson.sourceforge.net/" TRUE) - endif() - ---- a/resources/CMakeLists.txt -+++ b/resources/CMakeLists.txt -@@ -54,7 +54,7 @@ macro_optional_add_subdirectory( microbl - macro_optional_add_subdirectory( openxchange ) - add_subdirectory( pop3 ) - --if( LibKGoogle_FOUND ) -+if( LibKGAPI_FOUND ) - add_subdirectory( google ) - endif() - - ---- a/resources/google/CMakeLists.txt -+++ b/resources/google/CMakeLists.txt -@@ -1,4 +1,4 @@ --include_directories(${LibKGoogle_INCLUDE_DIR}) -+include_directories(${LibKGAPI_INCLUDE_DIR}) - - macro_optional_add_subdirectory(calendar) - macro_optional_add_subdirectory(contacts) - ---- a/resources/google/calendar/CMakeLists.txt -+++ b/resources/google/calendar/CMakeLists.txt -@@ -43,7 +43,7 @@ target_link_libraries(akonadi_googlecale - ${KDE4_KDECORE_LIBS} - ${KDE4_KDEWEBKIT_LIBS} - ${QJSON_LIBRARIES} -- ${LibKGoogle_LIBRARY} -+ ${LibKGAPI_LIBRARY} - ) - - install(TARGETS akonadi_googlecalendar_resource ${INSTALL_TARGETS_DEFAULT_ARGS}) - ---- a/resources/google/calendar/calendareditor.cpp -+++ b/resources/google/calendar/calendareditor.cpp -@@ -23,8 +23,9 @@ - - #include <QFile> - --#include <libkgoogle/services/calendar.h> --using namespace KGoogle::Objects; -+#include <libkgapi/services/calendar.h> -+ -+using namespace KGAPI::Objects; - - CalendarEditor::CalendarEditor( Calendar *calendar ) : - QDialog(), -@@ -56,7 +57,7 @@ CalendarEditor::~CalendarEditor() - void CalendarEditor::accepted() - { - if ( !m_calendar ) { -- m_calendar = new KGoogle::Objects::Calendar(); -+ m_calendar = new KGAPI::Objects::Calendar(); - } - - m_calendar->setTitle( m_ui->nameEdit->text() ); - ---- a/resources/google/calendar/calendareditor.h -+++ b/resources/google/calendar/calendareditor.h -@@ -20,13 +20,13 @@ - - #include <QDialog> - --#include <libkgoogle/objects/calendar.h> -+#include <libkgapi/objects/calendar.h> - - namespace Ui { - class CalendarEditor; - } - --using namespace KGoogle::Objects; -+using namespace KGAPI::Objects; - - class CalendarEditor: public QDialog - { -@@ -37,7 +37,7 @@ class CalendarEditor: public QDialog - virtual ~CalendarEditor(); - - Q_SIGNALS: -- void accepted( KGoogle::Objects::Calendar *calendar ); -+ void accepted( KGAPI::Objects::Calendar *calendar ); - - private Q_SLOTS: - void accepted(); - ---- a/resources/google/calendar/calendarresource.cpp -+++ b/resources/google/calendar/calendarresource.cpp -@@ -36,23 +36,23 @@ - #include <QStringList> - #include <QMetaType> - --#include <libkgoogle/common.h> --#include <libkgoogle/account.h> --#include <libkgoogle/accessmanager.h> --#include <libkgoogle/auth.h> --#include <libkgoogle/fetchlistjob.h> --#include <libkgoogle/request.h> --#include <libkgoogle/reply.h> --#include <libkgoogle/objects/calendar.h> --#include <libkgoogle/objects/event.h> --#include <libkgoogle/objects/task.h> --#include <libkgoogle/objects/tasklist.h> --#include <libkgoogle/services/calendar.h> --#include <libkgoogle/services/tasks.h> -+#include <libkgapi/common.h> -+#include <libkgapi/account.h> -+#include <libkgapi/accessmanager.h> -+#include <libkgapi/auth.h> -+#include <libkgapi/fetchlistjob.h> -+#include <libkgapi/request.h> -+#include <libkgapi/reply.h> -+#include <libkgapi/objects/calendar.h> -+#include <libkgapi/objects/event.h> -+#include <libkgapi/objects/task.h> -+#include <libkgapi/objects/tasklist.h> -+#include <libkgapi/services/calendar.h> -+#include <libkgapi/services/tasks.h> - - using namespace KCalCore; - using namespace Akonadi; --using namespace KGoogle; -+using namespace KGAPI; - - CalendarResource::CalendarResource( const QString &id ): - ResourceBase( id ), -@@ -60,8 +60,8 @@ CalendarResource::CalendarResource( cons - m_fetchedCalendars( false ), - m_fetchedTaskLists( false ) - { -- qRegisterMetaType< KGoogle::Services::Calendar >( "Calendar" ); -- qRegisterMetaType< KGoogle::Services::Tasks >( "Tasks" ); -+ qRegisterMetaType< KGAPI::Services::Calendar >( "Calendar" ); -+ qRegisterMetaType< KGAPI::Services::Tasks >( "Tasks" ); - AttributeFactory::registerAttribute< DefaultReminderAttribute >(); - - Auth *auth = Auth::instance(); -@@ -71,10 +71,10 @@ CalendarResource::CalendarResource( cons - setOnline( true ); - - m_gam = new AccessManager(); -- connect( m_gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -- connect( m_gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(replyReceived(KGoogle::Reply*)) ); -+ connect( m_gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); -+ connect( m_gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(replyReceived(KGAPI::Reply*)) ); - - connect( this, SIGNAL(abortRequested()), - this, SLOT(slotAbortRequested()) ); -@@ -113,7 +113,7 @@ void CalendarResource::slotAbortRequeste - abort(); - } - --void CalendarResource::error( const KGoogle::Error errCode, const QString &msg ) -+void CalendarResource::error( const KGAPI::Error errCode, const QString &msg ) - { - cancelTask( msg ); - -@@ -160,7 +160,7 @@ Account::Ptr CalendarResource::getAccoun - Auth *auth = Auth::instance(); - try { - m_account = auth->getAccount( Settings::self()->account() ); -- } catch( KGoogle::Exception::BaseException &e ) { -+ } catch( KGAPI::Exception::BaseException &e ) { - Q_EMIT status( Broken, e.what() ); - return Account::Ptr(); - } -@@ -267,7 +267,7 @@ bool CalendarResource::retrieveItem( con - return true; - } - -- Request *request = new Request( url, KGoogle::Request::Fetch, service, account ); -+ Request *request = new Request( url, KGAPI::Request::Fetch, service, account ); - request->setProperty( "Item", QVariant::fromValue( item ) ); - m_gam->sendRequest( request ); - -@@ -340,7 +340,7 @@ void CalendarResource::itemAdded( const - - Services::Calendar service; - kevent.setUid( "" ); -- data = service.objectToJSON( static_cast< KGoogle::Object * >( &kevent ) ); -+ data = service.objectToJSON( static_cast< KGAPI::Object * >( &kevent ) ); - - } else if ( item.mimeType() == Todo::todoMimeType() ) { - -@@ -355,7 +355,7 @@ void CalendarResource::itemAdded( const - } - - Services::Tasks service; -- data = service.objectToJSON( static_cast< KGoogle::Object * >( &ktodo ) ); -+ data = service.objectToJSON( static_cast< KGAPI::Object * >( &ktodo ) ); - - } else { - cancelTask( i18n( "Unknown payload type '%1'", item.mimeType() ) ); -@@ -399,7 +399,7 @@ void CalendarResource::itemChanged( cons - url = Services::Calendar::updateEventUrl( item.parentCollection().remoteId(), item.remoteId() ); - - Services::Calendar service; -- data = service.objectToJSON( static_cast< KGoogle::Object * >( &kevent ) ); -+ data = service.objectToJSON( static_cast< KGAPI::Object * >( &kevent ) ); - - Request *request = new Request( url, Request::Patch, "Calendar", account ); - request->setRequestData( data, "application/json" ); -@@ -498,13 +498,13 @@ void CalendarResource::itemMoved( const - url = Services::Calendar::moveEventUrl( collectionSource.remoteId(), - collectionDestination.remoteId(), - item.remoteId() ); -- Request *request = new Request( url, KGoogle::Request::Move, "Calendar", account ); -+ Request *request = new Request( url, KGAPI::Request::Move, "Calendar", account ); - request->setProperty( "Item", qVariantFromValue( item ) ); - - m_gam->sendRequest( request ); - } - --void CalendarResource::replyReceived( KGoogle::Reply *reply ) -+void CalendarResource::replyReceived( KGAPI::Reply *reply ) - { - switch ( reply->requestType() ) { - case Request::FetchAll: - ---- a/resources/google/calendar/calendarresource.h -+++ b/resources/google/calendar/calendarresource.h -@@ -23,17 +23,17 @@ - #include <Akonadi/Item> - #include <Akonadi/Collection> - --#include <libkgoogle/common.h> --#include <libkgoogle/account.h> -+#include <libkgapi/common.h> -+#include <libkgapi/account.h> - --namespace KGoogle { -+namespace KGAPI { - class AccessManager; - class Account; - class Reply; - class Request; - } - --using namespace KGoogle; -+using namespace KGAPI; - - class CalendarResource : public Akonadi::ResourceBase, public Akonadi::AgentBase::ObserverV2 - { -@@ -61,40 +61,40 @@ class CalendarResource : public Akonadi: - void aboutToQuit(); - - private Q_SLOTS: -- void error( const KGoogle::Error, const QString & ); -+ void error( const KGAPI::Error, const QString & ); - void slotAbortRequested(); - - void cachedItemsRetrieved( KJob *job ); -- void replyReceived( KGoogle::Reply *reply ); -+ void replyReceived( KGAPI::Reply *reply ); - - void itemsReceived( KJob *job ); -- void itemReceived( KGoogle::Reply *reply ); -- void itemCreated( KGoogle::Reply *reply ); -- void itemUpdated( KGoogle::Reply *reply ); -- void itemRemoved( KGoogle::Reply *reply ); -- void itemMoved( KGoogle::Reply *reply ); -+ void itemReceived( KGAPI::Reply *reply ); -+ void itemCreated( KGAPI::Reply *reply ); -+ void itemUpdated( KGAPI::Reply *reply ); -+ void itemRemoved( KGAPI::Reply *reply ); -+ void itemMoved( KGAPI::Reply *reply ); - - void taskListReceived( KJob *job ); - void calendarsReceived( KJob *job ); - - /* The actual update of task */ -- void taskDoUpdate( KGoogle::Reply *reply ); -+ void taskDoUpdate( KGAPI::Reply *reply ); - -- void taskReceived( KGoogle::Reply *reply ); -+ void taskReceived( KGAPI::Reply *reply ); - void tasksReceived( KJob *job ); -- void taskCreated( KGoogle::Reply *reply ); -- void taskUpdated( KGoogle::Reply *reply ); -- void taskRemoved( KGoogle::Reply *reply ); -+ void taskCreated( KGAPI::Reply *reply ); -+ void taskUpdated( KGAPI::Reply *reply ); -+ void taskRemoved( KGAPI::Reply *reply ); - - void removeTaskFetchJobFinished( KJob *job ); - void doRemoveTask( KJob *job ); - -- void eventReceived( KGoogle::Reply *reply ); -+ void eventReceived( KGAPI::Reply *reply ); - void eventsReceived( KJob *job ); -- void eventCreated( KGoogle::Reply *reply ); -- void eventUpdated( KGoogle::Reply *reply ); -- void eventRemoved( KGoogle::Reply *reply ); -- void eventMoved( KGoogle::Reply *reply ); -+ void eventCreated( KGAPI::Reply *reply ); -+ void eventUpdated( KGAPI::Reply *reply ); -+ void eventRemoved( KGAPI::Reply *reply ); -+ void eventMoved( KGAPI::Reply *reply ); - - void emitPercent( KJob *job, ulong percent ); - - ---- a/resources/google/calendar/defaultreminderattribute.cpp -+++ b/resources/google/calendar/defaultreminderattribute.cpp -@@ -19,13 +19,13 @@ - - #include <QVariant> - --#include <libkgoogle/objects/calendar.h> -+#include <libkgapi/objects/calendar.h> - - #include <qjson/parser.h> - #include <qjson/serializer.h> - - using namespace KCalCore; --using namespace KGoogle::Objects; -+using namespace KGAPI::Objects; - - DefaultReminderAttribute::DefaultReminderAttribute( const Reminder::List &reminders ) - : m_reminders( reminders ) - ---- a/resources/google/calendar/defaultreminderattribute.h -+++ b/resources/google/calendar/defaultreminderattribute.h -@@ -19,14 +19,14 @@ - #ifndef GOOGLE_CALENDAR_DEFAULTREMINDERATTRIBUTE_H - #define GOOGLE_CALENDAR_DEFAULTREMINDERATTRIBUTE_H - --#include <libkgoogle/objects/calendar.h> -+#include <libkgapi/objects/calendar.h> - - #include <Akonadi/Attribute> - #include <KCalCore/Alarm> - #include <KCalCore/Incidence> - - using namespace KCalCore; --using namespace KGoogle; -+using namespace KGAPI; - - class DefaultReminderAttribute : public Akonadi::Attribute - { - ---- a/resources/google/calendar/resource_events.cpp -+++ b/resources/google/calendar/resource_events.cpp -@@ -19,12 +19,12 @@ - #include "defaultreminderattribute.h" - #include "settings.h" - --#include <libkgoogle/fetchlistjob.h> --#include <libkgoogle/reply.h> --#include <libkgoogle/request.h> --#include <libkgoogle/objects/event.h> --#include <libkgoogle/objects/calendar.h> --#include <libkgoogle/services/calendar.h> -+#include <libkgapi/fetchlistjob.h> -+#include <libkgapi/reply.h> -+#include <libkgapi/request.h> -+#include <libkgapi/objects/event.h> -+#include <libkgapi/objects/calendar.h> -+#include <libkgapi/services/calendar.h> - - #include <KLocalizedString> - -@@ -37,7 +37,7 @@ - #include <KCalCore/Todo> - - using namespace Akonadi; --using namespace KGoogle; -+using namespace KGAPI; - - void CalendarResource::calendarsReceived( KJob *job ) - { -@@ -51,8 +51,8 @@ void CalendarResource::calendarsReceived - - QStringList calendars = Settings::self()->calendars(); - -- QList< KGoogle::Object *> allData = fetchJob->items(); -- Q_FOREACH ( KGoogle::Object * replyData, allData ) { -+ QList< KGAPI::Object *> allData = fetchJob->items(); -+ Q_FOREACH ( KGAPI::Object * replyData, allData ) { - - Objects::Calendar *calendar = static_cast< Objects::Calendar * >( replyData ); - -@@ -94,7 +94,7 @@ void CalendarResource::calendarsReceived - } - } - --void CalendarResource::eventReceived( KGoogle::Reply *reply ) -+void CalendarResource::eventReceived( KGAPI::Reply *reply ) - { - if ( reply->error() != OK ) { - cancelTask(); -@@ -218,7 +218,7 @@ void CalendarResource::eventsReceived( K - modifyJob->start(); - } - --void CalendarResource::eventCreated( KGoogle::Reply *reply ) -+void CalendarResource::eventCreated( KGAPI::Reply *reply ) - { - if ( reply->error() != OK ) { - cancelTask( i18n( "Failed to create a new event: %1", reply->errorString() ) ); -@@ -244,7 +244,7 @@ void CalendarResource::eventCreated( KGo - changeCommitted( item ); - } - --void CalendarResource::eventUpdated( KGoogle::Reply *reply ) -+void CalendarResource::eventUpdated( KGAPI::Reply *reply ) - { - if ( reply->error() != OK ) { - cancelTask( i18n( "Failed to update an event: %1", reply->errorString() ) ); -@@ -266,7 +266,7 @@ void CalendarResource::eventUpdated( KGo - changeCommitted( item ); - } - --void CalendarResource::eventRemoved( KGoogle::Reply *reply ) -+void CalendarResource::eventRemoved( KGAPI::Reply *reply ) - { - if ( reply->error() != NoContent ) { - cancelTask( i18n( "Failed to delete event: %1", reply->errorString() ) ); -@@ -277,7 +277,7 @@ void CalendarResource::eventRemoved( KGo - changeCommitted( item ); - } - --void CalendarResource::eventMoved( KGoogle::Reply *reply ) -+void CalendarResource::eventMoved( KGAPI::Reply *reply ) - { - if ( reply->error() != OK ) { - cancelTask( i18n( "Failed to move event: %1", reply->errorString() ) ); - ---- a/resources/google/calendar/resource_tasks.cpp -+++ b/resources/google/calendar/resource_tasks.cpp -@@ -18,13 +18,13 @@ - #include "calendarresource.h" - #include "settings.h" - --#include <libkgoogle/accessmanager.h> --#include <libkgoogle/auth.h> --#include <libkgoogle/fetchlistjob.h> --#include <libkgoogle/reply.h> --#include <libkgoogle/objects/task.h> --#include <libkgoogle/objects/tasklist.h> --#include <libkgoogle/services/tasks.h> -+#include <libkgapi/accessmanager.h> -+#include <libkgapi/auth.h> -+#include <libkgapi/fetchlistjob.h> -+#include <libkgapi/reply.h> -+#include <libkgapi/objects/task.h> -+#include <libkgapi/objects/tasklist.h> -+#include <libkgapi/services/tasks.h> - - #include <KLocalizedString> - #include <KDebug> -@@ -36,7 +36,7 @@ - #include <Akonadi/ItemFetchScope> - - using namespace Akonadi; --using namespace KGoogle; -+using namespace KGAPI; - using namespace KCalCore; - - void CalendarResource::taskDoUpdate( Reply *reply ) -@@ -54,7 +54,7 @@ void CalendarResource::taskDoUpdate( Rep - QUrl url = Services::Tasks::updateTaskUrl( item.parentCollection().remoteId(), item.remoteId() ); - - Services::Tasks service; -- QByteArray data = service.objectToJSON( static_cast< KGoogle::Object *>( &ktodo ) ); -+ QByteArray data = service.objectToJSON( static_cast< KGAPI::Object *>( &ktodo ) ); - - Request *request = new Request( url, Request::Update, "Tasks", account ); - request->setRequestData( data, "application/json" ); -@@ -110,7 +110,7 @@ void CalendarResource::taskListReceived( - } - } - --void CalendarResource::taskReceived( KGoogle::Reply *reply ) -+void CalendarResource::taskReceived( KGAPI::Reply *reply ) - { - if ( reply->error() != OK ) { - cancelTask( i18n( "Failed to fetch task: %1", reply->errorString() ) ); -@@ -180,7 +180,7 @@ void CalendarResource::tasksReceived( KJ - modifyJob->start(); - } - --void CalendarResource::taskCreated( KGoogle::Reply *reply ) -+void CalendarResource::taskCreated( KGAPI::Reply *reply ) - { - if ( reply->error() != OK ) { - cancelTask( i18n( "Failed to create a task: %1", reply->errorString() ) ); -@@ -205,7 +205,7 @@ void CalendarResource::taskCreated( KGoo - changeCommitted( item ); - } - --void CalendarResource::taskUpdated( KGoogle::Reply *reply ) -+void CalendarResource::taskUpdated( KGAPI::Reply *reply ) - { - if ( reply->error() != OK ) { - cancelTask( i18n( "Failed to update task: %1", reply->errorString() ) ); -@@ -290,12 +290,12 @@ void CalendarResource::doRemoveTask( KJo - Request *request = - new Request( - Services::Tasks::removeTaskUrl( item.parentCollection().remoteId(), item.remoteId() ), -- KGoogle::Request::Remove, "Tasks", account ); -+ KGAPI::Request::Remove, "Tasks", account ); - request->setProperty( "Item", qVariantFromValue( item ) ); - m_gam->sendRequest( request ); - } - --void CalendarResource::taskRemoved( KGoogle::Reply *reply ) -+void CalendarResource::taskRemoved( KGAPI::Reply *reply ) - { - if ( reply->error() != NoContent ) { - cancelTask( i18n( "Failed to delete task (5): %1", reply->errorString() ) ); - ---- a/resources/google/calendar/settingsdialog.cpp -+++ b/resources/google/calendar/settingsdialog.cpp -@@ -30,20 +30,20 @@ - #include <QListWidget> - #include <QPointer> - --#include <libkgoogle/accessmanager.h> --#include <libkgoogle/request.h> --#include <libkgoogle/reply.h> --#include <libkgoogle/auth.h> --#include <libkgoogle/objects/calendar.h> --#include <libkgoogle/objects/tasklist.h> --#include <libkgoogle/services/calendar.h> --#include <libkgoogle/services/tasks.h> --#include <libkgoogle/ui/accountscombo.h> -+#include <libkgapi/accessmanager.h> -+#include <libkgapi/request.h> -+#include <libkgapi/reply.h> -+#include <libkgapi/auth.h> -+#include <libkgapi/objects/calendar.h> -+#include <libkgapi/objects/tasklist.h> -+#include <libkgapi/services/calendar.h> -+#include <libkgapi/services/tasks.h> -+#include <libkgapi/ui/accountscombo.h> - --using namespace KGoogle; -+using namespace KGAPI; - - enum { -- KGoogleObjectRole = Qt::UserRole, -+ KGAPIObjectRole = Qt::UserRole, - ObjectUIDRole = Qt::UserRole + 1 - }; - -@@ -51,8 +51,8 @@ SettingsDialog::SettingsDialog( WId wind - KDialog( parent ), - m_windowId( windowId ) - { -- qRegisterMetaType<KGoogle::Services::Calendar>( "Calendar" ); -- qRegisterMetaType<KGoogle::Services::Tasks>( "Tasks" ); -+ qRegisterMetaType<KGAPI::Services::Calendar>( "Calendar" ); -+ qRegisterMetaType<KGAPI::Services::Tasks>( "Tasks" ); - - KWindowSystem::setMainWindow( this, windowId ); - -@@ -98,14 +98,14 @@ SettingsDialog::SettingsDialog( WId wind - connect( this, SIGNAL(accepted()), - this, SLOT(saveSettings()) ); - -- m_gam = new KGoogle::AccessManager; -- connect( m_gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(gam_objectsListReceived(KGoogle::Reply*)) ); -- connect( m_gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ m_gam = new KGAPI::AccessManager; -+ connect( m_gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(gam_objectsListReceived(KGAPI::Reply*)) ); -+ connect( m_gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- KGoogle::Auth *auth = KGoogle::Auth::instance(); -- connect( auth, SIGNAL(authenticated(KGoogle::Account::Ptr&)), -+ KGAPI::Auth *auth = KGAPI::Auth::instance(); -+ connect( auth, SIGNAL(authenticated(KGAPI::Account::Ptr&)), - this, SLOT(reloadAccounts()) ); - - m_ui->accountsCombo->clear(); -@@ -121,7 +121,7 @@ SettingsDialog::~SettingsDialog() - delete m_ui; - } - --void SettingsDialog::error( KGoogle::Error code, const QString &msg ) -+void SettingsDialog::error( KGAPI::Error code, const QString &msg ) - { - KMessageBox::sorry( this, msg, i18n( "Error while talking to Google" ) ); - -@@ -183,22 +183,22 @@ void SettingsDialog::reloadAccounts() - - void SettingsDialog::addAccountClicked() - { -- KGoogle::Auth *auth = KGoogle::Auth::instance(); -+ KGAPI::Auth *auth = KGAPI::Auth::instance(); - -- KGoogle::Account::Ptr account( new KGoogle::Account() ); -+ KGAPI::Account::Ptr account( new KGAPI::Account() ); - account->addScope( Services::Calendar::ScopeUrl ); - account->addScope( Services::Tasks::ScopeUrl ); - - try { - auth->authenticate( account, true ); -- } catch ( KGoogle::Exception::BaseException &e ) { -+ } catch ( KGAPI::Exception::BaseException &e ) { - KMessageBox::error( this, e.what() ); - } - } - - void SettingsDialog::removeAccountClicked() - { -- KGoogle::Account::Ptr account = m_ui->accountsCombo->currentAccount(); -+ KGAPI::Account::Ptr account = m_ui->accountsCombo->currentAccount(); - if ( account.isNull() ) { - return; - } -@@ -217,10 +217,10 @@ void SettingsDialog::removeAccountClicke - return; - } - -- KGoogle::Auth *auth = KGoogle::Auth::instance(); -+ KGAPI::Auth *auth = KGAPI::Auth::instance(); - try { - auth->revoke( account ); -- } catch ( KGoogle::Exception::BaseException &e ) { -+ } catch ( KGAPI::Exception::BaseException &e ) { - KMessageBox::error( this, e.what() ); - } - -@@ -243,15 +243,15 @@ void SettingsDialog::accountChanged() - return; - } - -- KGoogle::Request *request; -+ KGAPI::Request *request; - - m_ui->calendarsList->clear(); -- request = new KGoogle::Request( Services::Calendar::fetchCalendarsUrl(), -+ request = new KGAPI::Request( Services::Calendar::fetchCalendarsUrl(), - Request::FetchAll, "Calendar", account ); - m_gam->queueRequest( request ); - - m_ui->tasksList->clear(); -- request = new KGoogle::Request( Services::Tasks::fetchTaskListsUrl(), -+ request = new KGAPI::Request( Services::Tasks::fetchTaskListsUrl(), - Request::FetchAll, "Tasks", account ); - m_gam->sendRequest( request ); - } -@@ -259,19 +259,19 @@ void SettingsDialog::accountChanged() - void SettingsDialog::addCalendarClicked() - { - QPointer<CalendarEditor> editor = new CalendarEditor; -- connect( editor, SIGNAL(accepted(KGoogle::Objects::Calendar*)), -- this, SLOT(addCalendar(KGoogle::Objects::Calendar*)) ); -+ connect( editor, SIGNAL(accepted(KGAPI::Objects::Calendar*)), -+ this, SLOT(addCalendar(KGAPI::Objects::Calendar*)) ); - - editor->exec(); - - delete editor; - } - --void SettingsDialog::addCalendar( KGoogle::Objects::Calendar *calendar ) -+void SettingsDialog::addCalendar( KGAPI::Objects::Calendar *calendar ) - { -- KGoogle::Account::Ptr account; -- KGoogle::AccessManager *gam; -- KGoogle::Request *request; -+ KGAPI::Account::Ptr account; -+ KGAPI::AccessManager *gam; -+ KGAPI::Request *request; - Services::Calendar parser; - QByteArray data; - -@@ -283,17 +283,17 @@ void SettingsDialog::addCalendar( KGoogl - m_ui->accountsBox->setDisabled( true ); - m_ui->calendarsBox->setDisabled( true ); - -- gam = new KGoogle::AccessManager; -- connect( gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(gam_objectCreated(KGoogle::Reply*)) ); -- connect( gam, SIGNAL(requestFinished(KGoogle::Request*)), -+ gam = new KGAPI::AccessManager; -+ connect( gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(gam_objectCreated(KGAPI::Reply*)) ); -+ connect( gam, SIGNAL(requestFinished(KGAPI::Request*)), - gam, SLOT(deleteLater()) ); -- connect( gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect( gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- request = new KGoogle::Request( Services::Calendar::createCalendarUrl(), -+ request = new KGAPI::Request( Services::Calendar::createCalendarUrl(), - Request::Create, "Calendar", account ); -- data = parser.objectToJSON( dynamic_cast< KGoogle::Object * >( calendar ) ); -+ data = parser.objectToJSON( dynamic_cast< KGAPI::Object * >( calendar ) ); - request->setRequestData( data, "application/json" ); - gam->sendRequest( request ); - -@@ -316,25 +316,25 @@ void SettingsDialog::editCalendarClicked - return; - } - -- calendar = item->data( KGoogleObjectRole ).value< KGoogle::Objects::Calendar * >(); -+ calendar = item->data( KGAPIObjectRole ).value< KGAPI::Objects::Calendar * >(); - if ( !calendar ) { - return; - } - - QPointer<CalendarEditor> editor = new CalendarEditor( calendar ); -- connect( editor, SIGNAL(accepted(KGoogle::Objects::Calendar*)), -- this, SLOT(editCalendar(KGoogle::Objects::Calendar*)) ); -+ connect( editor, SIGNAL(accepted(KGAPI::Objects::Calendar*)), -+ this, SLOT(editCalendar(KGAPI::Objects::Calendar*)) ); - - editor->exec(); - - delete editor; - } - --void SettingsDialog::editCalendar( KGoogle::Objects::Calendar *calendar ) -+void SettingsDialog::editCalendar( KGAPI::Objects::Calendar *calendar ) - { -- KGoogle::Account::Ptr account; -- KGoogle::AccessManager *gam; -- KGoogle::Request *request; -+ KGAPI::Account::Ptr account; -+ KGAPI::AccessManager *gam; -+ KGAPI::Request *request; - Services::Calendar parser; - QByteArray data; - -@@ -346,17 +346,17 @@ void SettingsDialog::editCalendar( KGoog - m_ui->accountsBox->setDisabled( true ); - m_ui->calendarsBox->setDisabled( true ); - -- gam = new KGoogle::AccessManager; -- connect( gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(gam_objectModified(KGoogle::Reply*)) ); -- connect( gam, SIGNAL(requestFinished(KGoogle::Request*)), -+ gam = new KGAPI::AccessManager; -+ connect( gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(gam_objectModified(KGAPI::Reply*)) ); -+ connect( gam, SIGNAL(requestFinished(KGAPI::Request*)), - gam, SLOT(deleteLater()) ); -- connect( gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect( gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- request = new KGoogle::Request( Services::Calendar::updateCalendarUrl( calendar->uid() ), -+ request = new KGAPI::Request( Services::Calendar::updateCalendarUrl( calendar->uid() ), - Request::Update, "Calendar", account ); -- data = parser.objectToJSON( dynamic_cast< KGoogle::Object * >( calendar ) ); -+ data = parser.objectToJSON( dynamic_cast< KGAPI::Object * >( calendar ) ); - request->setRequestData( data, "application/json" ); - gam->sendRequest( request ); - -@@ -379,7 +379,7 @@ void SettingsDialog::removeCalendarClick - return; - } - -- calendar = item->data( KGoogleObjectRole ).value< KGoogle::Objects::Calendar * >(); -+ calendar = item->data( KGAPIObjectRole ).value< KGAPI::Objects::Calendar * >(); - if ( !calendar ) { - return; - } -@@ -398,9 +398,9 @@ void SettingsDialog::removeCalendarClick - return; - } - -- KGoogle::Account::Ptr account; -- KGoogle::AccessManager *gam; -- KGoogle::Request *request; -+ KGAPI::Account::Ptr account; -+ KGAPI::AccessManager *gam; -+ KGAPI::Request *request; - - account = m_ui->accountsCombo->currentAccount(); - if ( account.isNull() ) { -@@ -410,15 +410,15 @@ void SettingsDialog::removeCalendarClick - m_ui->accountsBox->setDisabled( true ); - m_ui->calendarsBox->setDisabled( true ); - -- gam = new KGoogle::AccessManager; -- connect( gam, SIGNAL(replyReceived(KGoogle::Reply*)), -+ gam = new KGAPI::AccessManager; -+ connect( gam, SIGNAL(replyReceived(KGAPI::Reply*)), - this, SLOT(reloadCalendarsClicked()) ); -- connect( gam, SIGNAL(requestFinished(KGoogle::Request*)), -+ connect( gam, SIGNAL(requestFinished(KGAPI::Request*)), - gam, SLOT(deleteLater()) ); -- connect( gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect( gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- request = new KGoogle::Request( Services::Calendar::removeCalendarUrl( calendar->uid() ), -+ request = new KGAPI::Request( Services::Calendar::removeCalendarUrl( calendar->uid() ), - Request::Remove, "Calendar", account ); - gam->sendRequest( request ); - } -@@ -426,8 +426,8 @@ void SettingsDialog::removeCalendarClick - void SettingsDialog::addTaskListClicked() - { - TasklistEditor *editor = new TasklistEditor; -- connect( editor, SIGNAL(accepted(KGoogle::Objects::TaskList*)), -- this, SLOT(addTaskList(KGoogle::Objects::TaskList*)) ); -+ connect( editor, SIGNAL(accepted(KGAPI::Objects::TaskList*)), -+ this, SLOT(addTaskList(KGAPI::Objects::TaskList*)) ); - - editor->exec(); - -@@ -436,9 +436,9 @@ void SettingsDialog::addTaskListClicked( - - void SettingsDialog::reloadCalendarsClicked() - { -- KGoogle::AccessManager *gam; -- KGoogle::Account::Ptr account; -- KGoogle::Request *request; -+ KGAPI::AccessManager *gam; -+ KGAPI::Account::Ptr account; -+ KGAPI::Request *request; - - account = m_ui->accountsCombo->currentAccount(); - if ( account.isNull() ) { -@@ -449,24 +449,24 @@ void SettingsDialog::reloadCalendarsClic - m_ui->calendarsBox->setDisabled( true ); - - m_ui->calendarsList->clear(); -- gam = new KGoogle::AccessManager; -- connect( gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(gam_objectsListReceived(KGoogle::Reply*)) ); -- connect( gam, SIGNAL(requestFinished(KGoogle::Request*)), -+ gam = new KGAPI::AccessManager; -+ connect( gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(gam_objectsListReceived(KGAPI::Reply*)) ); -+ connect( gam, SIGNAL(requestFinished(KGAPI::Request*)), - gam, SLOT(deleteLater()) ); -- connect( gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect( gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- request = new KGoogle::Request( Services::Calendar::fetchCalendarsUrl(), -+ request = new KGAPI::Request( Services::Calendar::fetchCalendarsUrl(), - Request::FetchAll, "Calendar", account ); - gam->sendRequest( request ); - } - - void SettingsDialog::addTaskList( TaskList *taskList ) - { -- KGoogle::Account::Ptr account; -- KGoogle::AccessManager *gam; -- KGoogle::Request *request; -+ KGAPI::Account::Ptr account; -+ KGAPI::AccessManager *gam; -+ KGAPI::Request *request; - Services::Tasks parser; - QByteArray data; - -@@ -478,17 +478,17 @@ void SettingsDialog::addTaskList( TaskLi - m_ui->accountsBox->setDisabled( true ); - m_ui->tasksBox->setDisabled( true ); - -- gam = new KGoogle::AccessManager; -- connect( gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(gam_objectCreated(KGoogle::Reply*)) ); -- connect( gam, SIGNAL(requestFinished(KGoogle::Request*)), -+ gam = new KGAPI::AccessManager; -+ connect( gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(gam_objectCreated(KGAPI::Reply*)) ); -+ connect( gam, SIGNAL(requestFinished(KGAPI::Request*)), - gam, SLOT(deleteLater()) ); -- connect( gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect( gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- request = new KGoogle::Request( Services::Tasks::createTaskListUrl(), -+ request = new KGAPI::Request( Services::Tasks::createTaskListUrl(), - Request::Create, "Tasks", account ); -- data = parser.objectToJSON( dynamic_cast< KGoogle::Object * >( taskList ) ); -+ data = parser.objectToJSON( dynamic_cast< KGAPI::Object * >( taskList ) ); - request->setRequestData( data, "application/json" ); - gam->sendRequest( request ); - -@@ -511,14 +511,14 @@ void SettingsDialog::editTaskListClicked - return; - } - -- taskList = item->data( KGoogleObjectRole ).value< KGoogle::Objects::TaskList * >(); -+ taskList = item->data( KGAPIObjectRole ).value< KGAPI::Objects::TaskList * >(); - if ( !taskList ) { - return; - } - - QPointer<TasklistEditor> editor = new TasklistEditor( taskList ); -- connect( editor, SIGNAL(accepted(KGoogle::Objects::TaskList*)), -- this, SLOT(editTaskList(KGoogle::Objects::TaskList*)) ); -+ connect( editor, SIGNAL(accepted(KGAPI::Objects::TaskList*)), -+ this, SLOT(editTaskList(KGAPI::Objects::TaskList*)) ); - - editor->exec(); - -@@ -527,9 +527,9 @@ void SettingsDialog::editTaskListClicked - - void SettingsDialog::editTaskList( TaskList *taskList ) - { -- KGoogle::Account::Ptr account; -- KGoogle::AccessManager *gam; -- KGoogle::Request *request; -+ KGAPI::Account::Ptr account; -+ KGAPI::AccessManager *gam; -+ KGAPI::Request *request; - Services::Tasks parser; - QByteArray data; - -@@ -541,17 +541,17 @@ void SettingsDialog::editTaskList( TaskL - m_ui->accountsBox->setDisabled( true ); - m_ui->tasksBox->setDisabled( true ); - -- gam = new KGoogle::AccessManager; -- connect( gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(gam_objectModified(KGoogle::Reply*)) ); -- connect( gam, SIGNAL(requestFinished(KGoogle::Request*)), -+ gam = new KGAPI::AccessManager; -+ connect( gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(gam_objectModified(KGAPI::Reply*)) ); -+ connect( gam, SIGNAL(requestFinished(KGAPI::Request*)), - gam, SLOT(deleteLater()) ); -- connect( gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect( gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- request = new KGoogle::Request( Services::Tasks::updateTaskListUrl( taskList->uid() ), -+ request = new KGAPI::Request( Services::Tasks::updateTaskListUrl( taskList->uid() ), - Request::Update, "Tasks", account ); -- data = parser.objectToJSON( dynamic_cast< KGoogle::Object * >( taskList ) ); -+ data = parser.objectToJSON( dynamic_cast< KGAPI::Object * >( taskList ) ); - request->setRequestData( data, "application/json" ); - gam->sendRequest( request ); - -@@ -574,7 +574,7 @@ void SettingsDialog::removeTaskListClick - return; - } - -- taskList = item->data( KGoogleObjectRole ).value< KGoogle::Objects::TaskList * >(); -+ taskList = item->data( KGAPIObjectRole ).value< KGAPI::Objects::TaskList * >(); - if ( !taskList ) { - return; - } -@@ -593,9 +593,9 @@ void SettingsDialog::removeTaskListClick - return; - } - -- KGoogle::Account::Ptr account; -- KGoogle::AccessManager *gam; -- KGoogle::Request *request; -+ KGAPI::Account::Ptr account; -+ KGAPI::AccessManager *gam; -+ KGAPI::Request *request; - - account = m_ui->accountsCombo->currentAccount(); - if ( account.isNull() ) { -@@ -605,24 +605,24 @@ void SettingsDialog::removeTaskListClick - m_ui->accountsBox->setDisabled( true ); - m_ui->tasksBox->setDisabled( true ); - -- gam = new KGoogle::AccessManager; -- connect( gam, SIGNAL(replyReceived(KGoogle::Reply*)), -+ gam = new KGAPI::AccessManager; -+ connect( gam, SIGNAL(replyReceived(KGAPI::Reply*)), - this, SLOT(reloadTaskListsClicked()) ); -- connect( gam, SIGNAL(requestFinished(KGoogle::Request*)), -+ connect( gam, SIGNAL(requestFinished(KGAPI::Request*)), - gam, SLOT(deleteLater()) ); -- connect( gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect( gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- request = new KGoogle::Request( Services::Tasks::removeTaskListUrl( taskList->uid() ), -+ request = new KGAPI::Request( Services::Tasks::removeTaskListUrl( taskList->uid() ), - Request::Remove, "Tasks", account ); - gam->sendRequest( request ); - } - - void SettingsDialog::reloadTaskListsClicked() - { -- KGoogle::AccessManager *gam; -- KGoogle::Account::Ptr account; -- KGoogle::Request *request; -+ KGAPI::AccessManager *gam; -+ KGAPI::Account::Ptr account; -+ KGAPI::Request *request; - - account = m_ui->accountsCombo->currentAccount(); - if ( !account ) { -@@ -634,30 +634,30 @@ void SettingsDialog::reloadTaskListsClic - - m_ui->tasksList->clear(); - -- gam = new KGoogle::AccessManager; -- connect( gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(gam_objectsListReceived(KGoogle::Reply*)) ); -- connect( gam, SIGNAL(requestFinished(KGoogle::Request*)), -+ gam = new KGAPI::AccessManager; -+ connect( gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(gam_objectsListReceived(KGAPI::Reply*)) ); -+ connect( gam, SIGNAL(requestFinished(KGAPI::Request*)), - gam, SLOT(deleteLater()) ); -- connect (gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect (gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - -- request = new KGoogle::Request( Services::Tasks::fetchTaskListsUrl(), -+ request = new KGAPI::Request( Services::Tasks::fetchTaskListsUrl(), - Request::FetchAll, "Tasks", account ); - gam->sendRequest( request ); - } - - void SettingsDialog::gam_objectCreated( Reply *reply ) - { -- QList< KGoogle::Object * > objects = reply->replyData(); -+ QList< KGAPI::Object * > objects = reply->replyData(); - - if ( reply->serviceName() == "Calendar" ) { - -- Q_FOREACH ( KGoogle::Object * object, objects ) { -- KGoogle::Objects::Calendar *calendar = static_cast< KGoogle::Objects::Calendar * >( object ); -+ Q_FOREACH ( KGAPI::Object * object, objects ) { -+ KGAPI::Objects::Calendar *calendar = static_cast< KGAPI::Objects::Calendar * >( object ); - - QListWidgetItem *item = new QListWidgetItem( calendar->title() ); -- item->setData( KGoogleObjectRole, qVariantFromValue( calendar ) ); -+ item->setData( KGAPIObjectRole, qVariantFromValue( calendar ) ); - item->setData( ObjectUIDRole, calendar->uid() ); - item->setCheckState( Qt::Unchecked ); - -@@ -669,11 +669,11 @@ void SettingsDialog::gam_objectCreated( - - } else if ( reply->serviceName() == "Tasks" ) { - -- Q_FOREACH ( KGoogle::Object * object, objects ) { -- KGoogle::Objects::TaskList *taskList = static_cast< KGoogle::Objects::TaskList * >( object ); -+ Q_FOREACH ( KGAPI::Object * object, objects ) { -+ KGAPI::Objects::TaskList *taskList = static_cast< KGAPI::Objects::TaskList * >( object ); - - QListWidgetItem *item = new QListWidgetItem( taskList->title() ); -- item->setData( KGoogleObjectRole, qVariantFromValue( taskList ) ); -+ item->setData( KGAPIObjectRole, qVariantFromValue( taskList ) ); - item->setData( ObjectUIDRole, taskList->uid() ); - item->setCheckState( Qt::Unchecked ); - -@@ -690,18 +690,18 @@ void SettingsDialog::gam_objectCreated( - - void SettingsDialog::gam_objectsListReceived( Reply *reply ) - { -- QList< KGoogle::Object * > objects = reply->replyData(); -+ QList< KGAPI::Object * > objects = reply->replyData(); - - if ( reply->serviceName() == "Calendar" ) { - -- Q_FOREACH ( KGoogle::Object * object, objects ) { -+ Q_FOREACH ( KGAPI::Object * object, objects ) { - Objects::Calendar *calendar; - QListWidgetItem *item; - - calendar = static_cast< Objects::Calendar * >( object ); - item = new QListWidgetItem; - item->setText( calendar->title() ); -- item->setData( KGoogleObjectRole, qVariantFromValue( calendar ) ); -+ item->setData( KGAPIObjectRole, qVariantFromValue( calendar ) ); - item->setData( ObjectUIDRole, calendar->uid() ); - - if ( Settings::self()->calendars().contains( calendar->uid() ) ) { -@@ -718,14 +718,14 @@ void SettingsDialog::gam_objectsListRece - - } else if ( reply->serviceName() == "Tasks" ) { - -- Q_FOREACH ( KGoogle::Object *object, objects ) { -+ Q_FOREACH ( KGAPI::Object *object, objects ) { - Objects::TaskList *taskList; - QListWidgetItem *item; - - taskList = static_cast< Objects::TaskList * >( object ); - item = new QListWidgetItem; - item->setText( taskList->title() ); -- item->setData( KGoogleObjectRole, qVariantFromValue( taskList ) ); -+ item->setData( KGAPIObjectRole, qVariantFromValue( taskList ) ); - item->setData( ObjectUIDRole, taskList->uid() ); - - if ( Settings::self()->taskLists().contains( taskList->uid() ) ) { -@@ -749,12 +749,12 @@ void SettingsDialog::gam_objectsListRece - - void SettingsDialog::gam_objectModified( Reply *reply ) - { -- QList< KGoogle::Object * > objects = reply->replyData(); -+ QList< KGAPI::Object * > objects = reply->replyData(); - - if ( reply->serviceName() == "Calendar" ) { - -- Q_FOREACH ( KGoogle::Object * object, objects ) { -- KGoogle::Objects::Calendar *calendar = static_cast< KGoogle::Objects::Calendar * >( object ); -+ Q_FOREACH ( KGAPI::Object * object, objects ) { -+ KGAPI::Objects::Calendar *calendar = static_cast< KGAPI::Objects::Calendar * >( object ); - QListWidgetItem *item = 0; - - for ( int i = 0; i < m_ui->calendarsList->count(); i++ ) { -@@ -773,7 +773,7 @@ void SettingsDialog::gam_objectModified( - - item->setText( calendar->title() ); - item->setData( ObjectUIDRole, calendar->uid() ); -- item->setData( KGoogleObjectRole, qVariantFromValue( calendar ) ); -+ item->setData( KGAPIObjectRole, qVariantFromValue( calendar ) ); - } - - m_ui->calendarsBox->setEnabled( true ); -@@ -781,8 +781,8 @@ void SettingsDialog::gam_objectModified( - - } else if ( reply->serviceName() == "Tasks" ) { - -- Q_FOREACH ( KGoogle::Object * object, objects ) { -- KGoogle::Objects::TaskList *taskList = static_cast< KGoogle::Objects::TaskList * >( object ); -+ Q_FOREACH ( KGAPI::Object * object, objects ) { -+ KGAPI::Objects::TaskList *taskList = static_cast< KGAPI::Objects::TaskList * >( object ); - QListWidgetItem *item = 0; - - for ( int i = 0; i < m_ui->tasksList->count(); i++ ) { -@@ -801,7 +801,7 @@ void SettingsDialog::gam_objectModified( - - item->setText( taskList->title() ); - item->setData( ObjectUIDRole, taskList->uid() ); -- item->setData( KGoogleObjectRole, qVariantFromValue( taskList ) ); -+ item->setData( KGAPIObjectRole, qVariantFromValue( taskList ) ); - - } - m_ui->tasksBox->setEnabled( true ); - ---- a/resources/google/calendar/settingsdialog.h -+++ b/resources/google/calendar/settingsdialog.h -@@ -22,13 +22,13 @@ - #include <KJob> - #include <Akonadi/ResourceBase> - --#include <libkgoogle/common.h> -+#include <libkgapi/common.h> - - namespace Ui { - class SettingsDialog; - } - --namespace KGoogle { -+namespace KGAPI { - class Reply; - class AccessManager; - -@@ -40,7 +40,7 @@ namespace Objects { - - class QListWidgetItem; - --using namespace KGoogle; -+using namespace KGAPI; - - class SettingsDialog : public KDialog - { -@@ -63,19 +63,19 @@ class SettingsDialog : public KDialog - void removeTaskListClicked(); - void reloadTaskListsClicked(); - -- void gam_objectsListReceived( KGoogle::Reply *reply ); -- void gam_objectCreated( KGoogle::Reply *reply ); -- void gam_objectModified( KGoogle::Reply *reply ); -+ void gam_objectsListReceived( KGAPI::Reply *reply ); -+ void gam_objectCreated( KGAPI::Reply *reply ); -+ void gam_objectModified( KGAPI::Reply *reply ); - -- void addCalendar( KGoogle::Objects::Calendar *calendar ); -- void editCalendar( KGoogle::Objects::Calendar *calendar ); -+ void addCalendar( KGAPI::Objects::Calendar *calendar ); -+ void editCalendar( KGAPI::Objects::Calendar *calendar ); - -- void addTaskList( KGoogle::Objects::TaskList *taskList ); -- void editTaskList( KGoogle::Objects::TaskList *taskList ); -+ void addTaskList( KGAPI::Objects::TaskList *taskList ); -+ void editTaskList( KGAPI::Objects::TaskList *taskList ); - - void saveSettings(); - -- void error( KGoogle::Error code, const QString &msg ); -+ void error( KGAPI::Error code, const QString &msg ); - - private: - Ui::SettingsDialog *m_ui; - ---- a/resources/google/calendar/tasklisteditor.cpp -+++ b/resources/google/calendar/tasklisteditor.cpp -@@ -18,7 +18,7 @@ - #include "tasklisteditor.h" - #include "ui_tasklist_editor.h" - --using namespace KGoogle::Objects; -+using namespace KGAPI::Objects; - - TasklistEditor::TasklistEditor( TaskList *taskList ): - QDialog(), -@@ -43,7 +43,7 @@ TasklistEditor::~TasklistEditor() - void TasklistEditor::accepted() - { - if ( !m_taskList ) { -- m_taskList = new KGoogle::Objects::TaskList; -+ m_taskList = new KGAPI::Objects::TaskList; - } - - m_taskList->setTitle( m_ui->nameEdit->text() ); - ---- a/resources/google/calendar/tasklisteditor.h -+++ b/resources/google/calendar/tasklisteditor.h -@@ -20,7 +20,7 @@ - - #include <QDialog> - --#include <libkgoogle/objects/tasklist.h> -+#include <libkgapi/objects/tasklist.h> - - namespace Ui { - class TaskListEditor; -@@ -31,18 +31,18 @@ class TasklistEditor : public QDialog - Q_OBJECT - - public: -- explicit TasklistEditor( KGoogle::Objects::TaskList *taskList = 0 ); -+ explicit TasklistEditor( KGAPI::Objects::TaskList *taskList = 0 ); - - virtual ~TasklistEditor(); - - Q_SIGNALS: -- void accepted( KGoogle::Objects::TaskList *taskList ); -+ void accepted( KGAPI::Objects::TaskList *taskList ); - - private Q_SLOTS: - void accepted(); - - private: -- KGoogle::Objects::TaskList *m_taskList; -+ KGAPI::Objects::TaskList *m_taskList; - Ui::TaskListEditor *m_ui; - }; - - ---- a/resources/google/calendar/ui/settingsdialog.ui -+++ b/resources/google/calendar/ui/settingsdialog.ui -@@ -72,7 +72,7 @@ - </spacer> - </item> - <item row="0" column="0"> -- <widget class="KGoogle::Ui::AccountsCombo" name="accountsCombo"> -+ <widget class="KGAPI::Ui::AccountsCombo" name="accountsCombo"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> -@@ -194,9 +194,9 @@ - </widget> - <customwidgets> - <customwidget> -- <class>KGoogle::Ui::AccountsCombo</class> -+ <class>KGAPI::Ui::AccountsCombo</class> - <extends>QComboBox</extends> -- <header location="global">libkgoogle/ui/accountscombo.h</header> -+ <header location="global">libkgapi/ui/accountscombo.h</header> - </customwidget> - </customwidgets> - <resources/> - ---- a/resources/google/contacts/CMakeLists.txt -+++ b/resources/google/contacts/CMakeLists.txt -@@ -30,7 +30,7 @@ target_link_libraries(akonadi_googlecont - ${QT_QTNETWORK_LIBRARY} - ${KDE4_KDECORE_LIBS} - ${KDE4_KIO_LIBS} -- ${LibKGoogle_LIBRARY} -+ ${LibKGAPI_LIBRARY} - ) - - install(TARGETS akonadi_googlecontacts_resource ${INSTALL_TARGETS_DEFAULT_ARGS}) - ---- a/resources/google/contacts/contactsresource.cpp -+++ b/resources/google/contacts/contactsresource.cpp -@@ -41,16 +41,16 @@ - #include <QNetworkReply> - #include <QNetworkRequest> - --#include <libkgoogle/accessmanager.h> --#include <libkgoogle/auth.h> --#include <libkgoogle/fetchlistjob.h> --#include <libkgoogle/request.h> --#include <libkgoogle/reply.h> --#include <libkgoogle/objects/contact.h> --#include <libkgoogle/services/contacts.h> -+#include <libkgapi/accessmanager.h> -+#include <libkgapi/auth.h> -+#include <libkgapi/fetchlistjob.h> -+#include <libkgapi/request.h> -+#include <libkgapi/reply.h> -+#include <libkgapi/objects/contact.h> -+#include <libkgapi/services/contacts.h> - - using namespace Akonadi; --using namespace KGoogle; -+using namespace KGAPI; - - #define RootCollection "root" - #define MyContacts "myContacts" -@@ -69,14 +69,14 @@ ContactsResource::ContactsResource( cons - Auth *auth = Auth::instance(); - auth->init( "Akonadi Google", Settings::self()->clientId(), Settings::self()->clientSecret() ); - -- m_gam = new KGoogle::AccessManager(); -+ m_gam = new KGAPI::AccessManager(); - m_photoNam = new KIO::Integration::AccessManager( this ); - -- connect( m_gam, SIGNAL(replyReceived(KGoogle::Reply*)), -- this, SLOT(replyReceived(KGoogle::Reply*)) ); -+ connect( m_gam, SIGNAL(replyReceived(KGAPI::Reply*)), -+ this, SLOT(replyReceived(KGAPI::Reply*)) ); - -- connect( m_gam, SIGNAL(error(KGoogle::Error,QString)), -- this, SLOT(error(KGoogle::Error,QString)) ); -+ connect( m_gam, SIGNAL(error(KGAPI::Error,QString)), -+ this, SLOT(error(KGAPI::Error,QString)) ); - connect( this, SIGNAL(abortRequested()), - this, SLOT(slotAbortRequested()) ); - connect( this, SIGNAL(reloadConfiguration()), -@@ -164,7 +164,7 @@ Account::Ptr ContactsResource::getAccoun - Auth *auth = Auth::instance(); - try { - m_account = auth->getAccount( Settings::self()->account() ); -- } catch ( KGoogle::Exception::BaseException &e ) { -+ } catch ( KGAPI::Exception::BaseException &e ) { - Q_EMIT status( Broken, e.what() ); - return Account::Ptr(); - } -@@ -205,8 +205,8 @@ bool ContactsResource::retrieveItem( con - - QUrl url( Services::Contacts::fetchContactUrl( account->accountName(), item.remoteId() ) ); - -- KGoogle::Request *request; -- request = new KGoogle::Request( url, KGoogle::Request::Fetch, "Contacts", account ); -+ KGAPI::Request *request; -+ request = new KGAPI::Request( url, KGAPI::Request::Fetch, "Contacts", account ); - request->setProperty( "Item", QVariant::fromValue( item ) ); - - m_gam->sendRequest( request ); -@@ -278,7 +278,7 @@ void ContactsResource::initialItemsFetch - - Collection collection = job->property( "Collection" ).value< Collection >(); - -- QUrl url = KGoogle::Services::Contacts::fetchAllContactsUrl( account->accountName(), true ); -+ QUrl url = KGAPI::Services::Contacts::fetchAllContactsUrl( account->accountName(), true ); - - QString lastSync = collection.remoteRevision(); - if ( !lastSync.isEmpty() ) { -@@ -333,8 +333,8 @@ void ContactsResource::itemAdded( const - "term=\"http://schemas.google.com/contact/2008#contact\"/>" ); - data.append( "</atom:entry>" ); - -- KGoogle::Request *request; -- request = new KGoogle::Request( Services::Contacts::createContactUrl( account->accountName() ), -+ KGAPI::Request *request; -+ request = new KGAPI::Request( Services::Contacts::createContactUrl( account->accountName() ), - Request::Create, "Contacts", account ); - request->setRequestData( data, "application/atom+xml" ); - request->setProperty( "Item", QVariant::fromValue( item ) ); -@@ -375,9 +375,9 @@ void ContactsResource::itemChanged( cons - "term=\"http://schemas.google.com/contact/2008#contact\"/>" ); - data.append( "</atom:entry>" ); - -- KGoogle::Request *request; -+ KGAPI::Request *request; - request = -- new KGoogle::Request( -+ new KGAPI::Request( - Services::Contacts::updateContactUrl( account->accountName(), item.remoteId() ), - Request::Update, "Contacts", account ); - request->setRequestData( data, "application/atom+xml" ); -@@ -430,9 +430,9 @@ void ContactsResource::itemMoved( const - "term=\"http://schemas.google.com/contact/2008#contact\"/>" ); - data.append( "</atom:entry>" ); - -- KGoogle::Request *request; -+ KGAPI::Request *request; - request = -- new KGoogle::Request( -+ new KGAPI::Request( - Services::Contacts::updateContactUrl( account->accountName(), item.remoteId() ), - Request::Update, "Contacts", account ); - request->setRequestData( data, "application/atom+xml" ); -@@ -449,9 +449,9 @@ void ContactsResource::itemRemoved( cons - return; - } - -- KGoogle::Request *request; -+ KGAPI::Request *request; - request = -- new KGoogle::Request( -+ new KGAPI::Request( - Services::Contacts::removeContactUrl( account->accountName(), item.remoteId() ), - Request::Remove, "Contacts", account ); - request->setProperty( "Item", QVariant::fromValue( item ) ); -@@ -459,7 +459,7 @@ void ContactsResource::itemRemoved( cons - m_gam->sendRequest( request ); - } - --void ContactsResource::replyReceived( KGoogle::Reply *reply ) -+void ContactsResource::replyReceived( KGAPI::Reply *reply ) - { - switch ( reply->requestType() ) { - case Request::Fetch: -@@ -500,9 +500,9 @@ void ContactsResource::contactListReceiv - Item::List changed; - - FetchListJob *fetchJob = dynamic_cast< FetchListJob * >( job ); -- QList< KGoogle::Object * > objects = fetchJob->items(); -+ QList< KGAPI::Object * > objects = fetchJob->items(); - -- Q_FOREACH ( KGoogle::Object * object, objects ) { -+ Q_FOREACH ( KGAPI::Object * object, objects ) { - - Item item; - Objects::Contact *contact = static_cast< Objects::Contact * >( object ); -@@ -543,14 +543,14 @@ void ContactsResource::contactListReceiv - modifyJob->setAutoDelete( true ); - } - --void ContactsResource::contactReceived( KGoogle::Reply *reply ) -+void ContactsResource::contactReceived( KGAPI::Reply *reply ) - { -- if ( reply->error() != KGoogle::OK ) { -+ if ( reply->error() != KGAPI::OK ) { - cancelTask( i18n( "Failed to fetch contact" ) ); - return; - } - -- QList< KGoogle::Object * > data = reply->replyData(); -+ QList< KGAPI::Object * > data = reply->replyData(); - if ( data.length() != 1 ) { - kWarning() << "Server send " << data.length() << "items, which is not OK"; - cancelTask( i18n( "Failed to create a contact" ) ); -@@ -575,14 +575,14 @@ void ContactsResource::contactReceived( - } - } - --void ContactsResource::contactCreated( KGoogle::Reply *reply ) -+void ContactsResource::contactCreated( KGAPI::Reply *reply ) - { -- if ( reply->error() != KGoogle::Created ) { -+ if ( reply->error() != KGAPI::Created ) { - cancelTask( i18n( "Failed to create a contact" ) ); - return; - } - -- QList< KGoogle::Object * > data = reply->replyData(); -+ QList< KGAPI::Object * > data = reply->replyData(); - if ( data.length() != 1 ) { - kWarning() << "Server send " << data.length() << "items, which is not OK"; - cancelTask( i18n( "Failed to create a contact" ) ); -@@ -604,14 +604,14 @@ void ContactsResource::contactCreated( K - updatePhoto( item ); - } - --void ContactsResource::contactUpdated( KGoogle::Reply *reply ) -+void ContactsResource::contactUpdated( KGAPI::Reply *reply ) - { -- if ( reply->error() != KGoogle::OK ) { -+ if ( reply->error() != KGAPI::OK ) { - cancelTask( i18n( "Failed to update contact" ) ); - return; - } - -- QList< KGoogle::Object * > data = reply->replyData(); -+ QList< KGAPI::Object * > data = reply->replyData(); - if ( data.length() != 1 ) { - kWarning() << "Server send " << data.length() << "items, which is not OK"; - cancelTask( i18n( "Failed to update a contact" ) ); -@@ -629,9 +629,9 @@ void ContactsResource::contactUpdated( K - updatePhoto( item ); - } - --void ContactsResource::contactRemoved( KGoogle::Reply *reply ) -+void ContactsResource::contactRemoved( KGAPI::Reply *reply ) - { -- if ( reply->error() != KGoogle::OK ) { -+ if ( reply->error() != KGAPI::OK ) { - cancelTask( i18n( "Failed to remove contact" ) ); - return; - } - ---- a/resources/google/contacts/contactsresource.h -+++ b/resources/google/contacts/contactsresource.h -@@ -24,10 +24,10 @@ - #include <Akonadi/Item> - #include <KDateTime> - --#include <libkgoogle/common.h> --#include <libkgoogle/account.h> -+#include <libkgapi/common.h> -+#include <libkgapi/account.h> - --namespace KGoogle { -+namespace KGAPI { - class AccessManager; - class Reply; - class Request; -@@ -36,7 +36,7 @@ namespace KGoogle { - class QNetworkAccessManager; - class QNetworkReply; - --using namespace KGoogle; -+using namespace KGAPI; - - class ContactsResource: public Akonadi::ResourceBase, - public Akonadi::AgentBase::ObserverV2 -@@ -71,7 +71,7 @@ class ContactsResource: public Akonadi:: - void aboutToQuit(); - - private Q_SLOTS: -- void error( KGoogle::Error errCode, const QString &msg ); -+ void error( KGAPI::Error errCode, const QString &msg ); - - void slotAbortRequested(); - -@@ -80,12 +80,12 @@ class ContactsResource: public Akonadi:: - - void photoRequestFinished( QNetworkReply *reply ); - -- void replyReceived( KGoogle::Reply *reply ); -+ void replyReceived( KGAPI::Reply *reply ); - -- void contactReceived( KGoogle::Reply *reply ); -- void contactUpdated( KGoogle::Reply *reply ); -- void contactCreated( KGoogle::Reply *reply ); -- void contactRemoved( KGoogle::Reply *reply ); -+ void contactReceived( KGAPI::Reply *reply ); -+ void contactUpdated( KGAPI::Reply *reply ); -+ void contactCreated( KGAPI::Reply *reply ); -+ void contactRemoved( KGAPI::Reply *reply ); - - void emitPercent( KJob *job, ulong progress ); - -@@ -97,9 +97,9 @@ class ContactsResource: public Akonadi:: - - Account::Ptr getAccount(); - -- KGoogle::Account::Ptr m_account; -+ KGAPI::Account::Ptr m_account; - -- KGoogle::AccessManager *m_gam; -+ KGAPI::AccessManager *m_gam; - QNetworkAccessManager *m_photoNam; - - QMap< QString, Akonadi::Collection > m_collections; - ---- a/resources/google/contacts/settingsdialog.cpp -+++ b/resources/google/contacts/settingsdialog.cpp -@@ -22,13 +22,13 @@ - #include <KMessageBox> - #include <KWindowSystem> - --#include <libkgoogle/auth.h> --#include <libkgoogle/services/contacts.h> -+#include <libkgapi/auth.h> -+#include <libkgapi/services/contacts.h> - --using namespace KGoogle; -+using namespace KGAPI; - - enum { -- KGoogleObjectRole = Qt::UserRole, -+ KGAPIObjectRole = Qt::UserRole, - ObjectUIDRole - }; - -@@ -38,7 +38,7 @@ SettingsDialog::SettingsDialog( WId wind - { - KWindowSystem::setMainWindow( this, windowId ); - -- qRegisterMetaType<KGoogle::Services::Contacts>( "Contacts" ); -+ qRegisterMetaType<KGAPI::Services::Contacts>( "Contacts" ); - - this->setButtons( Ok | Cancel ); - -@@ -58,8 +58,8 @@ SettingsDialog::SettingsDialog( WId wind - connect( m_ui->removeAccountBtn, SIGNAL(clicked(bool)), - this, SLOT(removeAccountClicked()) ); - -- KGoogle::Auth *auth = KGoogle::Auth::instance(); -- connect( auth, SIGNAL(authenticated(KGoogle::Account::Ptr&)), -+ KGAPI::Auth *auth = KGAPI::Auth::instance(); -+ connect( auth, SIGNAL(authenticated(KGAPI::Account::Ptr&)), - this, SLOT(reloadAccounts()) ); - - reloadAccounts(); -@@ -78,9 +78,9 @@ void SettingsDialog::saveSettings() - Settings::self()->writeConfig(); - } - --void SettingsDialog::error( KGoogle::Error errCode, const QString &msg ) -+void SettingsDialog::error( KGAPI::Error errCode, const QString &msg ) - { -- if ( errCode == KGoogle::OK ) { -+ if ( errCode == KGAPI::OK ) { - return; - } - -@@ -107,22 +107,22 @@ void SettingsDialog::reloadAccounts() - - void SettingsDialog::addAccountClicked() - { -- KGoogle::Auth *auth = KGoogle::Auth::instance(); -+ KGAPI::Auth *auth = KGAPI::Auth::instance(); - -- KGoogle::Account::Ptr account( new KGoogle::Account() ); -+ KGAPI::Account::Ptr account( new KGAPI::Account() ); - account->addScope( Services::Contacts::ScopeUrl ); - - try { - auth->authenticate( account, true ); - updateButtons(); -- } catch ( KGoogle::Exception::BaseException &e ) { -+ } catch ( KGAPI::Exception::BaseException &e ) { - KMessageBox::error( this, e.what() ); - } - } - - void SettingsDialog::removeAccountClicked() - { -- KGoogle::Account::Ptr account = m_ui->accountsCombo->currentAccount(); -+ KGAPI::Account::Ptr account = m_ui->accountsCombo->currentAccount(); - - if ( account.isNull() ) { - return; -@@ -142,12 +142,12 @@ void SettingsDialog::removeAccountClicke - return; - } - -- KGoogle::Auth *auth = KGoogle::Auth::instance(); -+ KGAPI::Auth *auth = KGAPI::Auth::instance(); - - try { - auth->revoke( account ); - updateButtons(); -- } catch ( KGoogle::Exception::BaseException &e ) { -+ } catch ( KGAPI::Exception::BaseException &e ) { - KMessageBox::error( this, e.what() ); - } - - ---- a/resources/google/contacts/settingsdialog.h -+++ b/resources/google/contacts/settingsdialog.h -@@ -20,7 +20,7 @@ - - #include <KDialog> - --#include <libkgoogle/common.h> -+#include <libkgapi/common.h> - - namespace Ui { - class SettingsDialog; -@@ -40,7 +40,7 @@ class SettingsDialog : public KDialog - void removeAccountClicked(); - void reloadAccounts(); - -- void error( KGoogle::Error errCode, const QString &msg ); -+ void error( KGAPI::Error errCode, const QString &msg ); - void saveSettings(); - - private: - ---- a/resources/google/contacts/ui/settingsdialog.ui -+++ b/resources/google/contacts/ui/settingsdialog.ui -@@ -21,7 +21,7 @@ - </property> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> -- <widget class="KGoogle::Ui::AccountsCombo" name="accountsCombo"> -+ <widget class="KGAPI::Ui::AccountsCombo" name="accountsCombo"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> -@@ -51,9 +51,9 @@ - </widget> - <customwidgets> - <customwidget> -- <class>KGoogle::Ui::AccountsCombo</class> -+ <class>KGAPI::Ui::AccountsCombo</class> - <extends>QComboBox</extends> -- <header location="global">libkgoogle/ui/accountscombo.h</header> -+ <header location="global">libkgapi/ui/accountscombo.h</header> - </customwidget> - </customwidgets> - <resources/> - diff --git a/kde-unstable/kdepim/PKGBUILD b/kde-unstable/kdepim/PKGBUILD deleted file mode 100644 index b3d8d37c8..000000000 --- a/kde-unstable/kdepim/PKGBUILD +++ /dev/null @@ -1,269 +0,0 @@ -# $Id: PKGBUILD 171840 2012-11-21 19:56:05Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdepim -pkgname=('kdepim-akonadiconsole' - 'kdepim-akregator' - 'kdepim-blogilo' - 'kdepim-console' - 'kdepim-kaddressbook' - 'kdepim-kalarm' - 'kdepim-kjots' - 'kdepim-kleopatra' - 'kdepim-kmail' - 'kdepim-knode' - 'kdepim-knotes' - 'kdepim-kontact' - 'kdepim-korganizer' - 'kdepim-kresources' - 'kdepim-ktimetracker' - 'kdepim-ktnef' - 'kdepim-libkdepim') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://pim.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdepim') -makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link' - 'kde-agent') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz" - 'fix-build.patch') -sha1sums=('c139bfb4fc4a39c270de4fea75790fe12cefc89c' - '974056ad2c3a00b33a8ac9403b369ab636000832') - -build() { - cd ${pkgbase}-${pkgver} - patch -p1 -i "${srcdir}"/fix-build.patch - cd .. - - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDEPIM_BUILD_MOBILE=OFF - make -} - -package_kdepim-akonadiconsole() { - pkgdesc='Akonadi Management and Debugging Console' - depends=('kdepim-libkdepim' 'nepomuk-widgets') - url='http://pim.kde.org' - install='kdepim.install' - cd "${srcdir}"/build/akonadiconsole - make DESTDIR="${pkgdir}" install -} - -package_kdepim-akregator() { - pkgdesc='A Feed Reader for KDE' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/internet/akregator/" - install='kdepim-akregator.install' - cd "${srcdir}"/build/akregator - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/akregator - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/kontact/plugins/akregator - make DESTDIR="${pkgdir}" install -} - -package_kdepim-blogilo() { - pkgdesc='A KDE Blogging Client' - depends=('kdepim-runtime') - url="http://kde.org/applications/internet/blogilo/" - replaces=('blogilo') - conflicts=('blogilo') - install='kdepim.install' - cd "${srcdir}"/build/blogilo - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/blogilo - make DESTDIR="${pkgdir}" install -} - -package_kdepim-console() { - pkgdesc='Command line tool for accessing calendar files' - depends=('kdepim-runtime') - url='http://pim.kde.org' - install='kdepim.install' - cd "${srcdir}"/build/console - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/kabcclient - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/konsolekalendar - make DESTDIR="${pkgdir}" install -} - -package_kdepim-kaddressbook() { - pkgdesc='Contact Manager' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/office/kaddressbook/" - install='kdepim.install' - cd "${srcdir}"/build/kaddressbook - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/kontact/plugins/kaddressbook - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/plugins/kaddressbook - make DESTDIR="${pkgdir}" install -} - -package_kdepim-kalarm() { - pkgdesc='Personal Alarm Scheduler' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/utilities/kalarm/" - install='kdepim.install' - cd "${srcdir}"/build/kalarm - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/kalarm - make DESTDIR="${pkgdir}" install -} - -package_kdepim-kjots() { - pkgdesc='Note Taker' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/utilities/kjots/" - install='kdepim.install' - cd "${srcdir}"/build/kjots - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/kjots - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/kontact/plugins/kjots - make DESTDIR="${pkgdir}" install -} - -package_kdepim-kleopatra() { - pkgdesc='Certificate Manager and Unified Crypto GUI' - depends=('kdepim-libkdepim') - install=kdepim-kleopatra.install - url="http://kde.org/applications/utilities/kleopatra/" - cd "${srcdir}"/build/kleopatra - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/kleopatra - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/kwatchgnupg - make DESTDIR="${pkgdir}" install -} - -package_kdepim-kmail() { - pkgdesc='Mail Client' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/internet/kmail/" - install='kdepim-kmail.install' - conflicts=('kdepim-kmailcvt' 'kdepim-ksendemail' 'kdepim-libksieve' - 'kdepim-mimelib' 'kdepim-plugins') - replaces=('kdepim-kmailcvt' 'kdepim-ksendemail' 'kdepim-libksieve' - 'kdepim-mimelib' 'kdepim-plugins') - for i in kmail doc/kmail kmailcvt archivemailagent \ - importwizard ksendemail libksieve messagelist mailfilteragent \ - ontologies kontact/plugins/kmail; do - cd "${srcdir}"/build/${i} - make DESTDIR="${pkgdir}" install - done -} - -package_kdepim-knode() { - pkgdesc='News Reader' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/internet/knode/" - install='kdepim-knode.install' - cd "${srcdir}"/build/knode - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/knode - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/kioslave/news - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/kontact/plugins/knode - make DESTDIR="${pkgdir}" install -} - -package_kdepim-knotes() { - pkgdesc='Popup Notes' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/utilities/knotes/" - install='kdepim.install' - cd "${srcdir}"/build/knotes - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/knotes - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/kontact/plugins/knotes - make DESTDIR="${pkgdir}" install -} - -package_kdepim-kontact() { - pkgdesc='Personal Information Manager' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/office/kontact/" - install='kdepim.install' - conflcits=('kdepim-kontactinterfaces') - replaces=('kdepim-kontactinterfaces') - for i in kontact/src doc/kontact kontact/plugins/summary \ - kontact/plugins/specialdates doc/kontact-admin; do - cd "${srcdir}"/build/${i} - make DESTDIR="${pkgdir}" install - done -} - -package_kdepim-korganizer() { - pkgdesc='Calendar and Scheduling Program' - depends=('kdepim-libkdepim') - url="http://kde.org/applications/office/korganizer" - install='kdepim-korganizer.install' - for i in korganizer doc/korganizer kontact/plugins/korganizer \ - calendarviews; do - cd "${srcdir}"/build/${i} - make DESTDIR="${pkgdir}" install - done -} - -package_kdepim-kresources() { - pkgdesc='KDE PIM resources' - depends=('kdepim-libkdepim') - url='http://pim.kde.org' - cd "${srcdir}"/build/kresources - make DESTDIR="${pkgdir}" install -} - -package_kdepim-ktimetracker() { - pkgdesc='Personal Time Tracker' - depends=('kdepim-kresources') - url="http://kde.org/applications/utilities/ktimetracker/" - install='kdepim.install' - cd "${srcdir}"/build/ktimetracker - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/ktimetracker - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/kontact/plugins/ktimetracker - make DESTDIR="${pkgdir}" install -} - -package_kdepim-ktnef() { - pkgdesc='A viewer/extractor for TNEF files' - depends=('kdebase-runtime' 'kdepimlibs') - url="https://projects.kde.org/projects/kde/kdepim/ktnef" - install=kdepim-ktnef.install - cd "${srcdir}"/build/ktnef - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/ktnef - make DESTDIR="${pkgdir}" install -} - -package_kdepim-libkdepim() { - pkgdesc='Library for KDE PIM' - groups=() - depends=('kde-agent' 'kdepim-runtime') - url='http://pim.kde.org' - conflicts=('kdepim-icons' 'kdepim-libkleo' 'kdepim-libkpgp' - 'kdepim-strigi-analyzer' 'kdepim-akonadi') - replaces=('kdepim-icons' 'kdepim-libkleo' 'kdepim-libkpgp' - 'kdepim-strigi-analyzer' 'kdepim-akonadi') - for i in akonadi_next calendarsupport incidenceeditor-ng \ - kdgantt2 libkdepim libkdepimdbusinterfaces libkleo libkpgp \ - mailcommon mailimporter messagecomposer messagecore messageviewer \ - icons strigi-analyzer templateparser plugins/messageviewer \ - plugins/ktexteditor pimcommon pimsettingexporter; do - cd "${srcdir}"/build/${i} - make DESTDIR="${pkgdir}" install - done -} diff --git a/kde-unstable/kdepim/fix-build.patch b/kde-unstable/kdepim/fix-build.patch deleted file mode 100644 index 7060e814f..000000000 --- a/kde-unstable/kdepim/fix-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kdepim-4.9.0/kleopatra/CMakeLists.txt~ 2012-07-30 08:06:15.031181647 +0000 -+++ kdepim-4.9.0/kleopatra/CMakeLists.txt 2012-07-30 08:07:13.594082584 +0000 -@@ -365,7 +365,7 @@ - endif(KDEPIM_MOBILE_UI) - - add_definitions ( -DKDE_DEFAULT_DEBUG_AREA=5151 ) -- -+add_definitions ( -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED ) - - kde4_add_app_icon(_kleopatra_mainwindow_SRCS "hi*-app-kleopatra.png") - kde4_add_executable(kleopatra_bin ${_kleopatra_SRCS} ${_kleopatra_mainwindow_SRCS} ${_kleopatra_uiserver_SRCS} ${_kleopatra_libkdepim_SRCS} ) diff --git a/kde-unstable/kdepim/kdepim-akregator.install b/kde-unstable/kdepim/kdepim-akregator.install deleted file mode 100644 index 5787df72f..000000000 --- a/kde-unstable/kdepim/kdepim-akregator.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdepim/kdepim-kleopatra.install b/kde-unstable/kdepim/kdepim-kleopatra.install deleted file mode 100644 index 5787df72f..000000000 --- a/kde-unstable/kdepim/kdepim-kleopatra.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdepim/kdepim-kmail.install b/kde-unstable/kdepim/kdepim-kmail.install deleted file mode 100644 index 5787df72f..000000000 --- a/kde-unstable/kdepim/kdepim-kmail.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdepim/kdepim-knode.install b/kde-unstable/kdepim/kdepim-knode.install deleted file mode 100644 index 5787df72f..000000000 --- a/kde-unstable/kdepim/kdepim-knode.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdepim/kdepim-korganizer.install b/kde-unstable/kdepim/kdepim-korganizer.install deleted file mode 100644 index 5787df72f..000000000 --- a/kde-unstable/kdepim/kdepim-korganizer.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdepim/kdepim-ktnef.install b/kde-unstable/kdepim/kdepim-ktnef.install deleted file mode 100644 index 5787df72f..000000000 --- a/kde-unstable/kdepim/kdepim-ktnef.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdepim/kdepim.install b/kde-unstable/kdepim/kdepim.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdepim/kdepim.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdepimlibs/PKGBUILD b/kde-unstable/kdepimlibs/PKGBUILD deleted file mode 100644 index 9b77f2dbc..000000000 --- a/kde-unstable/kdepimlibs/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171711 2012-11-21 18:02:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgname=kdepimlibs -pkgver=4.9.80 -pkgrel=1 -pkgdesc="KDE PIM Libraries" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kdepimlibs' -license=('GPL' 'LGPL') -depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson') -makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl') -install='kdepimlibs.install' -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('f792dbc1d0829925939f4fd61fe88d834baca445') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdepimlibs/kdepimlibs.install b/kde-unstable/kdepimlibs/kdepimlibs.install deleted file mode 100644 index 99262607c..000000000 --- a/kde-unstable/kdepimlibs/kdepimlibs.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
\ No newline at end of file diff --git a/kde-unstable/kdeplasma-addons/PKGBUILD b/kde-unstable/kdeplasma-addons/PKGBUILD deleted file mode 100644 index 30763577f..000000000 --- a/kde-unstable/kdeplasma-addons/PKGBUILD +++ /dev/null @@ -1,644 +0,0 @@ -# $Id: PKGBUILD 171841 2012-11-21 19:57:32Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdeplasma-addons -pkgname=('kdeplasma-addons-applets-bball' - 'kdeplasma-addons-applets-binary-clock' - 'kdeplasma-addons-applets-blackboard' - 'kdeplasma-addons-applets-bookmarks' - 'kdeplasma-addons-applets-bubblemon' - 'kdeplasma-addons-applets-calculator' - 'kdeplasma-addons-applets-charselect' - 'kdeplasma-addons-applets-comic' - 'kdeplasma-addons-applets-community' - 'kdeplasma-addons-applets-dict' - 'kdeplasma-addons-applets-eyes' - 'kdeplasma-addons-applets-fifteenpuzzle' - 'kdeplasma-addons-applets-filewatcher' - 'kdeplasma-addons-applets-frame' - 'kdeplasma-addons-applets-fuzzy-clock' - 'kdeplasma-addons-applets-icontasks' - 'kdeplasma-addons-applets-incomingmsg' - 'kdeplasma-addons-applets-kdeobservatory' - 'kdeplasma-addons-applets-kimpanel' - 'kdeplasma-addons-applets-knowledgebase' - 'kdeplasma-addons-applets-kolourpicker' - 'kdeplasma-addons-applets-konqprofiles' - 'kdeplasma-addons-applets-konsoleprofiles' - 'kdeplasma-addons-applets-lancelot' - 'kdeplasma-addons-applets-leavenote' - 'kdeplasma-addons-applets-life' - 'kdeplasma-addons-applets-luna' - 'kdeplasma-addons-applets-magnifique' - 'kdeplasma-addons-applets-mediaplayer' - 'kdeplasma-addons-applets-microblog' - 'kdeplasma-addons-applets-news' - 'kdeplasma-addons-applets-notes' - 'kdeplasma-addons-applets-nowplaying' - 'kdeplasma-addons-applets-paste' - 'kdeplasma-addons-applets-pastebin' - 'kdeplasma-addons-applets-plasmaboard' - 'kdeplasma-addons-applets-previewer' - 'kdeplasma-addons-applets-qalculate' - 'kdeplasma-addons-applets-rememberthemilk' - 'kdeplasma-addons-applets-rssnow' - 'kdeplasma-addons-applets-showdashboard' - 'kdeplasma-addons-applets-showdesktop' - 'kdeplasma-addons-applets-social-news' - 'kdeplasma-addons-applets-spellcheck' - 'kdeplasma-addons-applets-systemloadviewer' - 'kdeplasma-addons-applets-timer' - 'kdeplasma-addons-applets-unitconverter' - 'kdeplasma-addons-applets-weather' - 'kdeplasma-addons-applets-weatherstation' - 'kdeplasma-addons-applets-webslice' - 'kdeplasma-addons-containments' - 'kdeplasma-addons-libs' - 'kdeplasma-addons-runners-audioplayercontrol' - 'kdeplasma-addons-runners-browserhistory' - 'kdeplasma-addons-runners-characters' - 'kdeplasma-addons-runners-contacts' - 'kdeplasma-addons-runners-converter' - 'kdeplasma-addons-runners-datetime' - 'kdeplasma-addons-runners-dictionary' - 'kdeplasma-addons-runners-events' - 'kdeplasma-addons-runners-katesessions' - 'kdeplasma-addons-runners-konquerorsessions' - 'kdeplasma-addons-runners-konsolesessions' - 'kdeplasma-addons-runners-kopete' - 'kdeplasma-addons-runners-mediawiki' - 'kdeplasma-addons-runners-spellchecker' - 'kdeplasma-addons-runners-youtube' - 'kdeplasma-addons-wallpapers-mandelbrot' - 'kdeplasma-addons-wallpapers-marble' - 'kdeplasma-addons-wallpapers-pattern' - 'kdeplasma-addons-wallpapers-potd' - 'kdeplasma-addons-wallpapers-qmlwallpapers' - 'kdeplasma-addons-wallpapers-virus' - 'kdeplasma-addons-wallpapers-weather') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL') -groups=('kde' 'kdeplasma-addons') -makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen' - 'scim' 'qwt' 'boost' 'libkexiv2' 'ibus' 'qoauth' 'mesa') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('24d1ecd77e4acc2effc495e098352fdb480fbbce') - -build() { - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdeplasma-addons-applets-bball() { - pkgdesc='A bouncy ball for plasma' - depends=('kdebase-workspace') - install='kdeplasma-addons.install' - cd $srcdir/build/applets/bball - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-binary-clock() { - pkgdesc='Time displayed in binary format' - depends=('kdebase-workspace') - cd $srcdir/build/applets/binary-clock - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-blackboard() { - pkgdesc='Black Board' - depends=('kdebase-workspace') - cd $srcdir/build/applets/blackboard - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-bookmarks() { - pkgdesc='Quick Access to the Bookmarks' - depends=('kdebase-workspace') - cd $srcdir/build/applets/bookmarks - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-bubblemon() { - pkgdesc='A pretty bubble that monitors your system.' - depends=('kdebase-workspace') - cd $srcdir/build/applets/bubblemon - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-calculator() { - pkgdesc='Calculate simple sums' - depends=('kdebase-workspace') - cd $srcdir/build/applets/calculator - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-charselect() { - pkgdesc='View, select, and copy characters from a font collection' - depends=('kdebase-workspace') - cd $srcdir/build/applets/charselect - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-comic() { - pkgdesc='View comic strips from the Internet' - depends=('kdeplasma-addons-libs') - cd $srcdir/build/applets/comic - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-community() { - pkgdesc='Communicate using the Social Desktop' - depends=('kdebase-workspace') - cd $srcdir/build/applets/community - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-dict() { - pkgdesc='Look up the meaning of words and their translation into different languages' - depends=('kdebase-workspace') - cd $srcdir/build/applets/dict - make DESTDIR=$pkgdir install - # FIXME - # /usr/share/icons/oxygen/scalable/apps/accessories-dictionary.svgz - rm -rf $pkgdir/usr/share/icons -} - -package_kdeplasma-addons-applets-eyes() { - pkgdesc='XEyes clone' - depends=('kdebase-workspace') - install='kdeplasma-addons.install' - cd $srcdir/build/applets/eyes - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-fifteenpuzzle() { - pkgdesc='Put the pieces in order' - depends=('kdebase-workspace') - install='kdeplasma-addons.install' - cd $srcdir/build/applets/fifteenPuzzle - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-filewatcher() { - pkgdesc='Watch for changes in specified files' - depends=('kdebase-workspace') - cd $srcdir/build/applets/fileWatcher - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-frame() { - pkgdesc='Display your favorite pictures' - depends=('kdebase-workspace' 'libkexiv2') - cd $srcdir/build/applets/frame - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-fuzzy-clock() { - pkgdesc='Time displayed in a less precise format' - depends=('kdebase-workspace') - cd $srcdir/build/applets/fuzzy-clock - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-icontasks() { - pkgdesc='Switch between running applications' - depends=('kdebase-workspace') - cd $srcdir/build/applets/icontasks - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-incomingmsg() { - pkgdesc='Notification of new messages' - depends=('kdebase-workspace') - cd $srcdir/build/applets/incomingmsg - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-kdeobservatory() { - pkgdesc='Visualize the KDE ecosystem' - depends=('kdeplasma-addons-libs' 'qwt') - install='kdeplasma-addons.install' - cd $srcdir/build/applets/kdeobservatory - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-kimpanel() { - pkgdesc='A generic input method panel for Oriental languages' - depends=('kdeplasma-addons-libs') - optdepends=('scim: SCIM backend' - 'fcitx: FCITX backend' - 'ibus: IBUS backend') - cd $srcdir/build/applets/kimpanel - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-knowledgebase() { - pkgdesc='Opendesktop Knowledgebase' - depends=('kdebase-workspace') - cd $srcdir/build/applets/knowledgebase - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-kolourpicker() { - pkgdesc='Pick a color from the desktop' - depends=('kdebase-workspace') - cd $srcdir/build/applets/kolourpicker - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-konqprofiles() { - pkgdesc='List and launch Konqueror profiles' - depends=('kdebase-konqueror' 'kdeplasma-addons-libs') - cd $srcdir/build/applets/konqprofiles - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-konsoleprofiles() { - pkgdesc='List and launch Konsole profiles' - depends=('kdebase-konsole' 'kdeplasma-addons-libs') - cd $srcdir/build/applets/konsoleprofiles - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-lancelot() { - pkgdesc='Launcher to start applications' - depends=('kdebase-workspace' 'kdeplasma-addons-libs') - replaces=('lancelot') - provides=('lancelot') - conflicts=('lancelot') - install='kdeplasma-addons-applets-lancelot.install' - cd $srcdir/build/applets/lancelot - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-leavenote() { - pkgdesc='Leave notes for users while they are away' - depends=('kdebase-workspace') - cd $srcdir/build/applets/leavenote - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-life() { - pkgdesc='Life' - depends=('kdebase-workspace') - install='kdeplasma-addons.install' - cd $srcdir/build/applets/life - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-luna() { - pkgdesc='Display moon phases for your location' - depends=('kdebase-workspace') - install='kdeplasma-addons.install' - cd $srcdir/build/applets/luna - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-magnifique() { - pkgdesc='A magnification glass for the Plasma desktop' - depends=('kdebase-workspace') - cd $srcdir/build/applets/magnifique - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-mediaplayer() { - pkgdesc='Widget that can play video and sound' - depends=('kdebase-workspace') - cd $srcdir/build/applets/mediaplayer - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-microblog() { - pkgdesc='Update and view your microblog status.' - depends=('kdeplasma-addons-libs' 'qoauth' 'qca-ossl') - cd $srcdir/build/applets/microblog - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-news() { - pkgdesc='Show news from various sources' - depends=('kdebase-workspace') - cd $srcdir/build/applets/news - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-notes() { - pkgdesc='Desktop sticky notes' - depends=('kdebase-workspace') - cd $srcdir/build/applets/notes - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-nowplaying() { - pkgdesc='Displays currently playing audio' - depends=('kdebase-workspace') - cd $srcdir/build/applets/nowplaying - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-paste() { - pkgdesc='Paste text snippets' - depends=('kdebase-workspace') - cd $srcdir/build/applets/paste - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-pastebin() { - pkgdesc='Paste text/images to a remote server' - depends=('kdebase-workspace') - cd $srcdir/build/applets/pastebin - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-plasmaboard() { - pkgdesc='A virtual, on-screen keyboard' - depends=('kdebase-workspace') - cd $srcdir/build/applets/plasmaboard - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-previewer() { - pkgdesc='Preview This File' - depends=('kdebase-workspace') - install='kdeplasma-addons.install' - cd $srcdir/build/applets/previewer - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-qalculate() { - pkgdesc='A powerful mathematical equation solver' - depends=('kdebase-workspace') - install='kdeplasma-addons.install' - cd $srcdir/build/applets/qalculate - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-rememberthemilk() { - pkgdesc='Remember The Milk Todo list applet' - depends=('kdeplasma-addons-libs') - cd $srcdir/build/applets/rememberthemilk - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-rssnow() { - pkgdesc='Show news from various sources' - depends=('kdebase-workspace') - cd $srcdir/build/applets/rssnow - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-showdashboard() { - pkgdesc='Show the Plasma widget dashboard above other windows' - depends=('kdebase-workspace') - cd $srcdir/build/applets/showdashboard - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-showdesktop() { - pkgdesc='Show the Plasma desktop' - depends=('kdebase-workspace') - cd $srcdir/build/applets/showdesktop - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-social-news() { - pkgdesc='Stay informed with the Social Desktop' - replaces=('kdeplasma-addons-applets-opendesktop' 'kdeplasma-addons-applets-opendesktop-activities') - conflicts=('kdeplasma-addons-applets-opendesktop' 'kdeplasma-addons-applets-opendesktop-activities') - depends=('kdeplasma-addons-libs') - cd $srcdir/build/applets/social-news - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-spellcheck() { - pkgdesc='Fast spell checking' - depends=('kdebase-workspace') - cd $srcdir/build/applets/spellcheck - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-systemloadviewer() { - pkgdesc='Tiny CPU/RAM/Swap monitor' - depends=('kdebase-workspace') - cd $srcdir/build/applets/systemloadviewer - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-timer() { - pkgdesc='Countdown over a specified time period' - depends=('kdebase-workspace') - cd $srcdir/build/applets/timer - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-unitconverter() { - pkgdesc='Plasmoid for converting units' - depends=('kdebase-workspace') - cd $srcdir/build/applets/unitconverter - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-weather() { - pkgdesc='Displays Weather information' - depends=('kdeplasma-addons-libs') - cd $srcdir/build/applets/weather - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-weatherstation() { - pkgdesc='Weather reports with an LCD display style' - depends=('kdeplasma-addons-libs') - cd $srcdir/build/applets/weatherstation - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-applets-webslice() { - pkgdesc='Show a part of a webpage' - depends=('kdebase-workspace') - cd $srcdir/build/applets/webslice - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-containments() { - pkgdesc='Activities types for Plasma shells' - depends=('kdebase-workspace') - cd $srcdir/build/containments - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-libs() { - pkgdesc='Plasma Addon Library' - depends=('kdebase-workspace') - groups=() - replaces=('kdeplasma-addons-dataengines') - provides=('kdeplasma-addons-dataengines') - conflicts=('kdeplasma-addons-dataengines') - cd $srcdir/build/libs - make DESTDIR=$pkgdir install - cd $srcdir/build/dataengines - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-audioplayercontrol() { - pkgdesc='Allows to control MPRIS audio players (it is able to search through Amarok´s collection, too)' - depends=('kdebase-workspace') - cd $srcdir/build/runners/audioplayercontrol - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-browserhistory() { - pkgdesc='Searches in Konqueror´s history' - depends=('kdebase-workspace') - cd $srcdir/build/runners/browserhistory - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-characters() { - pkgdesc='special Characters' - depends=('kdebase-workspace') - cd $srcdir/build/runners/characters - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-contacts() { - pkgdesc='Finds entries in your address book' - depends=('kdebase-workspace') - cd $srcdir/build/runners/contacts - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-converter() { - pkgdesc='Convert values to different units' - depends=('kdebase-workspace') - cd $srcdir/build/runners/converter - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-datetime() { - pkgdesc='The current date and time, locally or in any timezone' - depends=('kdebase-workspace') - cd $srcdir/build/runners/datetime - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-dictionary() { - pkgdesc='Define words' - depends=('kdebase-workspace') - cd $srcdir/build/runners/dictionary - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-events() { - pkgdesc='Calendar Events runner' - depends=('kdebase-workspace') - cd $srcdir/build/runners/events - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-katesessions() { - pkgdesc='Matches Kate Sessions' - depends=('kdebase-workspace' 'kdesdk-kate') - cd $srcdir/build/runners/katesessions - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-konquerorsessions() { - pkgdesc='Matches Konqueror Sessions' - depends=('kdebase-workspace' 'kdebase-konqueror') - cd $srcdir/build/runners/konquerorsessions - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-konsolesessions() { - pkgdesc='Matches Konsole Sessions' - depends=('kdebase-workspace' 'kdebase-konsole') - cd $srcdir/build/runners/konsolesessions - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-kopete() { - pkgdesc='Kopete Contact runner' - depends=('kdebase-workspace' 'kdenetwork-kopete') - cd $srcdir/build/runners/kopete - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-mediawiki() { - pkgdesc='Search on Wikitravel' - depends=('kdebase-workspace') - cd $srcdir/build/runners/mediawiki - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-spellchecker() { - pkgdesc='Check the spelling of a word' - depends=('kdebase-workspace') - cd $srcdir/build/runners/spellchecker - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-runners-youtube() { - pkgdesc='Matches YouTube queries' - depends=('kdebase-workspace' 'qjson') - install='kdeplasma-addons.install' - cd $srcdir/build/runners/youtube - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-wallpapers-mandelbrot() { - pkgdesc='Mandelbrot' - depends=('kdebase-workspace') - cd $srcdir/build/wallpapers/mandelbrot - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-wallpapers-marble() { - pkgdesc='Globe' - depends=('kdebase-workspace' 'kdeedu-marble') - cd $srcdir/build/wallpapers/marble - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-wallpapers-pattern() { - pkgdesc='Pattern' - depends=('kdebase-workspace') - cd $srcdir/build/wallpapers/pattern - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-wallpapers-potd() { - pkgdesc='Picture of the Day' - depends=('kdeplasma-addons-libs') - cd $srcdir/build/wallpapers/potd - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-wallpapers-qmlwallpapers() { - pkgdesc='Animated Wallpapers' - depends=('kdebase-workspace') - cd $srcdir/build/wallpapers/qmlwallpapers - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-wallpapers-virus() { - pkgdesc='Virus' - depends=('kdebase-workspace') - cd $srcdir/build/wallpapers/virus - make DESTDIR=$pkgdir install -} - -package_kdeplasma-addons-wallpapers-weather() { - pkgdesc='Weather' - depends=('kdeplasma-addons-libs') - cd $srcdir/build/wallpapers/weather - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeplasma-addons/fix-twitter-auth.patch b/kde-unstable/kdeplasma-addons/fix-twitter-auth.patch deleted file mode 100644 index 0a55ce6ce..000000000 --- a/kde-unstable/kdeplasma-addons/fix-twitter-auth.patch +++ /dev/null @@ -1,40 +0,0 @@ -commit edc7699f4f4b6d9fc0568b031143cb653ae4294e -Author: Sebastian Kügler <sebas@kde.org> -Date: Tue Jul 10 00:56:58 2012 +0200 - - fix authorization from twitter applet - - user in authorize() can be empty when it's already set in d->user, - respect that and successfully authorize. - - Thanks to phoenix_fbrd for finding this issue and the patch. - - REVIEW:105498 - BUG:302267 - - Please reopen the bug report if you still encounter crashes. - - Cherry-picked from 28f6d7cee7e81fda9ba396cc6477370a8ed3ada7 - -diff --git a/dataengines/microblog/koauth.cpp b/dataengines/microblog/koauth.cpp -index 565d79f..7566b95 100644 ---- a/dataengines/microblog/koauth.cpp -+++ b/dataengines/microblog/koauth.cpp -@@ -168,13 +168,15 @@ void KOAuth::run() - - void KOAuth::authorize(const QString &serviceBaseUrl, const QString &user, const QString &password) - { -- d->user = user; -+ if (!user.isEmpty()) { -+ d->user = user; -+ } - d->password = password; - d->serviceBaseUrl = serviceBaseUrl; - d->accessToken = QByteArray(); - d->accessTokenSecret = QByteArray(); - -- d->w->setUser(user); -+ d->w->setUser(d->user); - d->w->setServiceBaseUrl(serviceBaseUrl); - d->w->setPassword(password); - diff --git a/kde-unstable/kdeplasma-addons/kdeplasma-addons-applets-lancelot.install b/kde-unstable/kdeplasma-addons/kdeplasma-addons-applets-lancelot.install deleted file mode 100644 index ce5c32e1b..000000000 --- a/kde-unstable/kdeplasma-addons/kdeplasma-addons-applets-lancelot.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
\ No newline at end of file diff --git a/kde-unstable/kdeplasma-addons/kdeplasma-addons.install b/kde-unstable/kdeplasma-addons/kdeplasma-addons.install deleted file mode 100644 index c4ef46ba8..000000000 --- a/kde-unstable/kdeplasma-addons/kdeplasma-addons.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
\ No newline at end of file diff --git a/kde-unstable/kdesdk-kate/PKGBUILD b/kde-unstable/kdesdk-kate/PKGBUILD deleted file mode 100644 index b9116693e..000000000 --- a/kde-unstable/kdesdk-kate/PKGBUILD +++ /dev/null @@ -1,70 +0,0 @@ -# $Id: PKGBUILD 171721 2012-11-21 18:14:22Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgbase=kdesdk-kate -pkgname=('kdebase-katepart' - 'kdebase-kwrite' - 'kdesdk-kate') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2') -source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz" - 'pkgbuild-syntax-highlight.patch') -sha1sums=('8d4091c03312a75052b8a81a3c3676acef109a47' - '5b45d0df8f340105633eba9ef7c58086e6c2e750') - -build() { - cd "${srcdir}"/kate-${pkgver} - patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch - - cd "${srcdir}" - mkdir build - cd build - cmake ../kate-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 - make -} - -package_kdebase-katepart() { - pkgdesc="A fast and feature-rich text editor component" - depends=('kdelibs') - url="http://kate-editor.org/about-katepart/" - install='kdebase-katepart.install' - - cd "${srcdir}"/build/part - make DESTDIR="${pkgdir}" install -} - -package_kdebase-kwrite() { - pkgdesc="Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart') - groups=('kde' 'kdebase') - url="http://www.kde.org/applications/utilities/kwrite/" - install='kdebase-kwrite.install' - - cd "${srcdir}"/build/kwrite - make DESTDIR="${pkgdir}" install - - cd "${srcdir}"/build/doc/kwrite - make DESTDIR="${pkgdir}" install -} - -package_kdesdk-kate() { - pkgdesc="Advanced Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart' 'qjson') - groups=('kde' 'kdesdk') - url="http://www.kde.org/applications/utilities/kate/" - install='kdesdk-kate.install' - optdepends=('kdebase-konsole: open a terminal in Kate' - 'kdebindings-python2: python bindings') - - cd "${srcdir}"/build/kate - make DESTDIR="${pkgdir}" install - - cd "${srcdir}"/build/doc/kate - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdesdk-kate/kdebase-katepart.install b/kde-unstable/kdesdk-kate/kdebase-katepart.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdesdk-kate/kdebase-katepart.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk-kate/kdebase-kwrite.install b/kde-unstable/kdesdk-kate/kdebase-kwrite.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdesdk-kate/kdebase-kwrite.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk-kate/kdesdk-kate.install b/kde-unstable/kdesdk-kate/kdesdk-kate.install deleted file mode 100644 index 0446d161b..000000000 --- a/kde-unstable/kdesdk-kate/kdesdk-kate.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk-kate/pkgbuild-syntax-highlight.patch b/kde-unstable/kdesdk-kate/pkgbuild-syntax-highlight.patch deleted file mode 100644 index 60c142391..000000000 --- a/kde-unstable/kdesdk-kate/pkgbuild-syntax-highlight.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kate-4.9.80/part/syntax/data/bash.xml~ 2012-11-16 16:53:27.599718819 +0000 -+++ kate-4.9.80/part/syntax/data/bash.xml 2012-11-16 16:54:27.549287684 +0000 -@@ -8,7 +8,7 @@ - <!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following --> - <!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character in a file name --> - ]> --<language name="Bash" version="2.15" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL"> -+<language name="Bash" version="2.15" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL"> - - <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl) - Changes by Matthew Woehlke (mw_triad@users.sourceforge.net) diff --git a/kde-unstable/kdesdk/PKGBUILD b/kde-unstable/kdesdk/PKGBUILD deleted file mode 100644 index fe146fe40..000000000 --- a/kde-unstable/kdesdk/PKGBUILD +++ /dev/null @@ -1,249 +0,0 @@ -# $Id: PKGBUILD 171842 2012-11-21 19:59:18Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdesdk -pkgname=('kdesdk-cervisia' - 'kdesdk-dolphin-plugins' - 'kdesdk-kapptemplate' - 'kdesdk-kcachegrind' - 'kdesdk-kioslave' - 'kdesdk-kmtrace' - 'kdesdk-kompare' - 'kdesdk-kpartloader' - 'kdesdk-kprofilemethod' - 'kdesdk-kstartperf' - 'kdesdk-kuiviewer' - 'kdesdk-lokalize' - 'kdesdk-okteta' - 'kdesdk-poxml' - 'kdesdk-scripts' - 'kdesdk-strigi-analyzer' - 'kdesdk-umbrello') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdesdk') -makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs' - 'kdebase-lib') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz" - 'fix-python2-path.patch') -sha1sums=('c9afd6e11f0d2a54706b5dfb79c47ced93a31e99' - '923cabd7a877cf9a68efeb24fbf3d5827e1d949e') - -build() { - cd ${srcdir}/${pkgbase}-${pkgver} - - # Fix hardcoded python2 cmd - patch -Np1 -i ${srcdir}/fix-python2-path.patch - - cd ${srcdir} - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdesdk-cervisia() { - pkgdesc='CVS Frontend' - depends=('kdebase-runtime') - url="http://kde.org/applications/development/cervisia/" - install='kdesdk-cervisia.install' - cd $srcdir/build/cervisia - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/cervisia - make DESTDIR=$pkgdir install -} - -package_kdesdk-dolphin-plugins() { - pkgdesc='Extra Dolphin plugins' - depends=('kdebase-dolphin') - optdepends=('bzr: bazaar support' - 'git: git support' - 'mercurial: hg support' - 'subversion: svn support') - install='kdesdk.install' - for i in bazaar git hg svn; do - cd $srcdir/build/dolphin-plugins/$i - make DESTDIR=$pkgdir install - done -} - -package_kdesdk-kapptemplate() { - pkgdesc='KDE Template Generator' - depends=('kdebase-runtime') - url="http://kde.org/applications/development/kapptemplate/" - install='kdesdk.install' - cd $srcdir/build/kapptemplate - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kapptemplate - make DESTDIR=$pkgdir install -} - -package_kdesdk-kcachegrind() { - pkgdesc='Visualization of Performance Profiling Data' - depends=('kdebase-runtime' 'python2') - optdepends=('php: PHP support') - url="http://kde.org/applications/development/kcachegrind/" - install='kdesdk-kcachegrind.install' - cd $srcdir/build/kcachegrind - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kcachegrind - make DESTDIR=$pkgdir install - - # Fix python 2 path - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - "${pkgdir}"/usr/bin/hotshot2calltree -} - -package_kdesdk-kioslave() { - pkgdesc='KDED Subversion Module' - depends=('kdebase-runtime' 'subversion') - install='kdesdk.install' - cd $srcdir/build/kioslave - make DESTDIR=$pkgdir install -} - -package_kdesdk-kmtrace() { - pkgdesc='A KDE tool to assist with malloc debugging using glibc´s "mtrace" functionality' - depends=('kdebase-runtime') - cd $srcdir/build/kmtrace - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kmtrace - make DESTDIR=$pkgdir install -} - -package_kdesdk-kompare() { - pkgdesc='Diff/Patch Frontend' - depends=('kdebase-runtime') - url="http://kde.org/applications/development/kompare/" - install='kdesdk-kompare.install' - cd $srcdir/build/kompare - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kompare - make DESTDIR=$pkgdir install -} - -package_kdesdk-kpartloader() { - pkgdesc='A test application for KParts' - depends=('kdebase-runtime') - install='kdesdk.install' - cd $srcdir/build/kpartloader - make DESTDIR=$pkgdir install -} - -package_kdesdk-kprofilemethod() { - pkgdesc='Macros helping to profile' - cd $srcdir/build/kprofilemethod - make DESTDIR=$pkgdir install -} - -package_kdesdk-kspy() { - pkgdesc='An Object Inspector for Qt/KDE applications' - depends=('kdebase-runtime') - cd $srcdir/build/kspy - make DESTDIR=$pkgdir install -} - -package_kdesdk-kstartperf() { - pkgdesc='Startup time measurement tool for KDE applications' - depends=('kdebase-runtime') - cd $srcdir/build/kstartperf - make DESTDIR=$pkgdir install -} - -package_kdesdk-kuiviewer() { - pkgdesc='Qt Designer UI File Viewer' - depends=('kdebase-runtime') - url="http://kde.org/applications/development/kuiviewer/" - install='kdesdk-kuiviewer.install' - cd $srcdir/build/kuiviewer - make DESTDIR=$pkgdir install -} - -package_kdesdk-lokalize() { - pkgdesc='Computer-Aided Translation System' - depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzer') - url="http://kde.org/applications/development/lokalize/" - optdepends=('translate-toolkit: enable extra python script') - install='kdesdk-lokalize.install' - cd $srcdir/build/lokalize - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/lokalize - make DESTDIR=$pkgdir install - - # Fix python 2 path - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - "${pkgdir}"/usr/share/apps/lokalize/scripts/odf/xliffmerge.py -} - -package_kdesdk-okteta() { - pkgdesc='Hex Editor' - depends=('kdebase-runtime') - replaces=('kdeutils-okteta') - conflicts=('kdeutils-okteta') - url="http://kde.org/applications/utilities/okteta/" - install='kdesdk-okteta.install' - cd $srcdir/build/okteta - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/okteta - make DESTDIR=$pkgdir install -} - -package_kdesdk-poxml() { - pkgdesc='Translates DocBook XML files using gettext po files' - depends=('qt' 'antlr2') - cd $srcdir/build/poxml - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/poxml - make DESTDIR=$pkgdir install -} - -package_kdesdk-scheck() { - pkgdesc='An interface style to highlight accel and style guide conflicts' - depends=('kdebase-runtime') - cd $srcdir/build/scheck - make DESTDIR=$pkgdir install -} - -package_kdesdk-scripts() { - pkgdesc='KDE SDK scripts' - depends=('python2') - cd $srcdir/build/scripts - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/scripts - make DESTDIR=$pkgdir install - - # Fix python 2 path - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - "${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py - sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \ - "${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header} -} - -package_kdesdk-strigi-analyzer() { - pkgdesc='Strigi-Analyzer for KDE SDK' - depends=('kdelibs') - cd $srcdir/build/strigi-analyzer - make DESTDIR=$pkgdir install -} - -package_kdesdk-umbrello() { - pkgdesc='UML Modeller' - depends=('kdebase-runtime') - optdepends=('ruby') - url="http://kde.org/applications/development/umbrello/" - install='kdesdk-umbrello.install' - cd $srcdir/build/umbrello - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/umbrello - make DESTDIR=$pkgdir install - - # Fix python 2 path - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - "${pkgdir}"/usr/share/apps/umbrello/headings/heading.py -} diff --git a/kde-unstable/kdesdk/fix-python2-path.patch b/kde-unstable/kdesdk/fix-python2-path.patch deleted file mode 100644 index 720487031..000000000 --- a/kde-unstable/kdesdk/fix-python2-path.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- kdesdk-4.5.80/lokalize/scripts/msgmerge.py~ 2010-11-24 11:22:42.120000002 +0100 -+++ kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.146666670 +0100 -@@ -114,7 +114,7 @@ - print >>sys.stderr, "Execution failed:", e - - cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % (ourPath,xliffpathname,xlifftemplatepathname,xliffpathname) -- if os.name!='nt': cmd='python '+cmd -+ if os.name!='nt': cmd='python2 '+cmd - else: cmd=cmd.replace('/','\\') - os.system(cmd) - ---- kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~ 2010-11-24 11:24:10.853333336 +0100 -+++ kdesdk-4.5.80/lokalize/scripts/xliff2odf.py 2010-11-24 11:24:10.883333336 +0100 -@@ -42,7 +42,7 @@ - xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf) - - ourpath=([p for p in sys.path if os.path.exists(p+'/xliff2odf.py')]+[''])[0] -- os.system('python "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" &'%(translatedodfpathname, Editor.currentEntryId())) -+ os.system('python2 "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" &'%(translatedodfpathname, Editor.currentEntryId())) - - try: convert() - except: print 'error occured' ---- kdesdk-4.5.80/scripts/svn2log.sh~ 2010-11-24 11:46:24.863333337 +0100 -+++ kdesdk-4.5.80/scripts/svn2log.sh 2010-11-24 11:46:24.896666669 +0100 -@@ -17,6 +17,6 @@ - svn cat svn://anonsvn.kde.org/home/kde/trunk/kde-common/accounts > /tmp/accounts.$PPID - - echo "Creating changelog..."; --svn log -v --xml $1 | python $CURRENT/svn2log.py --users=/tmp/accounts.$PPID --users-charset=UTF8 -+svn log -v --xml $1 | python2 $CURRENT/svn2log.py --users=/tmp/accounts.$PPID --users-charset=UTF8 - - rm /tmp/accounts.$PPID
\ No newline at end of file diff --git a/kde-unstable/kdesdk/kdesdk-cervisia.install b/kde-unstable/kdesdk/kdesdk-cervisia.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdesdk/kdesdk-cervisia.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk/kdesdk-kcachegrind.install b/kde-unstable/kdesdk/kdesdk-kcachegrind.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdesdk/kdesdk-kcachegrind.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk/kdesdk-kompare.install b/kde-unstable/kdesdk/kdesdk-kompare.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdesdk/kdesdk-kompare.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk/kdesdk-kuiviewer.install b/kde-unstable/kdesdk/kdesdk-kuiviewer.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdesdk/kdesdk-kuiviewer.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk/kdesdk-lokalize.install b/kde-unstable/kdesdk/kdesdk-lokalize.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdesdk/kdesdk-lokalize.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk/kdesdk-okteta.install b/kde-unstable/kdesdk/kdesdk-okteta.install deleted file mode 100644 index 3f06b8deb..000000000 --- a/kde-unstable/kdesdk/kdesdk-okteta.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk/kdesdk-umbrello.install b/kde-unstable/kdesdk/kdesdk-umbrello.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdesdk/kdesdk-umbrello.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdesdk/kdesdk.install b/kde-unstable/kdesdk/kdesdk.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdesdk/kdesdk.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdetoys/PKGBUILD b/kde-unstable/kdetoys/PKGBUILD deleted file mode 100644 index bd496be55..000000000 --- a/kde-unstable/kdetoys/PKGBUILD +++ /dev/null @@ -1,56 +0,0 @@ -# $Id: PKGBUILD 171843 2012-11-21 20:00:04Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdetoys -pkgname=('kdetoys-amor' - 'kdetoys-kteatime' - 'kdetoys-ktux') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdetoys') -makedepends=('cmake' 'automoc4' 'kdebase-workspace') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('0886cff4963f23330dbdc65568b8897f28b12401') - -build() { - cd $srcdir - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdetoys-amor() { - pkgdesc='On-Screen Creature' - depends=('kdebase-runtime') - install='kdetoys.install' - cd $srcdir/build/amor - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/amor - make DESTDIR=$pkgdir install -} - -package_kdetoys-kteatime() { - pkgdesc='Tea Cooker' - depends=('kdebase-runtime') - install='kdetoys.install' - cd $srcdir/build/kteatime - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kteatime - make DESTDIR=$pkgdir install -} - -package_kdetoys-ktux() { - pkgdesc='KTux' - depends=('kdebase-workspace' ) - install='kdetoys.install' - cd $srcdir/build/ktux - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdetoys/kdetoys.install b/kde-unstable/kdetoys/kdetoys.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdetoys/kdetoys.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-filelight/PKGBUILD b/kde-unstable/kdeutils-filelight/PKGBUILD deleted file mode 100644 index 2c41d5b87..000000000 --- a/kde-unstable/kdeutils-filelight/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 171845 2012-11-21 20:01:09Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-filelight -pkgver=4.9.80 -pkgrel=1 -pkgdesc='View disk usage information' -url='http://kde.org/applications/utilities/filelight' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -replaces=('filelight') -conflicts=('filelight') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz") -sha1sums=('29decc10b702f0e2e0ef75da0e1905db71388cda') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../filelight-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-filelight/kdeutils-filelight.install b/kde-unstable/kdeutils-filelight/kdeutils-filelight.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeutils-filelight/kdeutils-filelight.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-kcalc/PKGBUILD b/kde-unstable/kdeutils-kcalc/PKGBUILD deleted file mode 100644 index cca9a5f86..000000000 --- a/kde-unstable/kdeutils-kcalc/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171846 2012-11-21 20:01:41Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-kcalc -pkgver=4.9.80 -pkgrel=1 -pkgdesc='Scientific Calculator' -url='http://kde.org/applications/utilities/kcalc/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz") -sha1sums=('7ec4953e9f0b9ac26d7cbe10765c2ccd9e0a8a36') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kcalc-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-kcalc/kdeutils-kcalc.install b/kde-unstable/kdeutils-kcalc/kdeutils-kcalc.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeutils-kcalc/kdeutils-kcalc.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-kcharselect/PKGBUILD b/kde-unstable/kdeutils-kcharselect/PKGBUILD deleted file mode 100644 index 21c1db389..000000000 --- a/kde-unstable/kdeutils-kcharselect/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171847 2012-11-21 20:02:17Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-kcharselect -pkgver=4.9.80 -pkgrel=1 -pkgdesc='Character Selector' -url="http://kde.org/applications/utilities/kcharselect/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz") -sha1sums=('33ebdb9ee73c7b4d0130bd230e0a7938f3f06abe') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kcharselect-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-kdf/PKGBUILD b/kde-unstable/kdeutils-kdf/PKGBUILD deleted file mode 100644 index a091ccebc..000000000 --- a/kde-unstable/kdeutils-kdf/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171848 2012-11-21 20:02:47Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-kdf -pkgver=4.9.80 -pkgrel=1 -url="http://kde.org/applications/system/kdiskfree/" -arch=('i686' 'x86_64') -pkgdesc='View Disk Usage' -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz") -sha1sums=('0dede2c0adb2c9e013282253cd86dcd611457989') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kdf-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-kdf/kdeutils-kdf.install b/kde-unstable/kdeutils-kdf/kdeutils-kdf.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeutils-kdf/kdeutils-kdf.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-kfloppy/PKGBUILD b/kde-unstable/kdeutils-kfloppy/PKGBUILD deleted file mode 100644 index a7b8b009a..000000000 --- a/kde-unstable/kdeutils-kfloppy/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171849 2012-11-21 20:03:18Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-kfloppy -pkgver=4.9.80 -pkgrel=1 -pkgdesc='Floppy Formatter' -url='http://kde.org/applications/utilities/kfloppy/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz") -sha1sums=('de19d2d304323b46e91fae742b2c353583290572') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kfloppy-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-kfloppy/kdeutils-kfloppy.install b/kde-unstable/kdeutils-kfloppy/kdeutils-kfloppy.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeutils-kfloppy/kdeutils-kfloppy.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-kgpg/PKGBUILD b/kde-unstable/kdeutils-kgpg/PKGBUILD deleted file mode 100644 index 9c529889d..000000000 --- a/kde-unstable/kdeutils-kgpg/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171850 2012-11-21 20:03:47Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-kgpg -pkgver=4.9.80 -pkgrel=1 -pkgdesc='A GnuPG frontend' -url='http://kde.org/applications/utilities/kgpg/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kgpg-${pkgver}.tar.xz") -sha1sums=('32f2d281433c5b9be712d49c9e5f9e4587345d83') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kgpg-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-kgpg/kdeutils-kgpg.install b/kde-unstable/kdeutils-kgpg/kdeutils-kgpg.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeutils-kgpg/kdeutils-kgpg.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-kremotecontrol/PKGBUILD b/kde-unstable/kdeutils-kremotecontrol/PKGBUILD deleted file mode 100644 index 0ba2d4c1d..000000000 --- a/kde-unstable/kdeutils-kremotecontrol/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-kremotecontrol -pkgver=4.9.80 -pkgrel=1 -pkgdesc='Configure your remote controls for use with applications' -url='http://kde.org/applications/utilities/kremotecontrol/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-workspace') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -replaces=('kdeutils-kdelirc') -conflicts=('kdeutils-kdelirc') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz") -sha1sums=('3f421acef70929146354211cdc79c0c58700cc57') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kremotecontrol-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-kremotecontrol/kdeutils-kremotecontrol.install b/kde-unstable/kdeutils-kremotecontrol/kdeutils-kremotecontrol.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeutils-kremotecontrol/kdeutils-kremotecontrol.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-ktimer/PKGBUILD b/kde-unstable/kdeutils-ktimer/PKGBUILD deleted file mode 100644 index 4664f6487..000000000 --- a/kde-unstable/kdeutils-ktimer/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171852 2012-11-21 20:04:55Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-ktimer -pkgver=4.9.80 -pkgrel=1 -pkgdesc='Countdown Launcher' -url='http://kde.org/applications/utilities/ktimer/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz") -sha1sums=('4916ddc92dcc5d9ddca459e9fef4c51b44865956') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ktimer-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-ktimer/kdeutils-ktimer.install b/kde-unstable/kdeutils-ktimer/kdeutils-ktimer.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeutils-ktimer/kdeutils-ktimer.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-kwallet/PKGBUILD b/kde-unstable/kdeutils-kwallet/PKGBUILD deleted file mode 100644 index 5bc7ff27d..000000000 --- a/kde-unstable/kdeutils-kwallet/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 171853 2012-11-21 20:05:24Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-kwallet -pkgver=4.9.80 -pkgrel=1 -pkgdesc='Wallet Management Tool' -url='http://kde.org/applications/system/kwalletmanager/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kwallet-${pkgver}.tar.xz") -sha1sums=('930bff03f1338c6b4357b42c8a9ce1f2c91db48e') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kwallet-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-kwallet/kdeutils-kwallet.install b/kde-unstable/kdeutils-kwallet/kdeutils-kwallet.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdeutils-kwallet/kdeutils-kwallet.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-print-manager/PKGBUILD b/kde-unstable/kdeutils-print-manager/PKGBUILD deleted file mode 100644 index 27cd7cea0..000000000 --- a/kde-unstable/kdeutils-print-manager/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171880 2012-11-22 08:18:57Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-print-manager -pkgver=4.9.80 -pkgrel=2 -pkgdesc="A tool for managing print jobs and printers" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kdeutils/print-manager' -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-workspace' 'libcups' 'system-config-printer') -makedepends=('cmake' 'automoc4') -replaces=('print-manager' 'kdeutils-printer-applet' 'kdeadmin-system-config-printer-kde') -conflicts=('print-manager') -groups=('kde' 'kdeutils') -source=("http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz") -md5sums=('98678a81d89f7d1671136e81f5e8e01e') - -build() { - mkdir build - cd build - cmake ../print-manager-${pkgver} \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/kdeutils-superkaramba/PKGBUILD b/kde-unstable/kdeutils-superkaramba/PKGBUILD deleted file mode 100644 index 78b7934d2..000000000 --- a/kde-unstable/kdeutils-superkaramba/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171855 2012-11-21 20:06:23Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-superkaramba -pkgver=4.9.80 -pkgrel=1 -pkgdesc='An engine for cool desktop eyecandy' -url='http://kde.org/applications/utilities/superkaramba/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime' 'qimageblitz') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/superkaramba-${pkgver}.tar.xz") -sha1sums=('7ac9b8150e4469d9a72aa2973a4a6eb3380bc60f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../superkaramba-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdeutils-superkaramba/kdeutils-superkaramba.install b/kde-unstable/kdeutils-superkaramba/kdeutils-superkaramba.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/kde-unstable/kdeutils-superkaramba/kdeutils-superkaramba.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdeutils-sweeper/PKGBUILD b/kde-unstable/kdeutils-sweeper/PKGBUILD deleted file mode 100644 index 71f193c29..000000000 --- a/kde-unstable/kdeutils-sweeper/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171856 2012-11-21 20:06:54Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-sweeper -pkgver=4.9.80 -pkgrel=1 -pkgdesc='System Cleaner' -url='http://kde.org/applications/utilities/sweeper' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -source=("http://download.kde.org/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz") -sha1sums=('1df2ef712bddb9d55a440c614c473858ec24d9fe') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../sweeper-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install - cd $srcdir/build/doc - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdewebdev/PKGBUILD b/kde-unstable/kdewebdev/PKGBUILD deleted file mode 100644 index 7e5382a78..000000000 --- a/kde-unstable/kdewebdev/PKGBUILD +++ /dev/null @@ -1,70 +0,0 @@ -# $Id: PKGBUILD 171857 2012-11-21 20:07:29Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> - -pkgbase=kdewebdev -pkgname=('kdewebdev-kfilereplace' - 'kdewebdev-kimagemapeditor' - 'kdewebdev-klinkstatus' - 'kdewebdev-kommander') -pkgver=4.9.80 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdewebdev') -makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('9fceae50b807b862d80b695bebf6348fdf4cff66') - -build() { - cd $srcdir - mkdir build - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdewebdev-kfilereplace() { - pkgdesc='Search & Replace Tool' - depends=('kdebase-runtime') - url="http://kde.org/applications/utilities/kfilereplace/" - install='kdewebdev.install' - cd $srcdir/build/kfilereplace - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kfilereplace - make DESTDIR=$pkgdir install -} - -package_kdewebdev-kimagemapeditor() { - pkgdesc='HTML Image Map Editor' - depends=('kdebase-runtime') - url="http://www.kde.org/applications/development/kimagemapeditor/" - install='kdewebdev-kimagemapeditor.install' - cd $srcdir/build/kimagemapeditor - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kimagemapeditor - make DESTDIR=$pkgdir install -} - -package_kdewebdev-klinkstatus() { - pkgdesc='Link Checker' - depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml') - url="http://www.kde.org/applications/development/klinkstatus/" - install='kdewebdev.install' - cd $srcdir/build/klinkstatus - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/klinkstatus - make DESTDIR=$pkgdir install -} - -package_kdewebdev-kommander() { - pkgdesc='Executor for Kommander dialogs' - depends=('kdebase-runtime') - url="http://www.kde.org/applications/development/kommander/" - cd $srcdir/build/kommander - make DESTDIR=$pkgdir install -} diff --git a/kde-unstable/kdewebdev/kdewebdev-kimagemapeditor.install b/kde-unstable/kdewebdev/kdewebdev-kimagemapeditor.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/kde-unstable/kdewebdev/kdewebdev-kimagemapeditor.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/kdewebdev/kdewebdev.install b/kde-unstable/kdewebdev/kdewebdev.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdewebdev/kdewebdev.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/libkcddb/PKGBUILD b/kde-unstable/libkcddb/PKGBUILD deleted file mode 100644 index 961c7c7d1..000000000 --- a/kde-unstable/libkcddb/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171738 2012-11-21 18:30:35Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkcddb -pkgver=4.9.80 -pkgrel=1 -pkgdesc="KDE CDDB library" -url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs' 'libmusicbrainz5') -makedepends=('cmake' 'automoc4') -replaces=('kdemultimedia-kioslave') -conflicts=('kdemultimedia-kioslave') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('b7bfdec3f562deed9e2537051d497a72b1ec26a4') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libkcompactdisc/PKGBUILD b/kde-unstable/libkcompactdisc/PKGBUILD deleted file mode 100644 index 19393560e..000000000 --- a/kde-unstable/libkcompactdisc/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171739 2012-11-21 18:31:12Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkcompactdisc -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A library for interfacing with CDs" -url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs') -makedepends=('cmake' 'automoc4') -replaces=('kdemultimedia-kioslave') -conflicts=('kdemultimedia-kioslave') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('2b2bf035690da07c12217e06858e0b342505dad7') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libkdcraw/PKGBUILD b/kde-unstable/libkdcraw/PKGBUILD deleted file mode 100644 index 872bfa442..000000000 --- a/kde-unstable/libkdcraw/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171733 2012-11-21 18:27:47Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkdcraw -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A C++ interface used to decode RAW picture" -url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs' 'lcms') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('d49164f9524345e7485242aacda20ca9c7c04722') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libkdcraw/libkdcraw.install b/kde-unstable/libkdcraw/libkdcraw.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/libkdcraw/libkdcraw.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/libkdeedu/PKGBUILD b/kde-unstable/libkdeedu/PKGBUILD deleted file mode 100644 index c3575de22..000000000 --- a/kde-unstable/libkdeedu/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171730 2012-11-21 18:26:06Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkdeedu -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Libraries used by KDE Education applications" -url="https://projects.kde.org/projects/kde/kdeedu/libkdeedu" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -replaces=('kdeedu-libkdeedu' 'kdeedu-data') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('d76f9cc99b98ce7368d2b72737b949777d758705') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libkdeedu/libkdeedu.install b/kde-unstable/libkdeedu/libkdeedu.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/libkdeedu/libkdeedu.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/libkdegames/PKGBUILD b/kde-unstable/libkdegames/PKGBUILD deleted file mode 100644 index 893d769c2..000000000 --- a/kde-unstable/libkdegames/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171740 2012-11-21 18:31:46Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkdegames -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Common code and data for many KDE games" -url="https://projects.kde.org/projects/kde/kdegames/libkdegames" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs' 'openal') -makedepends=('cmake' 'automoc4') -replaces=('kdegames-libkdegames') -conflicts=('kdegames-libkdegames') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('ddeae85ab3a6ec74588471897acd7f017c2df823') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libkexiv2/PKGBUILD b/kde-unstable/libkexiv2/PKGBUILD deleted file mode 100644 index efe2ea679..000000000 --- a/kde-unstable/libkexiv2/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171734 2012-11-21 18:28:23Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkexiv2 -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A library to manipulate pictures metadata" -url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('c6b1088ee658e0cbdd76a5b67561d4f77090a936') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libkgapi/PKGBUILD b/kde-unstable/libkgapi/PKGBUILD deleted file mode 100644 index d214bb73a..000000000 --- a/kde-unstable/libkgapi/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 162021 2012-06-18 21:49:38Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkgapi -pkgver=0.4.1 -pkgrel=1 -pkgdesc="A KDE-based library for accessing various Google services via their public API" -url='https://projects.kde.org/projects/kdereview/libkgoogle' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdepimlibs' 'qjson') -makedepends=('cmake' 'automoc4' 'boost') -replaces=('akonadi-google' 'libkgoogle') -conflicts=('akonadi-google' 'libkgoogle') -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('b4cefa643e95f5670997b5001547988f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libkipi/PKGBUILD b/kde-unstable/libkipi/PKGBUILD deleted file mode 100644 index 97bb0a662..000000000 --- a/kde-unstable/libkipi/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkipi -pkgver=4.9.80 -pkgrel=1 -pkgdesc="An interface to use kipi-plugins from a KDE application" -url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('97ac7e6df6aac11f48ccc146ef4473f9162644b1') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libkipi/libkipi.install b/kde-unstable/libkipi/libkipi.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/libkipi/libkipi.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/libkmahjongg/PKGBUILD b/kde-unstable/libkmahjongg/PKGBUILD deleted file mode 100644 index 17cb7af63..000000000 --- a/kde-unstable/libkmahjongg/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171741 2012-11-21 18:32:34Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libkmahjongg -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles" -url="https://projects.kde.org/projects/kde/kdegames/libmahjongg" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs') -makedepends=('cmake' 'automoc4') -replaces=('kdegames-libkmahjongg') -conflicts=('kdegames-libkmahjongg') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('13fda308bc5371eb48f5535a34f0f6edb9319659') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libksane/PKGBUILD b/kde-unstable/libksane/PKGBUILD deleted file mode 100644 index e0ba0e082..000000000 --- a/kde-unstable/libksane/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171736 2012-11-21 18:29:25Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libksane -pkgver=4.9.80 -pkgrel=1 -pkgdesc="An image scanning library" -url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs' 'sane') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('b1e33f62cc3bfbb99deceab63ead8c4d9fca825f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/libksane/libksane.install b/kde-unstable/libksane/libksane.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/libksane/libksane.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kde-unstable/nepomuk-core/PKGBUILD b/kde-unstable/nepomuk-core/PKGBUILD deleted file mode 100644 index cba123fab..000000000 --- a/kde-unstable/nepomuk-core/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 171713 2012-11-21 18:08:37Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=nepomuk-core -pkgver=4.9.80 -pkgrel=1 -pkgdesc="Contains the central Nepomuk services like file indexing, file system monitoring, query, storage, client libraries" -url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg') -makedepends=('cmake' 'automoc4' 'doxygen') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('c296a0e4a601d7f0afece4a27cdbcc220692c4f7') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install - - # Fix the python shebang - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - "${pkgdir}"/usr/bin/nepomuk-simpleresource-rcgen -} diff --git a/kde-unstable/nepomuk-widgets/PKGBUILD b/kde-unstable/nepomuk-widgets/PKGBUILD deleted file mode 100644 index 228a2f301..000000000 --- a/kde-unstable/nepomuk-widgets/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 171742 2012-11-21 18:33:10Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=nepomuk-widgets -pkgver=4.9.80 -pkgrel=1 -pkgdesc="The Library containing the Nepomuk Widgets" -url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('nepomuk-core') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('ed84cb208430afcb30d41ee5ab456ed3edd211f4') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/kde-unstable/soprano/PKGBUILD b/kde-unstable/soprano/PKGBUILD deleted file mode 100644 index 627063cdd..000000000 --- a/kde-unstable/soprano/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 163682 2012-07-17 18:39:18Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Tobias Powalowski <tpowa@archlinux.org> - -pkgname=soprano -pkgver=2.8.0 -pkgrel=2 -pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data' -arch=('i686' 'x86_64') -url='http://soprano.sourceforge.net/' -license=('GPL' 'LGPL') -depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base') -makedepends=('cmake' 'openjdk6' 'doxygen') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('273c3403aeb6d8a43e78a4887f50a385') - -build() { - cd "${srcdir}" - mkdir build - cd build - . /etc/profile.d/openjdk6.sh - # we need the rpath - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSOPRANO_DISABLE_CLUCENE_INDEX=ON - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} |