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

Antonio Rojas arojas at archlinux.org
Tue Aug 25 13:51:28 UTC 2015


    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 <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-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 <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-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
+}



More information about the arch-commits mailing list