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

Antonio Rojas arojas at archlinux.org
Fri Apr 7 20:56:24 UTC 2017


    Date: Friday, April 7, 2017 @ 20:56:23
  Author: arojas
Revision: 292452

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 292451, grantlee-editor/kde-unstable/PKGBUILD)
Deleted:
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 20:56:08 UTC (rev 292451)
+++ PKGBUILD	2017-04-07 20:56:23 UTC (rev 292452)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=grantlee-editor
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Editor for Grantlee themes"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM"
-license=(GPL2)
-depends=(hicolor-icon-theme messagelib ktexteditor)
-makedepends=(extra-cmake-modules python kdoctools boost)
-conflicts=('kmail<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('25c0e6f499a047b229e8f64d2236d18fbf8390a403404cecef1ff4028a98fa47'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 292451, grantlee-editor/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-07 20:56:23 UTC (rev 292452)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=grantlee-editor
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(GPL2)
+depends=(hicolor-icon-theme messagelib ktexteditor)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0ba4568f1163f89665b4078f9ee7ebad1f841dffab1eb9ed9e6cdd0a38ae4f28'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list