[arch-commits] Commit in kemoticons/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Jun 11 08:02:25 UTC 2015


    Date: Thursday, June 11, 2015 @ 10:02:25
  Author: arojas
Revision: 240539

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

Added:
  kemoticons/repos/staging-i686/
  kemoticons/repos/staging-i686/PKGBUILD
    (from rev 240538, kemoticons/trunk/PKGBUILD)
  kemoticons/repos/staging-x86_64/
  kemoticons/repos/staging-x86_64/PKGBUILD
    (from rev 240538, kemoticons/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: kemoticons/repos/staging-i686/PKGBUILD (from rev 240538, kemoticons/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-06-11 08:02:25 UTC (rev 240539)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kemoticons
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('233e21ccdb6c144c68365aac0c36569f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kemoticons/repos/staging-x86_64/PKGBUILD (from rev 240538, kemoticons/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-06-11 08:02:25 UTC (rev 240539)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kemoticons
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('233e21ccdb6c144c68365aac0c36569f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list