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

Antonio Rojas arojas at archlinux.org
Fri Apr 8 06:21:46 UTC 2016


    Date: Friday, April 8, 2016 @ 08:21:46
  Author: arojas
Revision: 263997

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

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
    (from rev 263996, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
    (from rev 263996, kdebase-runtime/kde-unstable/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 263996, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
    (from rev 263996, 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                                   |  108 ++++++++++++++++++++++++++
 /kdebase-runtime.install                    |   26 ++++++
 kde-unstable-i686/PKGBUILD                  |   54 -------------
 kde-unstable-i686/kdebase-runtime.install   |   13 ---
 kde-unstable-x86_64/PKGBUILD                |   54 -------------
 kde-unstable-x86_64/kdebase-runtime.install |   13 ---
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-08 06:20:36 UTC (rev 263996)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 06:21:46 UTC (rev 263997)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdebase-runtime
-pkgver=16.03.80
-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/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
-sha1sums=('b2a86e9336fadbe02365486543f35491cab1d6cd')
-
-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/kde-unstable-i686/PKGBUILD (from rev 263996, kdebase-runtime/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 06:21:46 UTC (rev 263997)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdebase-runtime
+pkgver=16.03.90
+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/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
+sha1sums=('b19fedd13e5dfd11d81b17351f7995903a50f648')
+
+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: kde-unstable-i686/kdebase-runtime.install
===================================================================
--- kde-unstable-i686/kdebase-runtime.install	2016-04-08 06:20:36 UTC (rev 263996)
+++ kde-unstable-i686/kdebase-runtime.install	2016-04-08 06:21:46 UTC (rev 263997)
@@ -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 263996, kdebase-runtime/kde-unstable/kdebase-runtime.install)
===================================================================
--- kde-unstable-i686/kdebase-runtime.install	                        (rev 0)
+++ kde-unstable-i686/kdebase-runtime.install	2016-04-08 06:21:46 UTC (rev 263997)
@@ -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	2016-04-08 06:20:36 UTC (rev 263996)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 06:21:46 UTC (rev 263997)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdebase-runtime
-pkgver=16.03.80
-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/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
-sha1sums=('b2a86e9336fadbe02365486543f35491cab1d6cd')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 263996, kdebase-runtime/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 06:21:46 UTC (rev 263997)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdebase-runtime
+pkgver=16.03.90
+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/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
+sha1sums=('b19fedd13e5dfd11d81b17351f7995903a50f648')
+
+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: kde-unstable-x86_64/kdebase-runtime.install
===================================================================
--- kde-unstable-x86_64/kdebase-runtime.install	2016-04-08 06:20:36 UTC (rev 263996)
+++ kde-unstable-x86_64/kdebase-runtime.install	2016-04-08 06:21:46 UTC (rev 263997)
@@ -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 263996, kdebase-runtime/kde-unstable/kdebase-runtime.install)
===================================================================
--- kde-unstable-x86_64/kdebase-runtime.install	                        (rev 0)
+++ kde-unstable-x86_64/kdebase-runtime.install	2016-04-08 06:21:46 UTC (rev 263997)
@@ -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