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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jul 16 19:01:44 UTC 2013


    Date: Tuesday, July 16, 2013 @ 21:01:44
  Author: svenstaro
Revision: 190429

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

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

---------------------------------------------+
 /PKGBUILD                                   |   64 ++++++++++++++++++++++++++
 /kdesdk-umbrello.install                    |   24 +++++++++
 kde-unstable-i686/PKGBUILD                  |   32 -------------
 kde-unstable-i686/kdesdk-umbrello.install   |   12 ----
 kde-unstable-x86_64/PKGBUILD                |   32 -------------
 kde-unstable-x86_64/kdesdk-umbrello.install |   12 ----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-07-16 19:01:35 UTC (rev 190428)
+++ kde-unstable-i686/PKGBUILD	2013-07-16 19:01:44 UTC (rev 190429)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-umbrello
-pkgver=4.10.90
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz")
-sha1sums=('588ebba04cf00e6ffaa87a1868b3245ae0754243')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../umbrello-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 190428, kdesdk-umbrello/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-07-16 19:01:44 UTC (rev 190429)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-umbrello
+pkgver=4.10.95
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz")
+sha1sums=('51f213c77d69fcb76d56abc5d5c1c7fc65513513')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${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-umbrello.install
===================================================================
--- kde-unstable-i686/kdesdk-umbrello.install	2013-07-16 19:01:35 UTC (rev 190428)
+++ kde-unstable-i686/kdesdk-umbrello.install	2013-07-16 19:01:44 UTC (rev 190429)
@@ -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-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install (from rev 190428, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===================================================================
--- kde-unstable-i686/kdesdk-umbrello.install	                        (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install	2013-07-16 19:01:44 UTC (rev 190429)
@@ -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:01:35 UTC (rev 190428)
+++ kde-unstable-x86_64/PKGBUILD	2013-07-16 19:01:44 UTC (rev 190429)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-umbrello
-pkgver=4.10.90
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz")
-sha1sums=('588ebba04cf00e6ffaa87a1868b3245ae0754243')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../umbrello-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 190428, kdesdk-umbrello/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-07-16 19:01:44 UTC (rev 190429)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-umbrello
+pkgver=4.10.95
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz")
+sha1sums=('51f213c77d69fcb76d56abc5d5c1c7fc65513513')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${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-umbrello.install
===================================================================
--- kde-unstable-x86_64/kdesdk-umbrello.install	2013-07-16 19:01:35 UTC (rev 190428)
+++ kde-unstable-x86_64/kdesdk-umbrello.install	2013-07-16 19:01:44 UTC (rev 190429)
@@ -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-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install (from rev 190428, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-umbrello.install	                        (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install	2013-07-16 19:01:44 UTC (rev 190429)
@@ -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