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

Antonio Rojas arojas at archlinux.org
Thu Jan 11 11:59:46 UTC 2018


    Date: Thursday, January 11, 2018 @ 11:59:45
  Author: arojas
Revision: 281319

archrelease: copy trunk to community-x86_64

Added:
  yakuake/repos/community-x86_64/PKGBUILD
    (from rev 281318, yakuake/trunk/PKGBUILD)
Deleted:
  yakuake/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 48 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 11:59:13 UTC (rev 281318)
+++ PKGBUILD	2018-01-11 11:59:45 UTC (rev 281319)
@@ -1,33 +0,0 @@
-# $Id$
-# 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.4
-pkgrel=1
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=('i686' 'x86_64')
-url='http://yakuake.kde.org/'
-license=('GPL')
-depends=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('f8f43f2f3d99925d8853879ff1eb5826'
-         'SKIP')
-validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein <hein at kde.org>
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: yakuake/repos/community-x86_64/PKGBUILD (from rev 281318, yakuake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-11 11:59:45 UTC (rev 281319)
@@ -0,0 +1,48 @@
+# $Id$
+# 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.4
+pkgrel=2
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig}
+        yakuake-wayland1.patch::"https://cgit.kde.org/yakuake.git/patch/?id=7534df21"
+        yakuake-wayland2.patch::"https://cgit.kde.org/yakuake.git/patch/?id=3cdc1d06"
+        yakuake-wayland3.patch::"https://cgit.kde.org/yakuake.git/patch/?id=5c555b3d")
+sha256sums=('10e2b57c508e2ec5bfd09eac38c4c16a1ac4b93b394b3ce3120b7d8859b861e0'
+            'SKIP'
+            '0f5c7d10be914cf3ce5fc57cf635cf5ce6905c67ba5c439b306b9cbcf5914f46'
+            '359aa9a723cb962a2511e16344fb92100c4c67ebde1276df4858526c9f85c2ef'
+            '978fd631f7a02612a47360fd384c45b052fb445ad45d463af8e81e34f2a7ccd8')
+validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein <hein at kde.org>
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../yakuake-wayland1.patch # Fix positioning on wayland
+  patch -p1 -i ../yakuake-wayland2.patch
+  patch -p1 -i ../yakuake-wayland3.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list