[arch-commits] Commit in kompare/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 8 07:35:54 UTC 2016
Date: Friday, April 8, 2016 @ 09:35:54
Author: arojas
Revision: 264178
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kompare/repos/kde-unstable-i686/PKGBUILD
(from rev 264177, kompare/kde-unstable/PKGBUILD)
kompare/repos/kde-unstable-i686/kompare.install
(from rev 264177, kompare/kde-unstable/kompare.install)
kompare/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264177, kompare/kde-unstable/PKGBUILD)
kompare/repos/kde-unstable-x86_64/kompare.install
(from rev 264177, kompare/kde-unstable/kompare.install)
Deleted:
kompare/repos/kde-unstable-i686/PKGBUILD
kompare/repos/kde-unstable-i686/kompare.install
kompare/repos/kde-unstable-x86_64/PKGBUILD
kompare/repos/kde-unstable-x86_64/kompare.install
-------------------------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++
/kompare.install | 24 ++++++++++
kde-unstable-i686/PKGBUILD | 39 -----------------
kde-unstable-i686/kompare.install | 12 -----
kde-unstable-x86_64/PKGBUILD | 39 -----------------
kde-unstable-x86_64/kompare.install | 12 -----
6 files changed, 102 insertions(+), 102 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-08 07:35:28 UTC (rev 264177)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:35:54 UTC (rev 264178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kompare
-pkgver=16.03.80
-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/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz")
-sha1sums=('da01779e7a5a62387d43d3eb29267570726f8e4e')
-
-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/kde-unstable-i686/PKGBUILD (from rev 264177, kompare/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:35:54 UTC (rev 264178)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kompare
+pkgver=16.03.90
+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/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz")
+sha1sums=('d9d8af148c4d58c4cf7f41bd39b8039f857cb10c')
+
+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
+}
Deleted: kde-unstable-i686/kompare.install
===================================================================
--- kde-unstable-i686/kompare.install 2016-04-08 07:35:28 UTC (rev 264177)
+++ kde-unstable-i686/kompare.install 2016-04-08 07:35:54 UTC (rev 264178)
@@ -1,12 +0,0 @@
-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/kde-unstable-i686/kompare.install (from rev 264177, kompare/kde-unstable/kompare.install)
===================================================================
--- kde-unstable-i686/kompare.install (rev 0)
+++ kde-unstable-i686/kompare.install 2016-04-08 07:35:54 UTC (rev 264178)
@@ -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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-04-08 07:35:28 UTC (rev 264177)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:35:54 UTC (rev 264178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kompare
-pkgver=16.03.80
-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/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz")
-sha1sums=('da01779e7a5a62387d43d3eb29267570726f8e4e')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 264177, kompare/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:35:54 UTC (rev 264178)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kompare
+pkgver=16.03.90
+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/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz")
+sha1sums=('d9d8af148c4d58c4cf7f41bd39b8039f857cb10c')
+
+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
+}
Deleted: kde-unstable-x86_64/kompare.install
===================================================================
--- kde-unstable-x86_64/kompare.install 2016-04-08 07:35:28 UTC (rev 264177)
+++ kde-unstable-x86_64/kompare.install 2016-04-08 07:35:54 UTC (rev 264178)
@@ -1,12 +0,0 @@
-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/kde-unstable-x86_64/kompare.install (from rev 264177, kompare/kde-unstable/kompare.install)
===================================================================
--- kde-unstable-x86_64/kompare.install (rev 0)
+++ kde-unstable-x86_64/kompare.install 2016-04-08 07:35:54 UTC (rev 264178)
@@ -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