[arch-commits] Commit in muon/repos (6 files)

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 13:55:46
  Author: foutrelis
Revision: 150308

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  muon/repos/community-staging-i686/
  muon/repos/community-staging-i686/PKGBUILD
(from rev 150307, muon/trunk/PKGBUILD)
  muon/repos/community-staging-i686/muon.install
(from rev 150307, muon/trunk/muon.install)
  muon/repos/community-staging-x86_64/
  muon/repos/community-staging-x86_64/PKGBUILD
(from rev 150307, muon/trunk/PKGBUILD)
  muon/repos/community-staging-x86_64/muon.install
(from rev 150307, muon/trunk/muon.install)

---+
 community-staging-i686/PKGBUILD   |   34 
 community-staging-i686/muon.install   |   12 +++
 community-staging-x86_64/PKGBUILD |   34 
 community-staging-x86_64/muon.install |   12 +++
 4 files changed, 92 insertions(+)

Copied: muon/repos/community-staging-i686/PKGBUILD (from rev 150307, 
muon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 12:55:46 UTC (rev 150308)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=muon
+pkgver=5.4.3
+pkgrel=2
+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 knewstuff kdeclarative appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python plasma-framework)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('20cce4f714d1341049755f04034e577b')
+
+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-staging-i686/muon.install (from rev 150307, 
muon/trunk/muon.install)
===
--- community-staging-i686/muon.install (rev 0)
+++ community-staging-i686/muon.install 2015-12-08 12:55:46 UTC (rev 150308)
@@ -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-staging-x86_64/PKGBUILD (from rev 150307, 
muon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 12:55:46 UTC (rev 150308)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=muon
+pkgver=5.4.3
+pkgrel=2
+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 knewstuff kdeclarative appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python plasma-framework)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('20cce4f714d1341049755f04034e577b')
+
+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-staging-x86_64/muon.install (from rev 150307, 
muon/trunk/muon.install)
===
--- community-staging-x86_64/muon.install   (rev 0)
+++ community-staging-x86_64/muon.install   2015-12-08 12:55:46 UTC (rev 
150308)
@@ -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
+}


[arch-commits] Commit in muon/repos (6 files)

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 15:51:28
  Author: arojas
Revision: 138753

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 138752, muon/trunk/PKGBUILD)
  muon/repos/community-testing-i686/muon.install
(from rev 138752, muon/trunk/muon.install)
  muon/repos/community-testing-x86_64/
  muon/repos/community-testing-x86_64/PKGBUILD
(from rev 138752, muon/trunk/PKGBUILD)
  muon/repos/community-testing-x86_64/muon.install
(from rev 138752, 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 138752, 
muon/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-25 13:51:28 UTC (rev 138753)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@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-testing-i686/muon.install (from rev 138752, 
muon/trunk/muon.install)
===
--- community-testing-i686/muon.install (rev 0)
+++ community-testing-i686/muon.install 2015-08-25 13:51:28 UTC (rev 138753)
@@ -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 138752, 
muon/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-25 13:51:28 UTC (rev 138753)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@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-testing-x86_64/muon.install (from rev 138752, 
muon/trunk/muon.install)
===
--- community-testing-x86_64/muon.install   (rev 0)
+++ community-testing-x86_64/muon.install   2015-08-25 13:51:28 UTC (rev 
138753)
@@ -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
+}


[arch-commits] Commit in muon/repos (6 files)

2015-04-28 Thread Antonio Rojas
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 aro...@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 aro...@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
+}