[arch-commits] Commit in umbrello/repos (10 files)
Antonio Rojas
arojas at archlinux.org
Tue Oct 13 08:10:56 UTC 2015
Date: Tuesday, October 13, 2015 @ 10:10:55
Author: arojas
Revision: 249161
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
umbrello/repos/extra-i686/PKGBUILD
(from rev 249160, umbrello/trunk/PKGBUILD)
umbrello/repos/extra-i686/umbrello.install
(from rev 249160, umbrello/trunk/umbrello.install)
umbrello/repos/extra-x86_64/PKGBUILD
(from rev 249160, umbrello/trunk/PKGBUILD)
umbrello/repos/extra-x86_64/umbrello.install
(from rev 249160, umbrello/trunk/umbrello.install)
Deleted:
umbrello/repos/extra-i686/PKGBUILD
umbrello/repos/extra-i686/appstream.patch
umbrello/repos/extra-i686/umbrello.install
umbrello/repos/extra-x86_64/PKGBUILD
umbrello/repos/extra-x86_64/appstream.patch
umbrello/repos/extra-x86_64/umbrello.install
-------------------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++++++
/umbrello.install | 26 ++++++++++++
extra-i686/PKGBUILD | 47 ----------------------
extra-i686/appstream.patch | 53 -------------------------
extra-i686/umbrello.install | 13 ------
extra-x86_64/PKGBUILD | 47 ----------------------
extra-x86_64/appstream.patch | 53 -------------------------
extra-x86_64/umbrello.install | 13 ------
8 files changed, 108 insertions(+), 226 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-10-13 08:10:34 UTC (rev 249160)
+++ extra-i686/PKGBUILD 2015-10-13 08:10:55 UTC (rev 249161)
@@ -1,47 +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.08.1
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor kinit)
-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" appstream.patch)
-install=$pkgname.install
-md5sums=('002910788a647072deb7314a22c6ba44'
- 'db568533f3722bb5629c98031debe16f')
-
-prepare() {
- mkdir -p build
-
-# Add appstream metadata https://bugs.kde.org/show_bug.cgi?id=352607
- cd $pkgname-$pkgver
- touch umbrello/org.kde.umbrello.appdata.xml
- patch -p1 -i ../appstream.patch
-}
-
-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/extra-i686/PKGBUILD (from rev 249160, umbrello/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 08:10:55 UTC (rev 249161)
@@ -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.08.2
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor kinit)
+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=('c14b8516085b7b39666127df2f6e4323')
+
+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: extra-i686/appstream.patch
===================================================================
--- extra-i686/appstream.patch 2015-10-13 08:10:34 UTC (rev 249160)
+++ extra-i686/appstream.patch 2015-10-13 08:10:55 UTC (rev 249161)
@@ -1,53 +0,0 @@
-From: Matthias Klumpp <matthias at tenstral.net>
-Date: Thu, 06 Aug 2015 13:18:02 +0000
-Subject: Add AppStream metadata
-X-Git-Url: http://quickgit.kde.org/?p=umbrello.git&a=commitdiff&h=70ecfc71c7bf6400560b964d8ed9dfaf2a6abb57
----
-Add AppStream metadata
-
-BUG:352607
-
-(cherry picked from commit fa2014c9d3edb2cb144bc9f5f0edafa789c2975c)
-
-Conflicts:
-umbrello/CMakeLists.txt
----
-
-
---- a/umbrello/org.kde.umbrello.appdata.xml
-+++ b/umbrello/org.kde.umbrello.appdata.xml
-@@ -1,1 +1,33 @@
-+<?xml version="1.0" ?>
-+<component type="desktop">
-+ <id>org.kde.umbrello.desktop</id>
-+ <metadata_license>CC0-1.0</metadata_license>
-+ <project_license>GPL-2.0+</project_license>
-+ <name>Umbrello</name>
-+ <summary>UML Modeller</summary>
-+ <description>
-+ <p>
-+ Umbrello is a Unified Modelling Language (UML) modelling tool and code generator.
-+ It can create diagrams of software and other systems in the industry-standard UML format, and can also generate code from UML diagrams
-+ in a variety of programming languages.
-+ </p>
-+ <p>Features:</p>
-+ <ul>
-+ <li>Supported formats: XMI</li>
-+ <li>Several type of diagrams supported: use case, class, sequence, collaboration, state, activity, component, deployment, entity relationship</li>
-+ </ul>
-+ </description>
-+ <url type="homepage">http://umbrello.kde.org</url>
-+ <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=umbrello</url>
-+ <url type="help">http://docs.kde.org/stable/en/kdesdk/umbrello/index.html</url>
-+ <screenshots>
-+ <screenshot type="default">
-+ <image>http://kde.org/images/screenshots/umbrello.png</image>
-+ </screenshot>
-+ </screenshots>
-+ <project_group>KDE</project_group>
-+ <provides>
-+ <binary>umbrello</binary>
-+ </provides>
-+</component>
-
-
Deleted: extra-i686/umbrello.install
===================================================================
--- extra-i686/umbrello.install 2015-10-13 08:10:34 UTC (rev 249160)
+++ extra-i686/umbrello.install 2015-10-13 08:10:55 UTC (rev 249161)
@@ -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/extra-i686/umbrello.install (from rev 249160, umbrello/trunk/umbrello.install)
===================================================================
--- extra-i686/umbrello.install (rev 0)
+++ extra-i686/umbrello.install 2015-10-13 08:10:55 UTC (rev 249161)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-10-13 08:10:34 UTC (rev 249160)
+++ extra-x86_64/PKGBUILD 2015-10-13 08:10:55 UTC (rev 249161)
@@ -1,47 +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.08.1
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor kinit)
-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" appstream.patch)
-install=$pkgname.install
-md5sums=('002910788a647072deb7314a22c6ba44'
- 'db568533f3722bb5629c98031debe16f')
-
-prepare() {
- mkdir -p build
-
-# Add appstream metadata https://bugs.kde.org/show_bug.cgi?id=352607
- cd $pkgname-$pkgver
- touch umbrello/org.kde.umbrello.appdata.xml
- patch -p1 -i ../appstream.patch
-}
-
-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/extra-x86_64/PKGBUILD (from rev 249160, umbrello/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-10-13 08:10:55 UTC (rev 249161)
@@ -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.08.2
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor kinit)
+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=('c14b8516085b7b39666127df2f6e4323')
+
+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: extra-x86_64/appstream.patch
===================================================================
--- extra-x86_64/appstream.patch 2015-10-13 08:10:34 UTC (rev 249160)
+++ extra-x86_64/appstream.patch 2015-10-13 08:10:55 UTC (rev 249161)
@@ -1,53 +0,0 @@
-From: Matthias Klumpp <matthias at tenstral.net>
-Date: Thu, 06 Aug 2015 13:18:02 +0000
-Subject: Add AppStream metadata
-X-Git-Url: http://quickgit.kde.org/?p=umbrello.git&a=commitdiff&h=70ecfc71c7bf6400560b964d8ed9dfaf2a6abb57
----
-Add AppStream metadata
-
-BUG:352607
-
-(cherry picked from commit fa2014c9d3edb2cb144bc9f5f0edafa789c2975c)
-
-Conflicts:
-umbrello/CMakeLists.txt
----
-
-
---- a/umbrello/org.kde.umbrello.appdata.xml
-+++ b/umbrello/org.kde.umbrello.appdata.xml
-@@ -1,1 +1,33 @@
-+<?xml version="1.0" ?>
-+<component type="desktop">
-+ <id>org.kde.umbrello.desktop</id>
-+ <metadata_license>CC0-1.0</metadata_license>
-+ <project_license>GPL-2.0+</project_license>
-+ <name>Umbrello</name>
-+ <summary>UML Modeller</summary>
-+ <description>
-+ <p>
-+ Umbrello is a Unified Modelling Language (UML) modelling tool and code generator.
-+ It can create diagrams of software and other systems in the industry-standard UML format, and can also generate code from UML diagrams
-+ in a variety of programming languages.
-+ </p>
-+ <p>Features:</p>
-+ <ul>
-+ <li>Supported formats: XMI</li>
-+ <li>Several type of diagrams supported: use case, class, sequence, collaboration, state, activity, component, deployment, entity relationship</li>
-+ </ul>
-+ </description>
-+ <url type="homepage">http://umbrello.kde.org</url>
-+ <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=umbrello</url>
-+ <url type="help">http://docs.kde.org/stable/en/kdesdk/umbrello/index.html</url>
-+ <screenshots>
-+ <screenshot type="default">
-+ <image>http://kde.org/images/screenshots/umbrello.png</image>
-+ </screenshot>
-+ </screenshots>
-+ <project_group>KDE</project_group>
-+ <provides>
-+ <binary>umbrello</binary>
-+ </provides>
-+</component>
-
-
Deleted: extra-x86_64/umbrello.install
===================================================================
--- extra-x86_64/umbrello.install 2015-10-13 08:10:34 UTC (rev 249160)
+++ extra-x86_64/umbrello.install 2015-10-13 08:10:55 UTC (rev 249161)
@@ -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/extra-x86_64/umbrello.install (from rev 249160, umbrello/trunk/umbrello.install)
===================================================================
--- extra-x86_64/umbrello.install (rev 0)
+++ extra-x86_64/umbrello.install 2015-10-13 08:10:55 UTC (rev 249161)
@@ -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