[arch-commits] Commit in kgamma5 (5 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 14 07:52:59 UTC 2015
Date: Friday, August 14, 2015 @ 09:52:58
Author: arojas
Revision: 243673
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kgamma5/repos/
kgamma5/repos/kde-unstable-i686/
kgamma5/repos/kde-unstable-i686/PKGBUILD
(from rev 243672, kgamma5/kde-unstable/PKGBUILD)
kgamma5/repos/kde-unstable-x86_64/
kgamma5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243672, kgamma5/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: kgamma5/repos/kde-unstable-i686/PKGBUILD (from rev 243672, kgamma5/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2015-08-14 07:52:58 UTC (rev 243673)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kgamma5
+pkgver=5.3.95
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('236325ebb31787a192c9ed61402fbf57')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../kgamma-$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: kgamma5/repos/kde-unstable-x86_64/PKGBUILD (from rev 243672, kgamma5/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2015-08-14 07:52:58 UTC (rev 243673)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kgamma5
+pkgver=5.3.95
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('236325ebb31787a192c9ed61402fbf57')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../kgamma-$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
+}
More information about the arch-commits
mailing list