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

Antonio Rojas arojas at archlinux.org
Wed Aug 31 16:26:19 UTC 2016


    Date: Wednesday, August 31, 2016 @ 16:26:18
  Author: arojas
Revision: 275618

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

Added:
  konsole/repos/extra-i686/PKGBUILD
    (from rev 275617, konsole/trunk/PKGBUILD)
  konsole/repos/extra-x86_64/PKGBUILD
    (from rev 275617, konsole/trunk/PKGBUILD)
Deleted:
  konsole/repos/extra-i686/PKGBUILD
  konsole/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   90 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   37 -------------------
 extra-x86_64/PKGBUILD |   37 -------------------
 3 files changed, 90 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-08-31 16:25:18 UTC (rev 275617)
+++ extra-i686/PKGBUILD	2016-08-31 16:26:18 UTC (rev 275618)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=konsole
-pkgver=16.08.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('knotifyconfig' 'kpty' 'kparts')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('kdebase-keditbookmarks: to manage bookmarks')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz")
-sha1sums=('d1b0187afbd879f2211c2b229a2a64cbd0be952b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../konsole-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konsole/repos/extra-i686/PKGBUILD (from rev 275617, konsole/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-08-31 16:26:18 UTC (rev 275618)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=konsole
+pkgver=16.08.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('knotifyconfig' 'kpty' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+optdepends=('kdebase-keditbookmarks: to manage bookmarks')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole<4.14.3-2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz"
+        kdebug-366368.patch::"https://quickgit.kde.org/?p=konsole.git&a=commitdiff&h=fca305eb&o=plain")
+sha1sums=('d1b0187afbd879f2211c2b229a2a64cbd0be952b'
+          'ab722ec281677d7ecdba2f0a269dba25bf824474')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix background transparency http://bugs.kde.org/show_bug.cgi?id=366368
+  patch -p1 -i ../kdebug-366368.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-08-31 16:25:18 UTC (rev 275617)
+++ extra-x86_64/PKGBUILD	2016-08-31 16:26:18 UTC (rev 275618)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=konsole
-pkgver=16.08.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('knotifyconfig' 'kpty' 'kparts')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('kdebase-keditbookmarks: to manage bookmarks')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz")
-sha1sums=('d1b0187afbd879f2211c2b229a2a64cbd0be952b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../konsole-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konsole/repos/extra-x86_64/PKGBUILD (from rev 275617, konsole/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-08-31 16:26:18 UTC (rev 275618)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=konsole
+pkgver=16.08.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('knotifyconfig' 'kpty' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+optdepends=('kdebase-keditbookmarks: to manage bookmarks')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole<4.14.3-2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz"
+        kdebug-366368.patch::"https://quickgit.kde.org/?p=konsole.git&a=commitdiff&h=fca305eb&o=plain")
+sha1sums=('d1b0187afbd879f2211c2b229a2a64cbd0be952b'
+          'ab722ec281677d7ecdba2f0a269dba25bf824474')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix background transparency http://bugs.kde.org/show_bug.cgi?id=366368
+  patch -p1 -i ../kdebug-366368.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list