[arch-commits] Commit in (yakuake yakuake/repos yakuake/trunk yakuake/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jul 19 14:26:44 UTC 2019


    Date: Friday, July 19, 2019 @ 14:26:44
  Author: arojas
Revision: 358148

community2extra: Moving yakuake from community to extra

Added:
  yakuake/
  yakuake/repos/
  yakuake/trunk/
  yakuake/trunk/PKGBUILD

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

Added: yakuake/trunk/PKGBUILD
===================================================================
--- yakuake/trunk/PKGBUILD	                        (rev 0)
+++ yakuake/trunk/PKGBUILD	2019-07-19 14:26:44 UTC (rev 358148)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: leeghoofd <abcdefg at solcon.nl>
+
+pkgname=yakuake
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('x86_64')
+url='https://yakuake.kde.org/'
+license=('GPL')
+depends=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules')
+source=("https://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('08e23bd3ed58732bec44bf1b6797990bbdc58fad0725da7215db39f86c4d2a08'
+            'SKIP')
+validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein <hein at kde.org>
+
+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
+}



More information about the arch-commits mailing list