Date: Wednesday, March 4, 2015 @ 16:44:04
  Author: fyan
Revision: 232763

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdenetwork-kget/repos/testing-i686/
  kdenetwork-kget/repos/testing-i686/PKGBUILD
    (from rev 232762, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install
    (from rev 232762, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/testing-x86_64/
  kdenetwork-kget/repos/testing-x86_64/PKGBUILD
    (from rev 232762, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install
    (from rev 232762, kdenetwork-kget/trunk/kdenetwork-kget.install)

----------------------------------------+
 testing-i686/PKGBUILD                  |   37 +++++++++++++++++++++++++++++++
 testing-i686/kdenetwork-kget.install   |   12 ++++++++++
 testing-x86_64/PKGBUILD                |   37 +++++++++++++++++++++++++++++++
 testing-x86_64/kdenetwork-kget.install |   12 ++++++++++
 4 files changed, 98 insertions(+)

Copied: kdenetwork-kget/repos/testing-i686/PKGBUILD (from rev 232762, 
kdenetwork-kget/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-03-04 15:44:04 UTC (rev 232763)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdenetwork-kget
+pkgver=14.12.3
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";)
+sha1sums=('e7a34241be366c38f8c0430119cc73f8bca21f4d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_NepomukCore=OFF \
+    -DWITH_NepomukWidgets=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install (from rev 
232762, kdenetwork-kget/trunk/kdenetwork-kget.install)
===================================================================
--- testing-i686/kdenetwork-kget.install                                (rev 0)
+++ testing-i686/kdenetwork-kget.install        2015-03-04 15:44:04 UTC (rev 
232763)
@@ -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-kget/repos/testing-x86_64/PKGBUILD (from rev 232762, 
kdenetwork-kget/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-03-04 15:44:04 UTC (rev 232763)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdenetwork-kget
+pkgver=14.12.3
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";)
+sha1sums=('e7a34241be366c38f8c0430119cc73f8bca21f4d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_NepomukCore=OFF \
+    -DWITH_NepomukWidgets=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install (from rev 
232762, kdenetwork-kget/trunk/kdenetwork-kget.install)
===================================================================
--- testing-x86_64/kdenetwork-kget.install                              (rev 0)
+++ testing-x86_64/kdenetwork-kget.install      2015-03-04 15:44:04 UTC (rev 
232763)
@@ -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
+}

Reply via email to