[arch-commits] Commit in kompare/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:56:26 UTC 2015
Date: Monday, September 14, 2015 @ 23:56:26
Author: arojas
Revision: 246217
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kompare/repos/testing-i686/
kompare/repos/testing-i686/PKGBUILD
(from rev 246216, kompare/trunk/PKGBUILD)
kompare/repos/testing-i686/kompare.install
(from rev 246216, kompare/trunk/kompare.install)
kompare/repos/testing-x86_64/
kompare/repos/testing-x86_64/PKGBUILD
(from rev 246216, kompare/trunk/PKGBUILD)
kompare/repos/testing-x86_64/kompare.install
(from rev 246216, kompare/trunk/kompare.install)
--------------------------------+
testing-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
testing-i686/kompare.install | 12 ++++++++++++
testing-x86_64/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
testing-x86_64/kompare.install | 12 ++++++++++++
4 files changed, 102 insertions(+)
Copied: kompare/repos/testing-i686/PKGBUILD (from rev 246216, kompare/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:56:26 UTC (rev 246217)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kompare
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-kompare')
+replaces=('kdesdk-kompare')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz")
+sha1sums=('d4513f8b10d2b87bd662a0050dee84f615de7be5')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
Copied: kompare/repos/testing-i686/kompare.install (from rev 246216, kompare/trunk/kompare.install)
===================================================================
--- testing-i686/kompare.install (rev 0)
+++ testing-i686/kompare.install 2015-09-14 21:56:26 UTC (rev 246217)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kompare/repos/testing-x86_64/PKGBUILD (from rev 246216, kompare/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:56:26 UTC (rev 246217)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kompare
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-kompare')
+replaces=('kdesdk-kompare')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz")
+sha1sums=('d4513f8b10d2b87bd662a0050dee84f615de7be5')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
Copied: kompare/repos/testing-x86_64/kompare.install (from rev 246216, kompare/trunk/kompare.install)
===================================================================
--- testing-x86_64/kompare.install (rev 0)
+++ testing-x86_64/kompare.install 2015-09-14 21:56:26 UTC (rev 246217)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list