Date: Saturday, April 4, 2015 @ 11:47:48 Author: arojas Revision: 235445
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 235444, kdebase-runtime/kde-unstable/PKGBUILD) kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install (from rev 235444, kdebase-runtime/kde-unstable/kdebase-runtime.install) kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 235444, kdebase-runtime/kde-unstable/PKGBUILD) kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install (from rev 235444, kdebase-runtime/kde-unstable/kdebase-runtime.install) Deleted: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install ---------------------------------------------+ /PKGBUILD | 144 ++++++++++++++++++++++++++ /kdebase-runtime.install | 26 ++++ kde-unstable-i686/PKGBUILD | 56 ---------- kde-unstable-i686/kdebase-runtime.install | 13 -- kde-unstable-x86_64/PKGBUILD | 56 ---------- kde-unstable-x86_64/kdebase-runtime.install | 13 -- 6 files changed, 170 insertions(+), 138 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2015-04-04 09:36:22 UTC (rev 235444) +++ kde-unstable-i686/PKGBUILD 2015-04-04 09:47:48 UTC (rev 235445) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Pierre Schmitz <pie...@archlinux.de> - -pkgname=kdebase-runtime -pkgver=15.03.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=("kdelibs" 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' - 'oxygen-icons' 'xorg-xauth' 'libwebp') -makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' - 'networkmanager' 'boost') -optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' - 'gdb: needed by DrKonqi to generate backtrace' - 'htdig: to build the search index in the KHelpCenter' - 'rarian: needed by KHelpCenter') -provides=('khelpcenter' 'notification-daemon') -install="${pkgname}.install" -source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") -sha1sums=('0e72a7b80400d420176cbb64830836dd5a970942') - -prepare() { - mkdir build - - cd kde-runtime-${pkgver} -} - -build() { - cd build - cmake ../kde-runtime-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_QNtrack=OFF \ - -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \ - -DWITH_NepomukCore=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - rm "${pkgdir}"/usr/share/icons/hicolor/index.theme - - ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" - - # FS#36668 - chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud - chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud -} Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 235444, kdebase-runtime/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2015-04-04 09:47:48 UTC (rev 235445) @@ -0,0 +1,72 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgbase=kdebase-runtime +pkgname=('kdebase-runtime' 'khelpcenter4') +pkgver=15.03.97 +pkgrel=2 +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') +makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'libwebp' + 'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 'networkmanager' 'boost') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") +sha1sums=('0e72a7b80400d420176cbb64830836dd5a970942') + +prepare() { + mkdir build + + cd kde-runtime-${pkgver} +} + +build() { + cd build + cmake ../kde-runtime-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DWITH_QNtrack=OFF \ + -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \ + -DWITH_NepomukCore=OFF + make +} + +package_khelpcenter4() { + pkgdesc=("Application to show KDE Applications' documentation") + depends=('kdebase-runtime' 'htdig' 'rarian') + provides=('khelpcenter') + conflicts=('khelpcenter') + + cd build/khelpcenter + make DESTDIR="$pkgdir" install +} + +package_kdebase-runtime() { + depends=("kdelibs" 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' + 'oxygen-icons' 'xorg-xauth' 'libwebp') + optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' + 'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') + provides=('notification-daemon') + install=$pkgname.install + + cd build + make DESTDIR="$pkgdir" install + + rm "${pkgdir}"/usr/share/icons/hicolor/index.theme + + ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" + + # FS#36668 + chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud + chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud + +# Remove khelpcenter + cd "$pkgdir" + find -name '*khelpcenter*' | xargs rm -fr + find -name 'khc*' | xargs rm -fr + rm usr/share/applications/kde4/Help.desktop +} Deleted: kde-unstable-i686/kdebase-runtime.install =================================================================== --- kde-unstable-i686/kdebase-runtime.install 2015-04-04 09:36:22 UTC (rev 235444) +++ kde-unstable-i686/kdebase-runtime.install 2015-04-04 09:47:48 UTC (rev 235445) @@ -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 -} Copied: kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install (from rev 235444, kdebase-runtime/kde-unstable/kdebase-runtime.install) =================================================================== --- kde-unstable-i686/kdebase-runtime.install (rev 0) +++ kde-unstable-i686/kdebase-runtime.install 2015-04-04 09:47:48 UTC (rev 235445) @@ -0,0 +1,13 @@ +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 +} Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2015-04-04 09:36:22 UTC (rev 235444) +++ kde-unstable-x86_64/PKGBUILD 2015-04-04 09:47:48 UTC (rev 235445) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Pierre Schmitz <pie...@archlinux.de> - -pkgname=kdebase-runtime -pkgver=15.03.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=("kdelibs" 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' - 'oxygen-icons' 'xorg-xauth' 'libwebp') -makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' - 'networkmanager' 'boost') -optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' - 'gdb: needed by DrKonqi to generate backtrace' - 'htdig: to build the search index in the KHelpCenter' - 'rarian: needed by KHelpCenter') -provides=('khelpcenter' 'notification-daemon') -install="${pkgname}.install" -source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") -sha1sums=('0e72a7b80400d420176cbb64830836dd5a970942') - -prepare() { - mkdir build - - cd kde-runtime-${pkgver} -} - -build() { - cd build - cmake ../kde-runtime-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_QNtrack=OFF \ - -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \ - -DWITH_NepomukCore=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - rm "${pkgdir}"/usr/share/icons/hicolor/index.theme - - ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" - - # FS#36668 - chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud - chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud -} Copied: kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 235444, kdebase-runtime/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2015-04-04 09:47:48 UTC (rev 235445) @@ -0,0 +1,72 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgbase=kdebase-runtime +pkgname=('kdebase-runtime' 'khelpcenter4') +pkgver=15.03.97 +pkgrel=2 +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') +makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'libwebp' + 'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 'networkmanager' 'boost') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") +sha1sums=('0e72a7b80400d420176cbb64830836dd5a970942') + +prepare() { + mkdir build + + cd kde-runtime-${pkgver} +} + +build() { + cd build + cmake ../kde-runtime-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DWITH_QNtrack=OFF \ + -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \ + -DWITH_NepomukCore=OFF + make +} + +package_khelpcenter4() { + pkgdesc=("Application to show KDE Applications' documentation") + depends=('kdebase-runtime' 'htdig' 'rarian') + provides=('khelpcenter') + conflicts=('khelpcenter') + + cd build/khelpcenter + make DESTDIR="$pkgdir" install +} + +package_kdebase-runtime() { + depends=("kdelibs" 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' + 'oxygen-icons' 'xorg-xauth' 'libwebp') + optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' + 'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') + provides=('notification-daemon') + install=$pkgname.install + + cd build + make DESTDIR="$pkgdir" install + + rm "${pkgdir}"/usr/share/icons/hicolor/index.theme + + ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" + + # FS#36668 + chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud + chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud + +# Remove khelpcenter + cd "$pkgdir" + find -name '*khelpcenter*' | xargs rm -fr + find -name 'khc*' | xargs rm -fr + rm usr/share/applications/kde4/Help.desktop +} Deleted: kde-unstable-x86_64/kdebase-runtime.install =================================================================== --- kde-unstable-x86_64/kdebase-runtime.install 2015-04-04 09:36:22 UTC (rev 235444) +++ kde-unstable-x86_64/kdebase-runtime.install 2015-04-04 09:47:48 UTC (rev 235445) @@ -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 -} Copied: kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install (from rev 235444, kdebase-runtime/kde-unstable/kdebase-runtime.install) =================================================================== --- kde-unstable-x86_64/kdebase-runtime.install (rev 0) +++ kde-unstable-x86_64/kdebase-runtime.install 2015-04-04 09:47:48 UTC (rev 235445) @@ -0,0 +1,13 @@ +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 +}