[arch-commits] Commit in plasma-maliit-framework/repos (4 files)

Felix Yan fyan at archlinux.org
Mon Dec 21 11:24:17 UTC 2015


    Date: Monday, December 21, 2015 @ 12:24:16
  Author: fyan
Revision: 153826

archrelease: copy trunk to community-i686, community-x86_64

Added:
  plasma-maliit-framework/repos/community-i686/PKGBUILD
    (from rev 153825, plasma-maliit-framework/trunk/PKGBUILD)
  plasma-maliit-framework/repos/community-x86_64/PKGBUILD
    (from rev 153825, plasma-maliit-framework/trunk/PKGBUILD)
Deleted:
  plasma-maliit-framework/repos/community-i686/PKGBUILD
  plasma-maliit-framework/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 --------------------
 community-x86_64/PKGBUILD |   37 --------------------
 3 files changed, 80 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-21 11:23:40 UTC (rev 153825)
+++ community-i686/PKGBUILD	2015-12-21 11:24:16 UTC (rev 153826)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bhushan Shah <bshah at kde.org>
-
-pkgname=plasma-maliit-framework
-pkgver=0.99.0.20150710
-_commit=0e273b3863d3435cfc486cf1aa9dcecfad1e180d
-pkgrel=2
-pkgdesc="Framework for Maliit integration with Plasma"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://projects.kde.org/plasma-maliit-framework"
-depends=('qt5-declarative' 'kwayland' 'karchive')
-makedepends=('git')
-source=("git+https://github.com/KDE/plasma-maliit-framework.git#commit=$_commit")
-md5sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  qmake -makefile \
-    CONFIG+=qt5-inputcontext \
-    CONFIG+=nohwkeyboard \
-    CONFIG+=enable-dbus-activation \
-    CONFIG+=notests \
-    CONFIG+=nodoc \
-    ../plasma-maliit-framework
-  make
-}
-
-package() {
-  cd build
-  make install INSTALL_ROOT="$pkgdir/"
-}

Copied: plasma-maliit-framework/repos/community-i686/PKGBUILD (from rev 153825, plasma-maliit-framework/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-21 11:24:16 UTC (rev 153826)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bhushan Shah <bshah at kde.org>
+
+pkgname=plasma-maliit-framework
+pkgver=0.99.0.20150710
+_commit=0e273b3863d3435cfc486cf1aa9dcecfad1e180d
+pkgrel=3
+pkgdesc="Framework for Maliit integration with Plasma"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://projects.kde.org/plasma-maliit-framework"
+depends=('qt5-declarative' 'kwayland' 'karchive')
+makedepends=('git')
+source=("git+https://github.com/KDE/plasma-maliit-framework.git#commit=$_commit")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  qmake -makefile \
+    CONFIG+=qt5-inputcontext \
+    CONFIG+=nohwkeyboard \
+    CONFIG+=enable-dbus-activation \
+    CONFIG+=notests \
+    CONFIG+=nodoc \
+    ../plasma-maliit-framework
+  make
+}
+
+package() {
+  cd build
+  make install INSTALL_ROOT="$pkgdir/"
+  mv "$pkgdir"/usr/include/maliit/framework/maliit/* "$pkgdir"/usr/include/maliit/
+  mv "$pkgdir"/usr/include/maliit/plugins/maliit/plugins/* "$pkgdir"/usr/include/maliit/plugins/
+  rm -r "$pkgdir"/usr/include/maliit/plugins/maliit "$pkgdir"/usr/include/maliit/framework
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-21 11:23:40 UTC (rev 153825)
+++ community-x86_64/PKGBUILD	2015-12-21 11:24:16 UTC (rev 153826)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bhushan Shah <bshah at kde.org>
-
-pkgname=plasma-maliit-framework
-pkgver=0.99.0.20150710
-_commit=0e273b3863d3435cfc486cf1aa9dcecfad1e180d
-pkgrel=2
-pkgdesc="Framework for Maliit integration with Plasma"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://projects.kde.org/plasma-maliit-framework"
-depends=('qt5-declarative' 'kwayland' 'karchive')
-makedepends=('git')
-source=("git+https://github.com/KDE/plasma-maliit-framework.git#commit=$_commit")
-md5sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  qmake -makefile \
-    CONFIG+=qt5-inputcontext \
-    CONFIG+=nohwkeyboard \
-    CONFIG+=enable-dbus-activation \
-    CONFIG+=notests \
-    CONFIG+=nodoc \
-    ../plasma-maliit-framework
-  make
-}
-
-package() {
-  cd build
-  make install INSTALL_ROOT="$pkgdir/"
-}

Copied: plasma-maliit-framework/repos/community-x86_64/PKGBUILD (from rev 153825, plasma-maliit-framework/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-21 11:24:16 UTC (rev 153826)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bhushan Shah <bshah at kde.org>
+
+pkgname=plasma-maliit-framework
+pkgver=0.99.0.20150710
+_commit=0e273b3863d3435cfc486cf1aa9dcecfad1e180d
+pkgrel=3
+pkgdesc="Framework for Maliit integration with Plasma"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://projects.kde.org/plasma-maliit-framework"
+depends=('qt5-declarative' 'kwayland' 'karchive')
+makedepends=('git')
+source=("git+https://github.com/KDE/plasma-maliit-framework.git#commit=$_commit")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  qmake -makefile \
+    CONFIG+=qt5-inputcontext \
+    CONFIG+=nohwkeyboard \
+    CONFIG+=enable-dbus-activation \
+    CONFIG+=notests \
+    CONFIG+=nodoc \
+    ../plasma-maliit-framework
+  make
+}
+
+package() {
+  cd build
+  make install INSTALL_ROOT="$pkgdir/"
+  mv "$pkgdir"/usr/include/maliit/framework/maliit/* "$pkgdir"/usr/include/maliit/
+  mv "$pkgdir"/usr/include/maliit/plugins/maliit/plugins/* "$pkgdir"/usr/include/maliit/plugins/
+  rm -r "$pkgdir"/usr/include/maliit/plugins/maliit "$pkgdir"/usr/include/maliit/framework
+}



More information about the arch-commits mailing list