[arch-commits] Commit in kdegraphics-kgamma/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 27 08:55:32 UTC 2015
Date: Friday, March 27, 2015 @ 09:55:32
Author: arojas
Revision: 235107
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD
(from rev 235106, kdegraphics-kgamma/kde-unstable/PKGBUILD)
kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235106, kdegraphics-kgamma/kde-unstable/PKGBUILD)
Deleted:
kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD
kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 70 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 35 --------------------
kde-unstable-x86_64/PKGBUILD | 35 --------------------
3 files changed, 70 insertions(+), 70 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-03-27 08:55:12 UTC (rev 235106)
+++ kde-unstable-i686/PKGBUILD 2015-03-27 08:55:32 UTC (rev 235107)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-kgamma
-pkgver=15.03.95
-pkgrel=1
-pkgdesc="A monitor calibration tool"
-url="http://kde.org/applications/graphics/kgamma/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-# note on libxxf86vm:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz")
-sha1sums=('a15d07095d286bce27d4bc17db91305342571b12')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kgamma-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD (from rev 235106, kdegraphics-kgamma/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-03-27 08:55:32 UTC (rev 235107)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-kgamma
+pkgver=15.03.97
+pkgrel=1
+pkgdesc="A monitor calibration tool"
+url="http://kde.org/applications/graphics/kgamma/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+# note on libxxf86vm:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz")
+sha1sums=('da985ff1220165a1b02ed2100375cfccea023356')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kgamma-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-03-27 08:55:12 UTC (rev 235106)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-27 08:55:32 UTC (rev 235107)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-kgamma
-pkgver=15.03.95
-pkgrel=1
-pkgdesc="A monitor calibration tool"
-url="http://kde.org/applications/graphics/kgamma/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-# note on libxxf86vm:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz")
-sha1sums=('a15d07095d286bce27d4bc17db91305342571b12')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kgamma-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD (from rev 235106, kdegraphics-kgamma/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-27 08:55:32 UTC (rev 235107)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-kgamma
+pkgver=15.03.97
+pkgrel=1
+pkgdesc="A monitor calibration tool"
+url="http://kde.org/applications/graphics/kgamma/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+# note on libxxf86vm:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz")
+sha1sums=('da985ff1220165a1b02ed2100375cfccea023356')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kgamma-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list