[arch-commits] Commit in kdenetwork-kget/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 14 05:21:06 UTC 2015
Date: Friday, August 14, 2015 @ 07:21:06
Author: arojas
Revision: 243578
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
(from rev 243577, kdenetwork-kget/kde-unstable/PKGBUILD)
kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 243577, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243577, kdenetwork-kget/kde-unstable/PKGBUILD)
kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 243577, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
Deleted:
kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install
---------------------------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++
/kdenetwork-kget.install | 24 ++++++++
kde-unstable-i686/PKGBUILD | 38 -------------
kde-unstable-i686/kdenetwork-kget.install | 12 ----
kde-unstable-x86_64/PKGBUILD | 38 -------------
kde-unstable-x86_64/kdenetwork-kget.install | 12 ----
6 files changed, 100 insertions(+), 100 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-08-14 05:20:51 UTC (rev 243577)
+++ kde-unstable-i686/PKGBUILD 2015-08-14 05:21:06 UTC (rev 243578)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kget
-pkgver=15.07.80
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz")
-sha1sums=('51a056b42c303b23d127045fa7bb8175fcb738a6')
-
-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 \
- -DWITH_KDE4Workspace=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR=$pkgdir install
-}
Copied: kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD (from rev 243577, kdenetwork-kget/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-08-14 05:21:06 UTC (rev 243578)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kget
+pkgver=15.07.90
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz")
+sha1sums=('9fca9678cf0675295f9dcc38d87835d95a9115bc')
+
+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 \
+ -DWITH_KDE4Workspace=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-i686/kdenetwork-kget.install
===================================================================
--- kde-unstable-i686/kdenetwork-kget.install 2015-08-14 05:20:51 UTC (rev 243577)
+++ kde-unstable-i686/kdenetwork-kget.install 2015-08-14 05:21:06 UTC (rev 243578)
@@ -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-kget/repos/kde-unstable-i686/kdenetwork-kget.install (from rev 243577, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===================================================================
--- kde-unstable-i686/kdenetwork-kget.install (rev 0)
+++ kde-unstable-i686/kdenetwork-kget.install 2015-08-14 05:21:06 UTC (rev 243578)
@@ -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 2015-08-14 05:20:51 UTC (rev 243577)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-14 05:21:06 UTC (rev 243578)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kget
-pkgver=15.07.80
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz")
-sha1sums=('51a056b42c303b23d127045fa7bb8175fcb738a6')
-
-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 \
- -DWITH_KDE4Workspace=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR=$pkgdir install
-}
Copied: kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD (from rev 243577, kdenetwork-kget/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-14 05:21:06 UTC (rev 243578)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kget
+pkgver=15.07.90
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz")
+sha1sums=('9fca9678cf0675295f9dcc38d87835d95a9115bc')
+
+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 \
+ -DWITH_KDE4Workspace=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-x86_64/kdenetwork-kget.install
===================================================================
--- kde-unstable-x86_64/kdenetwork-kget.install 2015-08-14 05:20:51 UTC (rev 243577)
+++ kde-unstable-x86_64/kdenetwork-kget.install 2015-08-14 05:21:06 UTC (rev 243578)
@@ -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-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install (from rev 243577, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===================================================================
--- kde-unstable-x86_64/kdenetwork-kget.install (rev 0)
+++ kde-unstable-x86_64/kdenetwork-kget.install 2015-08-14 05:21:06 UTC (rev 243578)
@@ -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