[arch-commits] Commit in muon/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Sep 8 19:53:01 UTC 2015
Date: Tuesday, September 8, 2015 @ 21:53:01
Author: arojas
Revision: 139647
archrelease: copy trunk to community-i686, community-x86_64
Added:
muon/repos/community-i686/PKGBUILD
(from rev 139646, muon/trunk/PKGBUILD)
muon/repos/community-i686/muon.install
(from rev 139646, muon/trunk/muon.install)
muon/repos/community-x86_64/PKGBUILD
(from rev 139646, muon/trunk/PKGBUILD)
muon/repos/community-x86_64/muon.install
(from rev 139646, 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 | 68 ++++++++++++++++++++++++++++++++++++++++
/muon.install | 24 ++++++++++++++
community-i686/PKGBUILD | 34 --------------------
community-i686/muon.install | 12 -------
community-x86_64/PKGBUILD | 34 --------------------
community-x86_64/muon.install | 12 -------
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-09-08 19:52:06 UTC (rev 139646)
+++ community-i686/PKGBUILD 2015-09-08 19:53:01 UTC (rev 139647)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=muon
-pkgver=5.4.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=('db1d96bb017cb559c167b25bef231748')
-
-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 139646, muon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 19:53:01 UTC (rev 139647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=muon
+pkgver=5.4.1
+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=('9e9b2c7f015f34de92d2b712a288b073')
+
+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-09-08 19:52:06 UTC (rev 139646)
+++ community-i686/muon.install 2015-09-08 19:53:01 UTC (rev 139647)
@@ -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 139646, muon/trunk/muon.install)
===================================================================
--- community-i686/muon.install (rev 0)
+++ community-i686/muon.install 2015-09-08 19:53:01 UTC (rev 139647)
@@ -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-09-08 19:52:06 UTC (rev 139646)
+++ community-x86_64/PKGBUILD 2015-09-08 19:53:01 UTC (rev 139647)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=muon
-pkgver=5.4.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=('db1d96bb017cb559c167b25bef231748')
-
-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 139646, muon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-08 19:53:01 UTC (rev 139647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=muon
+pkgver=5.4.1
+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=('9e9b2c7f015f34de92d2b712a288b073')
+
+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-09-08 19:52:06 UTC (rev 139646)
+++ community-x86_64/muon.install 2015-09-08 19:53:01 UTC (rev 139647)
@@ -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 139646, muon/trunk/muon.install)
===================================================================
--- community-x86_64/muon.install (rev 0)
+++ community-x86_64/muon.install 2015-09-08 19:53:01 UTC (rev 139647)
@@ -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