[arch-commits] Commit in kdesdk-kompare/repos (8 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Tue Jul 16 19:00:21 UTC 2013
Date: Tuesday, July 16, 2013 @ 21:00:21
Author: svenstaro
Revision: 190417
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdesdk-kompare/repos/kde-unstable-i686/PKGBUILD
(from rev 190416, kdesdk-kompare/kde-unstable/PKGBUILD)
kdesdk-kompare/repos/kde-unstable-i686/kdesdk-kompare.install
(from rev 190416, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
kdesdk-kompare/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190416, kdesdk-kompare/kde-unstable/PKGBUILD)
kdesdk-kompare/repos/kde-unstable-x86_64/kdesdk-kompare.install
(from rev 190416, 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 | 62 +++++++++++++++++++++++++++
/kdesdk-kompare.install | 24 ++++++++++
kde-unstable-i686/PKGBUILD | 31 -------------
kde-unstable-i686/kdesdk-kompare.install | 12 -----
kde-unstable-x86_64/PKGBUILD | 31 -------------
kde-unstable-x86_64/kdesdk-kompare.install | 12 -----
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2013-07-16 19:00:10 UTC (rev 190416)
+++ kde-unstable-i686/PKGBUILD 2013-07-16 19:00:21 UTC (rev 190417)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kompare
-pkgver=4.10.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')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz")
-sha1sums=('63d0ca83dc51fefbbc11f37a2a98b3ca4fce3f7e')
-
-build() {
- mkdir 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 190416, kdesdk-kompare/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-07-16 19:00:21 UTC (rev 190417)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kompare
+pkgver=4.10.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')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz")
+sha1sums=('916fbba3ab9431488fbdc10a9b23329371d7a9ce')
+
+build() {
+ mkdir 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-07-16 19:00:10 UTC (rev 190416)
+++ kde-unstable-i686/kdesdk-kompare.install 2013-07-16 19:00:21 UTC (rev 190417)
@@ -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 190416, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
===================================================================
--- kde-unstable-i686/kdesdk-kompare.install (rev 0)
+++ kde-unstable-i686/kdesdk-kompare.install 2013-07-16 19:00:21 UTC (rev 190417)
@@ -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-07-16 19:00:10 UTC (rev 190416)
+++ kde-unstable-x86_64/PKGBUILD 2013-07-16 19:00:21 UTC (rev 190417)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kompare
-pkgver=4.10.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')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz")
-sha1sums=('63d0ca83dc51fefbbc11f37a2a98b3ca4fce3f7e')
-
-build() {
- mkdir 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 190416, kdesdk-kompare/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-07-16 19:00:21 UTC (rev 190417)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kompare
+pkgver=4.10.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')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz")
+sha1sums=('916fbba3ab9431488fbdc10a9b23329371d7a9ce')
+
+build() {
+ mkdir 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-07-16 19:00:10 UTC (rev 190416)
+++ kde-unstable-x86_64/kdesdk-kompare.install 2013-07-16 19:00:21 UTC (rev 190417)
@@ -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 190416, kdesdk-kompare/kde-unstable/kdesdk-kompare.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-kompare.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-kompare.install 2013-07-16 19:00:21 UTC (rev 190417)
@@ -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