[arch-commits] Commit in kdesdk-umbrello/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Fri Jun 28 14:06:45 UTC 2013
Date: Friday, June 28, 2013 @ 16:06:45
Author: andrea
Revision: 189160
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD
(from rev 189159, kdesdk-umbrello/kde-unstable/PKGBUILD)
kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install
(from rev 189159, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD
(from rev 189159, kdesdk-umbrello/kde-unstable/PKGBUILD)
kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install
(from rev 189159, 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-06-28 14:06:38 UTC (rev 189159)
+++ kde-unstable-i686/PKGBUILD 2013-06-28 14:06:45 UTC (rev 189160)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-umbrello
-pkgver=4.10.80
-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=('3f598ac01331842b1c84bc5ede63a74be36a6f70')
-
-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 189159, kdesdk-umbrello/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-06-28 14:06:45 UTC (rev 189160)
@@ -0,0 +1,32 @@
+# $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
+}
Deleted: kde-unstable-i686/kdesdk-umbrello.install
===================================================================
--- kde-unstable-i686/kdesdk-umbrello.install 2013-06-28 14:06:38 UTC (rev 189159)
+++ kde-unstable-i686/kdesdk-umbrello.install 2013-06-28 14:06:45 UTC (rev 189160)
@@ -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 189159, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===================================================================
--- kde-unstable-i686/kdesdk-umbrello.install (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install 2013-06-28 14:06:45 UTC (rev 189160)
@@ -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-06-28 14:06:38 UTC (rev 189159)
+++ kde-unstable-x86_64/PKGBUILD 2013-06-28 14:06:45 UTC (rev 189160)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-umbrello
-pkgver=4.10.80
-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=('3f598ac01331842b1c84bc5ede63a74be36a6f70')
-
-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 189159, kdesdk-umbrello/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-06-28 14:06:45 UTC (rev 189160)
@@ -0,0 +1,32 @@
+# $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
+}
Deleted: kde-unstable-x86_64/kdesdk-umbrello.install
===================================================================
--- kde-unstable-x86_64/kdesdk-umbrello.install 2013-06-28 14:06:38 UTC (rev 189159)
+++ kde-unstable-x86_64/kdesdk-umbrello.install 2013-06-28 14:06:45 UTC (rev 189160)
@@ -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 189159, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-umbrello.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install 2013-06-28 14:06:45 UTC (rev 189160)
@@ -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