[arch-commits] Commit in kdenetwork-kppp/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 20 08:51:43 UTC 2017
Date: Thursday, April 20, 2017 @ 08:51:42
Author: arojas
Revision: 293463
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdenetwork-kppp/repos/kde-unstable-i686/
kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
(from rev 293462, kdenetwork-kppp/trunk/PKGBUILD)
kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293462, kdenetwork-kppp/trunk/PKGBUILD)
Deleted:
kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 33 ---------------------------------
3 files changed, 66 insertions(+), 33 deletions(-)
Copied: kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD (from rev 293462, kdenetwork-kppp/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-04-20 08:51:42 UTC (rev 293463)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kppp
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='https://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c1522fd5da097e73d56c112d8324d8da72ea18f957708defdc761bf832623cce'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../kppp-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2017-04-20 08:51:10 UTC (rev 293462)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:51:42 UTC (rev 293463)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kppp
-pkgver=17.03.90
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='https://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz"{,.sig})
-sha256sums=('27219ef0da728e15c4646577fe301dbf22f14eee3cdde1867c19d534e4383b6c'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
- mkdir -p build
- cd build
- cmake ../kppp-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR=$pkgdir install
-}
Copied: kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD (from rev 293462, kdenetwork-kppp/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:51:42 UTC (rev 293463)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kppp
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='https://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c1522fd5da097e73d56c112d8324d8da72ea18f957708defdc761bf832623cce'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../kppp-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list