[arch-commits] Commit in plasma-mediacenter/repos (6 files)
Felix Yan
fyan at archlinux.org
Tue Mar 22 14:25:47 UTC 2016
Date: Tuesday, March 22, 2016 @ 15:25:46
Author: fyan
Revision: 262260
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
(from rev 262259, plasma-mediacenter/trunk/PKGBUILD)
plasma-mediacenter/repos/kde-unstable-i686/plasma-mediacenter.install
(from rev 262259, plasma-mediacenter/trunk/plasma-mediacenter.install)
plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 262259, plasma-mediacenter/trunk/PKGBUILD)
plasma-mediacenter/repos/kde-unstable-x86_64/plasma-mediacenter.install
(from rev 262259, plasma-mediacenter/trunk/plasma-mediacenter.install)
Deleted:
plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD
------------------------------------------------+
/PKGBUILD | 72 +++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 35 -----------
kde-unstable-i686/plasma-mediacenter.install | 11 +++
kde-unstable-x86_64/PKGBUILD | 35 -----------
kde-unstable-x86_64/plasma-mediacenter.install | 11 +++
5 files changed, 94 insertions(+), 70 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-03-22 14:25:14 UTC (rev 262259)
+++ kde-unstable-i686/PKGBUILD 2016-03-22 14:25:46 UTC (rev 262260)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Bhushan Shah <bhush94 at gmail dot com>
-
-pkgname=plasma-mediacenter
-pkgver=5.5.95
-pkgrel=1
-pkgdesc="A mediacenter user interface based on KDE Plasma components"
-arch=(i686 x86_64)
-url="http://community.kde.org/Plasma/Plasma_Media_Center/"
-license=(GPL3)
-depends=(plasma-workspace baloo qt5-multimedia)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('69a69689b8f248a952e9c7c994c4860f')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD (from rev 262259, plasma-mediacenter/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-03-22 14:25:46 UTC (rev 262260)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bhushan Shah <bhush94 at gmail dot com>
+
+pkgname=plasma-mediacenter
+pkgver=5.6.0
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/"
+license=(GPL3)
+depends=(plasma-workspace baloo hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('351aba4bf5d8932232d04dfaf5165f3e')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: plasma-mediacenter/repos/kde-unstable-i686/plasma-mediacenter.install (from rev 262259, plasma-mediacenter/trunk/plasma-mediacenter.install)
===================================================================
--- kde-unstable-i686/plasma-mediacenter.install (rev 0)
+++ kde-unstable-i686/plasma-mediacenter.install 2016-03-22 14:25:46 UTC (rev 262260)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-03-22 14:25:14 UTC (rev 262259)
+++ kde-unstable-x86_64/PKGBUILD 2016-03-22 14:25:46 UTC (rev 262260)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Bhushan Shah <bhush94 at gmail dot com>
-
-pkgname=plasma-mediacenter
-pkgver=5.5.95
-pkgrel=1
-pkgdesc="A mediacenter user interface based on KDE Plasma components"
-arch=(i686 x86_64)
-url="http://community.kde.org/Plasma/Plasma_Media_Center/"
-license=(GPL3)
-depends=(plasma-workspace baloo qt5-multimedia)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('69a69689b8f248a952e9c7c994c4860f')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 262259, plasma-mediacenter/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-03-22 14:25:46 UTC (rev 262260)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bhushan Shah <bhush94 at gmail dot com>
+
+pkgname=plasma-mediacenter
+pkgver=5.6.0
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/"
+license=(GPL3)
+depends=(plasma-workspace baloo hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('351aba4bf5d8932232d04dfaf5165f3e')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: plasma-mediacenter/repos/kde-unstable-x86_64/plasma-mediacenter.install (from rev 262259, plasma-mediacenter/trunk/plasma-mediacenter.install)
===================================================================
--- kde-unstable-x86_64/plasma-mediacenter.install (rev 0)
+++ kde-unstable-x86_64/plasma-mediacenter.install 2016-03-22 14:25:46 UTC (rev 262260)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list