[arch-commits] Commit in kdebindings-smokekde/repos (4 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Fri Jun 28 13:46:25 UTC 2013
Date: Friday, June 28, 2013 @ 15:46:25
Author: andrea
Revision: 189020
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
(from rev 189019, kdebindings-smokekde/kde-unstable/PKGBUILD)
kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 189019, kdebindings-smokekde/kde-unstable/PKGBUILD)
Deleted:
kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 72 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 36 --------------------
kde-unstable-x86_64/PKGBUILD | 36 --------------------
3 files changed, 72 insertions(+), 72 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2013-06-28 13:46:16 UTC (rev 189019)
+++ kde-unstable-i686/PKGBUILD 2013-06-28 13:46:25 UTC (rev 189020)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokekde
-pkgver=4.10.80
-pkgrel=1
-pkgdesc="Language independent library for KDE bindings"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
- 'mesa')
-optdepends=('kdesdk-kate: Kate bindings'
- 'kdegraphics-okular: Okular bindings'
- 'kdepimlibs: akonadi bindings')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
-sha1sums=('6203123f3075657675a6d2cc8337ec44628ae2db')
-
-build() {
- mkdir build
- cd build
- cmake ../smokekde-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 189019, kdebindings-smokekde/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-06-28 13:46:25 UTC (rev 189020)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.10.90
+pkgrel=1
+pkgdesc="Language independent library for KDE bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+ 'kdegraphics-okular: Okular bindings'
+ 'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('b678430a82f6a8640884dc8317aabad34066eb46')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../smokekde-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2013-06-28 13:46:16 UTC (rev 189019)
+++ kde-unstable-x86_64/PKGBUILD 2013-06-28 13:46:25 UTC (rev 189020)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokekde
-pkgver=4.10.80
-pkgrel=1
-pkgdesc="Language independent library for KDE bindings"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
- 'mesa')
-optdepends=('kdesdk-kate: Kate bindings'
- 'kdegraphics-okular: Okular bindings'
- 'kdepimlibs: akonadi bindings')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
-sha1sums=('6203123f3075657675a6d2cc8337ec44628ae2db')
-
-build() {
- mkdir build
- cd build
- cmake ../smokekde-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD (from rev 189019, kdebindings-smokekde/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-06-28 13:46:25 UTC (rev 189020)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.10.90
+pkgrel=1
+pkgdesc="Language independent library for KDE bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+ 'kdegraphics-okular: Okular bindings'
+ 'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('b678430a82f6a8640884dc8317aabad34066eb46')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../smokekde-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list