[arch-commits] Commit in plasma-maliit-plugins/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Thu May 31 02:04:45 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:04:45
  Author: felixonmars
Revision: 333819

archrelease: copy trunk to community-x86_64

Added:
  plasma-maliit-plugins/repos/community-x86_64/PKGBUILD
    (from rev 333818, plasma-maliit-plugins/trunk/PKGBUILD)
Deleted:
  plasma-maliit-plugins/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:04:20 UTC (rev 333818)
+++ PKGBUILD	2018-05-31 02:04:45 UTC (rev 333819)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bhushan Shah <bshah at kde.org>
-
-pkgname=plasma-maliit-plugins
-pkgver=0.99.0.20150710
-_commit=0b5cdb59bd1b6bc1f88d815e8b97750fdd014993
-pkgrel=1
-pkgdesc="Plasma Integration for Maliit virtual keyboard"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://projects.kde.org/plasma-maliit-plugins"
-depends=('plasma-maliit-framework')
-makedepends=('git')
-source=("git+https://github.com/KDE/plasma-maliit-plugins.git#commit=$_commit")
-md5sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  qmake -makefile \
-    CONFIG+=nohwkeyboard \
-    CONFIG+=notests \
-    CONFIG+=nodoc \
-    ../plasma-maliit-plugins
-  make
-}
-
-package() {
-  cd build
-  make install INSTALL_ROOT="$pkgdir/"
-}

Copied: plasma-maliit-plugins/repos/community-x86_64/PKGBUILD (from rev 333818, plasma-maliit-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:04:45 UTC (rev 333819)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bhushan Shah <bshah at kde.org>
+
+pkgname=plasma-maliit-plugins
+pkgver=0.99.0.20150710
+_commit=0b5cdb59bd1b6bc1f88d815e8b97750fdd014993
+pkgrel=2
+pkgdesc="Plasma Integration for Maliit virtual keyboard"
+arch=('x86_64')
+license=('GPL')
+url="http://projects.kde.org/plasma-maliit-plugins"
+depends=('plasma-maliit-framework')
+makedepends=('git')
+source=("git+https://github.com/KDE/plasma-maliit-plugins.git#commit=$_commit")
+sha512sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  qmake -makefile \
+    CONFIG+=nohwkeyboard \
+    CONFIG+=notests \
+    CONFIG+=nodoc \
+    ../plasma-maliit-plugins
+  make
+}
+
+package() {
+  cd build
+  make install INSTALL_ROOT="$pkgdir/"
+}



More information about the arch-commits mailing list