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

Antonio Rojas arojas at archlinux.org
Wed Jul 29 08:41:29 UTC 2015


    Date: Wednesday, July 29, 2015 @ 10:41:28
  Author: arojas
Revision: 242809

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

Added:
  dolphinpart4/repos/kde-unstable-i686/PKGBUILD
    (from rev 242808, dolphinpart4/kde-unstable/PKGBUILD)
  dolphinpart4/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242808, dolphinpart4/kde-unstable/PKGBUILD)
Deleted:
  dolphinpart4/repos/kde-unstable-i686/PKGBUILD
  dolphinpart4/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   84 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   42 --------------------
 kde-unstable-x86_64/PKGBUILD |   42 --------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-07-29 08:40:38 UTC (rev 242808)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 08:41:28 UTC (rev 242809)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=dolphinpart4
-pkgver=15.04.3
-pkgrel=1
-arch=(i686 x86_64)
-url='http://kde.org/applications/system/dolphin/'
-pkgdesc='KDE4 Dolphin KPart'
-license=(GPL LGPL FDL)
-depends=(kdebase-lib libkactivities4)
-makedepends=(cmake automoc4)
-provides=(kdebase-dolphin)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz")
-sha1sums=('5f5168f3ad9d60b4dc9ba88b1d649364a0534fc6')
-
-prepare() {
-  mkdir -p build
-
-  cd kde-baseapps-$pkgver
-  sed -i '41,57d' CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kde-baseapps-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build/dolphin
-  make DESTDIR="$pkgdir" install
-
-# provided by dolphin
-  rm -r "$pkgdir"/usr/{bin,lib/*.so,share/{appdata,applications,config.kcfg}}
-}

Copied: dolphinpart4/repos/kde-unstable-i686/PKGBUILD (from rev 242808, dolphinpart4/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 08:41:28 UTC (rev 242809)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=dolphinpart4
+pkgver=15.04.3
+pkgrel=3
+arch=(i686 x86_64)
+url='http://kde.org/applications/system/dolphin/'
+pkgdesc='KDE4 Dolphin KPart'
+license=(GPL LGPL FDL)
+depends=(kdebase-lib libkactivities4)
+makedepends=(cmake automoc4)
+provides=(kdebase-dolphin)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz")
+sha1sums=('5f5168f3ad9d60b4dc9ba88b1d649364a0534fc6')
+
+prepare() {
+  mkdir -p build
+
+  cd kde-baseapps-$pkgver
+  sed -i '41,57d' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build/dolphin
+  make DESTDIR="$pkgdir" install
+
+# provided by dolphin
+  rm -r "$pkgdir"/usr/{bin,lib/*.so,share/{appdata,applications,config.kcfg}}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-07-29 08:40:38 UTC (rev 242808)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 08:41:28 UTC (rev 242809)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=dolphinpart4
-pkgver=15.04.3
-pkgrel=1
-arch=(i686 x86_64)
-url='http://kde.org/applications/system/dolphin/'
-pkgdesc='KDE4 Dolphin KPart'
-license=(GPL LGPL FDL)
-depends=(kdebase-lib libkactivities4)
-makedepends=(cmake automoc4)
-provides=(kdebase-dolphin)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz")
-sha1sums=('5f5168f3ad9d60b4dc9ba88b1d649364a0534fc6')
-
-prepare() {
-  mkdir -p build
-
-  cd kde-baseapps-$pkgver
-  sed -i '41,57d' CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kde-baseapps-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build/dolphin
-  make DESTDIR="$pkgdir" install
-
-# provided by dolphin
-  rm -r "$pkgdir"/usr/{bin,lib/*.so,share/{appdata,applications,config.kcfg}}
-}

Copied: dolphinpart4/repos/kde-unstable-x86_64/PKGBUILD (from rev 242808, dolphinpart4/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 08:41:28 UTC (rev 242809)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=dolphinpart4
+pkgver=15.04.3
+pkgrel=3
+arch=(i686 x86_64)
+url='http://kde.org/applications/system/dolphin/'
+pkgdesc='KDE4 Dolphin KPart'
+license=(GPL LGPL FDL)
+depends=(kdebase-lib libkactivities4)
+makedepends=(cmake automoc4)
+provides=(kdebase-dolphin)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz")
+sha1sums=('5f5168f3ad9d60b4dc9ba88b1d649364a0534fc6')
+
+prepare() {
+  mkdir -p build
+
+  cd kde-baseapps-$pkgver
+  sed -i '41,57d' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build/dolphin
+  make DESTDIR="$pkgdir" install
+
+# provided by dolphin
+  rm -r "$pkgdir"/usr/{bin,lib/*.so,share/{appdata,applications,config.kcfg}}
+}



More information about the arch-commits mailing list