[arch-commits] Commit in krdc/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 8 07:24:55 UTC 2016
Date: Friday, April 8, 2016 @ 09:24:55
Author: arojas
Revision: 264153
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
krdc/repos/kde-unstable-i686/PKGBUILD
(from rev 264152, krdc/kde-unstable/PKGBUILD)
krdc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264152, krdc/kde-unstable/PKGBUILD)
Deleted:
krdc/repos/kde-unstable-i686/PKGBUILD
krdc/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 84 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 42 --------------------
kde-unstable-x86_64/PKGBUILD | 42 --------------------
3 files changed, 84 insertions(+), 84 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-08 07:24:29 UTC (rev 264152)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:24:55 UTC (rev 264153)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=krdc
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver freerdp kdoctools)
-optdepends=('libvncserver: VNC support'
- 'freerdp: RDP support'
- 'kdebase-keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('e0f677844a4e942b96023738b3be10e27e6454b3')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: krdc/repos/kde-unstable-i686/PKGBUILD (from rev 264152, krdc/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:24:55 UTC (rev 264153)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=krdc
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils kdnssd knotifyconfig)
+makedepends=(extra-cmake-modules libvncserver freerdp kdoctools)
+optdepends=('libvncserver: VNC support'
+ 'freerdp: RDP support'
+ 'kdebase-keditbookmarks: to edit bookmarks')
+conflicts=(kdenetwork-krdc)
+replaces=(kdenetwork-krdc)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('4b3c5d291091791c53efae0be1f08df23a0e4393')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-04-08 07:24:29 UTC (rev 264152)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:24:55 UTC (rev 264153)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=krdc
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver freerdp kdoctools)
-optdepends=('libvncserver: VNC support'
- 'freerdp: RDP support'
- 'kdebase-keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('e0f677844a4e942b96023738b3be10e27e6454b3')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: krdc/repos/kde-unstable-x86_64/PKGBUILD (from rev 264152, krdc/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:24:55 UTC (rev 264153)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=krdc
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils kdnssd knotifyconfig)
+makedepends=(extra-cmake-modules libvncserver freerdp kdoctools)
+optdepends=('libvncserver: VNC support'
+ 'freerdp: RDP support'
+ 'kdebase-keditbookmarks: to edit bookmarks')
+conflicts=(kdenetwork-krdc)
+replaces=(kdenetwork-krdc)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('4b3c5d291091791c53efae0be1f08df23a0e4393')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list