[arch-commits] Commit in ksystemlog/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 20 08:13:31 UTC 2017
Date: Thursday, April 20, 2017 @ 08:13:30
Author: arojas
Revision: 293369
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
ksystemlog/repos/kde-unstable-i686/
ksystemlog/repos/kde-unstable-i686/PKGBUILD
(from rev 293368, ksystemlog/trunk/PKGBUILD)
ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293368, ksystemlog/trunk/PKGBUILD)
Deleted:
ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 39 ---------------------------------------
3 files changed, 78 insertions(+), 39 deletions(-)
Copied: ksystemlog/repos/kde-unstable-i686/PKGBUILD (from rev 293368, ksystemlog/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-04-20 08:13:30 UTC (rev 293369)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ksystemlog
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='https://kde.org/applications/system/ksystemlog/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeadmin-ksystemlog)
+replaces=(kdeadmin-ksystemlog)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bec60ce3991dac85be7785c299c15291c9b819a82f6420316700f52f32655498'
+ '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 build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2017-04-20 08:13:11 UTC (rev 293368)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:13:30 UTC (rev 293369)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ksystemlog
-pkgver=17.03.90
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='https://kde.org/applications/system/ksystemlog/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdeadmin-ksystemlog)
-replaces=(kdeadmin-ksystemlog)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1b09d17065ef7b069d1376d76f3115f18b5551eee691ef6b735e3dcf3ef87d04'
- '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 build
- make DESTDIR="$pkgdir" install
-}
Copied: ksystemlog/repos/kde-unstable-x86_64/PKGBUILD (from rev 293368, ksystemlog/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:13:30 UTC (rev 293369)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ksystemlog
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='https://kde.org/applications/system/ksystemlog/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeadmin-ksystemlog)
+replaces=(kdeadmin-ksystemlog)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bec60ce3991dac85be7785c299c15291c9b819a82f6420316700f52f32655498'
+ '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 build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list