[arch-commits] Commit in kdesdk-kompare/repos (8 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Nov 15 10:18:08 UTC 2013


    Date: Friday, November 15, 2013 @ 11:18:07
  Author: andrea
Revision: 199684

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdesdk-kompare/repos/kde-unstable-i686/PKGBUILD
    (from rev 199683, kdesdk-kompare/kde-unstable/PKGBUILD)
  kdesdk-kompare/repos/kde-unstable-i686/kdesdk-kompare.install
    (from rev 199683, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
  kdesdk-kompare/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 199683, kdesdk-kompare/kde-unstable/PKGBUILD)
  kdesdk-kompare/repos/kde-unstable-x86_64/kdesdk-kompare.install
    (from rev 199683, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
Deleted:
  kdesdk-kompare/repos/kde-unstable-i686/PKGBUILD
  kdesdk-kompare/repos/kde-unstable-i686/kdesdk-kompare.install
  kdesdk-kompare/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-kompare/repos/kde-unstable-x86_64/kdesdk-kompare.install

--------------------------------------------+
 /PKGBUILD                                  |   68 +++++++++++++++++++++++++++
 /kdesdk-kompare.install                    |   24 +++++++++
 kde-unstable-i686/PKGBUILD                 |   34 -------------
 kde-unstable-i686/kdesdk-kompare.install   |   12 ----
 kde-unstable-x86_64/PKGBUILD               |   34 -------------
 kde-unstable-x86_64/kdesdk-kompare.install |   12 ----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-11-15 10:17:53 UTC (rev 199683)
+++ kde-unstable-i686/PKGBUILD	2013-11-15 10:18:07 UTC (rev 199684)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kompare
-pkgver=4.11.80
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'libkomparediff2')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz")
-sha1sums=('89590d411550fae3fb1b3b8b2269a9b52c62041e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kompare-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kompare/repos/kde-unstable-i686/PKGBUILD (from rev 199683, kdesdk-kompare/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-11-15 10:18:07 UTC (rev 199684)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kompare
+pkgver=4.11.90
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'libkomparediff2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz")
+sha1sums=('eac9531959a72b9e17d9de3dc9fd9b96046a600f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdesdk-kompare.install
===================================================================
--- kde-unstable-i686/kdesdk-kompare.install	2013-11-15 10:17:53 UTC (rev 199683)
+++ kde-unstable-i686/kdesdk-kompare.install	2013-11-15 10:18:07 UTC (rev 199684)
@@ -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: kdesdk-kompare/repos/kde-unstable-i686/kdesdk-kompare.install (from rev 199683, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
===================================================================
--- kde-unstable-i686/kdesdk-kompare.install	                        (rev 0)
+++ kde-unstable-i686/kdesdk-kompare.install	2013-11-15 10:18:07 UTC (rev 199684)
@@ -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	2013-11-15 10:17:53 UTC (rev 199683)
+++ kde-unstable-x86_64/PKGBUILD	2013-11-15 10:18:07 UTC (rev 199684)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kompare
-pkgver=4.11.80
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'libkomparediff2')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz")
-sha1sums=('89590d411550fae3fb1b3b8b2269a9b52c62041e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kompare-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kompare/repos/kde-unstable-x86_64/PKGBUILD (from rev 199683, kdesdk-kompare/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-11-15 10:18:07 UTC (rev 199684)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kompare
+pkgver=4.11.90
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'libkomparediff2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz")
+sha1sums=('eac9531959a72b9e17d9de3dc9fd9b96046a600f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/kdesdk-kompare.install
===================================================================
--- kde-unstable-x86_64/kdesdk-kompare.install	2013-11-15 10:17:53 UTC (rev 199683)
+++ kde-unstable-x86_64/kdesdk-kompare.install	2013-11-15 10:18:07 UTC (rev 199684)
@@ -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: kdesdk-kompare/repos/kde-unstable-x86_64/kdesdk-kompare.install (from rev 199683, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-kompare.install	                        (rev 0)
+++ kde-unstable-x86_64/kdesdk-kompare.install	2013-11-15 10:18:07 UTC (rev 199684)
@@ -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