Date: Saturday, November 19, 2016 @ 00:43:49
  Author: arojas
Revision: 281296

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kdewebdev-kimagemapeditor/repos/
  kdewebdev-kimagemapeditor/repos/staging-i686/
  kdewebdev-kimagemapeditor/repos/staging-i686/PKGBUILD
    (from rev 281295, kdewebdev-kimagemapeditor/kde-unstable/PKGBUILD)
  kdewebdev-kimagemapeditor/repos/staging-x86_64/
  kdewebdev-kimagemapeditor/repos/staging-x86_64/PKGBUILD
    (from rev 281295, kdewebdev-kimagemapeditor/kde-unstable/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: kdewebdev-kimagemapeditor/repos/staging-i686/PKGBUILD (from rev 281295, 
kdewebdev-kimagemapeditor/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD                         (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-11-19 00:43:49 UTC (rev 281296)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=kdewebdev-kimagemapeditor
+pkgver=16.11.80
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="HTML Image Map Editor"
+url='http://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kimagemapeditor-$pkgver.tar.xz"{,.sig})
+sha1sums=('4cfcf1bdb1b5b5fc6b4965c85918aca3c7fdf1cd'
+          'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kimagemapeditor-${pkgver} \
+       -DCMAKE_BUILD_TYPE=Release \
+       -DKDE4_BUILD_TESTS=OFF \
+       -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdewebdev-kimagemapeditor/repos/staging-x86_64/PKGBUILD (from rev 
281295, kdewebdev-kimagemapeditor/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD                               (rev 0)
+++ repos/staging-x86_64/PKGBUILD       2016-11-19 00:43:49 UTC (rev 281296)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=kdewebdev-kimagemapeditor
+pkgver=16.11.80
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="HTML Image Map Editor"
+url='http://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kimagemapeditor-$pkgver.tar.xz"{,.sig})
+sha1sums=('4cfcf1bdb1b5b5fc6b4965c85918aca3c7fdf1cd'
+          'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kimagemapeditor-${pkgver} \
+       -DCMAKE_BUILD_TYPE=Release \
+       -DKDE4_BUILD_TESTS=OFF \
+       -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to