[arch-commits] Commit in muon/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Jan 28 23:48:00 UTC 2015
Date: Thursday, January 29, 2015 @ 00:48:00
Author: arojas
Revision: 126717
archrelease: copy trunk to community-i686, community-x86_64
Added:
muon/repos/community-i686/PKGBUILD
(from rev 126716, muon/trunk/PKGBUILD)
muon/repos/community-i686/muon.install
(from rev 126716, muon/trunk/muon.install)
muon/repos/community-x86_64/PKGBUILD
(from rev 126716, muon/trunk/PKGBUILD)
muon/repos/community-x86_64/muon.install
(from rev 126716, muon/trunk/muon.install)
Deleted:
muon/repos/community-i686/PKGBUILD
muon/repos/community-i686/muon.install
muon/repos/community-x86_64/PKGBUILD
muon/repos/community-x86_64/muon.install
-------------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++
/muon.install | 24 +++++++++++++
community-i686/PKGBUILD | 35 --------------------
community-i686/muon.install | 12 ------
community-x86_64/PKGBUILD | 35 --------------------
community-x86_64/muon.install | 12 ------
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-01-28 23:47:38 UTC (rev 126716)
+++ community-i686/PKGBUILD 2015-01-28 23:48:00 UTC (rev 126717)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=muon
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/muon'
-#groups=('plasma')
-license=('LGPL')
-depends=('packagekit-qt5' 'kdeclarative' 'appstream-qt' 'archlinux-appstream-data')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('72cd26214b3e0aa018c7606ea0782c98')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../muon-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: muon/repos/community-i686/PKGBUILD (from rev 126716, muon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-28 23:48:00 UTC (rev 126717)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=muon
+pkgver=5.2.0
+pkgrel=2
+pkgdesc='A collection of package management tools for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/muon'
+#groups=('plasma')
+license=('LGPL')
+depends=('packagekit-qt5' 'plasma-framework' 'knewstuff' 'appstream-qt' 'archlinux-appstream-data')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('72cd26214b3e0aa018c7606ea0782c98')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../muon-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-i686/muon.install
===================================================================
--- community-i686/muon.install 2015-01-28 23:47:38 UTC (rev 126716)
+++ community-i686/muon.install 2015-01-28 23:48:00 UTC (rev 126717)
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: muon/repos/community-i686/muon.install (from rev 126716, muon/trunk/muon.install)
===================================================================
--- community-i686/muon.install (rev 0)
+++ community-i686/muon.install 2015-01-28 23:48:00 UTC (rev 126717)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-01-28 23:47:38 UTC (rev 126716)
+++ community-x86_64/PKGBUILD 2015-01-28 23:48:00 UTC (rev 126717)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=muon
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/muon'
-#groups=('plasma')
-license=('LGPL')
-depends=('packagekit-qt5' 'kdeclarative' 'appstream-qt' 'archlinux-appstream-data')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('72cd26214b3e0aa018c7606ea0782c98')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../muon-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: muon/repos/community-x86_64/PKGBUILD (from rev 126716, muon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-01-28 23:48:00 UTC (rev 126717)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=muon
+pkgver=5.2.0
+pkgrel=2
+pkgdesc='A collection of package management tools for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/muon'
+#groups=('plasma')
+license=('LGPL')
+depends=('packagekit-qt5' 'plasma-framework' 'knewstuff' 'appstream-qt' 'archlinux-appstream-data')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('72cd26214b3e0aa018c7606ea0782c98')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../muon-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/muon.install
===================================================================
--- community-x86_64/muon.install 2015-01-28 23:47:38 UTC (rev 126716)
+++ community-x86_64/muon.install 2015-01-28 23:48:00 UTC (rev 126717)
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: muon/repos/community-x86_64/muon.install (from rev 126716, muon/trunk/muon.install)
===================================================================
--- community-x86_64/muon.install (rev 0)
+++ community-x86_64/muon.install 2015-01-28 23:48:00 UTC (rev 126717)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list