[arch-commits] Commit in kscreen/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 28 07:21:27 UTC 2015
Date: Tuesday, April 28, 2015 @ 09:21:27
Author: arojas
Revision: 238110
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kscreen/repos/testing-i686/
kscreen/repos/testing-i686/PKGBUILD
(from rev 238109, kscreen/trunk/PKGBUILD)
kscreen/repos/testing-i686/kscreen.install
(from rev 238109, kscreen/trunk/kscreen.install)
kscreen/repos/testing-x86_64/
kscreen/repos/testing-x86_64/PKGBUILD
(from rev 238109, kscreen/trunk/PKGBUILD)
kscreen/repos/testing-x86_64/kscreen.install
(from rev 238109, kscreen/trunk/kscreen.install)
--------------------------------+
testing-i686/PKGBUILD | 40 +++++++++++++++++++++++++++++++++++++++
testing-i686/kscreen.install | 11 ++++++++++
testing-x86_64/PKGBUILD | 40 +++++++++++++++++++++++++++++++++++++++
testing-x86_64/kscreen.install | 11 ++++++++++
4 files changed, 102 insertions(+)
Copied: kscreen/repos/testing-i686/PKGBUILD (from rev 238109, kscreen/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-04-28 07:21:27 UTC (rev 238110)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kscreen
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz")
+md5sums=('fa55cc44387fc83bc4600a438b61d372')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../kscreen-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: kscreen/repos/testing-i686/kscreen.install (from rev 238109, kscreen/trunk/kscreen.install)
===================================================================
--- testing-i686/kscreen.install (rev 0)
+++ testing-i686/kscreen.install 2015-04-28 07:21:27 UTC (rev 238110)
@@ -0,0 +1,11 @@
+post_install() {
+ [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kscreen/repos/testing-x86_64/PKGBUILD (from rev 238109, kscreen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:21:27 UTC (rev 238110)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kscreen
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz")
+md5sums=('fa55cc44387fc83bc4600a438b61d372')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../kscreen-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: kscreen/repos/testing-x86_64/kscreen.install (from rev 238109, kscreen/trunk/kscreen.install)
===================================================================
--- testing-x86_64/kscreen.install (rev 0)
+++ testing-x86_64/kscreen.install 2015-04-28 07:21:27 UTC (rev 238110)
@@ -0,0 +1,11 @@
+post_install() {
+ [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list