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

Antonio Rojas arojas at archlinux.org
Thu Dec 15 12:00:46 UTC 2016


    Date: Thursday, December 15, 2016 @ 12:00:46
  Author: arojas
Revision: 283534

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

Added:
  kcharselect/repos/kde-unstable-i686/PKGBUILD
    (from rev 283533, kcharselect/trunk/PKGBUILD)
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 283533, kcharselect/trunk/PKGBUILD)
Deleted:
  kcharselect/repos/kde-unstable-i686/PKGBUILD
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-12-15 12:00:24 UTC (rev 283533)
+++ kde-unstable-i686/PKGBUILD	2016-12-15 12:00:46 UTC (rev 283534)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kcharselect
-pkgver=16.11.90
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kbookmarks')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
-sha1sums=('db4a6800fc88bb9bd3df3f40b7bde8061a765b9c'
-          'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 283533, kcharselect/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-12-15 12:00:46 UTC (rev 283534)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcharselect
+pkgver=16.12.0
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kbookmarks')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
+sha1sums=('5bf9e4c563111f075a27ce18511d977c7bb92e39'
+          'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=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	2016-12-15 12:00:24 UTC (rev 283533)
+++ kde-unstable-x86_64/PKGBUILD	2016-12-15 12:00:46 UTC (rev 283534)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kcharselect
-pkgver=16.11.90
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kbookmarks')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
-sha1sums=('db4a6800fc88bb9bd3df3f40b7bde8061a765b9c'
-          'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 283533, kcharselect/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-12-15 12:00:46 UTC (rev 283534)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcharselect
+pkgver=16.12.0
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kbookmarks')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
+sha1sums=('5bf9e4c563111f075a27ce18511d977c7bb92e39'
+          'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list