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

Antonio Rojas arojas at archlinux.org
Fri Mar 27 09:12:02 UTC 2015


    Date: Friday, March 27, 2015 @ 10:12:02
  Author: arojas
Revision: 235158

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

Added:
  kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD
    (from rev 235157, kdesdk-umbrello/kde-unstable/PKGBUILD)
  kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install
    (from rev 235157, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 235157, kdesdk-umbrello/kde-unstable/PKGBUILD)
  kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install
    (from rev 235157, 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                                   |   66 ++++++++++++++++++++++++++
 /kdesdk-umbrello.install                    |   24 +++++++++
 kde-unstable-i686/PKGBUILD                  |   33 -------------
 kde-unstable-i686/kdesdk-umbrello.install   |   12 ----
 kde-unstable-x86_64/PKGBUILD                |   33 -------------
 kde-unstable-x86_64/kdesdk-umbrello.install |   12 ----
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-03-27 09:11:43 UTC (rev 235157)
+++ kde-unstable-i686/PKGBUILD	2015-03-27 09:12:02 UTC (rev 235158)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-umbrello
-pkgver=15.03.95
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz")
-sha1sums=('396f0e9c643558efe05f71be9ee9ddba9fc9b2c6')
-
-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 235157, kdesdk-umbrello/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-03-27 09:12:02 UTC (rev 235158)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-umbrello
+pkgver=15.03.97
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz")
+sha1sums=('bb8160e4b0f5d086af4e3d1b1bc5c6a5a3d81c0f')
+
+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	2015-03-27 09:11:43 UTC (rev 235157)
+++ kde-unstable-i686/kdesdk-umbrello.install	2015-03-27 09:12:02 UTC (rev 235158)
@@ -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 235157, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===================================================================
--- kde-unstable-i686/kdesdk-umbrello.install	                        (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install	2015-03-27 09:12:02 UTC (rev 235158)
@@ -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	2015-03-27 09:11:43 UTC (rev 235157)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-27 09:12:02 UTC (rev 235158)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-umbrello
-pkgver=15.03.95
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz")
-sha1sums=('396f0e9c643558efe05f71be9ee9ddba9fc9b2c6')
-
-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 235157, kdesdk-umbrello/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-27 09:12:02 UTC (rev 235158)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-umbrello
+pkgver=15.03.97
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz")
+sha1sums=('bb8160e4b0f5d086af4e3d1b1bc5c6a5a3d81c0f')
+
+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	2015-03-27 09:11:43 UTC (rev 235157)
+++ kde-unstable-x86_64/kdesdk-umbrello.install	2015-03-27 09:12:02 UTC (rev 235158)
@@ -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 235157, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-umbrello.install	                        (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install	2015-03-27 09:12:02 UTC (rev 235158)
@@ -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