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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Aug 3 13:15:48 UTC 2014


    Date: Sunday, August 3, 2014 @ 15:15:48
  Author: svenstaro
Revision: 218904

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

Added:
  kdesdk-kompare/repos/kde-unstable-i686/PKGBUILD
    (from rev 218903, kdesdk-kompare/kde-unstable/PKGBUILD)
  kdesdk-kompare/repos/kde-unstable-i686/kdesdk-kompare.install
    (from rev 218903, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
  kdesdk-kompare/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 218903, kdesdk-kompare/kde-unstable/PKGBUILD)
  kdesdk-kompare/repos/kde-unstable-x86_64/kdesdk-kompare.install
    (from rev 218903, 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	2014-08-03 13:15:42 UTC (rev 218903)
+++ kde-unstable-i686/PKGBUILD	2014-08-03 13:15:48 UTC (rev 218904)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kompare
-pkgver=4.13.95
-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=('d65a356b057b7e990e09a6b81b8dfc808ede23de')
-
-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 218903, kdesdk-kompare/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-08-03 13:15:48 UTC (rev 218904)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kompare
+pkgver=4.13.97
+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=('b4eee74fe4da752ec16e07e169bc9f49868d9105')
+
+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	2014-08-03 13:15:42 UTC (rev 218903)
+++ kde-unstable-i686/kdesdk-kompare.install	2014-08-03 13:15:48 UTC (rev 218904)
@@ -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 218903, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
===================================================================
--- kde-unstable-i686/kdesdk-kompare.install	                        (rev 0)
+++ kde-unstable-i686/kdesdk-kompare.install	2014-08-03 13:15:48 UTC (rev 218904)
@@ -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	2014-08-03 13:15:42 UTC (rev 218903)
+++ kde-unstable-x86_64/PKGBUILD	2014-08-03 13:15:48 UTC (rev 218904)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kompare
-pkgver=4.13.95
-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=('d65a356b057b7e990e09a6b81b8dfc808ede23de')
-
-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 218903, kdesdk-kompare/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-08-03 13:15:48 UTC (rev 218904)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kompare
+pkgver=4.13.97
+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=('b4eee74fe4da752ec16e07e169bc9f49868d9105')
+
+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	2014-08-03 13:15:42 UTC (rev 218903)
+++ kde-unstable-x86_64/kdesdk-kompare.install	2014-08-03 13:15:48 UTC (rev 218904)
@@ -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 218903, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-kompare.install	                        (rev 0)
+++ kde-unstable-x86_64/kdesdk-kompare.install	2014-08-03 13:15:48 UTC (rev 218904)
@@ -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