[arch-commits] Commit in (dolphinpart4)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:24:21
  Author: arojas
Revision: 244384

Merged in kdebase

Deleted:
  dolphinpart4/


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

2015-07-29 Thread Antonio Rojas
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 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-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 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+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/PKGBUILD2015-07-29 08:40:38 UTC (rev 242808)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:41:28 UTC (rev 242809)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-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/PKGBUILD2015-07-29 08:41:28 UTC (rev 242809)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: F

[arch-commits] Commit in dolphinpart4/kde-unstable (PKGBUILD)

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:40:38
  Author: arojas
Revision: 242808

Bump pkgrel to be higher than kdebase-dolphin

Modified:
  dolphinpart4/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 08:33:20 UTC (rev 242807)
+++ PKGBUILD2015-07-29 08:40:38 UTC (rev 242808)
@@ -6,7 +6,7 @@
 
 pkgname=dolphinpart4
 pkgver=15.04.3
-pkgrel=1
+pkgrel=3
 arch=(i686 x86_64)
 url='http://kde.org/applications/system/dolphin/'
 pkgdesc='KDE4 Dolphin KPart'


[arch-commits] Commit in dolphinpart4 (5 files)

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 10:52:01
  Author: arojas
Revision: 242511

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

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

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

Copied: dolphinpart4/repos/kde-unstable-i686/PKGBUILD (from rev 242510, 
dolphinpart4/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-26 08:52:01 UTC (rev 242511)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+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 242510, 
dolphinpart4/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-26 08:52:01 UTC (rev 242511)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+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}}
+}