[arch-commits] Commit in libkomparediff2/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Nov 30 15:10:55 UTC 2018


    Date: Friday, November 30, 2018 @ 15:10:55
  Author: arojas
Revision: 340678

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

Added:
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 340677, libkomparediff2/kde-unstable/PKGBUILD)
Deleted:
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-30 15:10:40 UTC (rev 340677)
+++ PKGBUILD	2018-11-30 15:10:55 UTC (rev 340678)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkomparediff2
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Library to compare files and strings"
-url='https://www.kde.org/applications/development/kompare/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0861c6a9396015a73b97ae1955ba0979d7a927e9d0f44576db5ef12d7e385a72'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 340677, libkomparediff2/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-30 15:10:55 UTC (rev 340678)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkomparediff2
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://www.kde.org/applications/development/kompare/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('595e18107a0ddf5c57f2999c6612fad5861e83d8c536de465c8ffbc5f0175a88'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list