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

Antonio Rojas arojas at archlinux.org
Thu Dec 3 20:10:42 UTC 2015


    Date: Thursday, December 3, 2015 @ 21:10:42
  Author: arojas
Revision: 252201

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

Added:
  ksystemlog/repos/kde-unstable-i686/PKGBUILD
    (from rev 252200, ksystemlog/kde-unstable/PKGBUILD)
  ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 252200, ksystemlog/kde-unstable/PKGBUILD)
Deleted:
  ksystemlog/repos/kde-unstable-i686/PKGBUILD
  ksystemlog/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	2015-12-03 20:10:21 UTC (rev 252200)
+++ kde-unstable-i686/PKGBUILD	2015-12-03 20:10:42 UTC (rev 252201)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ksystemlog
-pkgver=15.11.80
-pkgrel=2
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdeadmin-ksystemlog)
-replaces=(kdeadmin-ksystemlog)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('cf5960c8179b890069b5e1d063f6b20717d9f2fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksystemlog/repos/kde-unstable-i686/PKGBUILD (from rev 252200, ksystemlog/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-12-03 20:10:42 UTC (rev 252201)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ksystemlog
+pkgver=15.11.90
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdeadmin-ksystemlog)
+replaces=(kdeadmin-ksystemlog)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('52baca28eae8acf7adaff3f5c06e69a2eedd44e6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-12-03 20:10:21 UTC (rev 252200)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-03 20:10:42 UTC (rev 252201)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ksystemlog
-pkgver=15.11.80
-pkgrel=2
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdeadmin-ksystemlog)
-replaces=(kdeadmin-ksystemlog)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('cf5960c8179b890069b5e1d063f6b20717d9f2fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksystemlog/repos/kde-unstable-x86_64/PKGBUILD (from rev 252200, ksystemlog/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-03 20:10:42 UTC (rev 252201)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ksystemlog
+pkgver=15.11.90
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdeadmin-ksystemlog)
+replaces=(kdeadmin-ksystemlog)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('52baca28eae8acf7adaff3f5c06e69a2eedd44e6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list