[arch-commits] Commit in dolphin-plugins/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 8 07:34:38 UTC 2016
Date: Friday, April 8, 2016 @ 09:34:37
Author: arojas
Revision: 264175
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
(from rev 264174, dolphin-plugins/kde-unstable/PKGBUILD)
dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264174, dolphin-plugins/kde-unstable/PKGBUILD)
Deleted:
dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 80 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 40 --------------------
kde-unstable-x86_64/PKGBUILD | 40 --------------------
3 files changed, 80 insertions(+), 80 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-08 07:34:09 UTC (rev 264174)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:34:37 UTC (rev 264175)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=dolphin-plugins
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://projects.kde.org/dolphin-plugins"
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools ktexteditor)
-optdepends=('ktexteditor: Mercurial plugin')
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('a8f62a605e2a79c0f77f4a776212fead')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 264174, dolphin-plugins/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:34:37 UTC (rev 264175)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=dolphin-plugins
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://projects.kde.org/dolphin-plugins"
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('2ce2a854ee51512425b18e1b7d1af7ee')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-04-08 07:34:09 UTC (rev 264174)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:34:37 UTC (rev 264175)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=dolphin-plugins
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://projects.kde.org/dolphin-plugins"
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools ktexteditor)
-optdepends=('ktexteditor: Mercurial plugin')
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('a8f62a605e2a79c0f77f4a776212fead')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 264174, dolphin-plugins/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:34:37 UTC (rev 264175)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=dolphin-plugins
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://projects.kde.org/dolphin-plugins"
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('2ce2a854ee51512425b18e1b7d1af7ee')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list