[arch-commits] Commit in (kgamma5 kgamma5/kde-unstable kgamma5/kde-unstable/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Aug 14 07:50:49 UTC 2015


    Date: Friday, August 14, 2015 @ 09:50:49
  Author: arojas
Revision: 243672

Add kgamma5 (new plasma package)

Added:
  kgamma5/
  kgamma5/kde-unstable/
  kgamma5/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Added: kgamma5/kde-unstable/PKGBUILD
===================================================================
--- kgamma5/kde-unstable/PKGBUILD	                        (rev 0)
+++ kgamma5/kde-unstable/PKGBUILD	2015-08-14 07:50:49 UTC (rev 243672)
@@ -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
+}


Property changes on: kgamma5/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list