Date: Thursday, April 28, 2016 @ 07:42:41 Author: fyan Revision: 266367
archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 266366, kdebase-runtime/trunk/PKGBUILD) kdebase-runtime/repos/extra-x86_64/PKGBUILD (from rev 266366, kdebase-runtime/trunk/PKGBUILD) Deleted: kdebase-runtime/repos/extra-i686/PKGBUILD kdebase-runtime/repos/extra-i686/kdebase-runtime.install kdebase-runtime/repos/extra-x86_64/PKGBUILD kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install --------------------------------------+ /PKGBUILD | 106 +++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 54 ---------------- extra-i686/kdebase-runtime.install | 13 ---- extra-x86_64/PKGBUILD | 54 ---------------- extra-x86_64/kdebase-runtime.install | 13 ---- 5 files changed, 106 insertions(+), 134 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-04-28 05:42:03 UTC (rev 266366) +++ extra-i686/PKGBUILD 2016-04-28 05:42:41 UTC (rev 266367) @@ -1,54 +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=16.04.0 -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') -makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost') -depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'kdepimlibs4') -optdepends=('gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') -provides=(notification-daemon) -conflicts=(kdesu4) -replaces=(kdesu4) -install=$pkgname.install -source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") -sha1sums=('e49c748bcf569e52bf59354e2fffe17c1f40bc26') - -prepare() { - mkdir -p build -} - -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 \ - -DBUILD_khelpcenter=OFF \ - -DBUILD_kglobalaccel=OFF \ - -DBUILD_kuiserver=OFF \ - -DBUILD_doc=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - rm "$pkgdir"/usr/share/icons/hicolor/index.theme - ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4 - -# FS#36668 - chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud - chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud -} Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 266366, kdebase-runtime/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-28 05:42:41 UTC (rev 266367) @@ -0,0 +1,53 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=kdebase-runtime +pkgver=16.04.0 +pkgrel=2 +pkgdesc="Plugins and applications necessary for the running of KDE applications" +arch=('i686' 'x86_64') +url='https://www.kde.org/' +license=('GPL' 'LGPL') +makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost') +depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'kdepimlibs4') +optdepends=('gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') +provides=(notification-daemon) +conflicts=(kdesu4) +replaces=(kdesu4) +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") +sha1sums=('e49c748bcf569e52bf59354e2fffe17c1f40bc26') + +prepare() { + mkdir -p build +} + +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 \ + -DBUILD_khelpcenter=OFF \ + -DBUILD_kglobalaccel=OFF \ + -DBUILD_kuiserver=OFF \ + -DBUILD_doc=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install + + rm "$pkgdir"/usr/share/icons/hicolor/index.theme + ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4 + +# FS#36668 + chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud + chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud +} Deleted: extra-i686/kdebase-runtime.install =================================================================== --- extra-i686/kdebase-runtime.install 2016-04-28 05:42:03 UTC (rev 266366) +++ extra-i686/kdebase-runtime.install 2016-04-28 05:42:41 UTC (rev 266367) @@ -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 -} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-04-28 05:42:03 UTC (rev 266366) +++ extra-x86_64/PKGBUILD 2016-04-28 05:42:41 UTC (rev 266367) @@ -1,54 +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=16.04.0 -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') -makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost') -depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'kdepimlibs4') -optdepends=('gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') -provides=(notification-daemon) -conflicts=(kdesu4) -replaces=(kdesu4) -install=$pkgname.install -source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") -sha1sums=('e49c748bcf569e52bf59354e2fffe17c1f40bc26') - -prepare() { - mkdir -p build -} - -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 \ - -DBUILD_khelpcenter=OFF \ - -DBUILD_kglobalaccel=OFF \ - -DBUILD_kuiserver=OFF \ - -DBUILD_doc=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - rm "$pkgdir"/usr/share/icons/hicolor/index.theme - ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4 - -# FS#36668 - chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud - chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud -} Copied: kdebase-runtime/repos/extra-x86_64/PKGBUILD (from rev 266366, kdebase-runtime/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-28 05:42:41 UTC (rev 266367) @@ -0,0 +1,53 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=kdebase-runtime +pkgver=16.04.0 +pkgrel=2 +pkgdesc="Plugins and applications necessary for the running of KDE applications" +arch=('i686' 'x86_64') +url='https://www.kde.org/' +license=('GPL' 'LGPL') +makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost') +depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'kdepimlibs4') +optdepends=('gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') +provides=(notification-daemon) +conflicts=(kdesu4) +replaces=(kdesu4) +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") +sha1sums=('e49c748bcf569e52bf59354e2fffe17c1f40bc26') + +prepare() { + mkdir -p build +} + +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 \ + -DBUILD_khelpcenter=OFF \ + -DBUILD_kglobalaccel=OFF \ + -DBUILD_kuiserver=OFF \ + -DBUILD_doc=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install + + rm "$pkgdir"/usr/share/icons/hicolor/index.theme + ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4 + +# FS#36668 + chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud + chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud +} Deleted: extra-x86_64/kdebase-runtime.install =================================================================== --- extra-x86_64/kdebase-runtime.install 2016-04-28 05:42:03 UTC (rev 266366) +++ extra-x86_64/kdebase-runtime.install 2016-04-28 05:42:41 UTC (rev 266367) @@ -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 -}