Date: Monday, December 5, 2016 @ 18:40:22
  Author: jlichtblau
Revision: 198061

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  kdesvn/repos/community-testing-i686/
  kdesvn/repos/community-testing-i686/PKGBUILD
    (from rev 198060, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-testing-i686/kdesvn.changelog
    (from rev 198060, kdesvn/trunk/kdesvn.changelog)
  kdesvn/repos/community-testing-x86_64/
  kdesvn/repos/community-testing-x86_64/PKGBUILD
    (from rev 198060, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-testing-x86_64/kdesvn.changelog
    (from rev 198060, kdesvn/trunk/kdesvn.changelog)

-------------------------------------------+
 community-testing-i686/PKGBUILD           |   32 ++++++++++++
 community-testing-i686/kdesvn.changelog   |   73 ++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD         |   32 ++++++++++++
 community-testing-x86_64/kdesvn.changelog |   73 ++++++++++++++++++++++++++++
 4 files changed, 210 insertions(+)

Copied: kdesvn/repos/community-testing-i686/PKGBUILD (from rev 198060, 
kdesvn/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2016-12-05 18:40:22 UTC (rev 198061)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+
+pkgname=kdesvn
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A pure C++ SVN-client for KDE"
+arch=('i686' 'x86_64')
+url="http://projects.kde.org/kdesvn";
+license=('GPL')
+depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor' 'python')
+makedepends=('extra-cmake-modules')
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
+    -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdesvn/repos/community-testing-i686/kdesvn.changelog (from rev 198060, 
kdesvn/trunk/kdesvn.changelog)
===================================================================
--- community-testing-i686/kdesvn.changelog                             (rev 0)
+++ community-testing-i686/kdesvn.changelog     2016-12-05 18:40:22 UTC (rev 
198061)
@@ -0,0 +1,73 @@
+2016-12-05 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 2.0.0-1
+
+2016-04-29 Jaroslav Lichtblau <[email protected]>
+       * kdesvn 1.7.0-3 pacman hooks rebuild
+
+2016-01-22 Jaroslav Lichtblau <[email protected]>
+       * kdesvn 1.7.0-2 FS#47848
+
+2016-01-21 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.7.0-1
+
+2015-03-15 Jaroslav Lichtblau <[email protected]>
+       * kdesvn 1.6.0-4 FS#44135 fix
+
+2012-08-26 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.6.0-1
+
+2010-09-15 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.5.5
+
+2010-04-09 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.5.3
+
+2010-01-17 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.5.1
+
+2010-01-11 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.5.0
+
+2009-10-01 Biru Ionut <[email protected]>
+       * Update to major release 1.4.1
+
+2009-07-09 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.3.2
+
+2009-05-30 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.3.1
+
+2009-05-09 Jaroslav Lichtblau <[email protected]>
+       * FS#14602 fixed in 1.3.0-2
+
+2009-04-30 Biru Ionut <[email protected]>
+       * rebuild for x86_64 #FS14506 
+
+2009-04-22 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.3.0
+
+2009-02-20 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.2.4
+
+2009-01-24 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.2.3
+
+2008-11-22 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.2.2
+
+2008-10-08  Eric Belanger  <[email protected]>
+       * Removed unneede file sourcing
+
+2008-10-04 Jaroslav Lichtblau <[email protected]>
+       * Removed conflicting files in 1.2.1-2
+       * The one provided with kdesdk are more complete.
+
+2008-10-03 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.2.1 - KDE4 version
+
+2008-09-23 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.0.2
+
+2008-08-31 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.0.1
+

Copied: kdesvn/repos/community-testing-x86_64/PKGBUILD (from rev 198060, 
kdesvn/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-12-05 18:40:22 UTC (rev 198061)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+
+pkgname=kdesvn
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A pure C++ SVN-client for KDE"
+arch=('i686' 'x86_64')
+url="http://projects.kde.org/kdesvn";
+license=('GPL')
+depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor' 'python')
+makedepends=('extra-cmake-modules')
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
+    -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdesvn/repos/community-testing-x86_64/kdesvn.changelog (from rev 
198060, kdesvn/trunk/kdesvn.changelog)
===================================================================
--- community-testing-x86_64/kdesvn.changelog                           (rev 0)
+++ community-testing-x86_64/kdesvn.changelog   2016-12-05 18:40:22 UTC (rev 
198061)
@@ -0,0 +1,73 @@
+2016-12-05 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 2.0.0-1
+
+2016-04-29 Jaroslav Lichtblau <[email protected]>
+       * kdesvn 1.7.0-3 pacman hooks rebuild
+
+2016-01-22 Jaroslav Lichtblau <[email protected]>
+       * kdesvn 1.7.0-2 FS#47848
+
+2016-01-21 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.7.0-1
+
+2015-03-15 Jaroslav Lichtblau <[email protected]>
+       * kdesvn 1.6.0-4 FS#44135 fix
+
+2012-08-26 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.6.0-1
+
+2010-09-15 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.5.5
+
+2010-04-09 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.5.3
+
+2010-01-17 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.5.1
+
+2010-01-11 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.5.0
+
+2009-10-01 Biru Ionut <[email protected]>
+       * Update to major release 1.4.1
+
+2009-07-09 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.3.2
+
+2009-05-30 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.3.1
+
+2009-05-09 Jaroslav Lichtblau <[email protected]>
+       * FS#14602 fixed in 1.3.0-2
+
+2009-04-30 Biru Ionut <[email protected]>
+       * rebuild for x86_64 #FS14506 
+
+2009-04-22 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.3.0
+
+2009-02-20 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.2.4
+
+2009-01-24 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.2.3
+
+2008-11-22 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.2.2
+
+2008-10-08  Eric Belanger  <[email protected]>
+       * Removed unneede file sourcing
+
+2008-10-04 Jaroslav Lichtblau <[email protected]>
+       * Removed conflicting files in 1.2.1-2
+       * The one provided with kdesdk are more complete.
+
+2008-10-03 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.2.1 - KDE4 version
+
+2008-09-23 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.0.2
+
+2008-08-31 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.0.1
+

Reply via email to