[arch-commits] Commit in umbrello/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Dec 16 08:19:40 UTC 2015
Date: Wednesday, December 16, 2015 @ 09:19:39
Author: arojas
Revision: 256448
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
umbrello/repos/kde-unstable-i686/PKGBUILD
(from rev 256447, umbrello/trunk/PKGBUILD)
umbrello/repos/kde-unstable-i686/umbrello.install
(from rev 256447, umbrello/trunk/umbrello.install)
umbrello/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256447, umbrello/trunk/PKGBUILD)
umbrello/repos/kde-unstable-x86_64/umbrello.install
(from rev 256447, umbrello/trunk/umbrello.install)
Deleted:
umbrello/repos/kde-unstable-i686/PKGBUILD
umbrello/repos/kde-unstable-i686/umbrello.install
umbrello/repos/kde-unstable-x86_64/PKGBUILD
umbrello/repos/kde-unstable-x86_64/umbrello.install
--------------------------------------+
/PKGBUILD | 82 +++++++++++++++++++++++++++++++++
/umbrello.install | 26 ++++++++++
kde-unstable-i686/PKGBUILD | 41 ----------------
kde-unstable-i686/umbrello.install | 13 -----
kde-unstable-x86_64/PKGBUILD | 41 ----------------
kde-unstable-x86_64/umbrello.install | 13 -----
6 files changed, 108 insertions(+), 108 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-12-16 08:19:22 UTC (rev 256447)
+++ kde-unstable-i686/PKGBUILD 2015-12-16 08:19:39 UTC (rev 256448)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=umbrello
-pkgver=15.11.90
-pkgrel=2
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdesdk-umbrello)
-replaces=(kdesdk-umbrello)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('107c034468bb5d7d89f2456b36cdad18')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DLIB_INSTALL_DIR=lib \
- -DBUILD_TESTING=OFF \
- -DBUILD_KF5=ON \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
-
Copied: umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 256447, umbrello/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-12-16 08:19:39 UTC (rev 256448)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=umbrello
+pkgver=15.12.0
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('1056ec261ec2b05b775e7995abdfab72')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_KF5=ON \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
Deleted: kde-unstable-i686/umbrello.install
===================================================================
--- kde-unstable-i686/umbrello.install 2015-12-16 08:19:22 UTC (rev 256447)
+++ kde-unstable-i686/umbrello.install 2015-12-16 08:19:39 UTC (rev 256448)
@@ -1,13 +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: umbrello/repos/kde-unstable-i686/umbrello.install (from rev 256447, umbrello/trunk/umbrello.install)
===================================================================
--- kde-unstable-i686/umbrello.install (rev 0)
+++ kde-unstable-i686/umbrello.install 2015-12-16 08:19:39 UTC (rev 256448)
@@ -0,0 +1,13 @@
+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-12-16 08:19:22 UTC (rev 256447)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-16 08:19:39 UTC (rev 256448)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=umbrello
-pkgver=15.11.90
-pkgrel=2
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdesdk-umbrello)
-replaces=(kdesdk-umbrello)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('107c034468bb5d7d89f2456b36cdad18')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DLIB_INSTALL_DIR=lib \
- -DBUILD_TESTING=OFF \
- -DBUILD_KF5=ON \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
-
Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 256447, umbrello/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-16 08:19:39 UTC (rev 256448)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=umbrello
+pkgver=15.12.0
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('1056ec261ec2b05b775e7995abdfab72')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_KF5=ON \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
Deleted: kde-unstable-x86_64/umbrello.install
===================================================================
--- kde-unstable-x86_64/umbrello.install 2015-12-16 08:19:22 UTC (rev 256447)
+++ kde-unstable-x86_64/umbrello.install 2015-12-16 08:19:39 UTC (rev 256448)
@@ -1,13 +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: umbrello/repos/kde-unstable-x86_64/umbrello.install (from rev 256447, umbrello/trunk/umbrello.install)
===================================================================
--- kde-unstable-x86_64/umbrello.install (rev 0)
+++ kde-unstable-x86_64/umbrello.install 2015-12-16 08:19:39 UTC (rev 256448)
@@ -0,0 +1,13 @@
+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