[arch-commits] Commit in kdeutils-kremotecontrol/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 20 09:10:05 UTC 2017
Date: Thursday, April 20, 2017 @ 09:10:04
Author: arojas
Revision: 293518
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-kremotecontrol/repos/kde-unstable-i686/
kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 293517, kdeutils-kremotecontrol/trunk/PKGBUILD)
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293517, kdeutils-kremotecontrol/trunk/PKGBUILD)
Deleted:
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 36 ------------------------------------
3 files changed, 72 insertions(+), 36 deletions(-)
Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 293517, kdeutils-kremotecontrol/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-04-20 09:10:04 UTC (rev 293518)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='https://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d6920c71f5151c7909a86979b4d58bc2112590d34d71e39a46556672f975851f'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+ cd "${srcdir}"
+ mkdir -p build
+ cd build
+ cmake ../kremotecontrol-${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 2017-04-20 09:09:41 UTC (rev 293517)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 09:10:04 UTC (rev 293518)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kremotecontrol
-pkgver=17.03.90
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='https://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c43cb0be3a787d174e9f13de36ccd825c35d3340cc9ed363859702a75fcdaf11'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
- cd "${srcdir}"
- mkdir -p build
- cd build
- cmake ../kremotecontrol-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD (from rev 293517, kdeutils-kremotecontrol/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 09:10:04 UTC (rev 293518)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='https://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d6920c71f5151c7909a86979b4d58bc2112590d34d71e39a46556672f975851f'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+ cd "${srcdir}"
+ mkdir -p build
+ cd build
+ cmake ../kremotecontrol-${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