[arch-commits] Commit in muon/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 28 07:38:26 UTC 2015
Date: Tuesday, April 28, 2015 @ 09:38:26
Author: arojas
Revision: 132370
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
muon/repos/community-testing-i686/
muon/repos/community-testing-i686/PKGBUILD
(from rev 132369, muon/trunk/PKGBUILD)
muon/repos/community-testing-i686/muon.install
(from rev 132369, muon/trunk/muon.install)
muon/repos/community-testing-x86_64/
muon/repos/community-testing-x86_64/PKGBUILD
(from rev 132369, muon/trunk/PKGBUILD)
muon/repos/community-testing-x86_64/muon.install
(from rev 132369, muon/trunk/muon.install)
---------------------------------------+
community-testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++
community-testing-i686/muon.install | 12 +++++++++++
community-testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++
community-testing-x86_64/muon.install | 12 +++++++++++
4 files changed, 92 insertions(+)
Copied: muon/repos/community-testing-i686/PKGBUILD (from rev 132369, muon/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-28 07:38:26 UTC (rev 132370)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=muon
+pkgver=5.3.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'
+license=(LGPL)
+depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('c2d29016945ab4a87a6e9b80099b7d0e')
+
+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-testing-i686/muon.install (from rev 132369, muon/trunk/muon.install)
===================================================================
--- community-testing-i686/muon.install (rev 0)
+++ community-testing-i686/muon.install 2015-04-28 07:38:26 UTC (rev 132370)
@@ -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
+}
Copied: muon/repos/community-testing-x86_64/PKGBUILD (from rev 132369, muon/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-04-28 07:38:26 UTC (rev 132370)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=muon
+pkgver=5.3.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'
+license=(LGPL)
+depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('c2d29016945ab4a87a6e9b80099b7d0e')
+
+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-testing-x86_64/muon.install (from rev 132369, muon/trunk/muon.install)
===================================================================
--- community-testing-x86_64/muon.install (rev 0)
+++ community-testing-x86_64/muon.install 2015-04-28 07:38:26 UTC (rev 132370)
@@ -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