[arch-commits] Commit in kdenetwork-kget/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 15 08:04:25 UTC 2014
Date: Saturday, March 15, 2014 @ 09:04:25
Author: andrea
Revision: 207902
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
(from rev 207901, kdenetwork-kget/kde-unstable/PKGBUILD)
kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 207901, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207901, kdenetwork-kget/kde-unstable/PKGBUILD)
kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 207901, 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 | 72 ++++++++++++++++++++++++++
/kdenetwork-kget.install | 24 ++++++++
kde-unstable-i686/PKGBUILD | 36 -------------
kde-unstable-i686/kdenetwork-kget.install | 12 ----
kde-unstable-x86_64/PKGBUILD | 36 -------------
kde-unstable-x86_64/kdenetwork-kget.install | 12 ----
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2014-03-15 08:04:16 UTC (rev 207901)
+++ kde-unstable-i686/PKGBUILD 2014-03-15 08:04:25 UTC (rev 207902)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kget
-pkgver=4.12.80
-pkgrel=2
-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/unstable/${pkgver}/src/kget-${pkgver}.tar.xz")
-sha1sums=('0c0fc23c7b643b7c7d60c388e4de6b6133bc88de')
-
-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/kde-unstable-i686/PKGBUILD (from rev 207901, kdenetwork-kget/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-03-15 08:04:25 UTC (rev 207902)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kget
+pkgver=4.12.90
+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/unstable/${pkgver}/src/kget-${pkgver}.tar.xz")
+sha1sums=('9a14ab6bc4f999fe2b61b47f87400e65342777e9')
+
+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
+}
Deleted: kde-unstable-i686/kdenetwork-kget.install
===================================================================
--- kde-unstable-i686/kdenetwork-kget.install 2014-03-15 08:04:16 UTC (rev 207901)
+++ kde-unstable-i686/kdenetwork-kget.install 2014-03-15 08:04:25 UTC (rev 207902)
@@ -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 207901, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===================================================================
--- kde-unstable-i686/kdenetwork-kget.install (rev 0)
+++ kde-unstable-i686/kdenetwork-kget.install 2014-03-15 08:04:25 UTC (rev 207902)
@@ -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:16 UTC (rev 207901)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-15 08:04:25 UTC (rev 207902)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kget
-pkgver=4.12.80
-pkgrel=2
-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/unstable/${pkgver}/src/kget-${pkgver}.tar.xz")
-sha1sums=('0c0fc23c7b643b7c7d60c388e4de6b6133bc88de')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 207901, kdenetwork-kget/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-15 08:04:25 UTC (rev 207902)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kget
+pkgver=4.12.90
+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/unstable/${pkgver}/src/kget-${pkgver}.tar.xz")
+sha1sums=('9a14ab6bc4f999fe2b61b47f87400e65342777e9')
+
+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
+}
Deleted: kde-unstable-x86_64/kdenetwork-kget.install
===================================================================
--- kde-unstable-x86_64/kdenetwork-kget.install 2014-03-15 08:04:16 UTC (rev 207901)
+++ kde-unstable-x86_64/kdenetwork-kget.install 2014-03-15 08:04:25 UTC (rev 207902)
@@ -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 207901, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===================================================================
--- kde-unstable-x86_64/kdenetwork-kget.install (rev 0)
+++ kde-unstable-x86_64/kdenetwork-kget.install 2014-03-15 08:04:25 UTC (rev 207902)
@@ -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