[arch-commits] Commit in kdenetwork-kget/repos (6 files)

Felix Yan fyan at archlinux.org
Fri Jan 16 06:32:59 UTC 2015


    Date: Friday, January 16, 2015 @ 07:32:58
  Author: fyan
Revision: 229289

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

Added:
  kdenetwork-kget/repos/testing-i686/
  kdenetwork-kget/repos/testing-i686/PKGBUILD
    (from rev 229288, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install
    (from rev 229288, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/testing-x86_64/
  kdenetwork-kget/repos/testing-x86_64/PKGBUILD
    (from rev 229288, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install
    (from rev 229288, 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 229288, kdenetwork-kget/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-01-16 06:32:58 UTC (rev 229289)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kget
+pkgver=14.12.1
+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=('7407e964419ea9df53b831358a3a5d49d67df6ff')
+
+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 229288, kdenetwork-kget/trunk/kdenetwork-kget.install)
===================================================================
--- testing-i686/kdenetwork-kget.install	                        (rev 0)
+++ testing-i686/kdenetwork-kget.install	2015-01-16 06:32:58 UTC (rev 229289)
@@ -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 229288, kdenetwork-kget/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-01-16 06:32:58 UTC (rev 229289)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kget
+pkgver=14.12.1
+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=('7407e964419ea9df53b831358a3a5d49d67df6ff')
+
+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 229288, kdenetwork-kget/trunk/kdenetwork-kget.install)
===================================================================
--- testing-x86_64/kdenetwork-kget.install	                        (rev 0)
+++ testing-x86_64/kdenetwork-kget.install	2015-01-16 06:32:58 UTC (rev 229289)
@@ -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