[arch-commits] Commit in kdebase-runtime/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 22 17:42:22 UTC 2014


    Date: Saturday, March 22, 2014 @ 18:42:22
  Author: andrea
Revision: 208346

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

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

---------------------------------------------+
 kde-unstable-i686/PKGBUILD                  |   57 --------------------------
 kde-unstable-i686/kdebase-runtime.install   |   13 -----
 kde-unstable-x86_64/PKGBUILD                |   57 --------------------------
 kde-unstable-x86_64/kdebase-runtime.install |   13 -----
 4 files changed, 140 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2014-03-22 17:42:11 UTC (rev 208345)
+++ kde-unstable-i686/PKGBUILD	2014-03-22 17:42:22 UTC (rev 208346)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdebase-runtime
-pkgver=4.12.90
-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')
-depends=("kdelibs>=${pkgver}" 'kactivities' 'smbclient' 'libssh' 'libcanberra'
-         'oxygen-icons' 'xorg-xauth' 'libwebp')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
-             'networkmanager' 'boost')
-optdepends=('kdepimlibs: 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')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"
-        'libssh05.patch')
-sha1sums=('7657f737088df27bfc713c040aab10275285335c'
-          'c360f682dc5b51e2f9f893b625807b4d62f646ab')
-
-prepare() {
-  mkdir build
-
-  cd kde-runtime-${pkgver}
-  patch -p1 -R -i "${srcdir}"/libssh05.patch
-}
-
-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
-}

Deleted: kde-unstable-i686/kdebase-runtime.install
===================================================================
--- kde-unstable-i686/kdebase-runtime.install	2014-03-22 17:42:11 UTC (rev 208345)
+++ kde-unstable-i686/kdebase-runtime.install	2014-03-22 17:42:22 UTC (rev 208346)
@@ -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: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2014-03-22 17:42:11 UTC (rev 208345)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-22 17:42:22 UTC (rev 208346)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdebase-runtime
-pkgver=4.12.90
-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')
-depends=("kdelibs>=${pkgver}" 'kactivities' 'smbclient' 'libssh' 'libcanberra'
-         'oxygen-icons' 'xorg-xauth' 'libwebp')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
-             'networkmanager' 'boost')
-optdepends=('kdepimlibs: 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')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"
-        'libssh05.patch')
-sha1sums=('7657f737088df27bfc713c040aab10275285335c'
-          'c360f682dc5b51e2f9f893b625807b4d62f646ab')
-
-prepare() {
-  mkdir build
-
-  cd kde-runtime-${pkgver}
-  patch -p1 -R -i "${srcdir}"/libssh05.patch
-}
-
-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
-}

Deleted: kde-unstable-x86_64/kdebase-runtime.install
===================================================================
--- kde-unstable-x86_64/kdebase-runtime.install	2014-03-22 17:42:11 UTC (rev 208345)
+++ kde-unstable-x86_64/kdebase-runtime.install	2014-03-22 17:42:22 UTC (rev 208346)
@@ -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
-}




More information about the arch-commits mailing list