[arch-commits] Commit in kdenetwork-kppp/repos (6 files)
Felix Yan
fyan at archlinux.org
Wed Nov 19 18:51:54 UTC 2014
Date: Wednesday, November 19, 2014 @ 19:51:53
Author: fyan
Revision: 226659
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdenetwork-kppp/repos/testing-i686/
kdenetwork-kppp/repos/testing-i686/PKGBUILD
(from rev 226658, kdenetwork-kppp/trunk/PKGBUILD)
kdenetwork-kppp/repos/testing-i686/kdenetwork-kppp.install
(from rev 226658, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
kdenetwork-kppp/repos/testing-x86_64/
kdenetwork-kppp/repos/testing-x86_64/PKGBUILD
(from rev 226658, kdenetwork-kppp/trunk/PKGBUILD)
kdenetwork-kppp/repos/testing-x86_64/kdenetwork-kppp.install
(from rev 226658, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
----------------------------------------+
testing-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
testing-i686/kdenetwork-kppp.install | 12 ++++++++++++
testing-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
testing-x86_64/kdenetwork-kppp.install | 12 ++++++++++++
4 files changed, 86 insertions(+)
Copied: kdenetwork-kppp/repos/testing-i686/PKGBUILD (from rev 226658, kdenetwork-kppp/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-11-19 18:51:53 UTC (rev 226659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kppp
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz")
+sha1sums=('3f5011b9469d0760c068a0e1defb1ec0646aa9ab')
+
+build() {
+ mkdir 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/testing-i686/kdenetwork-kppp.install (from rev 226658, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===================================================================
--- testing-i686/kdenetwork-kppp.install (rev 0)
+++ testing-i686/kdenetwork-kppp.install 2014-11-19 18:51:53 UTC (rev 226659)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kdenetwork-kppp/repos/testing-x86_64/PKGBUILD (from rev 226658, kdenetwork-kppp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 18:51:53 UTC (rev 226659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kppp
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz")
+sha1sums=('3f5011b9469d0760c068a0e1defb1ec0646aa9ab')
+
+build() {
+ mkdir 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/testing-x86_64/kdenetwork-kppp.install (from rev 226658, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===================================================================
--- testing-x86_64/kdenetwork-kppp.install (rev 0)
+++ testing-x86_64/kdenetwork-kppp.install 2014-11-19 18:51:53 UTC (rev 226659)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list