[arch-commits] Commit in kdenetwork-kppp/repos (8 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 15 08:04:44 UTC 2014


    Date: Saturday, March 15, 2014 @ 09:04:44
  Author: andrea
Revision: 207904

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
    (from rev 207903, kdenetwork-kppp/kde-unstable/PKGBUILD)
  kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install
    (from rev 207903, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 207903, kdenetwork-kppp/kde-unstable/PKGBUILD)
  kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install
    (from rev 207903, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
Deleted:
  kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install

---------------------------------------------+
 /PKGBUILD                                   |   62 ++++++++++++++++++++++++++
 /kdenetwork-kppp.install                    |   24 ++++++++++
 kde-unstable-i686/PKGBUILD                  |   31 -------------
 kde-unstable-i686/kdenetwork-kppp.install   |   12 -----
 kde-unstable-x86_64/PKGBUILD                |   31 -------------
 kde-unstable-x86_64/kdenetwork-kppp.install |   12 -----
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2014-03-15 08:04:34 UTC (rev 207903)
+++ kde-unstable-i686/PKGBUILD	2014-03-15 08:04:44 UTC (rev 207904)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kppp
-pkgver=4.12.80
-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/unstable/${pkgver}/src/kppp-${pkgver}.tar.xz")
-sha1sums=('1f2ea91ca1967bf6bf73ad2305561a2af1716963')
-
-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/kde-unstable-i686/PKGBUILD (from rev 207903, kdenetwork-kppp/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-15 08:04:44 UTC (rev 207904)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kppp
+pkgver=4.12.90
+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/unstable/${pkgver}/src/kppp-${pkgver}.tar.xz")
+sha1sums=('63434f330c5085a49690bced8d593e78591ad774')
+
+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
+}

Deleted: kde-unstable-i686/kdenetwork-kppp.install
===================================================================
--- kde-unstable-i686/kdenetwork-kppp.install	2014-03-15 08:04:34 UTC (rev 207903)
+++ kde-unstable-i686/kdenetwork-kppp.install	2014-03-15 08:04:44 UTC (rev 207904)
@@ -1,12 +0,0 @@
-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/kde-unstable-i686/kdenetwork-kppp.install (from rev 207903, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
===================================================================
--- kde-unstable-i686/kdenetwork-kppp.install	                        (rev 0)
+++ kde-unstable-i686/kdenetwork-kppp.install	2014-03-15 08:04:44 UTC (rev 207904)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2014-03-15 08:04:34 UTC (rev 207903)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-15 08:04:44 UTC (rev 207904)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kppp
-pkgver=4.12.80
-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/unstable/${pkgver}/src/kppp-${pkgver}.tar.xz")
-sha1sums=('1f2ea91ca1967bf6bf73ad2305561a2af1716963')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 207903, kdenetwork-kppp/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-15 08:04:44 UTC (rev 207904)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kppp
+pkgver=4.12.90
+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/unstable/${pkgver}/src/kppp-${pkgver}.tar.xz")
+sha1sums=('63434f330c5085a49690bced8d593e78591ad774')
+
+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
+}

Deleted: kde-unstable-x86_64/kdenetwork-kppp.install
===================================================================
--- kde-unstable-x86_64/kdenetwork-kppp.install	2014-03-15 08:04:34 UTC (rev 207903)
+++ kde-unstable-x86_64/kdenetwork-kppp.install	2014-03-15 08:04:44 UTC (rev 207904)
@@ -1,12 +0,0 @@
-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/kde-unstable-x86_64/kdenetwork-kppp.install (from rev 207903, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
===================================================================
--- kde-unstable-x86_64/kdenetwork-kppp.install	                        (rev 0)
+++ kde-unstable-x86_64/kdenetwork-kppp.install	2014-03-15 08:04:44 UTC (rev 207904)
@@ -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