Date: Saturday, March 24, 2018 @ 01:08:08
  Author: arojas
Revision: 320116

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

Added:
  kimagemapeditor/repos/kde-unstable-x86_64/
  kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 320115, kimagemapeditor/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 320115, 
kimagemapeditor/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2018-03-24 01:08:08 UTC (rev 320116)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgname=kimagemapeditor
+pkgver=18.03.80
+pkgrel=1
+arch=(x86_64)
+pkgdesc="HTML Image Map Editor"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdelibs4support khtml hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin)
+conflicts=(kdewebdev-kimagemapeditor)
+replaces=(kdewebdev-kimagemapeditor)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('86fe4eb4c400e0c28d47f806df11a4876dcde2d62c2c65f3f8887b347604dd22'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to