[arch-commits] Commit in kdebase-runtime/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 17 07:35:35 UTC 2015
Date: Friday, April 17, 2015 @ 09:35:35
Author: arojas
Revision: 237271
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdebase-runtime/repos/testing-i686/PKGBUILD
(from rev 237270, kdebase-runtime/trunk/PKGBUILD)
kdebase-runtime/repos/testing-i686/kdebase-runtime.install
(from rev 237270, kdebase-runtime/trunk/kdebase-runtime.install)
kdebase-runtime/repos/testing-x86_64/PKGBUILD
(from rev 237270, kdebase-runtime/trunk/PKGBUILD)
kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install
(from rev 237270, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
kdebase-runtime/repos/testing-i686/PKGBUILD
kdebase-runtime/repos/testing-i686/kdebase-runtime.install
kdebase-runtime/repos/testing-x86_64/PKGBUILD
kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install
----------------------------------------+
/PKGBUILD | 202 +++++++++++++++++++++++++++++++
/kdebase-runtime.install | 26 +++
testing-i686/PKGBUILD | 101 ---------------
testing-i686/kdebase-runtime.install | 13 -
testing-x86_64/PKGBUILD | 101 ---------------
testing-x86_64/kdebase-runtime.install | 13 -
6 files changed, 228 insertions(+), 228 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2015-04-17 07:34:06 UTC (rev 237270)
+++ testing-i686/PKGBUILD 2015-04-17 07:35:35 UTC (rev 237271)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=kdebase-runtime
-pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
-sha1sums=('5cbfec48ead85a1cd3dab675b98623dd4a831d91')
-
-prepare() {
- mkdir 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
- make
-}
-
-package_khelpcenter4() {
- pkgdesc=("Application to show KDE Applications' documentation")
- depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
- 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' 'kdebase-runtime-doc: KDE4 documentation'
- '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
-
-# Remove khelpcenter
- cd "$pkgdir"
- find -name '*khelpcenter*' | xargs rm -fr
- find -name 'khc*' | xargs rm -fr
- rm usr/share/applications/kde4/Help.desktop
-
-# Remove docs
- rm -r "$pkgdir"/usr/share/{doc,man}
-
-# Remove kdesu
- rm "$pkgdir"/usr/lib/kde4/libexec/kdesu*
-}
-
-package_kdebase-runtime-doc() {
- pkgdesc=("KDE4 documentation")
- conflicts=('khelpcenter' 'plasma-desktop' 'kio-extras')
-
- cd build/doc
- make DESTDIR="$pkgdir" install
-
-# Remove kdesu docs
- rm -r "$pkgdir"/usr/share/doc/HTML/en/kdesu/
- rm "$pkgdir"/usr/share/man/man1/kdesu.1
-}
-
-package_kdesu4() {
- pkgdesc=("Run KDE applications as root")
- depends=('kdebase-runtime')
- conflicts=('kde-cli-tools')
-
- cd build/kdesu
- make DESTDIR="$pkgdir" install
-
- cd ../doc/kdesu
- make DESTDIR="$pkgdir" install
-
- mkdir -p "$pkgdir"/usr/bin
- 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/testing-i686/PKGBUILD (from rev 237270, kdebase-runtime/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-04-17 07:35:35 UTC (rev 237271)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdebase-runtime
+pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
+pkgver=15.04.0
+pkgrel=3
+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/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
+sha1sums=('5cbfec48ead85a1cd3dab675b98623dd4a831d91')
+
+prepare() {
+ mkdir 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
+ make
+}
+
+package_khelpcenter4() {
+ pkgdesc=("Application to show KDE Applications' documentation")
+ depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
+ 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' 'kdebase-runtime-doc: KDE4 documentation'
+ '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
+
+# Remove khelpcenter
+ cd "$pkgdir"
+ find -name '*khelpcenter*' | xargs rm -fr
+ find -name 'khc*' | xargs rm -fr
+ rm usr/share/applications/kde4/Help.desktop
+
+# Remove docs
+ rm -r "$pkgdir"/usr/share/{doc,man}
+
+# Remove kdesu
+ rm "$pkgdir"/usr/lib/kde4/libexec/kdesu*
+}
+
+package_kdebase-runtime-doc() {
+ pkgdesc=("KDE4 documentation")
+ conflicts=('khelpcenter' 'plasma-desktop' 'kio-extras')
+
+ cd build/doc
+ make DESTDIR="$pkgdir" install
+
+# Remove kdesu docs
+ rm -r "$pkgdir"/usr/share/doc/HTML/en/kdesu/
+ rm "$pkgdir"/usr/share/man/man1/kdesu.1
+}
+
+package_kdesu4() {
+ pkgdesc=("Run KDE applications as root")
+ depends=('kdebase-runtime')
+ conflicts=('kde-cli-tools')
+
+ cd build/kdesu
+ make DESTDIR="$pkgdir" install
+
+ cd ../doc/kdesu
+ make DESTDIR="$pkgdir" install
+
+ mkdir -p "$pkgdir"/usr/bin
+ 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
+}
Deleted: testing-i686/kdebase-runtime.install
===================================================================
--- testing-i686/kdebase-runtime.install 2015-04-17 07:34:06 UTC (rev 237270)
+++ testing-i686/kdebase-runtime.install 2015-04-17 07:35:35 UTC (rev 237271)
@@ -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/testing-i686/kdebase-runtime.install (from rev 237270, kdebase-runtime/trunk/kdebase-runtime.install)
===================================================================
--- testing-i686/kdebase-runtime.install (rev 0)
+++ testing-i686/kdebase-runtime.install 2015-04-17 07:35:35 UTC (rev 237271)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2015-04-17 07:34:06 UTC (rev 237270)
+++ testing-x86_64/PKGBUILD 2015-04-17 07:35:35 UTC (rev 237271)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=kdebase-runtime
-pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
-sha1sums=('5cbfec48ead85a1cd3dab675b98623dd4a831d91')
-
-prepare() {
- mkdir 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
- make
-}
-
-package_khelpcenter4() {
- pkgdesc=("Application to show KDE Applications' documentation")
- depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
- 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' 'kdebase-runtime-doc: KDE4 documentation'
- '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
-
-# Remove khelpcenter
- cd "$pkgdir"
- find -name '*khelpcenter*' | xargs rm -fr
- find -name 'khc*' | xargs rm -fr
- rm usr/share/applications/kde4/Help.desktop
-
-# Remove docs
- rm -r "$pkgdir"/usr/share/{doc,man}
-
-# Remove kdesu
- rm "$pkgdir"/usr/lib/kde4/libexec/kdesu*
-}
-
-package_kdebase-runtime-doc() {
- pkgdesc=("KDE4 documentation")
- conflicts=('khelpcenter' 'plasma-desktop' 'kio-extras')
-
- cd build/doc
- make DESTDIR="$pkgdir" install
-
-# Remove kdesu docs
- rm -r "$pkgdir"/usr/share/doc/HTML/en/kdesu/
- rm "$pkgdir"/usr/share/man/man1/kdesu.1
-}
-
-package_kdesu4() {
- pkgdesc=("Run KDE applications as root")
- depends=('kdebase-runtime')
- conflicts=('kde-cli-tools')
-
- cd build/kdesu
- make DESTDIR="$pkgdir" install
-
- cd ../doc/kdesu
- make DESTDIR="$pkgdir" install
-
- mkdir -p "$pkgdir"/usr/bin
- 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/testing-x86_64/PKGBUILD (from rev 237270, kdebase-runtime/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-17 07:35:35 UTC (rev 237271)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdebase-runtime
+pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
+pkgver=15.04.0
+pkgrel=3
+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/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
+sha1sums=('5cbfec48ead85a1cd3dab675b98623dd4a831d91')
+
+prepare() {
+ mkdir 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
+ make
+}
+
+package_khelpcenter4() {
+ pkgdesc=("Application to show KDE Applications' documentation")
+ depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
+ 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' 'kdebase-runtime-doc: KDE4 documentation'
+ '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
+
+# Remove khelpcenter
+ cd "$pkgdir"
+ find -name '*khelpcenter*' | xargs rm -fr
+ find -name 'khc*' | xargs rm -fr
+ rm usr/share/applications/kde4/Help.desktop
+
+# Remove docs
+ rm -r "$pkgdir"/usr/share/{doc,man}
+
+# Remove kdesu
+ rm "$pkgdir"/usr/lib/kde4/libexec/kdesu*
+}
+
+package_kdebase-runtime-doc() {
+ pkgdesc=("KDE4 documentation")
+ conflicts=('khelpcenter' 'plasma-desktop' 'kio-extras')
+
+ cd build/doc
+ make DESTDIR="$pkgdir" install
+
+# Remove kdesu docs
+ rm -r "$pkgdir"/usr/share/doc/HTML/en/kdesu/
+ rm "$pkgdir"/usr/share/man/man1/kdesu.1
+}
+
+package_kdesu4() {
+ pkgdesc=("Run KDE applications as root")
+ depends=('kdebase-runtime')
+ conflicts=('kde-cli-tools')
+
+ cd build/kdesu
+ make DESTDIR="$pkgdir" install
+
+ cd ../doc/kdesu
+ make DESTDIR="$pkgdir" install
+
+ mkdir -p "$pkgdir"/usr/bin
+ 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
+}
Deleted: testing-x86_64/kdebase-runtime.install
===================================================================
--- testing-x86_64/kdebase-runtime.install 2015-04-17 07:34:06 UTC (rev 237270)
+++ testing-x86_64/kdebase-runtime.install 2015-04-17 07:35:35 UTC (rev 237271)
@@ -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/testing-x86_64/kdebase-runtime.install (from rev 237270, kdebase-runtime/trunk/kdebase-runtime.install)
===================================================================
--- testing-x86_64/kdebase-runtime.install (rev 0)
+++ testing-x86_64/kdebase-runtime.install 2015-04-17 07:35:35 UTC (rev 237271)
@@ -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
+}
More information about the arch-commits
mailing list